{
  "_from": "typed-function@^4.1.1",
  "_id": "typed-function@4.2.2",
  "_inBundle": false,
  "_integrity": "sha512-VwaXim9Gp1bngi/q3do8hgttYn2uC3MoT/gfuMWylnj1IeZBUAyPddHZlo1K05BDoj8DYPpMdiHqH1dDYdJf2A==",
  "_location": "/typed-function",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "typed-function@^4.1.1",
    "name": "typed-function",
    "escapedName": "typed-function",
    "rawSpec": "^4.1.1",
    "saveSpec": null,
    "fetchSpec": "^4.1.1"
  },
  "_requiredBy": [
    "/mathjs"
  ],
  "_resolved": "https://registry.npmjs.org/typed-function/-/typed-function-4.2.2.tgz",
  "_shasum": "49939f58d133a40cb03bdc05d969f59e4bdc3190",
  "_spec": "typed-function@^4.1.1",
  "_where": "/home/learnc22/salescrm.learncultivera.com/node_modules/mathjs",
  "author": {
    "name": "Jos de Jong",
    "email": "wjosdejong@gmail.com",
    "url": "https://github.com/josdejong"
  },
  "browser": "lib/umd/typed-function.js",
  "bugs": {
    "url": "https://github.com/josdejong/typed-function/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Glen Whitney",
      "url": "https://github.com/gwhitney"
    },
    {
      "name": "Luke Gumbley",
      "url": "https://github.com/luke-gumbley"
    }
  ],
  "deprecated": false,
  "description": "Type checking for JavaScript functions",
  "devDependencies": {
    "@babel/cli": "7.28.3",
    "@babel/preset-env": "7.28.5",
    "benchmark": "2.1.4",
    "c8": "10.1.3",
    "cpy-cli": "6.0.0",
    "del-cli": "6.0.0",
    "eslint": "8.57.1",
    "eslint-config-standard": "17.1.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-n": "16.6.2",
    "eslint-plugin-promise": "6.6.0",
    "mocha": "11.7.5",
    "npm-run-all": "4.1.5",
    "pad-right": "0.2.2",
    "rollup": "4.53.3"
  },
  "engines": {
    "node": ">= 18"
  },
  "files": [
    "README.md",
    "LICENSE.md",
    "lib"
  ],
  "homepage": "https://github.com/josdejong/typed-function",
  "keywords": [
    "typed",
    "function",
    "arguments",
    "compose",
    "types"
  ],
  "license": "MIT",
  "main": "lib/umd/typed-function.js",
  "module": "lib/esm/typed-function.mjs",
  "name": "typed-function",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/josdejong/typed-function.git"
  },
  "scripts": {
    "build": "npm-run-all build:**",
    "build-and-test": "npm run lint && npm run build && npm run test:lib",
    "build:clean": "del-cli lib",
    "build:esm": "babel src --out-dir lib/esm --out-file-extension .mjs --source-maps --config-file ./babel.config.json",
    "build:umd": "rollup lib/esm/typed-function.mjs --format umd --name 'typed' --sourcemap --output.file lib/umd/typed-function.js && cpy tools/cjs/package.json lib/umd --flat",
    "coverage": "c8 --reporter=lcov --reporter=text-summary mocha test --recursive && echo \"\nCoverage report is available at ./coverage/lcov-report/index.html\"",
    "format": "npm run lint -- --fix",
    "lint": "eslint --cache src/**/*.mjs test/**/*.mjs test-lib/**/*.mjs",
    "prepublishOnly": "npm run build-and-test",
    "test": "mocha test --recursive",
    "test:lib": "mocha test test-lib --recursive"
  },
  "type": "module",
  "version": "4.2.2"
}
