package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "whatwg-mimetype@^2.3.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.3.0",
  12. "name": "whatwg-mimetype",
  13. "escapedName": "whatwg-mimetype",
  14. "rawSpec": "^2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/data-urls",
  20. "/jsdom"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  23. "_shasum": "3d4b1e0312d2079879f826aff18dbeeca5960fbf",
  24. "_spec": "whatwg-mimetype@^2.3.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jsdom",
  26. "author": {
  27. "name": "Domenic Denicola",
  28. "email": "d@domenic.me",
  29. "url": "https://domenic.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jsdom/whatwg-mimetype/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard",
  37. "devDependencies": {
  38. "eslint": "^5.9.0",
  39. "jest": "^23.6.0",
  40. "printable-string": "^0.3.0",
  41. "request": "^2.88.0",
  42. "whatwg-encoding": "^1.0.5"
  43. },
  44. "files": [
  45. "lib/"
  46. ],
  47. "homepage": "https://github.com/jsdom/whatwg-mimetype#readme",
  48. "jest": {
  49. "coverageDirectory": "coverage",
  50. "coverageReporters": [
  51. "lcov",
  52. "text-summary"
  53. ],
  54. "testEnvironment": "node",
  55. "testMatch": [
  56. "<rootDir>/test/**/*.js"
  57. ]
  58. },
  59. "keywords": [
  60. "content-type",
  61. "mime type",
  62. "mimesniff",
  63. "http",
  64. "whatwg"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/mime-type.js",
  68. "name": "whatwg-mimetype",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jsdom/whatwg-mimetype.git"
  72. },
  73. "scripts": {
  74. "coverage": "jest --coverage",
  75. "lint": "eslint .",
  76. "pretest": "node scripts/get-latest-platform-tests.js",
  77. "test": "jest"
  78. },
  79. "version": "2.3.0"
  80. }