Files
bm/public_html/public/node_modules/nested-error-stacks/package.json
2025-09-24 13:26:28 +02:00

96 lines
2.5 KiB
JSON

{
"_args": [
[
{
"raw": "nested-error-stacks@^1.0.0",
"scope": null,
"escapedName": "nested-error-stacks",
"name": "nested-error-stacks",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/home/philipp/PhpstormProjects/BM/bm/node_modules/got"
]
],
"_from": "nested-error-stacks@>=1.0.0 <2.0.0",
"_id": "nested-error-stacks@1.0.2",
"_inCache": true,
"_location": "/nested-error-stacks",
"_nodeVersion": "2.5.0",
"_npmUser": {
"name": "mdlavin",
"email": "matt.lavin@gmail.com"
},
"_npmVersion": "2.13.2",
"_phantomChildren": {},
"_requested": {
"raw": "nested-error-stacks@^1.0.0",
"scope": null,
"escapedName": "nested-error-stacks",
"name": "nested-error-stacks",
"rawSpec": "^1.0.0",
"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": "/home/philipp/PhpstormProjects/BM/bm/node_modules/got",
"author": {
"name": "Matt Lavin",
"email": "matt.lavin@gmail.com"
},
"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": "https://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": [
{
"name": "mdlavin",
"email": "matt.lavin@gmail.com"
}
],
"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"
}