79 lines
1.9 KiB
JSON
79 lines
1.9 KiB
JSON
{
|
|
"_from": "stats-incremental@^1.2.1",
|
|
"_id": "stats-incremental@1.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-fvlXGCxi2HkFjHpHNauI0qxFxrU=",
|
|
"_location": "/stats-incremental",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "stats-incremental@^1.2.1",
|
|
"name": "stats-incremental",
|
|
"escapedName": "stats-incremental",
|
|
"rawSpec": "^1.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/mumble-client"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/stats-incremental/-/stats-incremental-1.2.1.tgz",
|
|
"_shasum": "7ef957182c62d879058c7a4735ab88d2ac45c6b5",
|
|
"_spec": "stats-incremental@^1.2.1",
|
|
"_where": "/home/sergiu/linx-audio-simulator/node_modules/mumble-client",
|
|
"author": {
|
|
"name": "Bryce B. Baril"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/brycebaril/stats-incremental/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"stats-lite": "^2.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A simple tool for calculating incremental stats on numeric streams.",
|
|
"devDependencies": {
|
|
"standard": "~10.0.2",
|
|
"tape": "~4.7.0"
|
|
},
|
|
"directories": {
|
|
"example": "examples",
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/brycebaril/stats-incremental",
|
|
"jshintConfig": {
|
|
"asi": true,
|
|
"globalstrict": true,
|
|
"validthis": true,
|
|
"eqnull": true,
|
|
"node": true,
|
|
"loopfunc": true,
|
|
"newcap": false,
|
|
"eqeqeq": false
|
|
},
|
|
"keywords": [
|
|
"stats",
|
|
"statistics",
|
|
"numbers",
|
|
"math",
|
|
"sum",
|
|
"mean",
|
|
"average",
|
|
"variance",
|
|
"deviation"
|
|
],
|
|
"license": "MIT",
|
|
"main": "stats.js",
|
|
"name": "stats-incremental",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brycebaril/stats-incremental.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/ && standard"
|
|
},
|
|
"version": "1.2.1"
|
|
}
|