UNPKG

2.02 kBJSONView Raw
1{
2 "name": "extra-bigint.web",
3 "version": "1.1.9",
4 "description": "A collection of functions for working with BigInts {web}.",
5 "sideEffects": false,
6 "main": "index.js",
7 "module": "index.mjs",
8 "exports": {
9 "require": "./index.js",
10 "import": "./index.mjs"
11 },
12 "scripts": {
13 "test": "jest",
14 "build": "node ./build",
15 "publish-docs": "node ./build publish-docs",
16 "publish-packages": "node ./build publish-packages"
17 },
18 "keywords": [
19 "extra",
20 "bigint",
21 "big",
22 "integer",
23 "aliquotParts",
24 "clamp",
25 "greatestPrimeFactor",
26 "hcf",
27 "leastPrimeFactor",
28 "map",
29 "mean",
30 "rootMeanSquare",
31 "abs",
32 "aliquotSum",
33 "arithmeticMean",
34 "binomial",
35 "cbrt",
36 "ceilDiv",
37 "compare",
38 "constrain",
39 "cubicMean",
40 "factorial",
41 "floorDiv",
42 "gcd",
43 "geometricMean",
44 "harmonicMean",
45 "hypot",
46 "is",
47 "isPow10",
48 "isPow2",
49 "isPrime",
50 "lcm",
51 "lerp",
52 "log10",
53 "log2",
54 "max",
55 "maxPrimeFactor",
56 "median",
57 "min",
58 "minPrimeFactor",
59 "mod",
60 "modes",
61 "modp",
62 "multinomial",
63 "nextPow10",
64 "nextPow2",
65 "prevPow10",
66 "prevPow2",
67 "primeExponentials",
68 "primeFactors",
69 "product",
70 "properDivisors",
71 "quadriaticMean",
72 "range",
73 "rem",
74 "remap",
75 "root",
76 "roundDiv",
77 "sign",
78 "sqrt",
79 "sum",
80 "variance"
81 ],
82 "author": "wolfram77@gmail.com",
83 "license": "MIT",
84 "repository": {
85 "type": "git",
86 "url": "git+https://github.com/nodef/extra-bigint.git"
87 },
88 "bugs": {
89 "url": "https://github.com/nodef/extra-bigint/issues"
90 },
91 "homepage": "https://github.com/nodef/extra-bigint#readme",
92 "devDependencies": {
93 "@rollup/plugin-commonjs": "^23.0.2",
94 "@rollup/plugin-node-resolve": "^15.0.1",
95 "@types/jest": "^29.2.3",
96 "extra-build": "^2.2.39",
97 "jest": "^29.3.1",
98 "rollup-plugin-cleanup": "^3.2.1",
99 "rollup-plugin-dts": "^5.0.0",
100 "ts-jest": "^29.0.3"
101 }
102}