package.json 759 B

12345678910111213141516171819202122
  1. {
  2. "name": "@babel/helper-module-transforms",
  3. "version": "7.4.4",
  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": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
  12. "main": "lib/index.js",
  13. "dependencies": {
  14. "@babel/helper-module-imports": "^7.0.0",
  15. "@babel/helper-simple-access": "^7.1.0",
  16. "@babel/helper-split-export-declaration": "^7.4.4",
  17. "@babel/template": "^7.4.4",
  18. "@babel/types": "^7.4.4",
  19. "lodash": "^4.17.11"
  20. },
  21. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
  22. }