@sigma-js/primes
Version:
JavaScript library for efficient prime number detection and arithmetic, with customizable algorithms for large numbers.
35 lines (34 loc) • 768 B
JSON
{
"name": "@sigma-js/primes",
"version": "1.0.4",
"description": "JavaScript library for efficient prime number detection and arithmetic, with customizable algorithms for large numbers.",
"keywords": [
"math",
"prime",
"factors",
"num",
"number",
"fast",
"check",
"is"
],
"main": "./primes.js",
"repository": {
"type": "git",
"url": "https://github.com/s-hama/sigma-js-primes"
},
"homepage": "https://github.com/s-hama/sigma-js-primes",
"bugs": {
"url": "https://github.com/s-hama/sigma-js-primes/issues"
},
"author": "s-hama",
"license": "MIT",
"private": false,
"devDependencies": {
"jest": "^29.6.4"
},
"dependencies": {
"cross-spawn": "^7.0.6",
"micromatch": "^4.0.8"
}
}