@hugoalh/is-numeric-prime
Version:
A module to determine whether the numeric is prime.
42 lines • 845 B
JSON
{
"name": "@hugoalh/is-numeric-prime",
"version": "1.0.5",
"description": "A module to determine whether the numeric is prime.",
"keywords": [
"is",
"numeric",
"prime"
],
"homepage": "https://github.com/hugoalh/is-numeric-prime-es#readme",
"bugs": {
"url": "https://github.com/hugoalh/is-numeric-prime-es/issues"
},
"license": "MIT",
"author": "hugoalh",
"type": "module",
"main": "./mod.js",
"module": "./mod.js",
"exports": {
".": {
"import": {
"types": "./mod.d.ts",
"default": "./mod.js"
}
}
},
"types": "./mod.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/hugoalh/is-numeric-prime-es.git"
},
"scripts": {},
"devDependencies": {
"@types/node": "^20.9.0"
},
"engines": {},
"private": false,
"publishConfig": {
"access": "public"
},
"_generatedBy": "dnt@dev"
}