UNPKG

2.73 kBJSONView Raw
1{
2 "name": "@risingstack/trace",
3 "version": "3.3.0",
4 "author": "RisingStack, Inc.",
5 "license": "SEE LICENSE IN LICENSE",
6 "contributors": "RisingStack",
7 "description": "RisingStack Trace Node.js collector",
8 "homepage": "https://github.com/RisingStack/trace-nodejs",
9 "keywords": [
10 "performance",
11 "monitoring",
12 "instrumentation",
13 "debugging",
14 "profiling",
15 "microservices",
16 "stack"
17 ],
18 "release": {
19 "verifyConditions": {
20 "path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
21 }
22 },
23 "main": "lib/index.js",
24 "scripts": {
25 "lint": "eslint lib example e2e",
26 "test": "npm run test-unit",
27 "test-e2e": "cd ./test/e2e && npm test",
28 "test-unit": "mocha 'lib/**/*.spec.js'",
29 "test-cls": "cd ./test/instrumentations && npm run test-cls",
30 "test-module": "cd ./test/instrumentations && npm run test-e2e",
31 "cover": "istanbul cover _mocha 'lib/**/*.spec.js'",
32 "changelog": "conventional-changelog -p angular -o CHANGELOG.md -r 500",
33 "semantic-release": "semantic-release pre && npm publish && semantic-release post",
34 "semantic-release-pre": "semantic-release pre",
35 "semantic-release-post": "semantic-release post",
36 "install": "npm i @risingstack/v8-profiler --build-from-source || exit 0"
37 },
38 "repository": {
39 "type": "git",
40 "url": "https://github.com/RisingStack/trace-nodejs.git"
41 },
42 "bugs": {
43 "url": "https://github.com/RisingStack/trace-nodejs/issues"
44 },
45 "dependencies": {
46 "bl": "1.2.0",
47 "continuation-local-storage": "3.2.0",
48 "debug": "2.6.0",
49 "https-proxy-agent": "1.0.0",
50 "js-yaml": "3.7.0",
51 "json-stringify-safe": "5.0.1",
52 "lodash.assign": "4.2.0",
53 "lodash.defaults": "4.2.0",
54 "lodash.find": "4.6.0",
55 "lodash.flatmap": "4.5.0",
56 "lodash.foreach": "4.5.0",
57 "lodash.get": "4.4.2",
58 "lodash.isnumber": "3.0.3",
59 "lodash.uniq": "4.5.0",
60 "lodash.remove": "4.7.0",
61 "lodash.some": "^4.6.0",
62 "qs": "6.3.0",
63 "semver": "5.3.0",
64 "sync-request": "3.0.1",
65 "uuid": "^3.0.1"
66 },
67 "optionalDependencies": {
68 "microtime": "2.1.2",
69 "event-loop-stats": "1.0.0",
70 "gc-stats": "1.0.0",
71 "@risingstack/v8-profiler": "5.7.0"
72 },
73 "devDependencies": {
74 "chai": "3.5.0",
75 "conventional-changelog": "1.1.0",
76 "eslint": "2.10.2",
77 "eslint-config-standard": "5.3.1",
78 "eslint-plugin-promise": "1.0.8",
79 "eslint-plugin-standard": "1.3.2",
80 "istanbul": "0.4.5",
81 "lodash.defaultsdeep": "^4.5.1",
82 "mocha": "3.2.0",
83 "nock": "9.0.2",
84 "pre-commit": "1.2.1",
85 "semantic-release": "6.3.2",
86 "sinon": "1.17.6",
87 "sinon-chai": "2.8.0"
88 },
89 "pre-commit": [
90 "lint",
91 "test-unit"
92 ]
93}