{
  "_args": [
    [
      "extract-opts@2.2.0",
      "/app"
    ]
  ],
  "_from": "extract-opts@2.2.0",
  "_id": "extract-opts@2.2.0",
  "_inBundle": false,
  "_integrity": "sha1-H6KOunNSxttID4hc63GkaBC+bX0=",
  "_location": "/extract-opts",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "extract-opts@2.2.0",
    "name": "extract-opts",
    "escapedName": "extract-opts",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "/watchr"
  ],
  "_resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-2.2.0.tgz",
  "_spec": "2.2.0",
  "_where": "/app",
  "author": {
    "name": "Bevry Pty Ltd",
    "email": "us@bevry.me",
    "url": "http://bevry.me"
  },
  "bugs": {
    "url": "https://github.com/bevry/extract-opts/issues"
  },
  "contributors": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "https://github.com/balupton"
    }
  ],
  "dependencies": {
    "typechecker": "~2.0.1"
  },
  "description": "Extract the options and callback from a function's arguments easily",
  "devDependencies": {
    "chai": "~1.5.0",
    "coffee-script": "~1.6.2",
    "eachr": "~2.0.2",
    "joe": "~1.2.0",
    "joe-reporter-console": "~1.2.1"
  },
  "directories": {
    "lib": "./out/lib"
  },
  "engines": {
    "node": ">=0.4"
  },
  "homepage": "https://github.com/bevry/extract-opts",
  "keywords": [
    "opts",
    "options",
    "cb",
    "callback",
    "next",
    "flow",
    "args",
    "optional",
    "arguments",
    "extract"
  ],
  "main": "./out/lib/extract-opts.js",
  "maintainers": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "https://github.com/balupton"
    }
  ],
  "name": "extract-opts",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bevry/extract-opts.git"
  },
  "scripts": {
    "test": "node ./out/test/extract-opts-test.js"
  },
  "version": "2.2.0"
}
