package.json 2.1 KB

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