-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 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
{
"name": "uhui-cli",
"version": "0.0.2",
"description": "",
"main": "index.js",
"bin": {
"uhui": "./bin/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^2.16.0",
"download-git-repo": "^1.0.2",
"inquirer": "^6.1.0",
"node-cmd": "^3.0.0",
"rimraf": "^2.6.2",
"sync-request": "^6.0.0"
},
"devDependencies": {
"asynckit": "^0.4.0",
"buffer-fill": "^1.0.0",
"color-name": "^1.1.3",
"combined-stream": "^1.0.6",
"concat-stream": "^1.6.2",
"decompress-tarbz2": "^4.1.1",
"escape-string-regexp": "^1.0.5",
"form-data": "^2.3.2",
"get-proxy": "^2.1.0",
"get-stream": "^4.0.0",
"has-to-string-tag-x": "^1.4.1",
"http-basic": "^8.0.1",
"inquirer": "^6.1.0",
"is-natural-number": "^4.0.1",
"is-object": "^1.0.1",
"is-promise": "^2.1.0",
"make-dir": "^1.3.0",
"mimic-fn": "^1.2.0",
"promise": "^8.0.1",
"qs": "^6.5.2",
"supports-color": "^5.4.0",
"sync-rpc": "^1.3.4",
"tar-stream": "^1.6.1",
"url-to-options": "^1.0.1",
"yauzl": "^2.10.0"
}
}