{
  "_args": [
    [
      "typed-function@1.0.3",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "typed-function@1.0.3",
  "_id": "typed-function@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-sVC/1pm70oELDFMdYtFXMFqyawenLoaDiAXA3QvOAwKF/WvFNTSJN23cY2lFNL8iP0kh3T0PPKewrboO8XUVGQ==",
  "_location": "/typed-function",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "typed-function@1.0.3",
    "name": "typed-function",
    "escapedName": "typed-function",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/mathjs"
  ],
  "_resolved": "https://registry.npmjs.org/typed-function/-/typed-function-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Jos de Jong",
    "email": "wjosdejong@gmail.com",
    "url": "https://github.com/josdejong"
  },
  "bugs": {
    "url": "https://github.com/josdejong/typed-function/issues"
  },
  "comment": "brace-expansion is installed because an old insecure version is used by one of the dev depencencies (under istanbul)",
  "contributors": [
    {
      "name": "Luke Gumbley",
      "url": "https://github.com/luke-gumbley"
    }
  ],
  "dependencies": {},
  "description": "Type checking for JavaScript functions",
  "devDependencies": {
    "benchmark": "2.1.4",
    "brace-expansion": "1.1.11",
    "istanbul": "0.4.5",
    "mocha": "5.0.1",
    "pad-right": "0.2.2",
    "uglify-js": "3.3.11"
  },
  "engines": {
    "node": ">= 6"
  },
  "homepage": "https://github.com/josdejong/typed-function",
  "keywords": [
    "typed",
    "function",
    "arguments",
    "compose",
    "types"
  ],
  "main": "./typed-function",
  "name": "typed-function",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/josdejong/typed-function.git"
  },
  "scripts": {
    "build": "uglifyjs typed-function.js -o typed-function.min.js -c -m",
    "coverage": "istanbul cover _mocha -- test --recursive; echo \"\nCoverage report is available at ./coverage/lcov-report/index.html\"",
    "prepublishOnly": "npm test && npm run build",
    "test": "mocha test --recursive"
  },
  "version": "1.0.3"
}
