You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "content-disposition@^0.5.2",
  3. "_id": "content-disposition@0.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
  6. "_location": "/content-disposition",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "content-disposition@^0.5.2",
  12. "name": "content-disposition",
  13. "escapedName": "content-disposition",
  14. "rawSpec": "^0.5.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.2"
  17. },
  18. "_requiredBy": [
  19. "/bin-wrapper/download",
  20. "/download"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
  23. "_shasum": "e130caf7e7279087c5616c2007d0485698984fbd",
  24. "_spec": "content-disposition@^0.5.2",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\download",
  26. "author": {
  27. "name": "Douglas Christopher Wilson",
  28. "email": "doug@somethingdoug.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jshttp/content-disposition/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "safe-buffer": "5.1.2"
  36. },
  37. "deprecated": false,
  38. "description": "Create and parse Content-Disposition header",
  39. "devDependencies": {
  40. "deep-equal": "1.0.1",
  41. "eslint": "5.10.0",
  42. "eslint-config-standard": "12.0.0",
  43. "eslint-plugin-import": "2.14.0",
  44. "eslint-plugin-markdown": "1.0.0-rc.1",
  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. },
  51. "engines": {
  52. "node": ">= 0.6"
  53. },
  54. "files": [
  55. "LICENSE",
  56. "HISTORY.md",
  57. "README.md",
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/jshttp/content-disposition#readme",
  61. "keywords": [
  62. "content-disposition",
  63. "http",
  64. "rfc6266",
  65. "res"
  66. ],
  67. "license": "MIT",
  68. "name": "content-disposition",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jshttp/content-disposition.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint --plugin markdown --ext js,md .",
  75. "test": "mocha --reporter spec --bail --check-leaks test/",
  76. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  77. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  78. },
  79. "version": "0.5.3"
  80. }