80 lines
2.3 KiB
JSON
80 lines
2.3 KiB
JSON
{
|
|
"_from": "serr@^1.0.1",
|
|
"_id": "serr@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-dKW55/rdW1X4qF5+crwApBm25II=",
|
|
"_location": "/serr",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "serr@^1.0.1",
|
|
"name": "serr",
|
|
"escapedName": "serr",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/logops"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/serr/-/serr-1.0.1.tgz",
|
|
"_shasum": "74a5b9e7fadd5b55f8a85e7e72bc00a419b6e482",
|
|
"_spec": "serr@^1.0.1",
|
|
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-youtube\\node_modules\\logops",
|
|
"author": {
|
|
"name": "Telefonica I+D"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/therror/serr/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Javier Mendiara Cañardo",
|
|
"email": "javier.mendiaracanardo@telefonica.com",
|
|
"url": "http://twitter.com/jmendiara"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"lodash": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Serialize Javascript Errors",
|
|
"devDependencies": {
|
|
"chai": "^3.4.1",
|
|
"conventional-changelog": "^0.5.3",
|
|
"coveralls": "^2.11.6",
|
|
"eslint": "^1.10.3",
|
|
"istanbul": "^0.4.1",
|
|
"jscs": "^2.7.0",
|
|
"mocha": "^2.3.4",
|
|
"release-it": "^2.3.1",
|
|
"sinon": "^1.17.2",
|
|
"sinon-chai": "^2.8.0"
|
|
},
|
|
"homepage": "https://github.com/therror/serr#readme",
|
|
"keywords": [
|
|
"Error",
|
|
"serialization",
|
|
"serialize"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "lib/index.js",
|
|
"name": "serr",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/therror/serr.git"
|
|
},
|
|
"scripts": {
|
|
"changelog": "conventional-changelog -p jshint",
|
|
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R dot test/environment.js test/*.spec.js",
|
|
"lint": "jscs lib && eslint lib",
|
|
"release": "release-it -n -p --github.release --changelogCommand=\"npm run -s changelog\"",
|
|
"test": "mocha -R spec test/environment.js test/*.spec.js",
|
|
"travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test/environment.js test/*.spec.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
|
},
|
|
"tonicExampleFilename": "examples/tonicdev.js",
|
|
"version": "1.0.1"
|
|
}
|