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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "mime-types@~2.1.24",
  3. "_id": "mime-types@2.1.24",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==",
  6. "_location": "/mime-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mime-types@~2.1.24",
  12. "name": "mime-types",
  13. "escapedName": "mime-types",
  14. "rawSpec": "~2.1.24",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.1.24"
  17. },
  18. "_requiredBy": [
  19. "/accepts",
  20. "/type-is"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz",
  23. "_shasum": "b6f8d0b3e951efb77dedeca194cff6d16f676f81",
  24. "_spec": "mime-types@~2.1.24",
  25. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/type-is",
  26. "bugs": {
  27. "url": "https://github.com/jshttp/mime-types/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jeremiah Senkpiel",
  37. "email": "fishrock123@rocketmail.com",
  38. "url": "https://searchbeam.jit.su"
  39. },
  40. {
  41. "name": "Jonathan Ong",
  42. "email": "me@jongleberry.com",
  43. "url": "http://jongleberry.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "mime-db": "1.40.0"
  48. },
  49. "deprecated": false,
  50. "description": "The ultimate javascript content-type utility.",
  51. "devDependencies": {
  52. "eslint": "5.16.0",
  53. "eslint-config-standard": "12.0.0",
  54. "eslint-plugin-import": "2.17.2",
  55. "eslint-plugin-node": "8.0.1",
  56. "eslint-plugin-promise": "4.1.1",
  57. "eslint-plugin-standard": "4.0.0",
  58. "mocha": "6.1.4",
  59. "nyc": "14.0.0"
  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 .",
  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.24"
  87. }