UNPKG

extra-number.web

Version:

A number is a mathematical object used to count, measure, and label {web}.

109 lines (108 loc) 2.21 kB
{ "name": "extra-number.web", "version": "2.5.3", "description": "A number is a mathematical object used to count, measure, and label {web}.", "sideEffects": false, "main": "index.js", "module": "index.mjs", "exports": { "require": { "default": "./index.js", "types": "./index.d.ts" }, "import": { "default": "./index.mjs", "types": "./index.d.ts" } }, "scripts": { "test": "jest", "build": "node ./build", "publish-docs": "node ./build publish-docs", "publish-packages": "node ./build publish-packages" }, "keywords": [ "extra", "number", "aliquotParts", "clamp", "fromRoman", "greatestPrimeFactor", "hcf", "leastPrimeFactor", "map", "mean", "norm", "rootMeanSquare", "toRoman", "aliquotSum", "arithmeticMean", "binomial", "ceil", "ceilDiv", "compare", "constrain", "cubicMean", "degrees", "factorial", "floor", "floorDiv", "fromRomanNumerals", "gcd", "geometricMean", "harmonicMean", "is", "isPow", "isPrime", "lcm", "lerp", "log", "maxPrimeFactor", "median", "minPrimeFactor", "mod", "modes", "modp", "multinomial", "nextPow", "normalize", "prevPow", "primeExponentials", "primeFactors", "product", "properDivisors", "quadriaticMean", "radians", "range", "rem", "remap", "root", "round", "roundDiv", "significantDigits", "sum", "toRomanNumerals", "variance" ], "author": "wolfram77@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nodef/extra-number.git" }, "bugs": { "url": "https://github.com/nodef/extra-number/issues" }, "homepage": "https://github.com/nodef/extra-number#readme", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.8", "@rollup/plugin-node-resolve": "^15.3.0", "@types/jest": "^29.5.13", "extra-build": "^2.2.46", "extra-string": "^2.3.0", "jest": "^29.7.0", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-dts": "^6.1.1", "ts-jest": "^29.2.5" } }