prime-number-check
Version:
Checks if a number is prime or not
32 lines (31 loc) • 715 B
JSON
{
"name": "prime-number-check",
"version": "1.0.1",
"description": "Checks if a number is prime or not",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnirudhaPatil-1/prime-check-package.git"
},
"author": "anirudha_patil",
"license": "MIT",
"bugs": {
"url": "https://github.com/AnirudhaPatil-1/prime-check-package/issues"
},
"homepage": "https://github.com/AnirudhaPatil-1/prime-check-package#readme",
"keywords": [
"prime",
"number",
"math",
"algorithm",
"utility",
"function",
"check",
"validate",
"test",
"nonprime"
]
}