package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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": "range",
  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. "/http-errors",
  20. "/morgan",
  21. "/send"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  24. "_shasum": "b696163cc757560d09cf22cc8fad1571b79e76df",
  25. "_spec": "depd@~2.0.0",
  26. "_where": "/var/www/AfterAales/node_modules/morgan",
  27. "author": {
  28. "name": "Douglas Christopher Wilson",
  29. "email": "doug@somethingdoug.com"
  30. },
  31. "browser": "lib/browser/index.js",
  32. "bugs": {
  33. "url": "https://github.com/dougwilson/nodejs-depd/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Deprecate all the things",
  38. "devDependencies": {
  39. "beautify-benchmark": "0.2.4",
  40. "benchmark": "2.1.4",
  41. "eslint": "5.7.0",
  42. "eslint-config-standard": "12.0.0",
  43. "eslint-plugin-import": "2.14.0",
  44. "eslint-plugin-markdown": "1.0.0-beta.7",
  45. "eslint-plugin-node": "7.0.1",
  46. "eslint-plugin-promise": "4.0.1",
  47. "eslint-plugin-standard": "4.0.0",
  48. "istanbul": "0.4.5",
  49. "mocha": "5.2.0",
  50. "safe-buffer": "5.1.2",
  51. "uid-safe": "2.1.5"
  52. },
  53. "engines": {
  54. "node": ">= 0.8"
  55. },
  56. "files": [
  57. "lib/",
  58. "History.md",
  59. "LICENSE",
  60. "index.js",
  61. "Readme.md"
  62. ],
  63. "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
  64. "keywords": [
  65. "deprecate",
  66. "deprecated"
  67. ],
  68. "license": "MIT",
  69. "name": "depd",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  73. },
  74. "scripts": {
  75. "bench": "node benchmark/index.js",
  76. "lint": "eslint --plugin markdown --ext js,md .",
  77. "test": "mocha --reporter spec --bail test/",
  78. "test-ci": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter spec test/ && istanbul report lcovonly text-summary",
  79. "test-cov": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter dot test/ && istanbul report lcov text-summary"
  80. },
  81. "version": "2.0.0"
  82. }