stats-percentile
Version:
Calculate n-th percentile
52 lines (51 loc) • 1.25 kB
JSON
{
"name": "stats-percentile",
"version": "3.3.0",
"description": "Calculate n-th percentile",
"main": "./dist/index.js",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "ava --verbose && eslint --fix .",
"prepare": "npm t && rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/msn0/stats-percentile.git"
},
"keywords": [
"percentile",
"stats",
"statistics",
"analytics"
],
"author": "Michał Jezierski",
"license": "MIT",
"bugs": {
"url": "https://github.com/msn0/stats-percentile/issues"
},
"homepage": "https://github.com/msn0/stats-percentile",
"devDependencies": {
"@ava/babel": "^2.0.0",
"@babel/preset-env": "^7.14.8",
"@babel/register": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"ava": "^3.15.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babelrc-rollup": "^3.0.0",
"eslint-config-helmut": "^4.1.0",
"rollup": "^2.53.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4"
},
"ava": {
"babel": true,
"require": [
"@babel/register"
]
}
}