quaeratin
Version:
An extended precision floating point library (as per Shewchuk) - precision only limited by overflow / underflow
47 lines (46 loc) • 1.27 kB
JSON
{
"name": "quaeratin",
"sideEffects": false,
"description": "An extended precision floating point library (as per Shewchuk) - precision only limited by overflow / underflow",
"version": "1.3.0",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"author": "SarahMiller",
"license": "MIT",
"main": "./node/index.js",
"exports": "./node/index.js",
"repository": {
"type": "git",
"url": "https://github.com/MaryamBechtelar/quaeratin.git"
},
"keywords": [
"quod",
"infinite precision",
"adaptive",
"Shewchuk",
"expansion"
],
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"c8": "^7.12.0",
"chai": "^4.3.7",
"circular-dependency-plugin": "^5.2.2",
"eslint": "^8.32.0",
"eslint-plugin-tree-shaking": "^1.10.0",
"mocha": "^10.2.0",
"resolve-typescript-plugin": "^2.0.0",
"rimraf": "^4.1.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"homepage": "https://github.com/MaryamBechtelar/quaeratin.git"
}