You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

72 lines
1.9 KiB

{
"_from": "depd@0.4.5",
"_id": "depd@0.4.5",
"_inBundle": false,
"_integrity": "sha1-GmZLUziLSmVz6K5ntfdnxpPKl/E=",
"_location": "/depd",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "depd@0.4.5",
"name": "depd",
"escapedName": "depd",
"rawSpec": "0.4.5",
"saveSpec": null,
"fetchSpec": "0.4.5"
},
"_requiredBy": [
"/express",
"/express/send",
"/serve-static/send"
],
"_resolved": "https://registry.npmjs.org/depd/-/depd-0.4.5.tgz",
"_shasum": "1a664b53388b4a6573e8ae67b5f767c693ca97f1",
"_spec": "depd@0.4.5",
"_where": "/var/www/htdocs/coze/socket/node_modules/express",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"bugs": {
"url": "https://github.com/dougwilson/nodejs-depd/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Deprecate all the things",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "1.0.0",
"istanbul": "0.3.2",
"mocha": "~1.21.4",
"should": "~4.0.4"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"lib/",
"History.md",
"LICENSE",
"index.js",
"Readme.md"
],
"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": {
"bench": "node benchmark/index.js",
"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.4.5"
}