12 lines
271 B
JSON
12 lines
271 B
JSON
{
|
|
"name": "babel-plugin-transform-minify-booleans",
|
|
"version": "1.0.2",
|
|
"description": "Turn boolean literals into !0 for true and !1 for false.",
|
|
"repository": "babel/babel",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
]
|
|
}
|