75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"_from": "stats-lite@^2.1.0",
|
|
"_id": "stats-lite@2.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/Kz55rgUIv2KP2MKphwYT/NCuSfAlbbMRv2ZWw7wyXayu230zdtzhxxuXXcvsc6EmmhS8bSJl3uS1wmMHFumbA==",
|
|
"_location": "/stats-lite",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "stats-lite@^2.1.0",
|
|
"name": "stats-lite",
|
|
"escapedName": "stats-lite",
|
|
"rawSpec": "^2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/stats-incremental"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/stats-lite/-/stats-lite-2.2.0.tgz",
|
|
"_shasum": "278a5571fa1d2e8b1691295dccc0235282393bbf",
|
|
"_spec": "stats-lite@^2.1.0",
|
|
"_where": "/home/sergiu/linx-audio-simulator/node_modules/stats-incremental",
|
|
"author": {
|
|
"name": "Bryce B. Baril"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/brycebaril/node-stats-lite/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"isnumber": "~1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A light statistical package that operates on numeric Arrays.",
|
|
"devDependencies": {
|
|
"dice": "0.0.2",
|
|
"tape": "~4.6.3"
|
|
},
|
|
"directories": {
|
|
"example": "examples",
|
|
"test": "test"
|
|
},
|
|
"engines": {
|
|
"node": ">=2.0.0"
|
|
},
|
|
"homepage": "https://github.com/brycebaril/node-stats-lite",
|
|
"keywords": [
|
|
"stats",
|
|
"statistics",
|
|
"numbers",
|
|
"math",
|
|
"sum",
|
|
"mean",
|
|
"average",
|
|
"mode",
|
|
"median",
|
|
"percentile",
|
|
"variance",
|
|
"deviation"
|
|
],
|
|
"license": "MIT",
|
|
"main": "stats.js",
|
|
"name": "stats-lite",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/brycebaril/node-stats-lite.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/"
|
|
},
|
|
"version": "2.2.0"
|
|
}
|