1
0
Fork 0
arangodb/js/node/node_modules/error-stack-parser/package.json

118 lines
3.0 KiB
JSON

{
"_args": [
[
"error-stack-parser@1.3.6",
"/home/pluma/projects/arango/arangodb/js/node"
]
],
"_from": "error-stack-parser@1.3.6",
"_id": "error-stack-parser@1.3.6",
"_inCache": true,
"_installable": true,
"_location": "/error-stack-parser",
"_nodeVersion": "5.3.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/error-stack-parser-1.3.6.tgz_1463348711004_0.6289220121689141"
},
"_npmUser": {
"email": "me@eriwen.com",
"name": "eriwen"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "error-stack-parser",
"raw": "error-stack-parser@1.3.6",
"rawSpec": "1.3.6",
"scope": null,
"spec": "1.3.6",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-1.3.6.tgz",
"_shasum": "e0e73b93e417138d1cd7c0b746b1a4a14854c292",
"_shrinkwrap": null,
"_spec": "error-stack-parser@1.3.6",
"_where": "/home/pluma/projects/arango/arangodb/js/node",
"bugs": {
"url": "https://github.com/stacktracejs/error-stack-parser/issues"
},
"dependencies": {
"stackframe": "^0.3.1"
},
"description": "Extract meaning from JS Errors",
"devDependencies": {
"colors": "^1.1.2",
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "^0.1.4",
"gulp-jshint": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"jscs": "^2.9.0",
"jsdoc-dash-template": "^1.2.0",
"jshint": "^2.8.0",
"karma": "~0.13",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-opera-launcher": "^0.1.0",
"karma-phantomjs2-launcher": "^0.3.2",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.3.0",
"karma-spec-reporter": "0.0.23",
"run-sequence": "^1.1.5"
},
"directories": {},
"dist": {
"shasum": "e0e73b93e417138d1cd7c0b746b1a4a14854c292",
"tarball": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-1.3.6.tgz"
},
"files": [
"LICENSE",
"README.md",
"error-stack-parser.js",
"dist/"
],
"gitHead": "04b29272bff2047496b822d165f7c0b0fd211b31",
"homepage": "https://www.stacktracejs.com",
"keywords": [
"stacktrace",
"error",
"stack",
"parser"
],
"license": "Unlicense",
"main": "./error-stack-parser.js",
"maintainers": [
{
"email": "me@eriwen.com",
"name": "eriwen"
},
{
"email": "oliver.salzburg@gmail.com",
"name": "oliversalzburg"
}
],
"name": "error-stack-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/stacktracejs/error-stack-parser.git"
},
"scripts": {
"prepublish": "gulp dist",
"test": "gulp test"
},
"version": "1.3.6"
}