UNPKG

typedfastbitset

Version:

Speed-optimized BitSet implementation for modern browsers and JavaScript engines, using typed arrays

41 lines (40 loc) 1.16 kB
{ "name": "typedfastbitset", "description": "Speed-optimized BitSet implementation for modern browsers and JavaScript engines, using typed arrays", "keywords": [ "bitmap", "bitset", "performance" ], "version": "0.6.1", "repository": { "type": "git", "url": "git+https://github.com/lemire/TypedFastBitSet.js.git" }, "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc -p tsconfig.build.json", "build:package": "tsc -p tsconfig.build.json --outDir lib", "check:types": "tsc", "test": "node --expose-gc ./node_modules/jest/bin/jest", "release": "npm run build:package && npm run test && release-it" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/lemire/TypedFastBitSet.js/issues" }, "homepage": "https://github.com/lemire/TypedFastBitSet.js#readme", "files": [ "lib" ], "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.4.3", "release-it": "^15.6.0", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", "typescript": "^4.8.4" }, "author": "Daniel Lemire <lemire@gmail.com> (http://lemire.me/en/)" }