package.json 726 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "core-js-compat",
  3. "version": "3.48.0",
  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. "homepage": "https://core-js.io",
  12. "bugs": {
  13. "url": "https://github.com/zloirock/core-js/issues"
  14. },
  15. "funding": {
  16. "type": "opencollective",
  17. "url": "https://opencollective.com/core-js"
  18. },
  19. "license": "MIT",
  20. "author": {
  21. "name": "Denis Pushkarev",
  22. "email": "zloirock@zloirock.ru",
  23. "url": "http://zloirock.ru"
  24. },
  25. "sideEffects": false,
  26. "main": "index.js",
  27. "types": "index.d.ts",
  28. "dependencies": {
  29. "browserslist": "^4.28.1"
  30. }
  31. }