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
| {
| "_args": [
| [
| "dateformat@2.2.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "dateformat@2.2.0",
| "_id": "dateformat@2.2.0",
| "_inBundle": false,
| "_integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=",
| "_location": "/dateformat",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "dateformat@2.2.0",
| "name": "dateformat",
| "escapedName": "dateformat",
| "rawSpec": "2.2.0",
| "saveSpec": null,
| "fetchSpec": "2.2.0"
| },
| "_requiredBy": [
| "/ali-oss"
| ],
| "_resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz",
| "_spec": "2.2.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Steven Levithan"
| },
| "bugs": {
| "url": "https://github.com/felixge/node-dateformat/issues"
| },
| "contributors": [
| {
| "name": "Steven Levithan"
| },
| {
| "name": "Felix Geisendörfer",
| "email": "felix@debuggable.com"
| },
| {
| "name": "Christoph Tavan",
| "email": "dev@tavan.de"
| },
| {
| "name": "Jon Schlinkert",
| "url": "https://github.com/jonschlinkert"
| }
| ],
| "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
| "devDependencies": {
| "mocha": "2.0.1",
| "underscore": "1.7.0"
| },
| "engines": {
| "node": "*"
| },
| "homepage": "https://github.com/felixge/node-dateformat",
| "license": "MIT",
| "main": "lib/dateformat",
| "maintainers": "Felix Geisendörfer <felix@debuggable.com>",
| "name": "dateformat",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/felixge/node-dateformat.git"
| },
| "scripts": {
| "test": "mocha"
| },
| "version": "2.2.0"
| }
|
|