UNPKG

robust-split

Version:

convert a number into a 2-part non-overlapping sequence

29 lines (28 loc) 632 B
{ "name": "robust-split", "version": "1.0.0", "description": "convert a number into a 2-part non-overlapping sequence", "main": "robust-split.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/tmpvar/robust-split.git" }, "keywords": [ "robust", "float", "exact", "nonoverlapping" ], "author": "Elijah Insua <tmpvar@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/tmpvar/robust-split/issues" }, "homepage": "https://github.com/tmpvar/robust-split", "devDependencies": { "tape": "^2.13.4" } }