package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "update-browserslist-db@^1.0.13",
  3. "_id": "update-browserslist-db@1.0.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==",
  6. "_location": "/update-browserslist-db",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "update-browserslist-db@^1.0.13",
  12. "name": "update-browserslist-db",
  13. "escapedName": "update-browserslist-db",
  14. "rawSpec": "^1.0.13",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.13"
  17. },
  18. "_requiredBy": [
  19. "/browserslist"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.15.tgz",
  22. "_shasum": "60ed9f8cba4a728b7ecf7356f641a31e3a691d97",
  23. "_spec": "update-browserslist-db@^1.0.13",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/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.1.2",
  38. "picocolors": "^1.0.0"
  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.0.15"
  77. }