2 "_from": "depd@~1.1.2",
5 "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
7 "_phantomChildren": {},
13 "escapedName": "depd",
24 "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
25 "_shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
26 "_spec": "depd@~1.1.2",
27 "_where": "/home/josuer08/Documents/web/node_modules/express",
29 "name": "Douglas Christopher Wilson",
30 "email": "doug@somethingdoug.com"
32 "browser": "lib/browser/index.js",
34 "url": "https://github.com/dougwilson/nodejs-depd/issues"
36 "bundleDependencies": false,
38 "description": "Deprecate all the things",
40 "beautify-benchmark": "0.2.4",
43 "eslint-config-standard": "7.1.0",
44 "eslint-plugin-markdown": "1.0.0-beta.7",
45 "eslint-plugin-promise": "3.6.0",
46 "eslint-plugin-standard": "3.0.1",
60 "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
69 "url": "git+https://github.com/dougwilson/nodejs-depd.git"
72 "bench": "node benchmark/index.js",
73 "lint": "eslint --plugin markdown --ext js,md .",
74 "test": "mocha --reporter spec --bail test/",
75 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
76 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"