{
  "_args": [
    [
      {
        "raw": "bing.search",
        "scope": null,
        "escapedName": "bing.search",
        "name": "bing.search",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/robertdodson/Documents/htdocs/image-search"
    ]
  ],
  "_from": "bing.search@latest",
  "_id": "bing.search@1.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/bing.search",
  "_npmUser": {
    "name": "dudley",
    "email": "dudley.carr@gmail.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bing.search",
    "scope": null,
    "escapedName": "bing.search",
    "name": "bing.search",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/bing.search/-/bing.search-1.0.1.tgz",
  "_shasum": "56214db41ac8df237cb132e40f61fa5fd028dfc0",
  "_shrinkwrap": null,
  "_spec": "bing.search",
  "_where": "/Users/robertdodson/Documents/htdocs/image-search",
  "author": {
    "name": "Dudley Carr",
    "email": "dudley.carr@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/dudleycarr/bing-search/issues"
  },
  "dependencies": {
    "async": "^0.9.0",
    "debug": "^2.1.0",
    "request": "^2.51.0",
    "underscore": "^1.7.0"
  },
  "description": "NodeJS Bing Search client",
  "devDependencies": {
    "coffee-errors": "^0.8.6",
    "coffee-script": "^1.8.0",
    "coffeelint": "^1.7.1",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-coffeelint": "0.0.13",
    "grunt-contrib-coffee": "^0.12.0",
    "grunt-mocha-cli": "^1.11.0",
    "mocha": "^2.0.1",
    "nock": "^0.52.0",
    "should": "^4.4.1"
  },
  "directories": {},
  "dist": {
    "shasum": "56214db41ac8df237cb132e40f61fa5fd028dfc0",
    "tarball": "https://registry.npmjs.org/bing.search/-/bing.search-1.0.1.tgz"
  },
  "gitHead": "1c2fffcee502f053575201454c393b05a1819b3b",
  "homepage": "https://github.com/dudleycarr/bing-search",
  "keywords": [
    "Bing",
    "Bing Search",
    "Bing Search API",
    "Azure Bing Search API",
    "Search",
    "Web Search",
    "Image Search",
    "Video Search",
    "News Search"
  ],
  "license": "MIT",
  "main": "lib/search.js",
  "maintainers": [
    {
      "name": "dudley",
      "email": "dudley.carr@gmail.com"
    }
  ],
  "name": "bing.search",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dudleycarr/bing-search.git"
  },
  "scripts": {
    "build": "coffee --bare --compile --output lib src/*.coffee",
    "postpublish": "rm -rf lib",
    "prepublish": "coffee --bare --compile --output lib src/*.coffee",
    "test": "grunt test"
  },
  "version": "1.0.1"
}
