package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "mime-db@1.52.0",
  5. "/Users/chenpengming/代码/小艾微纳园"
  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. "/mime-types"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  28. "_spec": "1.52.0",
  29. "_where": "/Users/chenpengming/代码/小艾微纳园",
  30. "bugs": {
  31. "url": "https://github.com/jshttp/mime-db/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. },
  38. {
  39. "name": "Jonathan Ong",
  40. "email": "me@jongleberry.com",
  41. "url": "http://jongleberry.com"
  42. },
  43. {
  44. "name": "Robert Kieffer",
  45. "email": "robert@broofa.com",
  46. "url": "http://github.com/broofa"
  47. }
  48. ],
  49. "description": "Media Type Database",
  50. "devDependencies": {
  51. "bluebird": "3.7.2",
  52. "co": "4.6.0",
  53. "cogent": "1.0.1",
  54. "csv-parse": "4.16.3",
  55. "eslint": "7.32.0",
  56. "eslint-config-standard": "15.0.1",
  57. "eslint-plugin-import": "2.25.4",
  58. "eslint-plugin-markdown": "2.2.1",
  59. "eslint-plugin-node": "11.1.0",
  60. "eslint-plugin-promise": "5.1.1",
  61. "eslint-plugin-standard": "4.1.0",
  62. "gnode": "0.1.2",
  63. "media-typer": "1.1.0",
  64. "mocha": "9.2.1",
  65. "nyc": "15.1.0",
  66. "raw-body": "2.5.0",
  67. "stream-to-array": "2.3.0"
  68. },
  69. "engines": {
  70. "node": ">= 0.6"
  71. },
  72. "files": [
  73. "HISTORY.md",
  74. "LICENSE",
  75. "README.md",
  76. "db.json",
  77. "index.js"
  78. ],
  79. "homepage": "https://github.com/jshttp/mime-db#readme",
  80. "keywords": [
  81. "mime",
  82. "db",
  83. "type",
  84. "types",
  85. "database",
  86. "charset",
  87. "charsets"
  88. ],
  89. "license": "MIT",
  90. "name": "mime-db",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/jshttp/mime-db.git"
  94. },
  95. "scripts": {
  96. "build": "node scripts/build",
  97. "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
  98. "lint": "eslint .",
  99. "test": "mocha --reporter spec --bail --check-leaks test/",
  100. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  101. "test-cov": "nyc --reporter=html --reporter=text npm test",
  102. "update": "npm run fetch && npm run build",
  103. "version": "node scripts/version-history.js && git add HISTORY.md"
  104. },
  105. "version": "1.52.0"
  106. }