{ "name": "drange", "version": "1.1.1", "description": "For adding, subtracting, and indexing discontinuous ranges of numbers", "keywords": [ "discontinuous", "range", "set" ], "main": "lib/index.js", "files": [ "lib", "types/index.d.ts" ], "scripts": { "test": "istanbul cover node_modules/.bin/_mocha -- test/*-test.js", "dtslint": "dtslint types" }, "repository": { "type": "git", "url": "https://github.com/fent/node-drange.git" }, "author": "David Tudury ", "contributors": [ "fent (https://github.com/fent)" ], "devDependencies": { "istanbul": "^0.4.5", "mocha": "^5.0.0" }, "engines": { "node": ">=4" }, "license": "MIT", "types": "./types" }