UNPKG
dateformat-crow
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
格式化时间 测试用的 无意义
dateformat-crow
/
package.json
19 lines
(18 loc)
•
381 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name"
:
"dateformat-crow"
,
"version"
:
"1.0.7"
,
"description"
:
"格式化时间 测试用的 无意义"
,
"main"
:
"index.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"时间戳"
,
"时间"
,
"格式化时间"
,
"格式化时间戳"
,
"时间的格式化"
],
"author"
:
"a-crow"
,
"license"
:
"ISC"
}