package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "depd@1.1.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "depd@1.1.2",
  9. "_id": "depd@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
  12. "_location": "/depd",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "depd@1.1.2",
  18. "name": "depd",
  19. "escapedName": "depd",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/body-parser",
  26. "/express",
  27. "/http-errors",
  28. "/send",
  29. "/serve-index/http-errors"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  32. "_spec": "1.1.2",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. },
  38. "browser": "lib/browser/index.js",
  39. "bugs": {
  40. "url": "https://github.com/dougwilson/nodejs-depd/issues"
  41. },
  42. "description": "Deprecate all the things",
  43. "devDependencies": {
  44. "beautify-benchmark": "0.2.4",
  45. "benchmark": "2.1.4",
  46. "eslint": "3.19.0",
  47. "eslint-config-standard": "7.1.0",
  48. "eslint-plugin-markdown": "1.0.0-beta.7",
  49. "eslint-plugin-promise": "3.6.0",
  50. "eslint-plugin-standard": "3.0.1",
  51. "istanbul": "0.4.5",
  52. "mocha": "~1.21.5"
  53. },
  54. "engines": {
  55. "node": ">= 0.6"
  56. },
  57. "files": [
  58. "lib/",
  59. "History.md",
  60. "LICENSE",
  61. "index.js",
  62. "Readme.md"
  63. ],
  64. "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
  65. "keywords": [
  66. "deprecate",
  67. "deprecated"
  68. ],
  69. "license": "MIT",
  70. "name": "depd",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  74. },
  75. "scripts": {
  76. "bench": "node benchmark/index.js",
  77. "lint": "eslint --plugin markdown --ext js,md .",
  78. "test": "mocha --reporter spec --bail test/",
  79. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
  80. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
  81. },
  82. "version": "1.1.2"
  83. }