package.json
2.38 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
{
"_args": [
[
"nested-error-stacks@^1.0.0",
"/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH/node_modules/got"
]
],
"_from": "nested-error-stacks@>=1.0.0 <2.0.0",
"_id": "nested-error-stacks@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/nested-error-stacks",
"_nodeVersion": "2.5.0",
"_npmUser": {
"email": "matt.lavin@gmail.com",
"name": "mdlavin"
},
"_npmVersion": "2.13.2",
"_phantomChildren": {},
"_requested": {
"name": "nested-error-stacks",
"raw": "nested-error-stacks@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/got"
],
"_resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-1.0.2.tgz",
"_shasum": "19f619591519f096769a5ba9a86e6eeec823c3cf",
"_shrinkwrap": null,
"_spec": "nested-error-stacks@^1.0.0",
"_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH/node_modules/got",
"author": {
"email": "matt.lavin@gmail.com",
"name": "Matt Lavin"
},
"bugs": {
"url": "https://github.com/mdlavin/nested-error-stacks/issues"
},
"dependencies": {
"inherits": "~2.0.1"
},
"description": "An Error subclass that will chain nested Errors and dump nested stacktraces",
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.18.2",
"uuid": "~1.4.1"
},
"directories": {},
"dist": {
"shasum": "19f619591519f096769a5ba9a86e6eeec823c3cf",
"tarball": "http://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-1.0.2.tgz"
},
"files": [
"index.js",
"LICENSE"
],
"gitHead": "7eb0c2058a0fd038d63703b953ca9bacd70b866f",
"homepage": "https://github.com/mdlavin/nested-error-stacks#readme",
"keywords": [
"error",
"nested",
"stack"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "matt.lavin@gmail.com",
"name": "mdlavin"
}
],
"name": "nested-error-stacks",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mdlavin/nested-error-stacks.git"
},
"scripts": {
"test": "if [ \"$RUN_ZUUL\" != \"true\" ]; then node_modules/.bin/mocha; else npm install zuul && node_modules/.bin/zuul -- test.js; fi"
},
"version": "1.0.2"
}