1 | {
|
2 | "name": "babel-plugin-transform-es2015-modules-commonjs",
|
3 | "version": "6.26.2",
|
4 | "description": "This plugin transforms ES2015 modules to CommonJS",
|
5 | "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
|
6 | "license": "MIT",
|
7 | "main": "lib/index.js",
|
8 | "dependencies": {
|
9 | "babel-plugin-transform-strict-mode": "^6.24.1",
|
10 | "babel-runtime": "^6.26.0",
|
11 | "babel-template": "^6.26.0",
|
12 | "babel-types": "^6.26.0"
|
13 | },
|
14 | "keywords": [
|
15 | "babel-plugin"
|
16 | ],
|
17 | "devDependencies": {
|
18 | "babel-helper-plugin-test-runner": "^6.24.1",
|
19 | "babel-plugin-syntax-object-rest-spread": "^6.13.0"
|
20 | }
|
21 | }
|