package.json
1.71 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
{
"_from": "date-format@^1.2.0",
"_id": "date-format@1.2.0",
"_inBundle": false,
"_integrity": "sha1-YV6CjiM90aubua4JUODOzPpuytg=",
"_location": "/date-format",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "date-format@^1.2.0",
"name": "date-format",
"escapedName": "date-format",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/log4js",
"/streamroller"
],
"_resolved": "https://registry.npmjs.org/date-format/-/date-format-1.2.0.tgz",
"_shasum": "615e828e233dd1ab9bb9ae0950e0ceccfa6ecad8",
"_spec": "date-format@^1.2.0",
"_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\log4js",
"author": {
"name": "Gareth Jones",
"email": "gareth.nomiddlename@gmail.com"
},
"bugs": {
"url": "https://github.com/nomiddlename/date-format/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Formatting Date objects as strings since 2013",
"devDependencies": {
"eslint": "^3.12.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-mocha": "^4.8.0",
"mocha": "^3.2.0",
"should": "^11.1.2"
},
"engines": {
"node": ">=4.0"
},
"gitHead": "bf59015ab6c9e86454b179374f29debbdb403522",
"homepage": "https://github.com/nomiddlename/date-format#readme",
"keywords": [
"date",
"format",
"string"
],
"license": "MIT",
"main": "lib/index.js",
"name": "date-format",
"repository": {
"type": "git",
"url": "git+https://github.com/nomiddlename/date-format.git"
},
"scripts": {
"lint": "eslint lib/* test/*",
"pretest": "eslint lib/* test/*",
"test": "mocha"
},
"version": "1.2.0"
}