-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 848 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
{
"name": "npm-verified",
"version": "0.0.4",
"description": "Verify published packages against their source code.",
"author": "Ivan Babak <[email protected]>",
"license": "MIT",
"repository": "sompylasar/npm-verified",
"main": "lib/index.js",
"bin": {
"npm-verified": "lib/cli.js"
},
"scripts": {},
"files": [
"lib"
],
"keywords": [
"npm",
"verify",
"verified"
],
"dependencies": {
"chalk": "^2.3.0",
"commander": "^2.14.1",
"cross-spawn": "^6.0.4",
"debug": "^3.1.0",
"diff": "^3.4.0",
"dir-compare": "^1.4.0",
"download-npm-package": "^3.1.12",
"mkdirp": "^0.5.1",
"npm-package-arg": "^6.0.0",
"read-package-tree": "^5.1.6",
"rimraf": "^2.6.2",
"targz": "^1.0.1",
"tmp": "0.0.33"
},
"devDependencies": {
"prettier": "^1.10.2"
}
}