You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
2.7 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "mime-db@1.52.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_from": "mime-db@1.52.0",
  9. "_id": "mime-db@1.52.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  12. "_location": "/mime-db",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mime-db@1.52.0",
  18. "name": "mime-db",
  19. "escapedName": "mime-db",
  20. "rawSpec": "1.52.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.52.0"
  23. },
  24. "_requiredBy": [
  25. "/compressible",
  26. "/mime-types"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  29. "_spec": "1.52.0",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "bugs": {
  32. "url": "https://github.com/jshttp/mime-db/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Jonathan Ong",
  41. "email": "me@jongleberry.com",
  42. "url": "http://jongleberry.com"
  43. },
  44. {
  45. "name": "Robert Kieffer",
  46. "email": "robert@broofa.com",
  47. "url": "http://github.com/broofa"
  48. }
  49. ],
  50. "description": "Media Type Database",
  51. "devDependencies": {
  52. "bluebird": "3.7.2",
  53. "co": "4.6.0",
  54. "cogent": "1.0.1",
  55. "csv-parse": "4.16.3",
  56. "eslint": "7.32.0",
  57. "eslint-config-standard": "15.0.1",
  58. "eslint-plugin-import": "2.25.4",
  59. "eslint-plugin-markdown": "2.2.1",
  60. "eslint-plugin-node": "11.1.0",
  61. "eslint-plugin-promise": "5.1.1",
  62. "eslint-plugin-standard": "4.1.0",
  63. "gnode": "0.1.2",
  64. "media-typer": "1.1.0",
  65. "mocha": "9.2.1",
  66. "nyc": "15.1.0",
  67. "raw-body": "2.5.0",
  68. "stream-to-array": "2.3.0"
  69. },
  70. "engines": {
  71. "node": ">= 0.6"
  72. },
  73. "files": [
  74. "HISTORY.md",
  75. "LICENSE",
  76. "README.md",
  77. "db.json",
  78. "index.js"
  79. ],
  80. "homepage": "https://github.com/jshttp/mime-db#readme",
  81. "keywords": [
  82. "mime",
  83. "db",
  84. "type",
  85. "types",
  86. "database",
  87. "charset",
  88. "charsets"
  89. ],
  90. "license": "MIT",
  91. "name": "mime-db",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/jshttp/mime-db.git"
  95. },
  96. "scripts": {
  97. "build": "node scripts/build",
  98. "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
  99. "lint": "eslint .",
  100. "test": "mocha --reporter spec --bail --check-leaks test/",
  101. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  102. "test-cov": "nyc --reporter=html --reporter=text npm test",
  103. "update": "npm run fetch && npm run build",
  104. "version": "node scripts/version-history.js && git add HISTORY.md"
  105. },
  106. "version": "1.52.0"
  107. }