package.json 2.3 KB

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