array-xy-max-merge
Version:
Merge abscissa values on similar ordinates and keeps the abscissa with bigger ordinate value
23 lines (22 loc) • 615 B
JSON
{
"name": "array-xy-max-merge",
"version": "1.0.0",
"description": "Merge abscissa values on similar ordinates and keeps the abscissa with bigger ordinate value",
"main": "lib/index.js",
"module": "src/index.js",
"files": [
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cheminfo-js/array-xy.git"
},
"keywords": [],
"author": "Miguel Asencio",
"license": "MIT",
"bugs": {
"url": "https://github.com/cheminfo-js/array-xy/issues"
},
"homepage": "https://github.com/cheminfo-js/array-xy/tree/master/packages/array-xy-max-merge#readme"
}