{
  "_args": [
    [
      "depd@0.3.0",
      "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos"
    ]
  ],
  "_from": "depd@0.3.0",
  "_id": "depd@0.3.0",
  "_inBundle": false,
  "_integrity": "sha1-Ecm8KOQlMl+9iziUC+/2n6UyaIM=",
  "_location": "/depd",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "depd@0.3.0",
    "name": "depd",
    "escapedName": "depd",
    "rawSpec": "0.3.0",
    "saveSpec": null,
    "fetchSpec": "0.3.0"
  },
  "_requiredBy": [
    "/body-parser"
  ],
  "_resolved": "https://registry.npmjs.org/depd/-/depd-0.3.0.tgz",
  "_spec": "0.3.0",
  "_where": "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos",
  "author": {
    "name": "Douglas Christopher Wilson",
    "email": "doug@somethingdoug.com"
  },
  "bugs": {
    "url": "https://github.com/dougwilson/nodejs-depd/issues"
  },
  "description": "Deprecate all the things",
  "devDependencies": {
    "istanbul": "0.2.10",
    "mocha": "~1.20.1",
    "should": "~4.0.4"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
  "keywords": [
    "deprecate",
    "deprecated"
  ],
  "license": "MIT",
  "name": "depd",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail --require should test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require should test/"
  },
  "version": "0.3.0"
}
