forked from kb18519142009/android_interview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 2.75 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 2.75 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
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
{
"_args": [
[
{
"name": "commander",
"raw": "commander@^2.9.0",
"rawSpec": "^2.9.0",
"scope": null,
"spec": ">=2.9.0 <3.0.0",
"type": "range"
},
"/Users/lvruheng/android_interview/node_modules/har-validator"
]
],
"_cnpm_publish_time": 1499076445387,
"_from": "commander@>=2.9.0 <3.0.0",
"_hasShrinkwrap": false,
"_id": "commander@2.11.0",
"_inCache": true,
"_installable": true,
"_location": "/commander",
"_nodeVersion": "6.10.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/commander-2.11.0.tgz_1499076445115_0.39661598461680114"
},
"_npmUser": {
"email": "abe@enzou.tokyo",
"name": "abetomo"
},
"_npmVersion": "5.0.4",
"_phantomChildren": {},
"_requested": {
"name": "commander",
"raw": "commander@^2.9.0",
"rawSpec": "^2.9.0",
"scope": null,
"spec": ">=2.9.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/har-validator"
],
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.11.0.tgz",
"_shasum": "157152fd1e7a6c8d98a5b715cf376df928004563",
"_shrinkwrap": null,
"_spec": "commander@^2.9.0",
"_where": "/Users/lvruheng/android_interview/node_modules/har-validator",
"author": {
"email": "tj@vision-media.ca",
"name": "TJ Holowaychuk"
},
"bugs": {
"url": "https://github.com/tj/commander.js/issues"
},
"dependencies": {},
"description": "the complete solution for node.js command-line programs",
"devDependencies": {
"should": "^11.2.1",
"sinon": "^2.3.5"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "157152fd1e7a6c8d98a5b715cf376df928004563",
"size": 14370,
"tarball": "http://registry.npm.taobao.org/commander/download/commander-2.11.0.tgz"
},
"files": [
"index.js"
],
"gitHead": "30535a67a7d1f3809231603bc4dc0ba873ae85ef",
"homepage": "https://github.com/tj/commander.js#readme",
"keywords": [
"commander",
"command",
"option",
"parser"
],
"license": "MIT",
"main": "index",
"maintainers": [
{
"email": "taneaki@gmail.com",
"name": "abetomo"
},
{
"email": "rkoutnik@gmail.com",
"name": "somekittens"
},
{
"email": "tj@vision-media.ca",
"name": "tjholowaychuk"
},
{
"email": "romain.vanesyan@gmail.com",
"name": "vanesyan"
},
{
"email": "zhiyelee@gmail.com",
"name": "zhiyelee"
}
],
"name": "commander",
"optionalDependencies": {},
"publish_time": 1499076445387,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/tj/commander.js.git"
},
"scripts": {
"test": "make test"
},
"version": "2.11.0"
}