wzp
2021-05-13 7d694a9113118daec5be7ac224dab46a3b20f106
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
  "_args": [
    [
      {
        "raw": "ewma@^2.0.1",
        "scope": null,
        "escapedName": "ewma",
        "name": "ewma",
        "rawSpec": "^2.0.1",
        "spec": ">=2.0.1 <3.0.0",
        "type": "range"
      },
      "/root/rushmail/node_modules/restify"
    ]
  ],
  "_from": "ewma@>=2.0.1 <3.0.0",
  "_id": "ewma@2.0.1",
  "_inCache": true,
  "_location": "/ewma",
  "_nodeVersion": "6.11.2",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/ewma-2.0.1.tgz_1504904790676_0.3281108944211155"
  },
  "_npmUser": {
    "name": "retrohacker",
    "email": "william.jblankenship@gmail.com"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ewma@^2.0.1",
    "scope": null,
    "escapedName": "ewma",
    "name": "ewma",
    "rawSpec": "^2.0.1",
    "spec": ">=2.0.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/restify"
  ],
  "_resolved": "https://registry.npmjs.org/ewma/-/ewma-2.0.1.tgz",
  "_shasum": "9876c1c491ac5733c8666001a3961a04c97cf1e8",
  "_shrinkwrap": null,
  "_spec": "ewma@^2.0.1",
  "_where": "/root/rushmail/node_modules/restify",
  "author": {
    "name": "Steve Gury"
  },
  "bugs": {
    "url": "https://github.com/ReactiveSocket/ewma/issues"
  },
  "dependencies": {
    "assert-plus": "^1.0.0"
  },
  "description": "Exponentially Weighted Moving Average",
  "devDependencies": {
    "eslint": "^4.5.0",
    "jscs": "^3.0.7",
    "nyc": "^11.2.0",
    "tape": "^4.8.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-MYYK17A76cuuyvkR7MnqLW4iFYPEi5Isl2qb8rXiWpLiwFS9dxW/rncuNnjjgSENuVqZQkIuR4+DChVL4g1lnw==",
    "shasum": "9876c1c491ac5733c8666001a3961a04c97cf1e8",
    "tarball": "https://registry.npmjs.org/ewma/-/ewma-2.0.1.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "60d3a4200fc51b491acccd61b0d666a345953e4f",
  "homepage": "https://github.com/ReactiveSocket/ewma#readme",
  "keywords": [
    "JS",
    "math",
    "statistics"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "retrohacker",
      "email": "william.jblankenship@gmail.com"
    }
  ],
  "name": "ewma",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ReactiveSocket/ewma.git"
  },
  "scripts": {
    "all": "make"
  },
  "version": "2.0.1"
}