mirror of https://gitee.com/antv-l7/antv-l7
15 lines
513 B
JSON
15 lines
513 B
JSON
{
|
|
"name": "babel-plugin-transform-inline-consecutive-adds",
|
|
"version": "0.4.3",
|
|
"description": "This plugin inlines consecutive property assignments, array pushes, etc.",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"homepage": "https://github.com/babel/minify#readme",
|
|
"bugs": "https://github.com/babel/minify/issues",
|
|
"license": "MIT",
|
|
"author": "shinew",
|
|
"main": "lib/index.js",
|
|
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-inline-consecutive-adds"
|
|
}
|