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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "mime-db@1.40.0",
  3. "_id": "mime-db@1.40.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==",
  6. "_location": "/mime-db",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "mime-db@1.40.0",
  12. "name": "mime-db",
  13. "escapedName": "mime-db",
  14. "rawSpec": "1.40.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.40.0"
  17. },
  18. "_requiredBy": [
  19. "/mime-types"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz",
  22. "_shasum": "a65057e998db090f732a68f6c276d387d4126c32",
  23. "_spec": "mime-db@1.40.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/mime-types",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/mime-db/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "Jonathan Ong",
  36. "email": "me@jongleberry.com",
  37. "url": "http://jongleberry.com"
  38. },
  39. {
  40. "name": "Robert Kieffer",
  41. "email": "robert@broofa.com",
  42. "url": "http://github.com/broofa"
  43. }
  44. ],
  45. "deprecated": false,
  46. "description": "Media Type Database",
  47. "devDependencies": {
  48. "bluebird": "3.5.4",
  49. "co": "4.6.0",
  50. "cogent": "1.0.1",
  51. "csv-parse": "4.3.4",
  52. "eslint": "5.16.0",
  53. "eslint-config-standard": "12.0.0",
  54. "eslint-plugin-import": "2.16.0",
  55. "eslint-plugin-node": "8.0.1",
  56. "eslint-plugin-promise": "4.1.1",
  57. "eslint-plugin-standard": "4.0.0",
  58. "gnode": "0.1.2",
  59. "mocha": "6.1.4",
  60. "nyc": "14.0.0",
  61. "raw-body": "2.3.3",
  62. "stream-to-array": "2.3.0"
  63. },
  64. "engines": {
  65. "node": ">= 0.6"
  66. },
  67. "files": [
  68. "HISTORY.md",
  69. "LICENSE",
  70. "README.md",
  71. "db.json",
  72. "index.js"
  73. ],
  74. "homepage": "https://github.com/jshttp/mime-db#readme",
  75. "keywords": [
  76. "mime",
  77. "db",
  78. "type",
  79. "types",
  80. "database",
  81. "charset",
  82. "charsets"
  83. ],
  84. "license": "MIT",
  85. "name": "mime-db",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jshttp/mime-db.git"
  89. },
  90. "scripts": {
  91. "build": "node scripts/build",
  92. "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
  93. "lint": "eslint .",
  94. "test": "mocha --reporter spec --bail --check-leaks test/",
  95. "test-cov": "nyc --reporter=html --reporter=text npm test",
  96. "test-travis": "nyc --reporter=text npm test",
  97. "update": "npm run fetch && npm run build",
  98. "version": "node scripts/version-history.js && git add HISTORY.md"
  99. },
  100. "version": "1.40.0"
  101. }