package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "update-browserslist-db@^1.1.3",
  3. "_id": "update-browserslist-db@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  6. "_location": "/update-browserslist-db",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "update-browserslist-db@^1.1.3",
  12. "name": "update-browserslist-db",
  13. "escapedName": "update-browserslist-db",
  14. "rawSpec": "^1.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.3"
  17. },
  18. "_requiredBy": [
  19. "/browserslist"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  22. "_shasum": "348377dd245216f9e7060ff50b15a1b740b75420",
  23. "_spec": "update-browserslist-db@^1.1.3",
  24. "_where": "E:\\vue_project\\el-table-column\\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.1.3"
  77. }