package.json 2.7 KB

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