aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-plugin-transform-es2015-modules-commonjs/package.json
blob: 6692af6084121b037ad285fc0f413a6ca0b160fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "babel-plugin-transform-es2015-modules-commonjs",
  "version": "6.24.1",
  "description": "This plugin transforms ES2015 modules to CommonJS",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
  "license": "MIT",
  "main": "lib/index.js",
  "dependencies": {
    "babel-types": "^6.24.1",
    "babel-runtime": "^6.22.0",
    "babel-template": "^6.24.1",
    "babel-plugin-transform-strict-mode": "^6.24.1"
  },
  "keywords": [
    "babel-plugin"
  ],
  "devDependencies": {
    "babel-helper-plugin-test-runner": "^6.24.1"
  }
}