package.json 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@babel/helper-module-transforms",
  3. "version": "7.12.1",
  4. "description": "Babel helper functions for implementing ES6 module transformations",
  5. "author": "Logan Smyth <loganfsmyth@gmail.com>",
  6. "homepage": "https://babeljs.io/",
  7. "license": "MIT",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/babel/babel.git",
  14. "directory": "packages/babel-helper-module-transforms"
  15. },
  16. "main": "lib/index.js",
  17. "dependencies": {
  18. "@babel/helper-module-imports": "^7.12.1",
  19. "@babel/helper-replace-supers": "^7.12.1",
  20. "@babel/helper-simple-access": "^7.12.1",
  21. "@babel/helper-split-export-declaration": "^7.11.0",
  22. "@babel/helper-validator-identifier": "^7.10.4",
  23. "@babel/template": "^7.10.4",
  24. "@babel/traverse": "^7.12.1",
  25. "@babel/types": "^7.12.1",
  26. "lodash": "^4.17.19"
  27. },
  28. "__npminstall_done": "Thu Dec 24 2020 20:20:31 GMT+0800 (CST)",
  29. "_from": "@babel/helper-module-transforms@7.12.1",
  30. "_resolved": "https://registry.npm.taobao.org/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.12.1.tgz?cache=0&sync_timestamp=1602800307546&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-module-transforms%2Fdownload%2F%40babel%2Fhelper-module-transforms-7.12.1.tgz"
  31. }