|
22 | 22 | }, |
23 | 23 | "main": "lib/index.js", |
24 | 24 | "scripts": { |
25 | | - "lint": "eslint lib example e2e", |
| 25 | + "install": "npm i @risingstack/v8-profiler --build-from-source || exit 0", |
| 26 | + "lint": "./scripts/lint.sh", |
26 | 27 | "test": "npm run test-unit", |
27 | | - "test-e2e": "cd ./test/e2e && npm test", |
28 | 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", |
| 29 | + "test-e2e": "./scripts/test-e2e.sh", |
| 30 | + "test-instrumentations": "./scripts/test-instrumentations.sh", |
| 31 | + "test-coverage": "./scripts/test-coverage.sh", |
33 | 32 | "semantic-release": "semantic-release pre && npm publish && semantic-release post", |
34 | 33 | "semantic-release-pre": "semantic-release pre", |
35 | 34 | "semantic-release-post": "semantic-release post", |
36 | | - "install": "npm i @risingstack/v8-profiler --build-from-source || exit 0" |
| 35 | + "which": "which" |
37 | 36 | }, |
38 | 37 | "repository": { |
39 | 38 | "type": "git", |
|
42 | 41 | "bugs": { |
43 | 42 | "url": "https://github.com/RisingStack/trace-nodejs/issues" |
44 | 43 | }, |
| 44 | + "engines": { |
| 45 | + "node": ">=0.12" |
| 46 | + }, |
45 | 47 | "dependencies": { |
46 | 48 | "bl": "1.2.0", |
47 | 49 | "continuation-local-storage": "3.2.0", |
48 | | - "debug": "2.6.0", |
| 50 | + "debug": "2.6.1", |
49 | 51 | "https-proxy-agent": "1.0.0", |
50 | | - "js-yaml": "3.7.0", |
| 52 | + "js-yaml": "3.8.1", |
51 | 53 | "json-stringify-safe": "5.0.1", |
52 | 54 | "lodash.assign": "4.2.0", |
53 | 55 | "lodash.defaults": "4.2.0", |
|
58 | 60 | "lodash.isnumber": "3.0.3", |
59 | 61 | "lodash.uniq": "4.5.0", |
60 | 62 | "lodash.remove": "4.7.0", |
61 | | - "lodash.some": "^4.6.0", |
62 | | - "qs": "6.3.0", |
| 63 | + "lodash.some": "4.6.0", |
| 64 | + "qs": "6.3.1", |
63 | 65 | "semver": "5.3.0", |
64 | 66 | "sync-request": "3.0.1", |
65 | | - "uuid": "^3.0.1" |
| 67 | + "uuid": "3.0.1" |
66 | 68 | }, |
67 | 69 | "optionalDependencies": { |
68 | 70 | "microtime": "2.1.2", |
|
71 | 73 | "@risingstack/v8-profiler": "5.7.0" |
72 | 74 | }, |
73 | 75 | "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" |
| 76 | + "chai": "^3.5.0", |
| 77 | + "conventional-changelog": "^1.1.0", |
| 78 | + "eslint": "^3.15.0", |
| 79 | + "eslint-config-standard": "^6.2.1", |
| 80 | + "eslint-plugin-promise": "^3.4.1", |
| 81 | + "eslint-plugin-standard": "^2.0.1", |
| 82 | + "istanbul": "^0.4.5", |
| 83 | + "lodash": "^4.17.4", |
| 84 | + "mocha": "^3.2.0", |
| 85 | + "nock": "^9.0.6", |
| 86 | + "pre-commit": "^1.2.2", |
| 87 | + "semantic-release": "^6.3.2", |
| 88 | + "sinon": "^1.17.7", |
| 89 | + "sinon-chai": "^2.8.0" |
88 | 90 | }, |
89 | 91 | "pre-commit": [ |
90 | 92 | "lint", |
|
0 commit comments