forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·107 lines (107 loc) · 2.41 KB
/
package.json
File metadata and controls
executable file
·107 lines (107 loc) · 2.41 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
{
"_args": [
[
{
"raw": "cli@~1.0.0",
"scope": null,
"escapedName": "cli",
"name": "cli",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/jshint"
]
],
"_from": "cli@>=1.0.0 <1.1.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/cli",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/cli-1.0.1.tgz_1477195136534_0.8342971515376121"
},
"_npmUser": {
"name": "cohara87",
"email": "[email protected]"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "cli@~1.0.0",
"scope": null,
"escapedName": "cli",
"name": "cli",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/jshint"
],
"_resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
"_shasum": "22817534f24bfa4950c34d532d48ecbc621b8c14",
"_shrinkwrap": null,
"_spec": "cli@~1.0.0",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/jshint",
"author": {
"name": "Chris O'Hara",
"email": "[email protected]"
},
"bugs": {
"url": "http://github.com/node-js-libs/cli/issues"
},
"contributors": [
{
"name": "Douglas Meyer"
}
],
"dependencies": {
"exit": "0.1.2",
"glob": "^7.1.1"
},
"description": "A tool for rapidly building command line apps",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "22817534f24bfa4950c34d532d48ecbc621b8c14",
"tarball": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz"
},
"engines": {
"node": ">=0.2.5"
},
"gitHead": "470db35ec032a81a3d5aebb4f48f90f905945248",
"homepage": "http://github.com/node-js-libs/cli",
"keywords": [
"cli",
"command line",
"opts",
"parseopt",
"opt",
"args",
"console",
"argsparse",
"optparse",
"autocomplete",
"command",
"autocompletion"
],
"license": "MIT",
"main": "cli.js",
"maintainers": [
{
"name": "cohara87",
"email": "[email protected]"
}
],
"name": "cli",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/node-js-libs/cli.git"
},
"scripts": {},
"version": "1.0.1"
}