@acransac/sqrt
Version:
Compute common and modular square roots
42 lines (41 loc) • 1 kB
JSON
{
"name": "@acransac/sqrt",
"version": "1.0.1",
"description": "Compute common and modular square roots",
"main": "dist/sqrt.js",
"type": "module",
"files": [
"dist/sqrt.js",
"MIT-LICENSE.txt"
],
"scripts": {
"build": "webpack",
"debug-test": "node --experimental-vm-modules --inspect-brk node_modules/jest/bin/jest.js --runInBand",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acransac/sqrt.git"
},
"keywords": [
"arbitrary-precision",
"bigint",
"big-integer",
"math",
"modular-arithmetic",
"sqrt",
"square-root"
],
"author": "Adrien Cransac",
"license": "MIT",
"bugs": {
"url": "https://github.com/acransac/sqrt/issues"
},
"homepage": "https://github.com/acransac/sqrt#readme",
"devDependencies": {
"big-integer": "^1.6.51",
"jest": "^27.4.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}