{
  "name": "extra-math",
  "version": "1.5.2",
  "description": "Mathematics is the classification and study of all possible patterns.",
  "main": "index.js",
  "module": "index.mjs",
  "sideEffects": false,
  "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",
    "math",
    "aliquotParts",
    "clamp",
    "greatestPrimeFactor",
    "hcf",
    "leastPrimeFactor",
    "map",
    "mean",
    "norm",
    "rootMeanSquare",
    "aliquotSum",
    "arithmeticMean",
    "binomial",
    "ceil",
    "ceilDiv",
    "constrain",
    "cubicMean",
    "degrees",
    "distance",
    "factorial",
    "floor",
    "floorDiv",
    "gcd",
    "geometricMean",
    "harmonicMean",
    "isPow",
    "isPrime",
    "lcm",
    "lerp",
    "log",
    "magnitude",
    "maxPrimeFactor",
    "median",
    "minPrimeFactor",
    "mod",
    "modes",
    "modp",
    "multinomial",
    "nextPow",
    "normalize",
    "prevPow",
    "primeExponentials",
    "primeFactors",
    "product",
    "properDivisors",
    "quadriaticMean",
    "radians",
    "range",
    "rem",
    "remap",
    "root",
    "round",
    "roundDiv",
    "sum",
    "variance"
  ],
  "author": "wolfram77@gmail.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodef/extra-math.git"
  },
  "bugs": {
    "url": "https://github.com/nodef/extra-math/issues"
  },
  "homepage": "https://github.com/nodef/extra-math#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-number": "^2.5.0",
    "jest": "^29.7.0",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-dts": "^6.1.1",
    "ts-jest": "^29.2.5"
  }
}
