File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 "fs-extra" : " ^7.0.0" ,
3838 "json-stable-stringify" : " ^1.0.1" ,
3939 "md5-hex" : " ^2.0.0" ,
40+ "recast" : " ^0.19.1" ,
4041 "silent-error" : " ^1.1.0"
4142 },
4243 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -1241,6 +1241,11 @@ assign-symbols@^1.0.0:
12411241 resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
12421242 integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
12431243
1244+ 1245+ version "0.13.3"
1246+ resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.3.tgz#50da3f28d17bdbc7969a3a2d83a0e4a72ae755a7"
1247+ integrity sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA==
1248+
1244124912451250 version "0.9.6"
12461251 resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.9.6.tgz#102c9e9e9005d3e7e3829bf0c4fa24ee862ee9b9"
@@ -4263,7 +4268,7 @@ espree@^3.5.4:
42634268 acorn "^5.5.0"
42644269 acorn-jsx "^3.0.0"
42654270
4266- esprima@^4.0.0 :
4271+ esprima@^4.0.0, esprima@~4.0.0 :
42674272 version "4.0.1"
42684273 resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
42694274 integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
@@ -8128,6 +8133,16 @@ recast@^0.11.3:
81288133 private "~0.1.5"
81298134 source-map "~0.5.0"
81308135
8136+ recast@^0.19.1 :
8137+ version "0.19.1"
8138+ resolved "https://registry.yarnpkg.com/recast/-/recast-0.19.1.tgz#555f3612a5a10c9f44b9a923875c51ff775de6c8"
8139+ integrity sha512-8FCjrBxjeEU2O6I+2hyHyBFH1siJbMBLwIRvVr1T3FD2cL754sOaJDsJ/8h3xYltasbJ8jqWRIhMuDGBSiSbjw==
8140+ dependencies :
8141+ ast-types "0.13.3"
8142+ esprima "~4.0.0"
8143+ private "^0.1.8"
8144+ source-map "~0.6.1"
8145+
81318146rechoir@^0.6.2 :
81328147 version "0.6.2"
81338148 resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
You can’t perform that action at this time.
0 commit comments