Leon4gr45's picture
Upload folder using huggingface_hub (part 10)
25e5703 verified
Raw
History Blame Contribute Delete
720 Bytes
{
"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"
}
}