package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "babel-plugin-polyfill-corejs2@^0.2.0",
  3. "_id": "babel-plugin-polyfill-corejs2@0.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-6RJHheb9lPlLYYp5VOVpMFO/Uyc=",
  6. "_location": "/babel-plugin-polyfill-corejs2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-polyfill-corejs2@^0.2.0",
  12. "name": "babel-plugin-polyfill-corejs2",
  13. "escapedName": "babel-plugin-polyfill-corejs2",
  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-corejs2/download/babel-plugin-polyfill-corejs2-0.2.2.tgz?cache=0&sync_timestamp=1622023848590&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbabel-plugin-polyfill-corejs2%2Fdownload%2Fbabel-plugin-polyfill-corejs2-0.2.2.tgz",
  23. "_shasum": "e9124785e6fd94f94b618a7954e5693053bf5327",
  24. "_spec": "babel-plugin-polyfill-corejs2@^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/compat-data": "^7.13.11",
  32. "@babel/helper-define-polyfill-provider": "^0.2.2",
  33. "semver": "^6.1.1"
  34. },
  35. "deprecated": false,
  36. "description": "A Babel plugin to inject imports to core-js@2 polyfills",
  37. "devDependencies": {
  38. "@babel/core": "^7.13.0",
  39. "@babel/helper-plugin-test-runner": "^7.10.4",
  40. "@babel/plugin-transform-for-of": "^7.10.4",
  41. "@babel/plugin-transform-modules-commonjs": "^7.10.4"
  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": "1db1e16a7e6855094c52a6cf9b98410e3f0e80de",
  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.0.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.2.2"
  73. }