Blame view

node_modules/moment/package.json 3.44 KB
ce4c83ff   wxy   初始提交
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
  {
    "_args": [
      [
        "moment@2.22.2",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_from": "moment@2.22.2",
    "_id": "moment@2.22.2",
    "_inBundle": false,
    "_integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=",
    "_location": "/moment",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "moment@2.22.2",
      "name": "moment",
      "escapedName": "moment",
      "rawSpec": "2.22.2",
      "saveSpec": null,
      "fetchSpec": "2.22.2"
    },
    "_requiredBy": [
      "/"
    ],
    "_resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz",
    "_spec": "2.22.2",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Iskren Ivov Chernev",
      "email": "iskren.chernev@gmail.com",
      "url": "https://github.com/ichernev"
    },
    "bugs": {
      "url": "https://github.com/moment/moment/issues"
    },
    "contributors": [
      {
        "name": "Tim Wood",
        "email": "washwithcare@gmail.com",
        "url": "http://timwoodcreates.com/"
      },
      {
        "name": "Rocky Meza",
        "url": "http://rockymeza.com"
      },
      {
        "name": "Matt Johnson",
        "email": "mj1856@hotmail.com",
        "url": "http://codeofmatt.com"
      },
      {
        "name": "Isaac Cambron",
        "email": "isaac@isaaccambron.com",
        "url": "http://isaaccambron.com"
      },
      {
        "name": "Andre Polykanine",
        "email": "andre@oire.org",
        "url": "https://github.com/oire"
      }
    ],
    "description": "Parse, validate, manipulate, and display dates",
    "devDependencies": {
      "benchmark": "latest",
      "coveralls": "^2.11.2",
      "es6-promise": "latest",
      "grunt": "~0.4",
      "grunt-benchmark": "latest",
      "grunt-cli": "latest",
      "grunt-contrib-clean": "latest",
      "grunt-contrib-concat": "latest",
      "grunt-contrib-copy": "latest",
      "grunt-contrib-jshint": "latest",
      "grunt-contrib-uglify": "latest",
      "grunt-contrib-watch": "latest",
      "grunt-env": "latest",
      "grunt-exec": "latest",
      "grunt-jscs": "latest",
      "grunt-karma": "latest",
      "grunt-nuget": "latest",
      "grunt-string-replace": "latest",
      "karma": "latest",
      "karma-chrome-launcher": "latest",
      "karma-firefox-launcher": "latest",
      "karma-qunit": "latest",
      "karma-sauce-launcher": "latest",
      "load-grunt-tasks": "~3.5.2",
      "node-qunit": "^1.0.0",
      "nyc": "^2.1.4",
      "qunit": "^2.6.0",
      "rollup": "latest",
      "spacejam": "latest",
      "typescript": "^1.8.10",
      "uglify-js": "latest"
    },
    "dojoBuild": "package.js",
    "ender": "./ender.js",
    "engines": {
      "node": "*"
    },
    "homepage": "http://momentjs.com",
    "jsnext:main": "./src/moment.js",
    "jspm": {
      "files": [
        "moment.js",
        "moment.d.ts",
        "locale"
      ],
      "map": {
        "moment": "./moment"
      },
      "buildConfig": {
        "uglify": true
      }
    },
    "keywords": [
      "moment",
      "date",
      "time",
      "parse",
      "format",
      "validate",
      "i18n",
      "l10n",
      "ender"
    ],
    "license": "MIT",
    "main": "./moment.js",
    "name": "moment",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/moment/moment.git"
    },
    "scripts": {
      "coverage": "nyc npm test && nyc report",
      "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
      "test": "grunt test",
      "typescript-test": "tsc --project typing-tests"
    },
    "spm": {
      "main": "moment.js",
      "output": [
        "locale/*.js"
      ]
    },
    "typings": "./moment.d.ts",
    "version": "2.22.2"
  }