-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.05 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
{
"name": "kind-error",
"version": "2.0.0",
"description": "Base class for easily creating meaningful and quiet by default Error classes with sane defaults and assertion in mind.",
"repository": "tunnckoCore/kind-error",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"delegate-properties": "^0.4.0",
"error-base": "^0.2.0",
"extend-shallow": "^2.0.1",
"is-plain-object": "^2.0.1",
"try-require-please": "^1.0.0"
},
"devDependencies": {
"assertit": "^0.1.0",
"kind-of-extra": "^1.0.3",
"pre-commit": "*"
},
"files": [
"index.js"
],
"keywords": [
"assert",
"assertion",
"base",
"check",
"class",
"classes",
"correct",
"create",
"defaults",
"error",
"kind",
"kind-error",
"kind-of",
"kindof",
"of",
"quiet",
"tool",
"type",
"typeof",
"util",
"validate"
]
}