package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-polyfill-corejs2@0.4.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-polyfill-corejs2@0.4.5",
  10. "_id": "babel-plugin-polyfill-corejs2@0.4.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==",
  13. "_location": "/babel-plugin-polyfill-corejs2",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-polyfill-corejs2@0.4.5",
  19. "name": "babel-plugin-polyfill-corejs2",
  20. "escapedName": "babel-plugin-polyfill-corejs2",
  21. "rawSpec": "0.4.5",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.5"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-transform-runtime",
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz",
  30. "_spec": "0.4.5",
  31. "_where": "/Users/mac/projects/mime/mine",
  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.2",
  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": "0e8cfb85899c8fb01728199d81fd37108e1668ab",
  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.5"
  77. }