UNPKG

interskiplist

Version:

Binary Search for Numeric & Character Intervals; great for CSS-Unicode-Range-like tasks

46 lines (45 loc) 1.23 kB
{ "name": "interskiplist", "version": "0.3.0", "description": "Binary Search for Numeric & Character Intervals; great for CSS-Unicode-Range-like tasks", "main": "lib/main.js", "scripts": { "build": "coffee --map -o lib -c src", "push": "git add . && git commit -m'update' && git push", "doctoc": "doctoc README.md", "pub": "npm run build && npm run doctoc && npm run push && npm version patch && npm publish", "test-travis": "node lib/tests.js", "test": "npm run build && node lib/tests.js" }, "repository": { "type": "git", "url": "https://github.com/loveencounterflow/interskiplist.git" }, "keywords": [ "intervalskiplist", "css", "unicode", "unicode-range", "range", "interval", "skiplist", "search", "binary", "binary search" ], "author": "loveencounterflow", "license": "MIT", "bugs": { "url": "https://github.com/loveencounterflow/interskiplist/issues" }, "homepage": "https://github.com/loveencounterflow/interskiplist", "dependencies": { "cnd": "9.2.1", "intertype": "^7.6.7", "interval-skip-list": "^2.0.1", "multimix006modern": "^0.0.6" }, "devDependencies": { "guy-test": "4.1.0" } }