package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "update-browserslist-db@^1.1.0",
  3. "_id": "update-browserslist-db@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
  6. "_location": "/update-browserslist-db",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "update-browserslist-db@^1.1.0",
  12. "name": "update-browserslist-db",
  13. "escapedName": "update-browserslist-db",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/caniuse-api/browserslist",
  20. "/postcss-colormin/browserslist",
  21. "/postcss-merge-rules/browserslist",
  22. "/postcss-minify-params/browserslist",
  23. "/postcss-normalize-unicode/browserslist",
  24. "/postcss-reduce-initial/browserslist",
  25. "/stylehacks/browserslist"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
  28. "_shasum": "7ca61c0d8650766090728046e416a8cde682859e",
  29. "_spec": "update-browserslist-db@^1.1.0",
  30. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\postcss-colormin\\node_modules\\browserslist",
  31. "author": {
  32. "name": "Andrey Sitnik",
  33. "email": "andrey@sitnik.ru"
  34. },
  35. "bin": {
  36. "update-browserslist-db": "cli.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/browserslist/update-db/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "escalade": "^3.1.2",
  44. "picocolors": "^1.0.1"
  45. },
  46. "deprecated": false,
  47. "description": "CLI tool to update caniuse-lite to refresh target browsers from Browserslist config",
  48. "exports": {
  49. ".": "./index.js",
  50. "./package.json": "./package.json"
  51. },
  52. "funding": [
  53. {
  54. "type": "opencollective",
  55. "url": "https://opencollective.com/browserslist"
  56. },
  57. {
  58. "type": "tidelift",
  59. "url": "https://tidelift.com/funding/github/npm/browserslist"
  60. },
  61. {
  62. "type": "github",
  63. "url": "https://github.com/sponsors/ai"
  64. }
  65. ],
  66. "homepage": "https://github.com/browserslist/update-db#readme",
  67. "keywords": [
  68. "caniuse",
  69. "browsers",
  70. "target"
  71. ],
  72. "license": "MIT",
  73. "name": "update-browserslist-db",
  74. "peerDependencies": {
  75. "browserslist": ">= 4.21.0"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/browserslist/update-db.git"
  80. },
  81. "types": "./index.d.ts",
  82. "version": "1.1.0"
  83. }