You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.8 KiB

{
"_from": "nested-error-stacks@^1.0.2",
"_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.2",
"name": "nested-error-stacks",
"escapedName": "nested-error-stacks",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/kafka-node"
],
"_resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-1.0.2.tgz",
"_shasum": "19f619591519f096769a5ba9a86e6eeec823c3cf",
"_spec": "nested-error-stacks@^1.0.2",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/kafka-node",
"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"
}