forked from nice-registry/all-the-package-names
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 777 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
{
"name": "all-the-package-names",
"version": "1.3904.0",
"description": "A list of all the public package names on npm. Updated daily.",
"main": "names.json",
"bin": "cli.js",
"scripts": {
"build": "script/build",
"release": "script/release",
"test": "node test/index.js | tap-spec"
},
"repository": "https://github.com/zeke/all-the-package-names",
"keywords": [
"npm",
"registry",
"packages",
"names",
"list",
"words",
"filter",
"search",
"offline"
],
"author": "zeke",
"license": "MIT",
"devDependencies": {
"dependent-counts": "^2.0.0",
"is-number": "^4.0.0",
"lodash": "^3.10.0",
"ora": "^0.4.0",
"package-stream": "^1.0.2",
"tap-spec": "^4.1.1",
"tape": "^4.5.1"
}
}