package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "update-browserslist-db@^1.2.0",
  3. "_id": "update-browserslist-db@1.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  6. "_location": "/update-browserslist-db",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "update-browserslist-db@^1.2.0",
  12. "name": "update-browserslist-db",
  13. "escapedName": "update-browserslist-db",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/browserslist"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  22. "_shasum": "64d76db58713136acbeb4c49114366cc6cc2e80d",
  23. "_spec": "update-browserslist-db@^1.2.0",
  24. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\browserslist",
  25. "author": {
  26. "name": "Andrey Sitnik",
  27. "email": "andrey@sitnik.ru"
  28. },
  29. "bin": {
  30. "update-browserslist-db": "cli.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/browserslist/update-db/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "escalade": "^3.2.0",
  38. "picocolors": "^1.1.1"
  39. },
  40. "deprecated": false,
  41. "description": "CLI tool to update caniuse-lite to refresh target browsers from Browserslist config",
  42. "exports": {
  43. ".": "./index.js",
  44. "./package.json": "./package.json"
  45. },
  46. "funding": [
  47. {
  48. "type": "opencollective",
  49. "url": "https://opencollective.com/browserslist"
  50. },
  51. {
  52. "type": "tidelift",
  53. "url": "https://tidelift.com/funding/github/npm/browserslist"
  54. },
  55. {
  56. "type": "github",
  57. "url": "https://github.com/sponsors/ai"
  58. }
  59. ],
  60. "homepage": "https://github.com/browserslist/update-db#readme",
  61. "keywords": [
  62. "caniuse",
  63. "browsers",
  64. "target"
  65. ],
  66. "license": "MIT",
  67. "name": "update-browserslist-db",
  68. "peerDependencies": {
  69. "browserslist": ">= 4.21.0"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/browserslist/update-db.git"
  74. },
  75. "types": "./index.d.ts",
  76. "version": "1.2.3"
  77. }