package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "mime-match@1.0.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "mime-match@1.0.2",
  9. "_id": "mime-match@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg==",
  12. "_location": "/mime-match",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mime-match@1.0.2",
  18. "name": "mime-match",
  19. "escapedName": "mime-match",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/@uppy/core"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/mime-match/-/mime-match-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "Damon Oehlman",
  32. "email": "damon.oehlman@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/DamonOehlman/mime-match/issues"
  36. },
  37. "dependencies": {
  38. "wildcard": "^1.1.0"
  39. },
  40. "description": "A simple function to check whether a mimetype matches the specified mimetype (with wildcard support)",
  41. "devDependencies": {
  42. "tape": "^4.5.1"
  43. },
  44. "homepage": "https://github.com/DamonOehlman/mime-match",
  45. "keywords": [
  46. "mime",
  47. "wildcard"
  48. ],
  49. "license": "ISC",
  50. "main": "index.js",
  51. "name": "mime-match",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/DamonOehlman/mime-match.git"
  55. },
  56. "scripts": {
  57. "gendocs": "gendocs > README.md",
  58. "test": "node test.js"
  59. },
  60. "version": "1.0.2"
  61. }