|
1 | 1 | { |
2 | | - "name": "@metrics/client", |
3 | | - "version": "2.5.2", |
4 | | - "description": "A streaming metric producer. Allows producing counters, gauges, histograms and summaries in a way that is independent of your metrics system.", |
5 | | - "main": "lib/client.js", |
6 | | - "types": "client.d.ts", |
7 | | - "files": [ |
8 | | - "lib", |
9 | | - "client.d.ts" |
10 | | - ], |
11 | | - "scripts": { |
12 | | - "bench": "node benchmark/benchmark.js", |
13 | | - "test": "tap test/*.js --disable-coverage --allow-empty-coverage", |
14 | | - "test:coverage": "tap test/*.js", |
15 | | - "lint": "eslint .", |
16 | | - "lint:fix": "eslint . --fix" |
17 | | - }, |
18 | | - "author": "Richard Walker <[email protected]>", |
19 | | - "license": "MIT", |
20 | | - "keywords": [ |
21 | | - "server-statistics", |
22 | | - "server-stats", |
23 | | - "statistics", |
24 | | - "metrics", |
25 | | - "monitoring" |
26 | | - ], |
27 | | - "dependencies": { |
28 | | - "@metrics/metric": "^2.3.2", |
29 | | - "readable-stream": "^3.4.0", |
30 | | - "time-span": "^4.0.0" |
31 | | - }, |
32 | | - "devDependencies": { |
33 | | - "@semantic-release/changelog": "6.0.3", |
34 | | - "@semantic-release/commit-analyzer": "11.1.0", |
35 | | - "@semantic-release/git": "10.0.1", |
36 | | - "@semantic-release/github": "9.2.6", |
37 | | - "@semantic-release/npm": "11.0.3", |
38 | | - "@semantic-release/release-notes-generator": "12.1.0", |
39 | | - "@sinonjs/fake-timers": "11.2.2", |
40 | | - "benchmark": "2.1.4", |
41 | | - "eslint": "8.57.0", |
42 | | - "eslint-config-prettier": "9.1.0", |
43 | | - "eslint-plugin-prettier": "5.1.3", |
44 | | - "prettier": "3.2.5", |
45 | | - "semantic-release": "23.0.2", |
46 | | - "tap": "18.7.1" |
47 | | - }, |
48 | | - "repository": { |
49 | | - "type": "git", |
50 | | - "url": "https://github.com/metrics-js/client.git" |
51 | | - } |
| 2 | + "name": "@metrics/client", |
| 3 | + "version": "2.5.2", |
| 4 | + "description": "A streaming metric producer. Allows producing counters, gauges, histograms and summaries in a way that is independent of your metrics system.", |
| 5 | + "main": "lib/client.js", |
| 6 | + "types": "client.d.ts", |
| 7 | + "files": [ |
| 8 | + "lib", |
| 9 | + "client.d.ts" |
| 10 | + ], |
| 11 | + "scripts": { |
| 12 | + "bench": "node benchmark/benchmark.js", |
| 13 | + "test": "tap test/*.js --disable-coverage --allow-empty-coverage", |
| 14 | + "test:coverage": "tap test/*.js", |
| 15 | + "lint": "eslint .", |
| 16 | + "lint:fix": "eslint . --fix" |
| 17 | + }, |
| 18 | + "author": "Richard Walker <[email protected]>", |
| 19 | + "license": "MIT", |
| 20 | + "keywords": [ |
| 21 | + "server-statistics", |
| 22 | + "server-stats", |
| 23 | + "statistics", |
| 24 | + "metrics", |
| 25 | + "monitoring" |
| 26 | + ], |
| 27 | + "dependencies": { |
| 28 | + "@metrics/metric": "^2.3.2", |
| 29 | + "readable-stream": "^3.4.0", |
| 30 | + "time-span": "^4.0.0" |
| 31 | + }, |
| 32 | + "devDependencies": { |
| 33 | + "@semantic-release/changelog": "6.0.3", |
| 34 | + "@semantic-release/commit-analyzer": "11.1.0", |
| 35 | + "@semantic-release/git": "10.0.1", |
| 36 | + "@semantic-release/github": "9.2.6", |
| 37 | + "@semantic-release/npm": "11.0.3", |
| 38 | + "@semantic-release/release-notes-generator": "12.1.0", |
| 39 | + "@sinonjs/fake-timers": "11.2.2", |
| 40 | + "benchmark": "2.1.4", |
| 41 | + "eslint": "9.6.0", |
| 42 | + "eslint-config-prettier": "9.1.0", |
| 43 | + "eslint-plugin-prettier": "5.1.3", |
| 44 | + "globals": "15.8.0", |
| 45 | + "prettier": "3.2.5", |
| 46 | + "semantic-release": "23.0.2", |
| 47 | + "tap": "18.7.1" |
| 48 | + }, |
| 49 | + "repository": { |
| 50 | + "type": "git", |
| 51 | + "url": "https://github.com/metrics-js/client.git" |
| 52 | + } |
52 | 53 | } |
0 commit comments