bigint-factorial
Version:
Tiny factorial function using BigInt
44 lines (43 loc) • 1.16 kB
JSON
{
"name": "bigint-factorial",
"version": "1.1.3",
"description": "Tiny factorial function using BigInt",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "npm run lint && jest",
"docs": "jsdoc2md --template template.hbs index.js > README.md",
"release": "standard-version",
"prerelease": "npm run docs && npm run test",
"lint": "eslint ."
},
"engines": {
"node": ">=10.24.1"
},
"files": [],
"repository": {
"type": "git",
"url": "git+https://github.com/polarstoat/bigint-factorial.git"
},
"keywords": [
"BigInt",
"Factorial",
"Math",
"Probability",
"Statistics"
],
"author": "Polar stoat <polarstoat@users.noreply.github.com> (https://github.com/polarstoat)",
"license": "MIT",
"bugs": {
"url": "https://github.com/polarstoat/bigint-factorial/issues"
},
"homepage": "https://github.com/polarstoat/bigint-factorial#readme",
"devDependencies": {
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.4.7",
"jsdoc-to-markdown": "^7.1.0",
"standard-version": "^9.3.2"
}
}