File size: 720 Bytes
25e5703
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "array-normalize",
  "version": "1.1.4",
  "description": "Normalize array (possibly n-dimensional) to zero mean and unit variance",
  "main": "index.js",
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dfcreative/array-normalize.git"
  },
  "keywords": [
    "array",
    "normalize",
    "normal",
    "statistics",
    "samples"
  ],
  "author": "Dima Yv <dfcreative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dfcreative/array-normalize/issues"
  },
  "homepage": "https://github.com/dfcreative/array-normalize#readme",
  "dependencies": {
    "array-bounds": "^1.0.0"
  }
}