{
  "_args": [
    [
      "github-from-package@0.0.0",
      "/home/miguelangel/Escritorio/DuckHunt/node_modules/prebuild-install"
    ]
  ],
  "_from": "github-from-package@0.0.0",
  "_id": "github-from-package@0.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/github-from-package",
  "_npmUser": {
    "email": "mail@substack.net",
    "name": "substack"
  },
  "_npmVersion": "1.1.59",
  "_phantomChildren": {},
  "_requested": {
    "name": "github-from-package",
    "raw": "github-from-package@0.0.0",
    "rawSpec": "0.0.0",
    "scope": null,
    "spec": "0.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/prebuild-install"
  ],
  "_resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
  "_shasum": "97fb5d96bfde8973313f20e8288ef9a167fa64ce",
  "_shrinkwrap": null,
  "_spec": "github-from-package@0.0.0",
  "_where": "/home/miguelangel/Escritorio/DuckHunt/node_modules/prebuild-install",
  "author": {
    "email": "mail@substack.net",
    "name": "James Halliday",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/github-from-package/issues"
  },
  "dependencies": {},
  "description": "return the github url from a package.json file",
  "devDependencies": {
    "tap": "~0.3.0",
    "tape": "~0.1.5"
  },
  "directories": {},
  "dist": {
    "shasum": "97fb5d96bfde8973313f20e8288ef9a167fa64ce",
    "tarball": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz"
  },
  "homepage": "https://github.com/substack/github-from-package",
  "keywords": [
    "github",
    "npm",
    "package.json",
    "repository"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "substack",
      "email": "mail@substack.net"
    }
  ],
  "name": "github-from-package",
  "optionalDependencies": {},
  "readme": "# github-from-package\n\nreturn the github url from a package.json file\n\n[![build status](https://secure.travis-ci.org/substack/github-from-package.png)](http://travis-ci.org/substack/github-from-package)\n\n# example\n\nFor the `./package.json` file:\n\n``` json\n{\n  \"name\": \"beep-boop\",\n  \"version\": \"1.2.3\",\n  \"repository\" : {\n    \"type\" : \"git\",\n    \"url\": \"git@github.com:substack/beep-boop.git\"\n  }\n}\n```\n\n``` js\nvar github = require('github-from-package');\nvar url = github(require('./package.json'));\nconsole.log(url);\n```\n\n```\nhttps://github.com/substack/beep-boop\n```\n\n# methods\n\n``` js\nvar github = require('github-from-package')\n```\n\n## var url = github(pkg)\n\nReturn the most likely github url from the package.json contents `pkg`. If no\ngithub url can be determined, return `undefined`.\n\n# install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install github-from-package\n```\n\n# license\n\nMIT\n",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/github-from-package.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "0.0.0"
}
