-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
{
"name": "immediate-error",
"version": "5.1.0",
"description": "Throw errors, better.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tj-commits/immediate-error.git"
},
"keywords": [
"error",
"throw",
"immediate-error",
"tool"
],
"author": "tj-commits",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/tj-commits/immediate-error/issues"
},
"homepage": "https://github.com/tj-commits/immediate-error#readme",
"dependencies": {
"always-four": "^1.0.0",
"assert-fn": "^1.0.1",
"bail": "^2.0.2",
"cli-color": "^2.0.4",
"es-errors": "^1.3.0",
"esm-wallaby": "^3.2.30",
"five": "^0.8.0",
"if": "^2.0.0",
"is-error": "^2.2.2",
"none": "^1.0.0",
"number-six": "^1.0.1",
"numeric-constant-three": "^1.0.0",
"the-number-one": "^1.0.1",
"throw-error": "^1.0.0",
"two": "^1.0.7",
"vanilla-javascript": "^1.1.1",
"yanoop": "^1.0.0"
}
}