UNPKG

number-oddoreven

Version:

A package that returns true if the given number is odd or even. Blazingly fast performance along with an extensive API.

42 lines (41 loc) 1.01 kB
{ "name": "number-oddoreven", "version": "1.0.5", "description": "A package that returns true if the given number is odd or even. Blazingly fast performance along with an extensive API.", "main": "index.js", "scripts": { "test": "node ./test.js" }, "keywords": [ "fast", "number", "odd", "even", "math", "isodd", "iseven", "evenYes" ], "author": "Arnar Freyr Ástvaldsson", "license": "MIT", "dependencies": { "camelcase": "^6.2.0", "chalk": "^4.1.0", "false": "0.0.4", "if": "^2.0.0", "is-number": "^7.0.0", "log": "^6.0.0", "none": "^1.0.0", "system-sleep": "^1.3.7", "throw-error": "^1.0.0" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/TSKsmiley/isodd-or-even.git" }, "bugs": { "url": "https://github.com/TSKsmiley/isodd-or-even/issues" }, "homepage": "https://github.com/TSKsmiley/isodd-or-even#readme" }