UNPKG

cubic-spline

Version:
32 lines (31 loc) 679 B
{ "name": "cubic-spline", "version": "3.0.3", "description": "spline interpolation", "main": "index.js", "scripts": { "test": "node test.js", "lint": "prettier **/*.js **/*.json --write" }, "repository": { "type": "git", "url": "https://github.com/morganherlocker/cubic-spline.git" }, "keywords": [ "cubic", "spline", "interpolation", "line", "smooth", "smoothing" ], "author": "morganherlocker", "license": "MIT", "bugs": { "url": "https://github.com/morganherlocker/cubic-spline/issues" }, "homepage": "https://github.com/morganherlocker/cubic-spline", "devDependencies": { "tape": "^3.0.3" } }