This commit is contained in:
Dobie Wollert
2015-12-16 09:12:35 -08:00
parent f9c9672818
commit f94ca33b9e
805 changed files with 67409 additions and 24609 deletions

81
node_modules/stack-trace/package.json generated vendored Normal file
View File

@ -0,0 +1,81 @@
{
"_args": [
[
"stack-trace@0.0.x",
"/Users/akira/src/biomedjs/node_modules/winston"
]
],
"_from": "stack-trace@>=0.0.0 <0.1.0",
"_id": "stack-trace@0.0.9",
"_inCache": true,
"_installable": true,
"_location": "/stack-trace",
"_npmUser": {
"email": "hoitz@komola.de",
"name": "sebastianhoitz"
},
"_npmVersion": "1.3.24",
"_phantomChildren": {},
"_requested": {
"name": "stack-trace",
"raw": "stack-trace@0.0.x",
"rawSpec": "0.0.x",
"scope": null,
"spec": ">=0.0.0 <0.1.0",
"type": "range"
},
"_requiredBy": [
"/winston"
],
"_resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz",
"_shasum": "a8f6eaeca90674c333e7c43953f275b451510695",
"_shrinkwrap": null,
"_spec": "stack-trace@0.0.x",
"_where": "/Users/akira/src/biomedjs/node_modules/winston",
"author": {
"email": "felix@debuggable.com",
"name": "Felix Geisendörfer",
"url": "http://debuggable.com/"
},
"bugs": {
"url": "https://github.com/felixge/node-stack-trace/issues"
},
"dependencies": {},
"description": "Get v8 stack traces as an array of CallSite objects.",
"devDependencies": {
"far": "0.0.3",
"long-stack-traces": "0.1.2"
},
"directories": {},
"dist": {
"shasum": "a8f6eaeca90674c333e7c43953f275b451510695",
"tarball": "http://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/felixge/node-stack-trace",
"main": "./lib/stack-trace",
"maintainers": [
{
"name": "felixge",
"email": "felix@debuggable.com"
},
{
"name": "tim-smart",
"email": "tim@fostle.com"
},
{
"name": "sebastianhoitz",
"email": "hoitz@komola.de"
}
],
"name": "stack-trace",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-stack-trace.git"
},
"version": "0.0.9"
}