-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
65 lines (65 loc) · 1.37 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "available",
"description": "Scan npm for available package names",
"version": "2.2.1",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bin": {
"available": "./bin/cmd.js"
},
"bugs": {
"url": "https://github.com/feross/available/issues"
},
"dependencies": {
"all-the-package-names": "^1.3905.0",
"connectivity": "^1.0.2",
"lodash.difference": "^4.5.0",
"minimist": "^1.2.5",
"run-parallel-limit": "^1.0.6",
"simple-get": "^4.0.0",
"thesaurus": "0.0.1",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"standard": "*"
},
"homepage": "https://github.com/feross/available",
"keywords": [
"scan npm",
"scan",
"npm",
"package names",
"name",
"find package names",
"available",
"available names",
"available package names",
"npm package names"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/available.git"
},
"scripts": {
"test": "standard"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}