22 lines
666 B
JSON
22 lines
666 B
JSON
{
|
|
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
|
"version": "6.26.2",
|
|
"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-plugin-transform-strict-mode": "^6.24.1",
|
|
"babel-runtime": "^6.26.0",
|
|
"babel-template": "^6.26.0",
|
|
"babel-types": "^6.26.0"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"devDependencies": {
|
|
"babel-helper-plugin-test-runner": "^6.24.1",
|
|
"babel-plugin-syntax-object-rest-spread": "^6.13.0"
|
|
}
|
|
}
|