package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-polyfill-corejs2@0.3.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-polyfill-corejs2@0.3.1",
  10. "_id": "babel-plugin-polyfill-corejs2@0.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==",
  13. "_location": "/babel-plugin-polyfill-corejs2",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-polyfill-corejs2@0.3.1",
  19. "name": "babel-plugin-polyfill-corejs2",
  20. "escapedName": "babel-plugin-polyfill-corejs2",
  21. "rawSpec": "0.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.1"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-transform-runtime"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",
  29. "_spec": "0.3.1",
  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/compat-data": "^7.13.11",
  36. "@babel/helper-define-polyfill-provider": "^0.3.1",
  37. "semver": "^6.1.1"
  38. },
  39. "description": "A Babel plugin to inject imports to core-js@2 polyfills",
  40. "devDependencies": {
  41. "@babel/core": "^7.13.0",
  42. "@babel/helper-plugin-test-runner": "^7.10.4",
  43. "@babel/plugin-transform-for-of": "^7.10.4",
  44. "@babel/plugin-transform-modules-commonjs": "^7.10.4"
  45. },
  46. "exports": {
  47. ".": [
  48. {
  49. "import": "./esm/index.mjs",
  50. "default": "./lib/index.js"
  51. },
  52. "./lib/index.js"
  53. ],
  54. "./package.json": "./package.json"
  55. },
  56. "gitHead": "f5eb1c6d74fa29afdb0a3a533dfc5742557197bc",
  57. "homepage": "https://github.com/babel/babel-polyfills#readme",
  58. "keywords": [
  59. "babel-plugin"
  60. ],
  61. "license": "MIT",
  62. "main": "lib/index.js",
  63. "name": "babel-plugin-polyfill-corejs2",
  64. "peerDependencies": {
  65. "@babel/core": "^7.0.0-0"
  66. },
  67. "publishConfig": {
  68. "access": "public"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/babel/babel-polyfills.git",
  73. "directory": "packages/babel-plugin-polyfill-corejs2"
  74. },
  75. "version": "0.3.1"
  76. }