@risingstack/trace
Version:
RisingStack Trace Node.js collector
84 lines • 2.53 kB
JSON
{
"name": "@risingstack/trace",
"version": "2.24.0",
"author": "RisingStack, Inc.",
"license": "SEE LICENSE IN LICENSE",
"contributors": "RisingStack",
"description": "RisingStack Trace Node.js collector",
"homepage": "https://github.com/RisingStack/trace-nodejs",
"keywords": [
"performance",
"monitoring",
"instrumentation",
"debugging",
"profiling",
"microservices",
"stack"
],
"release": {
"verifyConditions": {
"path": "./node_modules/semantic-release/dist/lib/plugin-noop.js"
}
},
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib example e2e",
"test": "npm run test-unit",
"test-e2e": "cd ./test/e2e && npm test",
"test-unit": "mocha $(find ./lib -name \"*.spec.js\" -not -path \"./node_modules/*\")",
"test-cls": "cd ./test/instrumentations && npm run test-cls",
"test-module": "cd ./test/instrumentations && npm run test-e2e",
"cover": "istanbul cover _mocha $(find ./lib -name \"*.spec.js\" -not -path \"./node_modules/*\"); open coverage/lcov-report/index.html",
"changelog": "conventional-changelog -p angular -o CHANGELOG.md -r 500",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"install": "npm i v8-profiler --build-from-source || exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/RisingStack/trace-nodejs.git"
},
"bugs": {
"url": "https://github.com/RisingStack/trace-nodejs/issues"
},
"dependencies": {
"bl": "1.1.2",
"continuation-local-storage": "3.2.0",
"debug": "2.2.0",
"https-proxy-agent": "1.0.0",
"lodash.assign": "4.2.0",
"lodash.defaults": "4.2.0",
"lodash.flatmap": "4.5.0",
"lodash.isnumber": "3.0.3",
"lodash.remove": "4.7.0",
"node-uuid": "1.4.7",
"qs": "6.2.1",
"semver": "5.3.0",
"sync-request": "3.0.1"
},
"optionalDependencies": {
"microtime": "2.1.1",
"event-loop-stats": "1.0.0",
"gc-stats": "1.0.0",
"v8-profiler": "5.6.5"
},
"devDependencies": {
"chai": "3.5.0",
"conventional-changelog": "1.1.0",
"eslint": "2.10.2",
"eslint-config-standard": "5.3.1",
"eslint-plugin-promise": "1.0.8",
"eslint-plugin-standard": "1.3.2",
"istanbul": "0.4.5",
"lodash.defaultsdeep": "^4.5.1",
"mocha": "3.1.2",
"nock": "8.1.0",
"pre-commit": "1.1.3",
"semantic-release": "4.3.5",
"sinon": "1.17.6",
"sinon-chai": "2.8.0"
},
"pre-commit": [
"lint",
"test-unit"
]
}