UNPKG

498 BJSONView Raw
1{
2 "name": "@babel/plugin-check-constants",
3 "version": "7.0.0-beta.38",
4 "description": "Compile ES2015 constants to ES5",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-check-constants",
6 "license": "MIT",
7 "main": "lib/index.js",
8 "keywords": [
9 "babel-plugin"
10 ],
11 "peerDependencies": {
12 "@babel/core": "7.0.0-beta.38"
13 },
14 "devDependencies": {
15 "@babel/core": "7.0.0-beta.38",
16 "@babel/helper-plugin-test-runner": "7.0.0-beta.38"
17 }
18}