package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "babel-plugin-polyfill-corejs3@^0.2.0",
  3. "_id": "babel-plugin-polyfill-corejs3@0.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dCShaC7kS67IFzJ3ELGwlOX49/U=",
  6. "_location": "/babel-plugin-polyfill-corejs3",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-polyfill-corejs3@^0.2.0",
  12. "name": "babel-plugin-polyfill-corejs3",
  13. "escapedName": "babel-plugin-polyfill-corejs3",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/plugin-transform-runtime",
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.nlark.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.2.2.tgz?cache=0&sync_timestamp=1622023850672&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbabel-plugin-polyfill-corejs3%2Fdownload%2Fbabel-plugin-polyfill-corejs3-0.2.2.tgz",
  23. "_shasum": "7424a1682ee44baec817327710b1b094e5f8f7f5",
  24. "_spec": "babel-plugin-polyfill-corejs3@^0.2.0",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\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/helper-define-polyfill-provider": "^0.2.2",
  32. "core-js-compat": "^3.9.1"
  33. },
  34. "deprecated": false,
  35. "description": "A Babel plugin to inject imports to core-js@3 polyfills",
  36. "devDependencies": {
  37. "@babel/core": "^7.13.0",
  38. "@babel/helper-plugin-test-runner": "^7.10.4",
  39. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  40. "@babel/plugin-transform-classes": "^7.13.0",
  41. "@babel/plugin-transform-for-of": "^7.10.4",
  42. "@babel/plugin-transform-modules-commonjs": "^7.10.4",
  43. "@babel/plugin-transform-spread": "^7.13.0",
  44. "core-js-pure": "^3.8.1"
  45. },
  46. "exports": {
  47. ".": [
  48. {
  49. "import": "./esm/index.mjs",
  50. "default": "./lib/index.js"
  51. },
  52. "./lib/index.js"
  53. ],
  54. "./package.json": "./package.json"
  55. },
  56. "gitHead": "1db1e16a7e6855094c52a6cf9b98410e3f0e80de",
  57. "homepage": "https://github.com/babel/babel-polyfills#readme",
  58. "keywords": [
  59. "babel-plugin"
  60. ],
  61. "license": "MIT",
  62. "main": "lib/index.js",
  63. "name": "babel-plugin-polyfill-corejs3",
  64. "peerDependencies": {
  65. "@babel/core": "^7.0.0-0"
  66. },
  67. "publishConfig": {
  68. "access": "public"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/babel/babel-polyfills.git",
  73. "directory": "packages/babel-plugin-polyfill-corejs3"
  74. },
  75. "version": "0.2.2"
  76. }