package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "content-disposition@0.5.4",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "content-disposition@0.5.4",
  10. "_id": "content-disposition@0.5.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  13. "_location": "/content-disposition",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "content-disposition@0.5.4",
  19. "name": "content-disposition",
  20. "escapedName": "content-disposition",
  21. "rawSpec": "0.5.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.4"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz",
  29. "_spec": "0.5.4",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jshttp/content-disposition/issues"
  37. },
  38. "dependencies": {
  39. "safe-buffer": "5.2.1"
  40. },
  41. "description": "Create and parse Content-Disposition header",
  42. "devDependencies": {
  43. "deep-equal": "1.0.1",
  44. "eslint": "7.32.0",
  45. "eslint-config-standard": "13.0.1",
  46. "eslint-plugin-import": "2.25.3",
  47. "eslint-plugin-markdown": "2.2.1",
  48. "eslint-plugin-node": "11.1.0",
  49. "eslint-plugin-promise": "5.2.0",
  50. "eslint-plugin-standard": "4.1.0",
  51. "istanbul": "0.4.5",
  52. "mocha": "9.1.3"
  53. },
  54. "engines": {
  55. "node": ">= 0.6"
  56. },
  57. "files": [
  58. "LICENSE",
  59. "HISTORY.md",
  60. "README.md",
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jshttp/content-disposition#readme",
  64. "keywords": [
  65. "content-disposition",
  66. "http",
  67. "rfc6266",
  68. "res"
  69. ],
  70. "license": "MIT",
  71. "name": "content-disposition",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jshttp/content-disposition.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint .",
  78. "test": "mocha --reporter spec --bail --check-leaks test/",
  79. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  80. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  81. },
  82. "version": "0.5.4"
  83. }