first commit
This commit is contained in:
64
build/node_modules/nested-error-stacks/package.json
generated
vendored
Normal file
64
build/node_modules/nested-error-stacks/package.json
generated
vendored
Normal file
@@ -0,0 +1,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": [
|
||||
"/http2-push-manifest/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/asciidisco/Desktop/asciidisco.com/build/node_modules/http2-push-manifest/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"
|
||||
}
|
||||
Reference in New Issue
Block a user