租房小程序前端代码
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.

82 lines
2.0 KiB

3 months ago
  1. {
  2. "_from": "mime@^2.4.5",
  3. "_id": "mime@2.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  6. "_location": "/mime",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mime@^2.4.5",
  12. "name": "mime",
  13. "escapedName": "mime",
  14. "rawSpec": "^2.4.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.4.5"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss",
  20. "/formstream"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/mime/-/mime-2.6.0.tgz",
  23. "_shasum": "a2a682a95cd4d0cb1d6257e28f83da7e35800367",
  24. "_spec": "mime@^2.4.5",
  25. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\ali-oss",
  26. "author": {
  27. "name": "Robert Kieffer",
  28. "email": "robert@broofa.com",
  29. "url": "http://github.com/broofa"
  30. },
  31. "bin": {
  32. "mime": "cli.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/broofa/mime/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [],
  39. "dependencies": {},
  40. "deprecated": false,
  41. "description": "A comprehensive library for mime-type mapping",
  42. "devDependencies": {
  43. "benchmark": "*",
  44. "chalk": "4.1.2",
  45. "eslint": "8.1.0",
  46. "mime-db": "1.50.0",
  47. "mime-score": "1.2.0",
  48. "mime-types": "2.1.33",
  49. "mocha": "9.1.3",
  50. "runmd": "*",
  51. "standard-version": "9.3.2"
  52. },
  53. "engines": {
  54. "node": ">=4.0.0"
  55. },
  56. "files": [
  57. "index.js",
  58. "lite.js",
  59. "Mime.js",
  60. "cli.js",
  61. "/types"
  62. ],
  63. "homepage": "https://github.com/broofa/mime#readme",
  64. "keywords": [
  65. "util",
  66. "mime"
  67. ],
  68. "license": "MIT",
  69. "name": "mime",
  70. "repository": {
  71. "url": "git+https://github.com/broofa/mime.git",
  72. "type": "git"
  73. },
  74. "scripts": {
  75. "benchmark": "node src/benchmark.js",
  76. "md": "runmd --watch --output README.md src/README_js.md",
  77. "prepare": "node src/build.js && runmd --output README.md src/README_js.md",
  78. "release": "standard-version",
  79. "test": "mocha src/test.js"
  80. },
  81. "version": "2.6.0"
  82. }