package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@babel/plugin-transform-modules-commonjs",
  3. "version": "7.16.8",
  4. "description": "This plugin transforms ES2015 modules to CommonJS",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-plugin-transform-modules-commonjs"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "./lib/index.js",
  15. "dependencies": {
  16. "@babel/helper-module-transforms": "^7.16.7",
  17. "@babel/helper-plugin-utils": "^7.16.7",
  18. "@babel/helper-simple-access": "^7.16.7",
  19. "babel-plugin-dynamic-import-node": "^2.3.3"
  20. },
  21. "keywords": [
  22. "babel-plugin"
  23. ],
  24. "peerDependencies": {
  25. "@babel/core": "^7.0.0-0"
  26. },
  27. "devDependencies": {
  28. "@babel/core": "^7.16.7",
  29. "@babel/helper-plugin-test-runner": "^7.16.7",
  30. "@babel/plugin-external-helpers": "^7.16.7",
  31. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  32. "@babel/plugin-syntax-object-rest-spread": "^7.8.3"
  33. },
  34. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
  35. "engines": {
  36. "node": ">=6.9.0"
  37. },
  38. "author": "The Babel Team (https://babel.dev/team)"
  39. }