64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"_from": "ewma@^2.0.1",
|
|
"_id": "ewma@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-MYYK17A76cuuyvkR7MnqLW4iFYPEi5Isl2qb8rXiWpLiwFS9dxW/rncuNnjjgSENuVqZQkIuR4+DChVL4g1lnw==",
|
|
"_location": "/ewma",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ewma@^2.0.1",
|
|
"name": "ewma",
|
|
"escapedName": "ewma",
|
|
"rawSpec": "^2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/restify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ewma/-/ewma-2.0.1.tgz",
|
|
"_shasum": "9876c1c491ac5733c8666001a3961a04c97cf1e8",
|
|
"_spec": "ewma@^2.0.1",
|
|
"_where": "/usr/home/nodejs/node_modules/restify",
|
|
"author": {
|
|
"name": "Steve Gury"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ReactiveSocket/ewma/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Exponentially Weighted Moving Average",
|
|
"devDependencies": {
|
|
"eslint": "^4.5.0",
|
|
"jscs": "^3.0.7",
|
|
"nyc": "^11.2.0",
|
|
"tape": "^4.8.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/ReactiveSocket/ewma#readme",
|
|
"keywords": [
|
|
"JS",
|
|
"math",
|
|
"statistics"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "ewma",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ReactiveSocket/ewma.git"
|
|
},
|
|
"scripts": {
|
|
"all": "make"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|