package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@babel/plugin-transform-modules-commonjs@^7.14.0",
  3. "_id": "@babel/plugin-transform-modules-commonjs@7.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-UrwZnLWB4Jku26Dw+ANWRnWH8WE=",
  6. "_location": "/@babel/plugin-transform-modules-commonjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-modules-commonjs@^7.14.0",
  12. "name": "@babel/plugin-transform-modules-commonjs",
  13. "escapedName": "@babel%2fplugin-transform-modules-commonjs",
  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-commonjs/download/@babel/plugin-transform-modules-commonjs-7.14.0.tgz?cache=0&sync_timestamp=1619727429752&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-modules-commonjs%2Fdownload%2F%40babel%2Fplugin-transform-modules-commonjs-7.14.0.tgz",
  23. "_shasum": "52bc199cb581e0992edba0f0f80356467587f161",
  24. "_spec": "@babel/plugin-transform-modules-commonjs@^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. "@babel/helper-simple-access": "^7.13.12",
  34. "babel-plugin-dynamic-import-node": "^2.3.3"
  35. },
  36. "deprecated": false,
  37. "description": "This plugin transforms ES2015 modules to CommonJS",
  38. "devDependencies": {
  39. "@babel/core": "7.14.0",
  40. "@babel/helper-plugin-test-runner": "7.13.10",
  41. "@babel/plugin-external-helpers": "7.12.13",
  42. "@babel/plugin-syntax-object-rest-spread": "^7.8.3"
  43. },
  44. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
  45. "keywords": [
  46. "babel-plugin"
  47. ],
  48. "license": "MIT",
  49. "main": "lib/index.js",
  50. "name": "@babel/plugin-transform-modules-commonjs",
  51. "peerDependencies": {
  52. "@babel/core": "^7.0.0-0"
  53. },
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/babel/babel.git",
  60. "directory": "packages/babel-plugin-transform-modules-commonjs"
  61. },
  62. "version": "7.14.0"
  63. }