package.json 591 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "core-js-compat",
  3. "version": "3.33.0",
  4. "description": "core-js compat",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/zloirock/core-js.git",
  8. "directory": "packages/core-js-compat"
  9. },
  10. "funding": {
  11. "type": "opencollective",
  12. "url": "https://opencollective.com/core-js"
  13. },
  14. "license": "MIT",
  15. "author": {
  16. "name": "Denis Pushkarev",
  17. "email": "zloirock@zloirock.ru",
  18. "url": "http://zloirock.ru"
  19. },
  20. "sideEffects": false,
  21. "main": "index.js",
  22. "types": "index.d.ts",
  23. "dependencies": {
  24. "browserslist": "^4.22.1"
  25. }
  26. }