package.json 1.1 KB

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