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
79 lines (79 loc) · 1.81 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 1.81 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
{
"_args": [
[
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/clean-css"
]
],
"_from": "commander@>=2.0.0 <2.1.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/commander",
"_npmUser": {
"email": "[email protected]",
"name": "tjholowaychuk"
},
"_npmVersion": "1.2.25",
"_phantomChildren": {},
"_requested": {
"name": "commander",
"raw": "[email protected]",
"rawSpec": "2.0.x",
"scope": null,
"spec": ">=2.0.0 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/clean-css"
],
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.0.0.tgz",
"_shasum": "d1b86f901f8b64bd941bdeadaf924530393be928",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/clean-css",
"author": {
"email": "[email protected]",
"name": "TJ Holowaychuk"
},
"bugs": {
"url": "https://github.com/visionmedia/commander.js/issues"
},
"dependencies": {},
"description": "the complete solution for node.js command-line programs",
"devDependencies": {
"should": ">= 0.0.1"
},
"directories": {},
"dist": {
"shasum": "d1b86f901f8b64bd941bdeadaf924530393be928",
"tarball": "http://registry.npmjs.org/commander/-/commander-2.0.0.tgz"
},
"engines": {
"node": ">= 0.6.x"
},
"installable": true,
"keywords": [
"command",
"option",
"parser",
"prompt",
"stdin"
],
"main": "index",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "[email protected]"
}
],
"name": "commander",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/commander.js.git"
},
"scripts": {
"test": "make test"
},
"version": "2.0.0"
}