UNPKG

773 BJSONView Raw
1{
2 "name": "@babel/plugin-transform-react-constant-elements",
3 "version": "7.8.3",
4 "description": "Treat React JSX elements as value types and hoist them to the highest scope",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public"
9 },
10 "main": "lib/index.js",
11 "keywords": [
12 "babel-plugin"
13 ],
14 "dependencies": {
15 "@babel/helper-annotate-as-pure": "^7.8.3",
16 "@babel/helper-plugin-utils": "^7.8.3"
17 },
18 "peerDependencies": {
19 "@babel/core": "^7.0.0-0"
20 },
21 "devDependencies": {
22 "@babel/core": "^7.8.3",
23 "@babel/helper-plugin-test-runner": "^7.8.3"
24 },
25 "gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
26}