package.json 2.3 KB

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