package.json 963 B

123456789101112131415161718192021222324
  1. {
  2. "name": "babel-plugin-transform-es2015-modules-commonjs",
  3. "version": "6.26.2",
  4. "description": "This plugin transforms ES2015 modules to CommonJS",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
  6. "license": "MIT",
  7. "main": "lib/index.js",
  8. "dependencies": {
  9. "babel-plugin-transform-strict-mode": "^6.24.1",
  10. "babel-runtime": "^6.26.0",
  11. "babel-template": "^6.26.0",
  12. "babel-types": "^6.26.0"
  13. },
  14. "keywords": [
  15. "babel-plugin"
  16. ],
  17. "devDependencies": {
  18. "babel-helper-plugin-test-runner": "^6.24.1",
  19. "babel-plugin-syntax-object-rest-spread": "^6.13.0"
  20. },
  21. "__npminstall_done": "Mon May 18 2020 19:19:04 GMT+0800 (CST)",
  22. "_from": "babel-plugin-transform-es2015-modules-commonjs@6.26.2",
  23. "_resolved": "https://registry.npm.taobao.org/babel-plugin-transform-es2015-modules-commonjs/download/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz"
  24. }