forked from npm/npm-registry-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 KB
/
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
42
43
44
45
46
47
48
{
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
"name": "another-npm-registry-client",
"description": "Client for the npm registry",
"version": "9.0.0",
"repository": {
"url": "https://github.com/openupm/another-npm-registry-client.git"
},
"main": "index.js",
"scripts": {
"prerelease": "npm t",
"postrelease": "npm publish && git push --follow-tags",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap --nyc-arg=--all --coverage test/*.js"
},
"files": [
"lib",
"index.js"
],
"dependencies": {
"concat-stream": "^1.5.2",
"graceful-fs": "^4.1.6",
"normalize-package-data": "~1.0.1 || ^2.0.0",
"npm-package-arg": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"once": "^1.3.3",
"request": "^2.74.0",
"retry": "^0.13.1",
"safe-buffer": "^5.1.1",
"semver": "^7.3.5",
"slide": "^1.1.3",
"ssri": "^8.0.1"
},
"devDependencies": {
"negotiator": "^0.6.3",
"nock": "^13.2.4",
"readable-stream": "^3.6.0",
"require-inject": "^1.4.4",
"rimraf": "^3.0.2",
"standard": "^17.0.0",
"standard-version": "^9.3.2",
"tap": "^16.2.0"
},
"optionalDependencies": {
"npmlog": "2 || ^3.1.0 || ^4.0.0"
},
"license": "ISC"
}