You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
884 B
30 lines
884 B
{
|
|
"name": "@babel/plugin-transform-modules-systemjs",
|
|
"version": "7.8.3",
|
|
"description": "This plugin transforms ES2015 modules to SystemJS",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-hoist-variables": "^7.8.3",
|
|
"@babel/helper-module-transforms": "^7.8.3",
|
|
"@babel/helper-plugin-utils": "^7.8.3",
|
|
"babel-plugin-dynamic-import-node": "^2.3.0"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.3",
|
|
"@babel/helper-plugin-test-runner": "^7.8.3",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
|
|
},
|
|
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
|
|
}
|