package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "babel-plugin-polyfill-corejs2@^0.4.14",
  3. "_id": "babel-plugin-polyfill-corejs2@0.4.16",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xaVwwSfebXf0ooE11BJovZYKhFjIvQo7TsyVpETuIeH2JHv0k/T6Y5j22pPTvqYqmpkxdlPAJlyJ0tfOJAoMxw==",
  6. "_location": "/babel-plugin-polyfill-corejs2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-polyfill-corejs2@^0.4.14",
  12. "name": "babel-plugin-polyfill-corejs2",
  13. "escapedName": "babel-plugin-polyfill-corejs2",
  14. "rawSpec": "^0.4.14",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.14"
  17. },
  18. "_requiredBy": [
  19. "/@babel/plugin-transform-runtime",
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.16.tgz",
  23. "_shasum": "a1321145f6cde738b0a412616b6bcf77f143ab36",
  24. "_spec": "babel-plugin-polyfill-corejs2@^0.4.14",
  25. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@babel\\plugin-transform-runtime",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel-polyfills/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/compat-data": "^7.28.6",
  32. "@babel/helper-define-polyfill-provider": "^0.6.7",
  33. "semver": "^6.3.1"
  34. },
  35. "deprecated": false,
  36. "description": "A Babel plugin to inject imports to core-js@2 polyfills",
  37. "devDependencies": {
  38. "@babel/core": "^7.28.6",
  39. "@babel/helper-plugin-test-runner": "^7.27.1",
  40. "@babel/plugin-transform-for-of": "^7.27.1",
  41. "@babel/plugin-transform-modules-commonjs": "^7.28.6"
  42. },
  43. "exports": {
  44. ".": [
  45. {
  46. "import": "./esm/index.mjs",
  47. "default": "./lib/index.js"
  48. },
  49. "./lib/index.js"
  50. ],
  51. "./package.json": "./package.json"
  52. },
  53. "gitHead": "35d742c19e250d8908b0fb77340191f268706161",
  54. "homepage": "https://github.com/babel/babel-polyfills#readme",
  55. "keywords": [
  56. "babel-plugin"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/index.js",
  60. "name": "babel-plugin-polyfill-corejs2",
  61. "peerDependencies": {
  62. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  63. },
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/babel/babel-polyfills.git",
  70. "directory": "packages/babel-plugin-polyfill-corejs2"
  71. },
  72. "version": "0.4.16"
  73. }