ml-array-xy-equally-spaced
Version:
Get the closest point for a specific abscissa value
29 lines (28 loc) • 715 B
JSON
{
"name": "ml-array-xy-equally-spaced",
"version": "1.2.1",
"description": "Get the closest point for a specific abscissa value",
"main": "lib/index.js",
"module": "src/index.js",
"files": [
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mljs/array-xy.git"
},
"keywords": [],
"author": "Miguel Asencio",
"license": "MIT",
"bugs": {
"url": "https://github.com/mljs/array-xy/issues"
},
"homepage": "https://github.com/mljs/array-xy/tree/master/packages/array-xy-equally-spaced#readme",
"dependencies": {
"binary-search": "^1.3.6",
"ml-array-sequential-fill": "^1.1.7",
"ml-zones": "^0.1.0",
"num-sort": "^2.0.0"
}
}