{
  "_args": [
    [
      {
        "raw": "google",
        "scope": null,
        "escapedName": "google",
        "name": "google",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/home/charlie/nodebots/server"
    ]
  ],
  "_from": "google@latest",
  "_id": "google@2.1.0",
  "_inCache": true,
  "_location": "/google",
  "_nodeVersion": "6.1.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/google-2.1.0.tgz_1470921618095_0.361952462233603"
  },
  "_npmUser": {
    "name": "jprichardson",
    "email": "jprichardson@gmail.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "google",
    "scope": null,
    "escapedName": "google",
    "name": "google",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/google/-/google-2.1.0.tgz",
  "_shasum": "11d97c9b542fa2ac4c3a50cbcd9c14c82f6a8101",
  "_shrinkwrap": null,
  "_spec": "google",
  "_where": "/home/charlie/nodebots/server",
  "author": {
    "name": "JP Richardson",
    "email": "jprichardson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jprichardson/node-google/issues"
  },
  "dependencies": {
    "cheerio": "^0.19.0",
    "request": "^2.54.0"
  },
  "description": "A module to search and scrape google. This is not sponsored, supported, or affiliated with Google Inc.",
  "devDependencies": {
    "mocha": "*",
    "standard": "5.x"
  },
  "directories": {},
  "dist": {
    "shasum": "11d97c9b542fa2ac4c3a50cbcd9c14c82f6a8101",
    "tarball": "https://registry.npmjs.org/google/-/google-2.1.0.tgz"
  },
  "gitHead": "aeee9e1ade2b929e14d0f1edabcf3809872c682e",
  "homepage": "https://github.com/jprichardson/node-google",
  "keywords": [
    "google",
    "search",
    "scrape",
    "scraper",
    "screen"
  ],
  "license": "MIT",
  "main": "./lib/google",
  "maintainers": [
    {
      "name": "jprichardson",
      "email": "jprichardson@gmail.com"
    }
  ],
  "name": "google",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jprichardson/node-google.git"
  },
  "scripts": {
    "test": "standard && mocha"
  },
  "version": "2.1.0"
}
