16 lines
448 B
JSON
16 lines
448 B
JSON
{
|
|
"name": "babel-plugin-transform-object-rest-spread",
|
|
"version": "6.0.2",
|
|
"description": "Compile object rest and spread to ES5",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-rest-spread",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-plugin-syntax-object-rest-spread": "^6.0.2",
|
|
"babel-runtime": "^6.0.2"
|
|
}
|
|
}
|