extra-bit
Version:
The bit is a basic unit of information in information theory, computing.
62 lines (61 loc) • 1.37 kB
JSON
{
"name": "extra-bit",
"version": "2.3.1",
"description": "The bit is a basic unit of information in information theory, computing.",
"sideEffects": false,
"main": "index.js",
"module": "index.mjs",
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"scripts": {
"test": "jest",
"build": "node ./build",
"publish-docs": "node ./build publish-docs",
"publish-packages": "node ./build publish-packages"
},
"keywords": [
"extra",
"bit",
"bitwise",
"manipulation",
"operation",
"count",
"get",
"getAs",
"interleave",
"merge",
"parity",
"reverse",
"rotate",
"scan",
"scanReverse",
"set",
"setAs",
"signExtend",
"swap",
"toggle",
"toggleAs"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-bit.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-bit/issues"
},
"homepage": "https://github.com/nodef/extra-bit#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/jest": "^29.5.13",
"extra-build": "^2.2.46",
"jest": "^29.7.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^6.1.1",
"ts-jest": "^29.2.5"
}
}