|
1 | 1 | { |
2 | | - "name": "@metrics/emitter", |
3 | | - "version": "1.0.0", |
4 | | - "description": "Emitter for pushing a metric stream over misc network protocols to a daemon.", |
5 | | - "main": "lib/emitter.js", |
6 | | - "scripts": { |
7 | | - "test": "tap test/*.js --disable-coverage --allow-empty-coverage", |
8 | | - "test:coverage": "tap test/*.js", |
9 | | - "lint": "eslint .", |
10 | | - "lint:fix": "eslint . --fix" |
11 | | - }, |
12 | | - "repository": { |
13 | | - "type": "git", |
14 | | - "url": "git+https://github.com/metrics-js/emitter.git" |
15 | | - }, |
16 | | - "author": "Trygve Lie", |
17 | | - "license": "MIT", |
18 | | - "bugs": { |
19 | | - "url": "https://github.com/metrics-js/emitter/issues" |
20 | | - }, |
21 | | - "homepage": "https://github.com/metrics-js/emitter#readme", |
22 | | - "dependencies": { |
23 | | - "readable-stream": "^3.4.0" |
24 | | - }, |
25 | | - "devDependencies": { |
26 | | - "@metrics/client": "2.5.2", |
27 | | - "@semantic-release/changelog": "6.0.3", |
28 | | - "@semantic-release/commit-analyzer": "11.1.0", |
29 | | - "@semantic-release/git": "10.0.1", |
30 | | - "@semantic-release/github": "9.2.6", |
31 | | - "@semantic-release/npm": "11.0.3", |
32 | | - "@semantic-release/release-notes-generator": "12.1.0", |
33 | | - "eslint": "8.57.0", |
34 | | - "eslint-config-prettier": "9.1.0", |
35 | | - "eslint-plugin-prettier": "5.1.3", |
36 | | - "prettier": "3.3.0", |
37 | | - "semantic-release": "23.0.2", |
38 | | - "tap": "18.7.0" |
39 | | - } |
| 2 | + "name": "@metrics/emitter", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Emitter for pushing a metric stream over misc network protocols to a daemon.", |
| 5 | + "main": "lib/emitter.js", |
| 6 | + "scripts": { |
| 7 | + "test": "tap test/*.js --disable-coverage --allow-empty-coverage", |
| 8 | + "test:coverage": "tap test/*.js", |
| 9 | + "lint": "eslint .", |
| 10 | + "lint:fix": "eslint . --fix" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git+https://github.com/metrics-js/emitter.git" |
| 15 | + }, |
| 16 | + "author": "Trygve Lie", |
| 17 | + "license": "MIT", |
| 18 | + "bugs": { |
| 19 | + "url": "https://github.com/metrics-js/emitter/issues" |
| 20 | + }, |
| 21 | + "homepage": "https://github.com/metrics-js/emitter#readme", |
| 22 | + "dependencies": { |
| 23 | + "readable-stream": "^3.4.0" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@metrics/client": "2.5.2", |
| 27 | + "@semantic-release/changelog": "6.0.3", |
| 28 | + "@semantic-release/commit-analyzer": "11.1.0", |
| 29 | + "@semantic-release/git": "10.0.1", |
| 30 | + "@semantic-release/github": "9.2.6", |
| 31 | + "@semantic-release/npm": "11.0.3", |
| 32 | + "@semantic-release/release-notes-generator": "12.1.0", |
| 33 | + "eslint": "9.6.0", |
| 34 | + "eslint-config-prettier": "9.1.0", |
| 35 | + "eslint-plugin-prettier": "5.1.3", |
| 36 | + "globals": "15.8.0", |
| 37 | + "prettier": "3.3.0", |
| 38 | + "semantic-release": "23.0.2", |
| 39 | + "tap": "18.7.0" |
| 40 | + } |
40 | 41 | } |
0 commit comments