Spaces:
Sleeping
Sleeping
| { | |
| "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" | |
| } | |
| } | |