package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "mime-types@^2.1.27",
  3. "_id": "mime-types@2.1.30",
  4. "_inBundle": false,
  5. "_integrity": "sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==",
  6. "_location": "/mime-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mime-types@^2.1.27",
  12. "name": "mime-types",
  13. "escapedName": "mime-types",
  14. "rawSpec": "^2.1.27",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.27"
  17. },
  18. "_requiredBy": [
  19. "/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.30.tgz",
  22. "_shasum": "6e7be8b4c479825f85ed6326695db73f9305d62d",
  23. "_spec": "mime-types@^2.1.27",
  24. "_where": "/home/girishm/Projects/op-mattermost-plugin/node_modules/webpack",
  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.47.0"
  47. },
  48. "deprecated": false,
  49. "description": "The ultimate javascript content-type utility.",
  50. "devDependencies": {
  51. "eslint": "7.23.0",
  52. "eslint-config-standard": "14.1.1",
  53. "eslint-plugin-import": "2.22.1",
  54. "eslint-plugin-markdown": "2.0.0",
  55. "eslint-plugin-node": "11.1.0",
  56. "eslint-plugin-promise": "4.3.1",
  57. "eslint-plugin-standard": "4.1.0",
  58. "mocha": "8.3.2",
  59. "nyc": "15.1.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-ci": "nyc --reporter=lcov --reporter=text npm test",
  84. "test-cov": "nyc --reporter=html --reporter=text npm test"
  85. },
  86. "version": "2.1.30"
  87. }