-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 963 Bytes
/
package.json
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
{
"name": "ims",
"version": "1.4.2",
"description": "Install My Stuff - an opinionated npm module installer",
"main": "index.js",
"dependencies": {
"diffy": "^2.0.0",
"gunzip-maybe": "^1.4.1",
"hyperdiscovery": "^8.0.0",
"hypertrie": "^2.1.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"ndjson": "^1.5.0",
"protocol-buffers-encodings": "^1.1.0",
"pump": "^3.0.0",
"semver": "^5.5.0",
"sodium-universal": "^2.0.0",
"stream-each": "^1.2.2",
"tar-fs": "^1.16.3",
"undici": "^0.3.0"
},
"devDependencies": {
"standard": "^11.0.1"
},
"scripts": {
"test": "standard"
},
"bin": {
"ims": "./install.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/ims.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/ims/issues"
},
"homepage": "https://github.com/mafintosh/ims"
}