package.json
1.7 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
{
"_from": "nested-error-stacks@^1.0.0",
"_id": "nested-error-stacks@1.0.2",
"_inBundle": false,
"_integrity": "sha1-GfYZWRUZ8JZ2mlupqG5u7sgjw88=",
"_location": "/nested-error-stacks",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nested-error-stacks@^1.0.0",
"name": "nested-error-stacks",
"escapedName": "nested-error-stacks",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/got"
],
"_resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-1.0.2.tgz",
"_shasum": "19f619591519f096769a5ba9a86e6eeec823c3cf",
"_spec": "nested-error-stacks@^1.0.0",
"_where": "/Users/fzy/project/efang/node_modules/got",
"author": {
"name": "Matt Lavin",
"email": "matt.lavin@gmail.com"
},
"bugs": {
"url": "https://github.com/mdlavin/nested-error-stacks/issues"
},
"bundleDependencies": false,
"dependencies": {
"inherits": "~2.0.1"
},
"deprecated": false,
"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"
},
"files": [
"index.js",
"LICENSE"
],
"homepage": "https://github.com/mdlavin/nested-error-stacks#readme",
"keywords": [
"error",
"nested",
"stack"
],
"license": "MIT",
"main": "index.js",
"name": "nested-error-stacks",
"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"
}