package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "depd@2.0.0",
  3. "_id": "depd@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  6. "_location": "/depd",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "depd@2.0.0",
  12. "name": "depd",
  13. "escapedName": "depd",
  14. "rawSpec": "2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/express",
  21. "/express-session",
  22. "/http-errors",
  23. "/send"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  26. "_shasum": "b696163cc757560d09cf22cc8fad1571b79e76df",
  27. "_spec": "depd@2.0.0",
  28. "_where": "C:\\FatboarProject\\express-server\\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": "5.7.0",
  44. "eslint-config-standard": "12.0.0",
  45. "eslint-plugin-import": "2.14.0",
  46. "eslint-plugin-markdown": "1.0.0-beta.7",
  47. "eslint-plugin-node": "7.0.1",
  48. "eslint-plugin-promise": "4.0.1",
  49. "eslint-plugin-standard": "4.0.0",
  50. "istanbul": "0.4.5",
  51. "mocha": "5.2.0",
  52. "safe-buffer": "5.1.2",
  53. "uid-safe": "2.1.5"
  54. },
  55. "engines": {
  56. "node": ">= 0.8"
  57. },
  58. "files": [
  59. "lib/",
  60. "History.md",
  61. "LICENSE",
  62. "index.js",
  63. "Readme.md"
  64. ],
  65. "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
  66. "keywords": [
  67. "deprecate",
  68. "deprecated"
  69. ],
  70. "license": "MIT",
  71. "name": "depd",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  75. },
  76. "scripts": {
  77. "bench": "node benchmark/index.js",
  78. "lint": "eslint --plugin markdown --ext js,md .",
  79. "test": "mocha --reporter spec --bail test/",
  80. "test-ci": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter spec test/ && istanbul report lcovonly text-summary",
  81. "test-cov": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter dot test/ && istanbul report lcov text-summary"
  82. },
  83. "version": "2.0.0"
  84. }