package.json 613 B

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