validate-robust-sequence
Version:
Tests if a sequence of floats is a robust non-overlapping increasing sequence
41 lines (40 loc) • 895 B
JSON
{
"name": "validate-robust-sequence",
"version": "1.0.0",
"description": "Tests if a sequence of floats is a robust non-overlapping increasing sequence",
"main": "validate.js",
"directories": {
"test": "test"
},
"dependencies": {
"test-float-overlap": "^1.0.0"
},
"devDependencies": {
"tape": "^2.12.3"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/validate-robust-sequence.git"
},
"keywords": [
"robust",
"non-overlapping",
"increasing",
"sequence",
"float",
"double",
"ieee",
"754",
"exact",
"arithmetic"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/validate-robust-sequence/issues"
},
"homepage": "https://github.com/mikolalysenko/validate-robust-sequence"
}