Skip to main content
Module

x/swc/Cargo.lock

The SWC compiler for Deno.
Go to Latest
File
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325
# This file is automatically @generated by Cargo.# It is not intended for manual editing.version = 3
[[package]]name = "Inflector"version = "0.11.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"dependencies = [ "lazy_static", "regex",]
[[package]]name = "addr2line"version = "0.17.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"dependencies = [ "gimli",]
[[package]]name = "adler"version = "1.0.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]name = "ahash"version = "0.7.6"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"dependencies = [ "getrandom", "once_cell", "serde", "version_check",]
[[package]]name = "aho-corasick"version = "0.7.18"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"dependencies = [ "memchr",]
[[package]]name = "anyhow"version = "1.0.58"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
[[package]]name = "arrayvec"version = "0.7.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]name = "ast_node"version = "0.7.7"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "darling", "pmutil", "proc-macro2", "quote", "swc_macros_common", "syn",]
[[package]]name = "atty"version = "0.2.14"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"dependencies = [ "hermit-abi", "libc", "winapi",]
[[package]]name = "auto_impl"version = "0.5.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"dependencies = [ "proc-macro-error", "proc-macro2", "quote", "syn",]
[[package]]name = "autocfg"version = "1.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]name = "backtrace"version = "0.3.65"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"dependencies = [ "addr2line", "cc", "cfg-if 1.0.0", "libc", "miniz_oxide", "object", "rustc-demangle",]
[[package]]name = "base64"version = "0.11.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
[[package]]name = "base64"version = "0.13.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]name = "better_scoped_tls"version = "0.1.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "scoped-tls",]
[[package]]name = "bitflags"version = "1.3.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]name = "block-buffer"version = "0.10.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"dependencies = [ "generic-array",]
[[package]]name = "browserslist-rs"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e55d9cadf66efd56338797ada06140423bd87f290eac200027265d79d621a266"dependencies = [ "ahash", "anyhow", "chrono", "either", "itertools", "js-sys", "nom", "once_cell", "quote", "serde", "serde-wasm-bindgen", "serde_json", "string_cache", "string_cache_codegen", "thiserror", "wasm-bindgen",]
[[package]]name = "bumpalo"version = "3.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
[[package]]name = "cc"version = "1.0.73"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
[[package]]name = "cfg-if"version = "0.1.10"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]name = "cfg-if"version = "1.0.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]name = "chrono"version = "0.4.19"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"dependencies = [ "js-sys", "libc", "num-integer", "num-traits", "time", "wasm-bindgen", "winapi",]
[[package]]name = "console_error_panic_hook"version = "0.1.7"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"dependencies = [ "cfg-if 1.0.0", "wasm-bindgen",]
[[package]]name = "cpufeatures"version = "0.2.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"dependencies = [ "libc",]
[[package]]name = "crossbeam-channel"version = "0.5.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"dependencies = [ "cfg-if 1.0.0", "crossbeam-utils",]
[[package]]name = "crossbeam-deque"version = "0.8.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"dependencies = [ "cfg-if 1.0.0", "crossbeam-epoch", "crossbeam-utils",]
[[package]]name = "crossbeam-epoch"version = "0.9.9"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d"dependencies = [ "autocfg", "cfg-if 1.0.0", "crossbeam-utils", "memoffset", "once_cell", "scopeguard",]
[[package]]name = "crossbeam-utils"version = "0.8.9"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "8ff1f980957787286a554052d03c7aee98d99cc32e09f6d45f0a814133c87978"dependencies = [ "cfg-if 1.0.0", "once_cell",]
[[package]]name = "crypto-common"version = "0.1.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"dependencies = [ "generic-array", "typenum",]
[[package]]name = "darling"version = "0.13.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"dependencies = [ "darling_core", "darling_macro",]
[[package]]name = "darling_core"version = "0.13.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"dependencies = [ "fnv", "ident_case", "proc-macro2", "quote", "strsim", "syn",]
[[package]]name = "darling_macro"version = "0.13.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"dependencies = [ "darling_core", "quote", "syn",]
[[package]]name = "dashmap"version = "5.3.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3495912c9c1ccf2e18976439f4443f3fee0fd61f424ff99fde6a66b15ecb448f"dependencies = [ "cfg-if 1.0.0", "hashbrown 0.12.1", "lock_api", "parking_lot_core",]
[[package]]name = "debug_unreachable"version = "0.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3"dependencies = [ "unreachable",]
[[package]]name = "deno_swc"version = "0.0.1"dependencies = [ "anyhow", "console_error_panic_hook", "once_cell", "path-clean", "serde", "serde_json", "swc", "swc_common", "swc_ecmascript", "syn", "url", "wasm-bindgen", "wasm-bindgen-futures", "wee_alloc",]
[[package]]name = "digest"version = "0.10.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"dependencies = [ "block-buffer", "crypto-common",]
[[package]]name = "either"version = "1.6.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]name = "enum_kind"version = "0.2.1"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "pmutil", "proc-macro2", "swc_macros_common", "syn",]
[[package]]name = "fnv"version = "1.0.7"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]name = "form_urlencoded"version = "1.0.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"dependencies = [ "matches", "percent-encoding",]
[[package]]name = "from_variant"version = "0.1.3"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "pmutil", "proc-macro2", "swc_macros_common", "syn",]
[[package]]name = "generic-array"version = "0.14.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"dependencies = [ "typenum", "version_check",]
[[package]]name = "getrandom"version = "0.2.7"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"dependencies = [ "cfg-if 1.0.0", "libc", "wasi 0.11.0+wasi-snapshot-preview1",]
[[package]]name = "gimli"version = "0.26.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
[[package]]name = "hashbrown"version = "0.11.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"dependencies = [ "ahash",]
[[package]]name = "hashbrown"version = "0.12.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
[[package]]name = "hermit-abi"version = "0.1.19"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"dependencies = [ "libc",]
[[package]]name = "ident_case"version = "1.0.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]name = "idna"version = "0.2.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"dependencies = [ "matches", "unicode-bidi", "unicode-normalization",]
[[package]]name = "if_chain"version = "1.0.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
[[package]]name = "indexmap"version = "1.9.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6c6392766afd7964e2531940894cffe4bd8d7d17dbc3c1c4857040fd4b33bdb3"dependencies = [ "autocfg", "hashbrown 0.12.1", "serde",]
[[package]]name = "is-macro"version = "0.2.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1c068d4c6b922cd6284c609cfa6dec0e41615c9c5a1a4ba729a970d8daba05fb"dependencies = [ "Inflector", "pmutil", "proc-macro2", "quote", "syn",]
[[package]]name = "is_ci"version = "1.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
[[package]]name = "itertools"version = "0.10.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"dependencies = [ "either",]
[[package]]name = "itoa"version = "1.0.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
[[package]]name = "js-sys"version = "0.3.58"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"dependencies = [ "wasm-bindgen",]
[[package]]name = "json_comments"version = "0.2.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "41ee439ee368ba4a77ac70d04f14015415af8600d6c894dc1f11bd79758c57d5"
[[package]]name = "lazy_static"version = "1.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]name = "lexical"version = "6.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6"dependencies = [ "lexical-core",]
[[package]]name = "lexical-core"version = "0.8.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"dependencies = [ "lexical-parse-float", "lexical-parse-integer", "lexical-util", "lexical-write-float", "lexical-write-integer",]
[[package]]name = "lexical-parse-float"version = "0.8.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"dependencies = [ "lexical-parse-integer", "lexical-util", "static_assertions",]
[[package]]name = "lexical-parse-integer"version = "0.8.6"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"dependencies = [ "lexical-util", "static_assertions",]
[[package]]name = "lexical-util"version = "0.8.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"dependencies = [ "static_assertions",]
[[package]]name = "lexical-write-float"version = "0.8.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"dependencies = [ "lexical-util", "lexical-write-integer", "static_assertions",]
[[package]]name = "lexical-write-integer"version = "0.8.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"dependencies = [ "lexical-util", "static_assertions",]
[[package]]name = "libc"version = "0.2.126"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
[[package]]name = "lock_api"version = "0.4.7"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"dependencies = [ "autocfg", "scopeguard",]
[[package]]name = "log"version = "0.4.17"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"dependencies = [ "cfg-if 1.0.0",]
[[package]]name = "lru"version = "0.7.7"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a"dependencies = [ "hashbrown 0.11.2",]
[[package]]name = "matches"version = "0.1.9"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]name = "memchr"version = "2.5.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]name = "memoffset"version = "0.6.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"dependencies = [ "autocfg",]
[[package]]name = "memory_units"version = "0.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"
[[package]]name = "miette"version = "4.7.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1c90329e44f9208b55f45711f9558cec15d7ef8295cc65ecd6d4188ae8edc58c"dependencies = [ "atty", "backtrace", "miette-derive", "once_cell", "owo-colors", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap", "thiserror", "unicode-width",]
[[package]]name = "miette-derive"version = "4.7.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6b5bc45b761bcf1b5e6e6c4128cd93b84c218721a8d9b894aa0aff4ed180174c"dependencies = [ "proc-macro2", "quote", "syn",]
[[package]]name = "minimal-lexical"version = "0.2.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]name = "miniz_oxide"version = "0.5.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"dependencies = [ "adler",]
[[package]]name = "new_debug_unreachable"version = "1.0.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
[[package]]name = "nom"version = "7.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"dependencies = [ "memchr", "minimal-lexical",]
[[package]]name = "normpath"version = "0.2.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "2a9da8c9922c35a1033d76f7272dfc2e7ee20392083d75aeea6ced23c6266578"dependencies = [ "winapi",]
[[package]]name = "num-bigint"version = "0.4.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"dependencies = [ "autocfg", "num-integer", "num-traits", "serde",]
[[package]]name = "num-integer"version = "0.1.45"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"dependencies = [ "autocfg", "num-traits",]
[[package]]name = "num-traits"version = "0.2.15"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"dependencies = [ "autocfg",]
[[package]]name = "num_cpus"version = "1.13.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"dependencies = [ "hermit-abi", "libc",]
[[package]]name = "object"version = "0.28.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"dependencies = [ "memchr",]
[[package]]name = "once_cell"version = "1.12.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
[[package]]name = "ordered-float"version = "2.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"dependencies = [ "num-traits",]
[[package]]name = "owo-colors"version = "3.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b"
[[package]]name = "parking_lot"version = "0.12.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"dependencies = [ "lock_api", "parking_lot_core",]
[[package]]name = "parking_lot_core"version = "0.9.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"dependencies = [ "cfg-if 1.0.0", "libc", "redox_syscall", "smallvec", "windows-sys",]
[[package]]name = "path-clean"version = "0.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd"
[[package]]name = "pathdiff"version = "0.2.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
[[package]]name = "percent-encoding"version = "2.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]name = "phf"version = "0.10.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"dependencies = [ "phf_macros", "phf_shared", "proc-macro-hack",]
[[package]]name = "phf_generator"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"dependencies = [ "phf_shared", "rand",]
[[package]]name = "phf_macros"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"dependencies = [ "phf_generator", "phf_shared", "proc-macro-hack", "proc-macro2", "quote", "syn",]
[[package]]name = "phf_shared"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"dependencies = [ "siphasher",]
[[package]]name = "pin-project-lite"version = "0.2.9"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]name = "pmutil"version = "0.5.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004"dependencies = [ "proc-macro2", "quote", "syn",]
[[package]]name = "ppv-lite86"version = "0.2.16"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[package]]name = "precomputed-hash"version = "0.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
[[package]]name = "preset_env_base"version = "0.2.3"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "ahash", "anyhow", "browserslist-rs", "dashmap", "from_variant", "once_cell", "semver 1.0.10", "serde", "st-map", "tracing",]
[[package]]name = "proc-macro-error"version = "1.0.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"dependencies = [ "proc-macro-error-attr", "proc-macro2", "quote", "syn", "version_check",]
[[package]]name = "proc-macro-error-attr"version = "1.0.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"dependencies = [ "proc-macro2", "quote", "version_check",]
[[package]]name = "proc-macro-hack"version = "0.5.19"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]name = "proc-macro2"version = "1.0.39"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"dependencies = [ "unicode-ident",]
[[package]]name = "quote"version = "1.0.19"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f53dc8cf16a769a6f677e09e7ff2cd4be1ea0f48754aac39520536962011de0d"dependencies = [ "proc-macro2",]
[[package]]name = "rand"version = "0.8.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"dependencies = [ "libc", "rand_chacha", "rand_core",]
[[package]]name = "rand_chacha"version = "0.3.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"dependencies = [ "ppv-lite86", "rand_core",]
[[package]]name = "rand_core"version = "0.6.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"dependencies = [ "getrandom",]
[[package]]name = "rayon"version = "1.5.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"dependencies = [ "autocfg", "crossbeam-deque", "either", "rayon-core",]
[[package]]name = "rayon-core"version = "1.9.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"dependencies = [ "crossbeam-channel", "crossbeam-deque", "crossbeam-utils", "num_cpus",]
[[package]]name = "redox_syscall"version = "0.2.13"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"dependencies = [ "bitflags",]
[[package]]name = "regex"version = "1.5.6"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"dependencies = [ "aho-corasick", "memchr", "regex-syntax",]
[[package]]name = "regex-syntax"version = "0.6.26"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
[[package]]name = "retain_mut"version = "0.1.9"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
[[package]]name = "rustc-demangle"version = "0.1.21"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
[[package]]name = "rustc-hash"version = "1.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]name = "rustc_version"version = "0.2.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"dependencies = [ "semver 0.9.0",]
[[package]]name = "ryu"version = "1.0.10"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
[[package]]name = "scoped-tls"version = "1.0.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]name = "scopeguard"version = "1.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]name = "semver"version = "0.9.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"dependencies = [ "semver-parser",]
[[package]]name = "semver"version = "1.0.10"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"dependencies = [ "serde",]
[[package]]name = "semver-parser"version = "0.7.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]name = "serde"version = "1.0.137"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"dependencies = [ "serde_derive",]
[[package]]name = "serde-wasm-bindgen"version = "0.3.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "618365e8e586c22123d692b72a7d791d5ee697817b65a218cdf12a98870af0f7"dependencies = [ "fnv", "js-sys", "serde", "wasm-bindgen",]
[[package]]name = "serde_derive"version = "1.0.137"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"dependencies = [ "proc-macro2", "quote", "syn",]
[[package]]name = "serde_json"version = "1.0.81"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"dependencies = [ "itoa", "ryu", "serde",]
[[package]]name = "sha-1"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"dependencies = [ "cfg-if 1.0.0", "cpufeatures", "digest",]
[[package]]name = "siphasher"version = "0.3.10"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
[[package]]name = "smallvec"version = "1.8.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
[[package]]name = "smawk"version = "0.3.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
[[package]]name = "sourcemap"version = "6.0.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a2ca89636b276071e7276488131f531dbf43ad1c19bc4bd5a04f6a0ce1ddc138"dependencies = [ "base64 0.11.0", "if_chain", "lazy_static", "regex", "rustc_version", "serde", "serde_json", "url",]
[[package]]name = "st-map"version = "0.1.6"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "bc9c9f3a1df5f73b7392bd9773108fef41ad9126f0282412fd5904389f0c0c4f"dependencies = [ "arrayvec", "static-map-macro",]
[[package]]name = "static-map-macro"version = "0.2.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "752564de9cd8937fdbc1c55d47ac391758c352ab3755607cc391b659fe87d56b"dependencies = [ "pmutil", "proc-macro2", "quote", "syn",]
[[package]]name = "static_assertions"version = "1.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]name = "string_cache"version = "0.8.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"dependencies = [ "new_debug_unreachable", "once_cell", "parking_lot", "phf_shared", "precomputed-hash", "serde",]
[[package]]name = "string_cache_codegen"version = "0.5.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"dependencies = [ "phf_generator", "phf_shared", "proc-macro2", "quote",]
[[package]]name = "string_enum"version = "0.3.1"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common", "syn",]
[[package]]name = "strsim"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]name = "supports-color"version = "1.3.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "4872ced36b91d47bae8a214a683fe54e7078875b399dfa251df346c9b547d1f9"dependencies = [ "atty", "is_ci",]
[[package]]name = "supports-hyperlinks"version = "1.2.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406"dependencies = [ "atty",]
[[package]]name = "supports-unicode"version = "1.0.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2"dependencies = [ "atty",]
[[package]]name = "swc"version = "0.183.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "ahash", "anyhow", "base64 0.13.0", "dashmap", "either", "indexmap", "json_comments", "lru", "once_cell", "parking_lot", "pathdiff", "regex", "rustc-hash", "serde", "serde_json", "sourcemap", "swc_atoms", "swc_cached", "swc_common", "swc_config", "swc_ecma_ast", "swc_ecma_codegen", "swc_ecma_ext_transforms", "swc_ecma_lints", "swc_ecma_loader", "swc_ecma_minifier", "swc_ecma_parser", "swc_ecma_preset_env", "swc_ecma_transforms", "swc_ecma_transforms_base", "swc_ecma_transforms_compat", "swc_ecma_transforms_optimization", "swc_ecma_utils", "swc_ecma_visit", "swc_ecmascript", "swc_error_reporters", "swc_node_comments", "swc_timer", "swc_visit", "tracing",]
[[package]]name = "swc_atoms"version = "0.2.11"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "string_cache", "string_cache_codegen",]
[[package]]name = "swc_cached"version = "0.1.1"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "ahash", "anyhow", "dashmap", "once_cell", "regex", "serde", "swc_atoms",]
[[package]]name = "swc_common"version = "0.18.7"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "ahash", "ast_node", "better_scoped_tls", "cfg-if 1.0.0", "debug_unreachable", "either", "from_variant", "num-bigint", "once_cell", "parking_lot", "rustc-hash", "serde", "siphasher", "sourcemap", "string_cache", "swc_eq_ignore_macros", "swc_visit", "tracing", "unicode-width", "url",]
[[package]]name = "swc_config"version = "0.1.1"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "anyhow", "indexmap", "serde", "serde_json", "swc_config_macro",]
[[package]]name = "swc_config_macro"version = "0.1.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common", "syn",]
[[package]]name = "swc_ecma_ast"version = "0.78.1"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "is-macro", "num-bigint", "scoped-tls", "serde", "string_enum", "swc_atoms", "swc_common", "unicode-id",]
[[package]]name = "swc_ecma_codegen"version = "0.108.6"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "bitflags", "memchr", "num-bigint", "once_cell", "rustc-hash", "sourcemap", "swc_atoms", "swc_common", "swc_ecma_ast", "swc_ecma_codegen_macros", "tracing",]
[[package]]name = "swc_ecma_codegen_macros"version = "0.7.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common", "syn",]
[[package]]name = "swc_ecma_ext_transforms"version = "0.71.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "phf", "swc_atoms", "swc_common", "swc_ecma_ast", "swc_ecma_utils", "swc_ecma_visit",]
[[package]]name = "swc_ecma_lints"version = "0.42.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "ahash", "auto_impl", "dashmap", "parking_lot", "rayon", "regex", "serde", "swc_atoms", "swc_common", "swc_config", "swc_ecma_ast", "swc_ecma_utils", "swc_ecma_visit",]
[[package]]name = "swc_ecma_loader"version = "0.30.2"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "ahash", "anyhow", "dashmap", "lru", "normpath", "once_cell", "parking_lot", "path-clean", "pathdiff", "serde", "serde_json", "swc_cached", "swc_common", "tracing",]
[[package]]name = "swc_ecma_minifier"version = "0.116.4"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "ahash", "arrayvec", "indexmap", "once_cell", "parking_lot", "rayon", "regex", "retain_mut", "rustc-hash", "serde", "serde_json", "swc_atoms", "swc_cached", "swc_common", "swc_config", "swc_ecma_ast", "swc_ecma_codegen", "swc_ecma_parser", "swc_ecma_transforms_base", "swc_ecma_transforms_optimization", "swc_ecma_utils", "swc_ecma_visit", "swc_timer", "tracing", "unicode-id",]
[[package]]name = "swc_ecma_parser"version = "0.104.2"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "either", "enum_kind", "lexical", "num-bigint", "serde", "smallvec", "swc_atoms", "swc_common", "swc_ecma_ast", "tracing", "typed-arena",]
[[package]]name = "swc_ecma_preset_env"version = "0.131.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "ahash", "anyhow", "dashmap", "indexmap", "once_cell", "preset_env_base", "semver 1.0.10", "serde", "serde_json", "st-map", "string_enum", "swc_atoms", "swc_common", "swc_ecma_ast", "swc_ecma_transforms", "swc_ecma_utils", "swc_ecma_visit",]
[[package]]name = "swc_ecma_transforms"version = "0.156.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "swc_atoms", "swc_common", "swc_ecma_ast", "swc_ecma_transforms_base", "swc_ecma_transforms_compat", "swc_ecma_transforms_module", "swc_ecma_transforms_optimization", "swc_ecma_transforms_proposal", "swc_ecma_transforms_react", "swc_ecma_transforms_typescript", "swc_ecma_utils", "swc_ecma_visit",]
[[package]]name = "swc_ecma_transforms_base"version = "0.86.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "better_scoped_tls", "once_cell", "phf", "rustc-hash", "serde", "smallvec", "swc_atoms", "swc_common", "swc_ecma_ast", "swc_ecma_parser", "swc_ecma_utils", "swc_ecma_visit", "tracing",]
[[package]]name = "swc_ecma_transforms_classes"version = "0.74.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "swc_atoms", "swc_common", "swc_ecma_ast", "swc_ecma_transforms_base", "swc_ecma_utils", "swc_ecma_visit",]
[[package]]name = "swc_ecma_transforms_compat"version = "0.101.1"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "ahash", "arrayvec", "indexmap", "is-macro", "num-bigint", "ordered-float", "serde", "smallvec", "swc_atoms", "swc_common", "swc_config", "swc_ecma_ast", "swc_ecma_transforms_base", "swc_ecma_transforms_classes", "swc_ecma_transforms_macros", "swc_ecma_utils", "swc_ecma_visit", "swc_trace_macro", "tracing",]
[[package]]name = "swc_ecma_transforms_macros"version = "0.4.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common", "syn",]
[[package]]name = "swc_ecma_transforms_module"version = "0.114.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "Inflector", "ahash", "anyhow", "indexmap", "path-clean", "pathdiff", "serde", "swc_atoms", "swc_cached", "swc_common", "swc_ecma_ast", "swc_ecma_loader", "swc_ecma_parser", "swc_ecma_transforms_base", "swc_ecma_utils", "swc_ecma_visit", "tracing",]
[[package]]name = "swc_ecma_transforms_optimization"version = "0.126.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "ahash", "dashmap", "indexmap", "once_cell", "rustc-hash", "serde_json", "swc_atoms", "swc_common", "swc_ecma_ast", "swc_ecma_parser", "swc_ecma_transforms_base", "swc_ecma_transforms_macros", "swc_ecma_utils", "swc_ecma_visit", "tracing",]
[[package]]name = "swc_ecma_transforms_proposal"version = "0.109.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "either", "serde", "smallvec", "swc_atoms", "swc_common", "swc_ecma_ast", "swc_ecma_transforms_base", "swc_ecma_transforms_classes", "swc_ecma_transforms_macros", "swc_ecma_utils", "swc_ecma_visit",]
[[package]]name = "swc_ecma_transforms_react"version = "0.116.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "ahash", "base64 0.13.0", "dashmap", "indexmap", "once_cell", "regex", "serde", "sha-1", "string_enum", "swc_atoms", "swc_common", "swc_config", "swc_ecma_ast", "swc_ecma_parser", "swc_ecma_transforms_base", "swc_ecma_transforms_macros", "swc_ecma_utils", "swc_ecma_visit",]
[[package]]name = "swc_ecma_transforms_typescript"version = "0.119.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "serde", "swc_atoms", "swc_common", "swc_ecma_ast", "swc_ecma_transforms_base", "swc_ecma_transforms_react", "swc_ecma_utils", "swc_ecma_visit",]
[[package]]name = "swc_ecma_utils"version = "0.85.1"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "indexmap", "once_cell", "swc_atoms", "swc_common", "swc_ecma_ast", "swc_ecma_visit", "tracing",]
[[package]]name = "swc_ecma_visit"version = "0.64.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "num-bigint", "swc_atoms", "swc_common", "swc_ecma_ast", "swc_visit", "tracing",]
[[package]]name = "swc_ecmascript"version = "0.159.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "swc_ecma_ast", "swc_ecma_parser",]
[[package]]name = "swc_eq_ignore_macros"version = "0.1.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "pmutil", "proc-macro2", "quote", "syn",]
[[package]]name = "swc_error_reporters"version = "0.2.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "anyhow", "miette", "once_cell", "parking_lot", "swc_common",]
[[package]]name = "swc_macros_common"version = "0.3.5"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "pmutil", "proc-macro2", "quote", "syn",]
[[package]]name = "swc_node_comments"version = "0.5.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "ahash", "dashmap", "swc_common",]
[[package]]name = "swc_timer"version = "0.6.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "tracing",]
[[package]]name = "swc_trace_macro"version = "0.1.1"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "proc-macro2", "quote", "syn",]
[[package]]name = "swc_visit"version = "0.3.0"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "either", "swc_visit_macros",]
[[package]]name = "swc_visit_macros"version = "0.3.1"source = "git+https://github.com/swc-project/swc?rev=fd3501b#fd3501bf87f4e711e72e9e8fd12f64f4cfa08157"dependencies = [ "Inflector", "pmutil", "proc-macro2", "quote", "swc_macros_common", "syn",]
[[package]]name = "syn"version = "1.0.98"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"dependencies = [ "proc-macro2", "quote", "unicode-ident",]
[[package]]name = "terminal_size"version = "0.1.17"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"dependencies = [ "libc", "winapi",]
[[package]]name = "textwrap"version = "0.15.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"dependencies = [ "smawk", "unicode-linebreak", "unicode-width",]
[[package]]name = "thiserror"version = "1.0.31"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"dependencies = [ "thiserror-impl",]
[[package]]name = "thiserror-impl"version = "1.0.31"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"dependencies = [ "proc-macro2", "quote", "syn",]
[[package]]name = "time"version = "0.1.44"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"dependencies = [ "libc", "wasi 0.10.0+wasi-snapshot-preview1", "winapi",]
[[package]]name = "tinyvec"version = "1.6.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"dependencies = [ "tinyvec_macros",]
[[package]]name = "tinyvec_macros"version = "0.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]name = "tracing"version = "0.1.35"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"dependencies = [ "cfg-if 1.0.0", "pin-project-lite", "tracing-attributes", "tracing-core",]
[[package]]name = "tracing-attributes"version = "0.1.21"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"dependencies = [ "proc-macro2", "quote", "syn",]
[[package]]name = "tracing-core"version = "0.1.27"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"dependencies = [ "once_cell",]
[[package]]name = "typed-arena"version = "2.0.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
[[package]]name = "typenum"version = "1.15.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]name = "unicode-bidi"version = "0.3.8"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]name = "unicode-id"version = "0.3.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "69fe8d9274f490a36442acb4edfd0c4e473fdfc6a8b5cd32f28a0235761aedbe"
[[package]]name = "unicode-ident"version = "1.0.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
[[package]]name = "unicode-linebreak"version = "0.1.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3a52dcaab0c48d931f7cc8ef826fa51690a08e1ea55117ef26f89864f532383f"dependencies = [ "regex",]
[[package]]name = "unicode-normalization"version = "0.1.19"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"dependencies = [ "tinyvec",]
[[package]]name = "unicode-width"version = "0.1.9"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
[[package]]name = "unreachable"version = "0.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"dependencies = [ "void",]
[[package]]name = "url"version = "2.2.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"dependencies = [ "form_urlencoded", "idna", "matches", "percent-encoding",]
[[package]]name = "version_check"version = "0.9.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]name = "void"version = "1.0.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]name = "wasi"version = "0.10.0+wasi-snapshot-preview1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]name = "wasi"version = "0.11.0+wasi-snapshot-preview1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]name = "wasm-bindgen"version = "0.2.81"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"dependencies = [ "cfg-if 1.0.0", "serde", "serde_json", "wasm-bindgen-macro",]
[[package]]name = "wasm-bindgen-backend"version = "0.2.81"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"dependencies = [ "bumpalo", "lazy_static", "log", "proc-macro2", "quote", "syn", "wasm-bindgen-shared",]
[[package]]name = "wasm-bindgen-futures"version = "0.4.31"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"dependencies = [ "cfg-if 1.0.0", "js-sys", "wasm-bindgen", "web-sys",]
[[package]]name = "wasm-bindgen-macro"version = "0.2.81"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"dependencies = [ "quote", "wasm-bindgen-macro-support",]
[[package]]name = "wasm-bindgen-macro-support"version = "0.2.81"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"dependencies = [ "proc-macro2", "quote", "syn", "wasm-bindgen-backend", "wasm-bindgen-shared",]
[[package]]name = "wasm-bindgen-shared"version = "0.2.81"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
[[package]]name = "web-sys"version = "0.3.58"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"dependencies = [ "js-sys", "wasm-bindgen",]
[[package]]name = "wee_alloc"version = "0.4.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e"dependencies = [ "cfg-if 0.1.10", "libc", "memory_units", "winapi",]
[[package]]name = "winapi"version = "0.3.9"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"dependencies = [ "winapi-i686-pc-windows-gnu", "winapi-x86_64-pc-windows-gnu",]
[[package]]name = "winapi-i686-pc-windows-gnu"version = "0.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]name = "winapi-x86_64-pc-windows-gnu"version = "0.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]name = "windows-sys"version = "0.36.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"dependencies = [ "windows_aarch64_msvc", "windows_i686_gnu", "windows_i686_msvc", "windows_x86_64_gnu", "windows_x86_64_msvc",]
[[package]]name = "windows_aarch64_msvc"version = "0.36.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]name = "windows_i686_gnu"version = "0.36.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]name = "windows_i686_msvc"version = "0.36.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]name = "windows_x86_64_gnu"version = "0.36.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]name = "windows_x86_64_msvc"version = "0.36.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"