package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@babel/plugin-transform-modules-systemjs",
  3. "version": "7.12.1",
  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.10.4",
  17. "@babel/helper-module-transforms": "^7.12.1",
  18. "@babel/helper-plugin-utils": "^7.10.4",
  19. "@babel/helper-validator-identifier": "^7.10.4",
  20. "babel-plugin-dynamic-import-node": "^2.3.3"
  21. },
  22. "keywords": [
  23. "babel-plugin"
  24. ],
  25. "peerDependencies": {
  26. "@babel/core": "^7.0.0-0"
  27. },
  28. "devDependencies": {
  29. "@babel/core": "^7.12.1",
  30. "@babel/helper-plugin-test-runner": "7.10.4",
  31. "@babel/plugin-syntax-dynamic-import": "^7.8.0"
  32. },
  33. "__npminstall_done": "Thu Dec 24 2020 20:20:43 GMT+0800 (CST)",
  34. "_from": "@babel/plugin-transform-modules-systemjs@7.12.1",
  35. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.12.1.tgz?cache=0&sync_timestamp=1602802164817&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-modules-systemjs%2Fdownload%2F%40babel%2Fplugin-transform-modules-systemjs-7.12.1.tgz"
  36. }