package.json 2.3 KB

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