1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "babel-plugin-transform-es2015-modules-amd",
|
3 |
|
|
"version": "6.24.1",
|
4 |
|
|
"description": "This plugin transforms ES2015 modules to AMD",
|
5 |
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-amd",
|
6 |
|
|
"license": "MIT",
|
7 |
|
|
"main": "lib/index.js",
|
8 |
|
|
"dependencies": {
|
9 |
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
|
10 |
|
|
"babel-template": "^6.24.1",
|
11 |
|
|
"babel-runtime": "^6.22.0"
|
12 |
|
|
},
|
13 |
|
|
"keywords": [
|
14 |
|
|
"babel-plugin"
|
15 |
|
|
],
|
16 |
|
|
"devDependencies": {
|
17 |
|
|
"babel-helper-plugin-test-runner": "^6.24.1"
|
18 |
|
|
}
|
19 |
|
|
}
|