UNPKG

bitwise53

Version:

Bitwise operations for integers up to 53 bits

38 lines (37 loc) 705 B
{ "name": "bitwise53", "version": "1.0.2", "description": "Bitwise operations for integers up to 53 bits", "main": "index.js", "typings": "./index.d.ts", "scripts": { "test": "node ./test.js", "bench": "node ./bench.js" }, "repository": { "url": "https://github.com/timotejroiko/bitwise53.git" }, "keywords": [ "bitwise", "32", "53", "bit", "bigint", "int", "integer", "and", "or", "xor", "shift" ], "author": "Timotej Valentin Rojko", "funding": { "type": "patreon", "url": "https://patreon.com/timotejroiko" }, "license": "MIT", "devDependencies": { "benchmark": "^2.1.4", "eslint": "^7.24.0" } }