{
  "_args": [
    [
      "typed-function@0.10.7",
      "/Users/robert/Code/core-ui/packages/cosmo-ui-build"
    ]
  ],
  "_from": "typed-function@0.10.7",
  "_id": "typed-function@0.10.7",
  "_inBundle": false,
  "_integrity": "sha512-3mlZ5AwRMbLvUKkc8a1TI4RUJUS2H27pmD5q0lHRObgsoWzhDAX01yg82kwSP1FUw922/4Y9ZliIEh0qJZcz+g==",
  "_location": "/typed-function",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "typed-function@0.10.7",
    "name": "typed-function",
    "escapedName": "typed-function",
    "rawSpec": "0.10.7",
    "saveSpec": null,
    "fetchSpec": "0.10.7"
  },
  "_requiredBy": [
    "/mathjs"
  ],
  "_resolved": "https://registry.npmjs.org/typed-function/-/typed-function-0.10.7.tgz",
  "_spec": "0.10.7",
  "_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build",
  "author": {
    "name": "Jos de Jong",
    "email": "wjosdejong@gmail.com",
    "url": "https://github.com/josdejong"
  },
  "bugs": {
    "url": "https://github.com/josdejong/typed-function/issues"
  },
  "contributors": [
    {
      "name": "Luke Gumbley",
      "url": "https://github.com/luke-gumbley"
    }
  ],
  "dependencies": {},
  "description": "Type checking for JavaScript functions",
  "devDependencies": {
    "istanbul": "0.4.5",
    "mocha": "3.1.2",
    "uglify-js": "2.4.15"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "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": {
    "coverage": "istanbul cover _mocha -- test --recursive; echo \"\nCoverage report is available at ./coverage/lcov-report/index.html\"",
    "minify": "uglifyjs typed-function.js -o typed-function.min.js -c -m",
    "test": "mocha test --recursive"
  },
  "version": "0.10.7"
}
