package.json
2.89 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"_args": [
[
"loud-rejection@^1.0.0",
"/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH/node_modules/meow"
]
],
"_from": "loud-rejection@>=1.0.0 <2.0.0",
"_id": "loud-rejection@1.3.0",
"_inCache": true,
"_installable": true,
"_location": "/loud-rejection",
"_nodeVersion": "4.3.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/loud-rejection-1.3.0.tgz_1455804204049_0.4460844199638814"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"name": "loud-rejection",
"raw": "loud-rejection@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/meow"
],
"_resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.3.0.tgz",
"_shasum": "f289a392f17d2baacf194d0a673004394433b115",
"_shrinkwrap": null,
"_spec": "loud-rejection@^1.0.0",
"_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH/node_modules/meow",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/loud-rejection/issues"
},
"config": {
"nyc": {
"exclude": [
"fixture.js"
]
}
},
"dependencies": {
"array-find-index": "^1.0.0",
"signal-exit": "^2.1.2"
},
"description": "Make unhandled promise rejections fail loudly instead of the default silent fail",
"devDependencies": {
"ava": "*",
"bluebird": "^3.0.5",
"coveralls": "^2.11.4",
"delay": "^1.0.0",
"get-stream": "^1.0.0",
"nyc": "^5.0.1",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "f289a392f17d2baacf194d0a673004394433b115",
"tarball": "http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.3.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"register.js",
"api.js"
],
"gitHead": "0bc730030d190edc2050d8e529f6252ae765edb7",
"homepage": "https://github.com/sindresorhus/loud-rejection#readme",
"keywords": [
"promise",
"promises",
"unhandled",
"uncaught",
"rejection",
"loud",
"fail",
"catch",
"throw",
"handler",
"exit",
"debug",
"debugging",
"verbose"
],
"license": "MIT",
"maintainers": [
{
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
}
],
"name": "loud-rejection",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/loud-rejection.git"
},
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"test": "xo && nyc ava"
},
"version": "1.3.0"
}