monti-apm-sketches-js
Version:
An Implementation Of DDSketch, A Fast and Fully-Mergeable Quantile Sketch with Relative-Error Guarantees.
29 lines (28 loc) • 672 B
JSON
{
"name": "monti-apm-sketches-js",
"version": "0.0.3",
"description": "An Implementation Of DDSketch, A Fast and Fully-Mergeable Quantile Sketch with Relative-Error Guarantees.",
"main": "index.js",
"scripts": {
"test": "mocha ./test/*.js"
},
"keywords": [
"ddsketch",
"quantile",
"histogram",
"measurement"
],
"author": "Hassy Veldstra <h@artillery.io>",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/hassy/sketches-js.git"
},
"bugs": {
"url": "https://github.com/hassy/sketches-js/issues",
"email": "npm@veldstra.org"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}