-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1022 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
37
38
39
40
41
42
43
44
45
46
{
"name": "is-missing",
"version": "1.0.4",
"description": "Check that given `name` or `user/repo` exists in npm registry or in github as user repository.",
"repository": "tunnckoCore/is-missing",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"main": "index.js",
"bin": "cli.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js",
"travis": "standard && istanbul cover test.js --report lcovonly"
},
"dependencies": {
"assertit": "^0.1.0",
"chalk": "~1.0.0",
"gh-got": "^1.0.3",
"github-short-url-regex": "~3.0.0",
"log-symbols": "~1.0.2",
"meow": "~3.1.0",
"multiline": "~1.0.2"
},
"devDependencies": {
"istanbul": "^0.3.9",
"standard": "^3.7.3"
},
"keywords": [
"check",
"exist",
"git",
"github",
"is",
"is-missing",
"missing",
"name",
"npm",
"org",
"organization",
"package",
"pkg",
"registry",
"repo",
"repository",
"user"
]
}