is-eq-seven
Version:
Returns true if the given number is 7, false otherwise.
48 lines • 933 B
JSON
{
"name": "is-eq-seven",
"description": "Returns true if the given number is 7, false otherwise.",
"version": "1.1.0",
"author": "Gost (https://github.com/gost-gk)",
"contributors": [
"3.14159265",
"guest8",
"bormand",
"1024--",
"Web_Monkey"
],
"license": "WTFPL",
"files": [
"index.js",
"test.js",
".gitignore"
],
"main": "index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"is-eq-six": "^1.1.0",
"is-number": "^7.0.0",
"is-string": "^1.0.5",
"is-undefined": "^1.0.10",
"is-null": "^1.0.1",
"jquery": "^3.5.0",
"jquery-basic-arithmetic-plugin": "^1.1.0",
"is-true": "^0.1.1"
},
"devDependencies": {
"mocha": "^7.1.2"
},
"keywords": [
"integer",
"number",
"is",
"seven",
"check",
"math",
"numeric"
]
}