仲裁视频会议H5

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-polyfill-corejs2@0.4.6",
  5. "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-polyfill-corejs2@0.4.6",
  10. "_id": "babel-plugin-polyfill-corejs2@0.4.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==",
  13. "_location": "/babel-plugin-polyfill-corejs2",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-polyfill-corejs2@0.4.6",
  19. "name": "babel-plugin-polyfill-corejs2",
  20. "escapedName": "babel-plugin-polyfill-corejs2",
  21. "rawSpec": "0.4.6",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.6"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-transform-runtime",
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz",
  30. "_spec": "0.4.6",
  31. "_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
  32. "bugs": {
  33. "url": "https://github.com/babel/babel-polyfills/issues"
  34. },
  35. "dependencies": {
  36. "@babel/compat-data": "^7.22.6",
  37. "@babel/helper-define-polyfill-provider": "^0.4.3",
  38. "semver": "^6.3.1"
  39. },
  40. "description": "A Babel plugin to inject imports to core-js@2 polyfills",
  41. "devDependencies": {
  42. "@babel/core": "^7.22.6",
  43. "@babel/helper-plugin-test-runner": "^7.22.5",
  44. "@babel/plugin-transform-for-of": "^7.22.5",
  45. "@babel/plugin-transform-modules-commonjs": "^7.22.5"
  46. },
  47. "exports": {
  48. ".": [
  49. {
  50. "import": "./esm/index.mjs",
  51. "default": "./lib/index.js"
  52. },
  53. "./lib/index.js"
  54. ],
  55. "./package.json": "./package.json"
  56. },
  57. "gitHead": "66a6819f44a57152798cb3b0a9272c65752bae86",
  58. "homepage": "https://github.com/babel/babel-polyfills#readme",
  59. "keywords": [
  60. "babel-plugin"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "babel-plugin-polyfill-corejs2",
  65. "peerDependencies": {
  66. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  67. },
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/babel/babel-polyfills.git",
  74. "directory": "packages/babel-plugin-polyfill-corejs2"
  75. },
  76. "version": "0.4.6"
  77. }