15 lines
460 B
JSON
15 lines
460 B
JSON
{
|
|
"name": "babel-plugin-transform-es3-property-literals",
|
|
"version": "7.0.0-alpha.19",
|
|
"description": "Ensure that reserved words are quoted in object property keys",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-property-literals",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"devDependencies": {
|
|
"babel-helper-plugin-test-runner": "7.0.0-alpha.19"
|
|
}
|
|
}
|