UNPKG

boolean-plus

Version:
46 lines 1.15 kB
{ "name": "boolean-plus", "version": "1.0.3", "description": "easy-to-use bulk boolean operations", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "test:cov": "jest --coverage" }, "author": "rjaguiluz", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/rjaguiluz/boolean-plus" }, "bugs": { "url": "https://github.com/rjaguiluz/boolean-plus/issues" }, "homepage": "https://github.com/rjaguiluz/boolean-plus#readme", "devDependencies": { "@types/jest": "^29.5.3", "jest": "^29.6.2", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "keywords": [ "boolean", "and", "or", "xor", "not", "nand", "nor", "xnor", "boolean operations", "boolean logic", "boolean algebra", "boolean functions", "boolean expressions", "boolean logic operations", "boolean logic functions", "boolean logic expressions" ] }