14 lines
295 B
JSON
14 lines
295 B
JSON
{
|
|
"name": "babel-plugin-transform-es2015-spread",
|
|
"version": "6.0.2",
|
|
"description": "Compile ES2015 spread to ES5",
|
|
"repository": "babel/babel",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-runtime": "^6.0.2"
|
|
}
|
|
} |