UNPKG

ndarray-distance

Version:
44 lines (43 loc) 829 B
{ "name": "ndarray-distance", "version": "1.0.0", "description": "Lp distance between ndarrays", "main": "dist.js", "directories": { "test": "test" }, "dependencies": { "cwise": "^1.0.7" }, "devDependencies": { "almost-equal": "^1.0.0", "ndarray": "^1.0.18", "tape": "^4.0.0" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/scijs/ndarray-distance.git" }, "keywords": [ "scijs", "distance", "ndarray", "sum", "of", "squared", "absolute", "chebyshev", "taxicab", "manhattan", "metric", "Lp" ], "author": "Mikola Lysenko", "license": "MIT", "bugs": { "url": "https://github.com/scijs/ndarray-distance/issues" } }