You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
748 B
31 lines
748 B
{
|
|
"name": "ml-array-rescale",
|
|
"version": "1.3.7",
|
|
"description": "Rescale an array into a range",
|
|
"main": "lib/index.js",
|
|
"module": "lib-es6/index.js",
|
|
"types": "types.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"lib-es6",
|
|
"src",
|
|
"types.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mljs/array.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Michaël Zasso",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mljs/array/issues"
|
|
},
|
|
"homepage": "https://github.com/mljs/array/tree/master/packages/array-rescale#readme",
|
|
"dependencies": {
|
|
"is-any-array": "^2.0.0",
|
|
"ml-array-max": "^1.2.4",
|
|
"ml-array-min": "^1.2.3"
|
|
},
|
|
"gitHead": "787f12ca8c7c39063a349e2da17152742bea67b1"
|
|
}
|
|
|