package.json 2.1 KB

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