2015-09-15 06:12:46 +01:00

12 lines
310 B
JSON

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