@babel/plugin-check-constants
Version:
Compile ES2015 constants to ES5
19 lines (18 loc) • 498 B
JSON
{
"name": "@babel/plugin-check-constants",
"version": "7.0.0-beta.38",
"description": "Compile ES2015 constants to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-check-constants",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"peerDependencies": {
"@babel/core": "7.0.0-beta.38"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.38",
"@babel/helper-plugin-test-runner": "7.0.0-beta.38"
}
}