flat-ranges
Version:
Utilities for managing flat range lists like [from1, to1, from2, to2, ...]
35 lines (34 loc) • 711 B
JSON
{
"name": "flat-ranges",
"version": "1.0.2",
"description": "Utilities for managing flat range lists like [from1, to1, from2, to2, ...]",
"keywords": [
"range",
"ranges",
"interval",
"flat",
"list",
"merge",
"subtract",
"utils",
"sync",
"data",
"javascript",
"ack"
],
"repository": {
"type": "git",
"url": "https://github.com/colocohen/flat-ranges.git"
},
"homepage": "https://github.com/colocohen/flat-ranges#readme",
"bugs": {
"url": "https://github.com/colocohen/flat-ranges/issues"
},
"license": "MIT",
"author": "colocohen",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
}
}