package.json
2.0 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"_args": [
[
"miment@0.0.9",
"/Users/linon/work/workai/job-sharing"
]
],
"_from": "miment@0.0.9",
"_id": "miment@0.0.9",
"_inBundle": false,
"_integrity": "sha1-eYZPh5Pn0OkI6EVoc147FyAi1+0=",
"_location": "/miment",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "miment@0.0.9",
"name": "miment",
"escapedName": "miment",
"rawSpec": "0.0.9",
"saveSpec": null,
"fetchSpec": "0.0.9"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmmirror.com/miment/download/miment-0.0.9.tgz",
"_spec": "0.0.9",
"_where": "/Users/linon/work/workai/job-sharing",
"author": {
"name": "noahlam",
"email": "284516433@qq.com"
},
"ava": {
"files": [
"test/**/*.js"
]
},
"bugs": {
"url": "https://github.com/noahlam/Miment/issues"
},
"dependencies": {},
"description": "A fast, light weight, simple and non-dependencies time library for JavaScript (mini moment)",
"devDependencies": {
"ava": "^0.25.0",
"babel-core": "*",
"babel-preset-env": "^1.3.2",
"rollup": "^0.58.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-uglify": "^3.0.0",
"standard": "^11.0.1",
"uglify-es": "^3.3.9"
},
"files": [
"README.md",
"README-cn.md",
"example.html",
"dist/miment.min.js",
"lib/miment.js",
"lib/miment.js.map"
],
"homepage": "https://github.com/noahlam/Miment#readme",
"keywords": [
"time",
"date",
"datetime",
"format",
"moment"
],
"license": "MIT",
"main": "lib/miment.js",
"name": "miment",
"repository": {
"url": "git+https://github.com/noahlam/Miment.git",
"type": "git"
},
"scripts": {
"build": "yarn run build:cjs & yarn run build:min",
"build:cjs": "rollup -c ./build/rollup-cjs.js",
"build:min": "rollup -c ./build/rollup-min.js",
"lint": "standard",
"test": "ava"
},
"version": "0.0.9"
}