-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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": "all-the-package-repos",
"version": "2.0.2798",
"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 <zeke@sikelianos.com>",
"license": "MIT",
"files": [
"data",
"hostnames.js"
],
"scripts": {
"build": "node scripts/build.js",
"stats": "node scripts/stats.js",
"update": "node scripts/update.js",
"test": "mocha && standard"
},
"devDependencies": {
"all-the-package-names": "^2.0.2129",
"bitbucket-url-to-object": "^0.3.0",
"chai": "^5.2.0",
"debug": "^4.4.0",
"dedent": "^1.5.3",
"github-url-to-object": "^4.0.2",
"got": "^14.4.7",
"is-url": "^1.2.2",
"mocha": "^11.1.0",
"ora": "^8.2.0",
"package-stream": "^3.0.1",
"standard": "^17.1.2"
},
"dependencies": {
"count-array-values": "^1.2.1"
},
"bin": {
"all-the-package-repo-hostnames": "hostnames.js"
}
}