package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-polyfill-corejs2@0.1.10",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-polyfill-corejs2@0.1.10",
  10. "_id": "babel-plugin-polyfill-corejs2@0.1.10",
  11. "_inBundle": false,
  12. "_integrity": "sha1-osXCRfVsDKw9vdvwcmpGsk8PgdE=",
  13. "_location": "/babel-plugin-polyfill-corejs2",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-polyfill-corejs2@0.1.10",
  19. "name": "babel-plugin-polyfill-corejs2",
  20. "escapedName": "babel-plugin-polyfill-corejs2",
  21. "rawSpec": "0.1.10",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.10"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-transform-runtime",
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.1.10.tgz",
  30. "_spec": "0.1.10",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "bugs": {
  33. "url": "https://github.com/babel/babel-polyfills/issues"
  34. },
  35. "dependencies": {
  36. "@babel/compat-data": "^7.13.0",
  37. "@babel/helper-define-polyfill-provider": "^0.1.5",
  38. "semver": "^6.1.1"
  39. },
  40. "description": "A Babel plugin to inject imports to core-js@2 polyfills",
  41. "devDependencies": {
  42. "@babel/core": "^7.13.0",
  43. "@babel/helper-plugin-test-runner": "^7.10.4",
  44. "@babel/plugin-transform-for-of": "^7.10.4",
  45. "@babel/plugin-transform-modules-commonjs": "^7.10.4"
  46. },
  47. "gitHead": "7ec5d8eb769d309c78d27a336c9764abc8ac4db7",
  48. "homepage": "https://github.com/babel/babel-polyfills#readme",
  49. "keywords": [
  50. "babel-plugin"
  51. ],
  52. "license": "MIT",
  53. "main": "lib/index.js",
  54. "name": "babel-plugin-polyfill-corejs2",
  55. "peerDependencies": {
  56. "@babel/core": "^7.0.0-0"
  57. },
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/babel/babel-polyfills.git",
  64. "directory": "packages/babel-plugin-polyfill-corejs2"
  65. },
  66. "version": "0.1.10"
  67. }