package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-polyfill-corejs3@0.5.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-polyfill-corejs3@0.5.2",
  10. "_id": "babel-plugin-polyfill-corejs3@0.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==",
  13. "_location": "/babel-plugin-polyfill-corejs3",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-polyfill-corejs3@0.5.2",
  19. "name": "babel-plugin-polyfill-corejs3",
  20. "escapedName": "babel-plugin-polyfill-corejs3",
  21. "rawSpec": "0.5.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.2"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-transform-runtime"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz",
  29. "_spec": "0.5.2",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "bugs": {
  32. "url": "https://github.com/babel/babel-polyfills/issues"
  33. },
  34. "dependencies": {
  35. "@babel/helper-define-polyfill-provider": "^0.3.1",
  36. "core-js-compat": "^3.21.0"
  37. },
  38. "description": "A Babel plugin to inject imports to core-js@3 polyfills",
  39. "devDependencies": {
  40. "@babel/core": "^7.13.0",
  41. "@babel/helper-plugin-test-runner": "^7.10.4",
  42. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  43. "@babel/plugin-transform-classes": "^7.13.0",
  44. "@babel/plugin-transform-for-of": "^7.10.4",
  45. "@babel/plugin-transform-modules-commonjs": "^7.10.4",
  46. "@babel/plugin-transform-spread": "^7.13.0",
  47. "core-js": "^3.21.0",
  48. "core-js-pure": "^3.21.0"
  49. },
  50. "exports": {
  51. ".": [
  52. {
  53. "import": "./esm/index.mjs",
  54. "default": "./lib/index.js"
  55. },
  56. "./lib/index.js"
  57. ],
  58. "./package.json": "./package.json"
  59. },
  60. "gitHead": "dfc74d8a78cb3f655dacf8aceea13a2a6024dee3",
  61. "homepage": "https://github.com/babel/babel-polyfills#readme",
  62. "keywords": [
  63. "babel-plugin"
  64. ],
  65. "license": "MIT",
  66. "main": "lib/index.js",
  67. "name": "babel-plugin-polyfill-corejs3",
  68. "peerDependencies": {
  69. "@babel/core": "^7.0.0-0"
  70. },
  71. "publishConfig": {
  72. "access": "public"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/babel/babel-polyfills.git",
  77. "directory": "packages/babel-plugin-polyfill-corejs3"
  78. },
  79. "version": "0.5.2"
  80. }