18 lines
469 B
JSON
18 lines
469 B
JSON
{
|
|
"name": "babel-plugin-transform-jscript",
|
|
"version": "6.8.0",
|
|
"description": "Babel plugin to fix buggy JScript named function expressions",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-runtime": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-helper-plugin-test-runner": "^6.8.0"
|
|
}
|
|
}
|