{
  "name": "date-php",
  "version": "1.8.4",
  "description": ":-) date('Y-m-d', 1563148800000) - 这是一个Javascript模仿PHP日期时间格式化函数，使用方法和PHP非常类似，有丰富的模板字符，并在原来的基础上增强了一些模板字符。例如：中国的农历日期、用汉字来表示日期、十二生肖与星座。让转换日期时间更自由。\nThis is a Javascript mimicking PHP datetime formatting function. It is very similar to PHP, has rich template characters, and enhances some template characters on the basis of the original. For example: Chinese Lunar Date, Chinese Character Date, Chinese Zodiac and Constellation. Make the conversion datetimes more free.",
  "author": "ToviLau",
  "main": "./run-entry.js",
  "unpkg": "./dist/date.js",
  "types": "./@types/date.d.ts",
  "keywords": [
    "日期时间格式化",
    "时间格式化",
    "日期格式化",
    "格式化日期时间",
    "格式化日期",
    "格式化时间",
    "时长",
    "统计日期",
    "统计天数",
    "统计时间",
    "剩余时间",
    "持续时间",
    "时间戳",
    "倒记时",
    "count down",
    "format",
    "timestamp",
    "datetime format",
    "date format",
    "time format",
    "format date",
    "format time",
    "dateformat",
    "formatdate",
    "format datetime",
    "format duration"
  ],
  "scripts": {
    "start": "node config/build.js",
    "dev:full": "rollup -w -c ./config/config.js --environment TARGET:full",
    "dev:min": "rollup -w -c ./config/config.js --environment TARGET:min"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toviLau/date-php.git"
  },
  "bugs": {
    "url": "https://github.com/toviLau/date-php/issues"
  },
  "homepage": "https://tovilau.github.io/date-php/",
  "devDependencies": {
    "eslint-plugin-flowtype": "^3.12.1",
    "lodash": "^4.18.1",
    "minimist": "^1.2.6",
    "path-parse": "^1.0.7",
    "rollup": "^2.80.0",
    "rollup-plugin-buble": "^0.19.8",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-flow-no-whitespace": "^1.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "uglify-js": "^3.6.0"
  }
}
