package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "whatwg-mimetype@2.3.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "whatwg-mimetype@2.3.0",
  10. "_id": "whatwg-mimetype@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",
  13. "_location": "/whatwg-mimetype",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "whatwg-mimetype@2.3.0",
  19. "name": "whatwg-mimetype",
  20. "escapedName": "whatwg-mimetype",
  21. "rawSpec": "2.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.0"
  24. },
  25. "_requiredBy": [
  26. "/data-urls",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  30. "_spec": "2.3.0",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Domenic Denicola",
  34. "email": "d@domenic.me",
  35. "url": "https://domenic.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jsdom/whatwg-mimetype/issues"
  39. },
  40. "description": "Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard",
  41. "devDependencies": {
  42. "eslint": "^5.9.0",
  43. "jest": "^23.6.0",
  44. "printable-string": "^0.3.0",
  45. "request": "^2.88.0",
  46. "whatwg-encoding": "^1.0.5"
  47. },
  48. "files": [
  49. "lib/"
  50. ],
  51. "homepage": "https://github.com/jsdom/whatwg-mimetype#readme",
  52. "jest": {
  53. "coverageDirectory": "coverage",
  54. "coverageReporters": [
  55. "lcov",
  56. "text-summary"
  57. ],
  58. "testEnvironment": "node",
  59. "testMatch": [
  60. "<rootDir>/test/**/*.js"
  61. ]
  62. },
  63. "keywords": [
  64. "content-type",
  65. "mime type",
  66. "mimesniff",
  67. "http",
  68. "whatwg"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/mime-type.js",
  72. "name": "whatwg-mimetype",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jsdom/whatwg-mimetype.git"
  76. },
  77. "scripts": {
  78. "coverage": "jest --coverage",
  79. "lint": "eslint .",
  80. "pretest": "node scripts/get-latest-platform-tests.js",
  81. "test": "jest"
  82. },
  83. "version": "2.3.0"
  84. }