package.json 690 B

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