package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "core-js-compat@^3.25.1",
  3. "_id": "core-js-compat@3.43.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2GML2ZsCc5LR7hZYz4AXmjQw8zuy2T//2QntwdnpuYI7jteT6GVYJL7F6C2C57R7gSYrcqVW3lAALefdbhBLDA==",
  6. "_location": "/core-js-compat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "core-js-compat@^3.25.1",
  12. "name": "core-js-compat",
  13. "escapedName": "core-js-compat",
  14. "rawSpec": "^3.25.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.25.1"
  17. },
  18. "_requiredBy": [
  19. "/@babel/preset-env",
  20. "/babel-plugin-polyfill-corejs3"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.43.0.tgz",
  23. "_shasum": "055587369c458795ef316f65e0aabb808fb15840",
  24. "_spec": "core-js-compat@^3.25.1",
  25. "_where": "/data/wwwroot/qimall/node/node_modules/babel-plugin-polyfill-corejs3",
  26. "author": {
  27. "name": "Denis Pushkarev",
  28. "email": "zloirock@zloirock.ru",
  29. "url": "http://zloirock.ru"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/zloirock/core-js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "browserslist": "^4.25.0"
  37. },
  38. "deprecated": false,
  39. "description": "core-js compat",
  40. "funding": {
  41. "type": "opencollective",
  42. "url": "https://opencollective.com/core-js"
  43. },
  44. "homepage": "https://github.com/zloirock/core-js#readme",
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "core-js-compat",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/zloirock/core-js.git",
  51. "directory": "packages/core-js-compat"
  52. },
  53. "sideEffects": false,
  54. "type": "commonjs",
  55. "types": "index.d.ts",
  56. "version": "3.43.0"
  57. }