package.json 447 B

1234567891011121314151617181920
  1. {
  2. "name": "core-js-compat",
  3. "description": "core-js compat",
  4. "version": "3.25.1",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/zloirock/core-js.git",
  8. "directory": "packages/core-js-compat"
  9. },
  10. "main": "index.js",
  11. "sideEffects": false,
  12. "dependencies": {
  13. "browserslist": "^4.21.3"
  14. },
  15. "funding": {
  16. "type": "opencollective",
  17. "url": "https://opencollective.com/core-js"
  18. },
  19. "license": "MIT"
  20. }