-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 983 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
{
"name": "@flossbank/registry-resolver",
"version": "2.2.2",
"description": "Resolve list of packages into weighted map of dependencies",
"main": "index.js",
"scripts": {
"test": "npm run unit-test && standard",
"unit-test": "ava",
"lint": "standard --fix",
"coverage": "nyc npm run unit-test"
},
"dependencies": {
"@snyk/ruby-semver": "^3.0.2",
"call-limit": "^1.1.1",
"got": "^11.8.1",
"npm-package-arg": "^8.0.1",
"pacote": "^11.1.11",
"standard": "^16.0.3"
},
"devDependencies": {
"ava": "^3.11.1",
"nyc": "^15.1.0",
"sinon": "^9.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flossbank/registry-resolver.git"
},
"keywords": [],
"author": "Peter Squicciarini <stripedpajamas273@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/flossbank/registry-resolver/issues"
},
"homepage": "https://github.com/flossbank/registry-resolver#readme"
}