Ohm-Management - Projektarbeit B-ME
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.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "content-disposition@0.5.2",
  3. "_id": "content-disposition@0.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=",
  6. "_location": "/content-disposition",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  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. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
  22. "_shasum": "0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4",
  23. "_spec": "content-disposition@0.5.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/content-disposition/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. }
  34. ],
  35. "deprecated": false,
  36. "description": "Create and parse Content-Disposition header",
  37. "devDependencies": {
  38. "eslint": "3.11.1",
  39. "eslint-config-standard": "6.2.1",
  40. "eslint-plugin-promise": "3.3.0",
  41. "eslint-plugin-standard": "2.0.1",
  42. "istanbul": "0.4.5",
  43. "mocha": "1.21.5"
  44. },
  45. "engines": {
  46. "node": ">= 0.6"
  47. },
  48. "files": [
  49. "LICENSE",
  50. "HISTORY.md",
  51. "README.md",
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jshttp/content-disposition#readme",
  55. "keywords": [
  56. "content-disposition",
  57. "http",
  58. "rfc6266",
  59. "res"
  60. ],
  61. "license": "MIT",
  62. "name": "content-disposition",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jshttp/content-disposition.git"
  66. },
  67. "scripts": {
  68. "lint": "eslint .",
  69. "test": "mocha --reporter spec --bail --check-leaks test/",
  70. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  71. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  72. },
  73. "version": "0.5.2"
  74. }