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
| {
| "name": "moment",
| "version": "2.9.0",
| "main": "moment.js",
| "ignore": [
| "**/.*",
| "node_modules",
| "bower_components",
| "test",
| "tests",
| "tasks",
| "component.json",
| "composer.json",
| "CONTRIBUTING.md",
| "ender.js",
| "Gruntfile.js",
| "package.js",
| "package.json"
| ],
| "homepage": "https://github.com/moment/moment",
| "_release": "2.9.0",
| "_resolution": {
| "type": "version",
| "tag": "2.9.0",
| "commit": "8b35bc74c0e88c1a8c58ccb90117a9edc9f6a479"
| },
| "_source": "git://github.com/moment/moment.git",
| "_target": "~2.9.0",
| "_originalSource": "moment",
| "_direct": true
| }
|
|