12 lines
281 B
JSON
12 lines
281 B
JSON
{
|
|
"name": "babel-plugin-es5-property-mutators",
|
|
"version": "1.0.0",
|
|
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
|
|
"repository": "babel/babel",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
]
|
|
}
|