Leon4gr45's picture
Upload folder using huggingface_hub (part 10)
25e5703 verified
Raw
History Blame Contribute Delete
620 Bytes
{
"name": "array-bounds",
"version": "1.0.1",
"description": "Find [nd-]array min/max values",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfcreative/array-bounds.git"
},
"keywords": [
"array",
"bounds",
"limits",
"array min",
"min",
"max",
"statistics",
"samples"
],
"author": "Dima Yv <dfcreative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dfcreative/array-bounds/issues"
},
"homepage": "https://github.com/dfcreative/array-bounds#readme"
}