package.json 822 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "@babel/helper-module-imports",
  3. "version": "7.12.5",
  4. "description": "Babel helper functions for inserting module loads",
  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-imports"
  15. },
  16. "main": "lib/index.js",
  17. "dependencies": {
  18. "@babel/types": "^7.12.5"
  19. },
  20. "devDependencies": {
  21. "@babel/core": "7.12.3"
  22. },
  23. "__npminstall_done": "Thu Dec 24 2020 20:20:30 GMT+0800 (CST)",
  24. "_from": "@babel/helper-module-imports@7.12.5",
  25. "_resolved": "https://registry.npm.taobao.org/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.5.tgz"
  26. }