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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "mime-types@^2.1.12",
  3. "_id": "mime-types@2.1.27",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==",
  6. "_location": "/mime-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mime-types@^2.1.12",
  12. "name": "mime-types",
  13. "escapedName": "mime-types",
  14. "rawSpec": "^2.1.12",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.12"
  17. },
  18. "_requiredBy": [
  19. "/form-data"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz",
  22. "_shasum": "47949f98e279ea53119f5722e0f34e529bec009f",
  23. "_spec": "mime-types@^2.1.12",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\form-data",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/mime-types/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "Jeremiah Senkpiel",
  36. "email": "fishrock123@rocketmail.com",
  37. "url": "https://searchbeam.jit.su"
  38. },
  39. {
  40. "name": "Jonathan Ong",
  41. "email": "me@jongleberry.com",
  42. "url": "http://jongleberry.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "mime-db": "1.44.0"
  47. },
  48. "deprecated": false,
  49. "description": "The ultimate javascript content-type utility.",
  50. "devDependencies": {
  51. "eslint": "6.8.0",
  52. "eslint-config-standard": "14.1.1",
  53. "eslint-plugin-import": "2.20.2",
  54. "eslint-plugin-markdown": "1.0.2",
  55. "eslint-plugin-node": "11.1.0",
  56. "eslint-plugin-promise": "4.2.1",
  57. "eslint-plugin-standard": "4.0.1",
  58. "mocha": "7.1.1",
  59. "nyc": "15.0.1"
  60. },
  61. "engines": {
  62. "node": ">= 0.6"
  63. },
  64. "files": [
  65. "HISTORY.md",
  66. "LICENSE",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jshttp/mime-types#readme",
  70. "keywords": [
  71. "mime",
  72. "types"
  73. ],
  74. "license": "MIT",
  75. "name": "mime-types",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jshttp/mime-types.git"
  79. },
  80. "scripts": {
  81. "lint": "eslint --plugin markdown --ext js,md .",
  82. "test": "mocha --reporter spec test/test.js",
  83. "test-cov": "nyc --reporter=html --reporter=text npm test",
  84. "test-travis": "nyc --reporter=text npm test"
  85. },
  86. "version": "2.1.27"
  87. }