UNPKG

@metrics/metric

Version:

The metric class definition which metric objects in the @metrics library is instansiated from

53 lines (52 loc) 1.45 kB
{ "name": "@metrics/metric", "version": "2.3.4", "description": "The metric class definition which metric objects in the @metrics library is instansiated from", "main": "lib/metric.js", "types": "metric.d.ts", "files": [ "lib", "metric.d.ts" ], "scripts": { "bench": "node benchmark/benchmark.js", "test": "tap test/*.js --disable-coverage --allow-empty-coverage", "test:coverage": "tap test/*.js", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "repository": { "type": "git", "url": "git+https://github.com/metrics-js/metric.git" }, "author": "Trygve Lie", "license": "MIT", "bugs": { "url": "https://github.com/metrics-js/metric/issues" }, "homepage": "https://github.com/metrics-js/metric#readme", "keywords": [ "server-statistics", "server-stats", "statistics", "metrics", "monitoring" ], "devDependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.1", "@semantic-release/git": "10.0.1", "@semantic-release/github": "10.3.5", "@semantic-release/npm": "12.0.1", "@semantic-release/release-notes-generator": "14.0.3", "benchmark": "2.1.4", "eslint": "9.18.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.2.2", "lolex": "6.0.0", "globals": "15.9.0", "prettier": "3.4.2", "semantic-release": "24.2.1", "tap": "18.8.0" } }