package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "@babel/plugin-transform-modules-umd@^7.14.0",
  3. "_id": "@babel/plugin-transform-modules-umd@7.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-L4F50bvJJjZlzkpl8wVSay6orDQ=",
  6. "_location": "/@babel/plugin-transform-modules-umd",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-modules-umd@^7.14.0",
  12. "name": "@babel/plugin-transform-modules-umd",
  13. "escapedName": "@babel%2fplugin-transform-modules-umd",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.nlark.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.14.0.tgz",
  23. "_shasum": "2f8179d1bbc9263665ce4a65f305526b2ea8ac34",
  24. "_spec": "@babel/plugin-transform-modules-umd@^7.14.0",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\preset-env",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-module-transforms": "^7.14.0",
  32. "@babel/helper-plugin-utils": "^7.13.0"
  33. },
  34. "deprecated": false,
  35. "description": "This plugin transforms ES2015 modules to UMD",
  36. "devDependencies": {
  37. "@babel/core": "7.14.0",
  38. "@babel/helper-plugin-test-runner": "7.13.10",
  39. "@babel/plugin-external-helpers": "7.12.13"
  40. },
  41. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-umd",
  42. "keywords": [
  43. "babel-plugin"
  44. ],
  45. "license": "MIT",
  46. "main": "lib/index.js",
  47. "name": "@babel/plugin-transform-modules-umd",
  48. "peerDependencies": {
  49. "@babel/core": "^7.0.0-0"
  50. },
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/babel/babel.git",
  57. "directory": "packages/babel-plugin-transform-modules-umd"
  58. },
  59. "version": "7.14.0"
  60. }