package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "whatwg-mimetype@2.3.0",
  5. "E:\\item\\newItem\\admin"
  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. "/jest-environment-jsdom/jsdom",
  28. "/jsdom"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  31. "_spec": "2.3.0",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Domenic Denicola",
  35. "email": "d@domenic.me",
  36. "url": "https://domenic.me/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jsdom/whatwg-mimetype/issues"
  40. },
  41. "description": "Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard",
  42. "devDependencies": {
  43. "eslint": "^5.9.0",
  44. "jest": "^23.6.0",
  45. "printable-string": "^0.3.0",
  46. "request": "^2.88.0",
  47. "whatwg-encoding": "^1.0.5"
  48. },
  49. "files": [
  50. "lib/"
  51. ],
  52. "homepage": "https://github.com/jsdom/whatwg-mimetype#readme",
  53. "jest": {
  54. "coverageDirectory": "coverage",
  55. "coverageReporters": [
  56. "lcov",
  57. "text-summary"
  58. ],
  59. "testEnvironment": "node",
  60. "testMatch": [
  61. "<rootDir>/test/**/*.js"
  62. ]
  63. },
  64. "keywords": [
  65. "content-type",
  66. "mime type",
  67. "mimesniff",
  68. "http",
  69. "whatwg"
  70. ],
  71. "license": "MIT",
  72. "main": "lib/mime-type.js",
  73. "name": "whatwg-mimetype",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jsdom/whatwg-mimetype.git"
  77. },
  78. "scripts": {
  79. "coverage": "jest --coverage",
  80. "lint": "eslint .",
  81. "pretest": "node scripts/get-latest-platform-tests.js",
  82. "test": "jest"
  83. },
  84. "version": "2.3.0"
  85. }