12 lines
329 B
JSON

{
"name": "babel-plugin-constant-folding",
"version": "1.0.1",
"description": "Compile static constants (ie. code that we can statically determine to be constant at runtime)",
"repository": "babel/babelbabel-plugin-constant-folding",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
]
}