-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "all-the-package-repos",
"version": "2.0.1997",
"description": "All the repository URLs in the npm registry as an object whose keys are package names and values are URLs",
"main": "data/packages.json",
"repository": "https://github.com/nice-registry/all-the-package-repos",
"author": "Zeke Sikelianos <[email protected]>",
"license": "MIT",
"scripts": {
"build": "node scripts/build.js",
"stats": "node scripts/stats.js",
"update": "node scripts/update.js",
"release": "scripts/release.sh",
"test": "mocha && standard"
},
"devDependencies": {
"all-the-package-names": "^1.3395.0",
"bitbucket-url-to-object": "^0.3.0",
"chai": "^4.3.6",
"dedent": "^0.7.0",
"github-url-to-object": "^4.0.2",
"is-url": "^1.2.2",
"mocha": "^9.2.2",
"nano": "^8.2.2",
"ora": "^1.1.0",
"package-stream": "^3.0.1",
"standard": "^8.6.0"
},
"dependencies": {
"count-array-values": "^1.2.1"
},
"bin": {
"all-the-package-repo-hostnames": "hostnames.js"
}
}