12345678910111213141516171819202122 |
- {
- "name": "@babel/helper-module-transforms",
- "version": "7.4.4",
- "description": "Babel helper functions for implementing ES6 module transformations",
- "author": "Logan Smyth <loganfsmyth@gmail.com>",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
- "main": "lib/index.js",
- "dependencies": {
- "@babel/helper-module-imports": "^7.0.0",
- "@babel/helper-simple-access": "^7.1.0",
- "@babel/helper-split-export-declaration": "^7.4.4",
- "@babel/template": "^7.4.4",
- "@babel/types": "^7.4.4",
- "lodash": "^4.17.11"
- },
- "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
- }
|