package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "babel-plugin-polyfill-corejs2@^0.3.0",
  3. "_id": "babel-plugin-polyfill-corejs2@0.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==",
  6. "_location": "/babel-plugin-polyfill-corejs2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-polyfill-corejs2@^0.3.0",
  12. "name": "babel-plugin-polyfill-corejs2",
  13. "escapedName": "babel-plugin-polyfill-corejs2",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/plugin-transform-runtime",
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",
  23. "_shasum": "440f1b70ccfaabc6b676d196239b138f8a2cfba5",
  24. "_spec": "babel-plugin-polyfill-corejs2@^0.3.0",
  25. "_where": "H:\\gs_nuxt\\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.3.1",
  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": "f5eb1c6d74fa29afdb0a3a533dfc5742557197bc",
  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.3.1"
  73. }