package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "babel-plugin-polyfill-corejs2@^0.2.2",
  3. "_id": "babel-plugin-polyfill-corejs2@0.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==",
  6. "_location": "/babel-plugin-polyfill-corejs2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-polyfill-corejs2@^0.2.2",
  12. "name": "babel-plugin-polyfill-corejs2",
  13. "escapedName": "babel-plugin-polyfill-corejs2",
  14. "rawSpec": "^0.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.2"
  17. },
  18. "_requiredBy": [
  19. "/@babel/preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz",
  22. "_shasum": "e9124785e6fd94f94b618a7954e5693053bf5327",
  23. "_spec": "babel-plugin-polyfill-corejs2@^0.2.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\preset-env",
  25. "bugs": {
  26. "url": "https://github.com/babel/babel-polyfills/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "@babel/compat-data": "^7.13.11",
  31. "@babel/helper-define-polyfill-provider": "^0.2.2",
  32. "semver": "^6.1.1"
  33. },
  34. "deprecated": false,
  35. "description": "A Babel plugin to inject imports to core-js@2 polyfills",
  36. "devDependencies": {
  37. "@babel/core": "^7.13.0",
  38. "@babel/helper-plugin-test-runner": "^7.10.4",
  39. "@babel/plugin-transform-for-of": "^7.10.4",
  40. "@babel/plugin-transform-modules-commonjs": "^7.10.4"
  41. },
  42. "exports": {
  43. ".": [
  44. {
  45. "import": "./esm/index.mjs",
  46. "default": "./lib/index.js"
  47. },
  48. "./lib/index.js"
  49. ],
  50. "./package.json": "./package.json"
  51. },
  52. "gitHead": "1db1e16a7e6855094c52a6cf9b98410e3f0e80de",
  53. "homepage": "https://github.com/babel/babel-polyfills#readme",
  54. "keywords": [
  55. "babel-plugin"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/index.js",
  59. "name": "babel-plugin-polyfill-corejs2",
  60. "peerDependencies": {
  61. "@babel/core": "^7.0.0-0"
  62. },
  63. "publishConfig": {
  64. "access": "public"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/babel/babel-polyfills.git",
  69. "directory": "packages/babel-plugin-polyfill-corejs2"
  70. },
  71. "version": "0.2.2"
  72. }