-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 2.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "date-php",
"version": "1.7.18",
"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",
"rollup": "^1.17.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-uglify": "^6.0.2",
"uglify-js": "^3.6.0"
},
"dependencies": {}
}