mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 20:53:02 -05:00
initial commit
This commit is contained in:
95
node_modules/nested-error-stacks/package.json
generated
vendored
Normal file
95
node_modules/nested-error-stacks/package.json
generated
vendored
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"_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"
|
||||
},
|
||||
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\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": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\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"
|
||||
}
|
||||
Reference in New Issue
Block a user