[{"data":1,"prerenderedAt":1084},["Reactive",2],{"/packages/mongoz":3,"content:footer-license":21,"yqcxN9wzPM":63,"FwFuG4uS4f":892,"oSnXmdw1KX":894,"latest-news:mongoz":895,"bP8bJXdxwg":896,"content:search:packages":897},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"github":10,"npm":12,"documentation":13,"examples":14,"_id":16,"_type":17,"_source":18,"_file":19,"_extension":20},"/packages/mongoz","packages",false,"","mongoz","Zero Config MongoDB Server",{"owner":11,"repo":8},"unjs",{"name":8},"https://github.com/unjs/mongoz",{"link":15,"page":6},null,"content:packages:mongoz.yml","yaml","content","packages/mongoz.yml","yml",{"body":22},{"type":23,"children":24,"toc":60},"root",[25],{"type":26,"tag":27,"props":28,"children":29},"element","p",{},[30,33,42,44,51,53],{"type":31,"value":32},"text","© 2023 ",{"type":26,"tag":34,"props":35,"children":39},"a",{"href":36,"rel":37},"https://github.com/unjs",[38],"nofollow",[40],{"type":31,"value":41},"UnJS Team",{"type":31,"value":43},". ",{"type":26,"tag":34,"props":45,"children":48},{"href":46,"rel":47},"https://unjs.io",[38],[49],{"type":31,"value":50},"Website",{"type":31,"value":52}," is licensed under ",{"type":26,"tag":34,"props":54,"children":57},{"href":55,"rel":56},"https://github.com/unjs/website/blob/main/LICENSE",[38],[58],{"type":31,"value":59},"CC BY-NC-SA 4.0",{"title":7,"searchDepth":61,"depth":61,"links":62},2,[],{"data":64,"body":66,"toc":881},{"title":65,"description":7},"🥭 mongoz",{"type":23,"children":67},[68,78,86,100,106,113,148,180,188,194,224,230,237,243,463,480,488,639,646,663,679,751,765,798,805,822,829,844,851,857,874],{"type":26,"tag":69,"props":70,"children":71},"blockquote",{},[72],{"type":26,"tag":27,"props":73,"children":74},{},[75],{"type":31,"value":76,"children":77},"Zero Config MongoDB Server for Node.js",[],{"type":26,"tag":79,"props":80,"children":82},"h2",{"id":81},"why",[83],{"type":31,"value":84,"children":85},"Why?",[],{"type":26,"tag":27,"props":87,"children":88},{},[89,97],{"type":26,"tag":34,"props":90,"children":93},{"href":91,"rel":92},"https://www.mongodb.com",[38],[94],{"type":31,"value":95,"children":96},"MongoDB",[],{"type":31,"value":98,"children":99}," is fantastic but setup for small projects can be lots of trouble.",[],{"type":26,"tag":27,"props":101,"children":102},{},[103],{"type":31,"value":104,"children":105},"This little package does everything necessary to download and start a fresh MongoDB server!",[],{"type":26,"tag":79,"props":107,"children":109},{"id":108},"usage",[110],{"type":31,"value":111,"children":112},"Usage",[],{"type":26,"tag":27,"props":114,"children":115},{},[116,123,126,134,137,145],{"type":26,"tag":117,"props":118,"children":119},"strong",{},[120],{"type":31,"value":121,"children":122},"Note:",[],{"type":31,"value":124,"children":125}," You need to have ",[],{"type":26,"tag":34,"props":127,"children":130},{"href":128,"rel":129},"https://nodejs.org/en/",[38],[131],{"type":31,"value":132,"children":133},"Node.js",[],{"type":31,"value":135,"children":136}," and ",[],{"type":26,"tag":34,"props":138,"children":141},{"href":139,"rel":140},"https://docs.npmjs.com/cli/v7/commands/npm",[38],[142],{"type":31,"value":143,"children":144},"npm",[],{"type":31,"value":146,"children":147}," already installed!",[],{"type":26,"tag":27,"props":149,"children":150},{},[151,156,159,167,170,177],{"type":26,"tag":117,"props":152,"children":153},{},[154],{"type":31,"value":121,"children":155},[],{"type":31,"value":157,"children":158}," Make sure there is not already a local mongodb server listening on default port (",[],{"type":26,"tag":160,"props":161,"children":163},"code",{"className":162},[],[164],{"type":31,"value":165,"children":166},"2701",[],{"type":31,"value":168,"children":169},"). If you do, either stop it or use ",[],{"type":26,"tag":160,"props":171,"children":173},{"className":172},[],[174],{"type":31,"value":175,"children":176},"MONGO_PORT",[],{"type":31,"value":178,"children":179}," environment variable to change the port.",[],{"type":26,"tag":181,"props":182,"children":184},"h3",{"id":183},"standalone-server",[185],{"type":31,"value":186,"children":187},"Standalone Server",[],{"type":26,"tag":27,"props":189,"children":190},{},[191],{"type":31,"value":192,"children":193},"Let's start a fresh db shall we?",[],{"type":26,"tag":195,"props":196,"children":200},"pre",{"className":197,"code":198,"language":199,"meta":7,"style":7},"language-sh shiki shiki-themes github-light github-dark","npx mongoz\n","sh",[201],{"type":26,"tag":160,"props":202,"children":203},{"__ignoreMap":7},[204],{"type":26,"tag":205,"props":206,"children":209},"span",{"class":207,"line":208},"line",1,[210,217],{"type":26,"tag":205,"props":211,"children":213},{"style":212},"--shiki-default:#6F42C1;--shiki-dark:#B392F0",[214],{"type":31,"value":215,"children":216},"npx",[],{"type":26,"tag":205,"props":218,"children":220},{"style":219},"--shiki-default:#032F62;--shiki-dark:#9ECBFF",[221],{"type":31,"value":222,"children":223}," mongoz\n",[],{"type":26,"tag":27,"props":225,"children":226},{},[227],{"type":31,"value":228,"children":229},"It will take few seconds on first time of usage to install and extract mongo server.",[],{"type":26,"tag":181,"props":231,"children":233},{"id":232},"programmatic-usage",[234],{"type":31,"value":235,"children":236},"Programmatic usage",[],{"type":26,"tag":27,"props":238,"children":239},{},[240],{"type":31,"value":241,"children":242},"Do you need a MongoDB server programmatically? No problems!",[],{"type":26,"tag":195,"props":244,"children":248},{"className":245,"code":246,"language":247,"meta":7,"style":7},"language-js shiki shiki-themes github-light github-dark","// CommonJS\nconst { startMongo } = require('mongoz')\n\n// ESM\nimport { startMongo } from 'mongoz'\n\n// Install and start listening MongoDB on 127.0.0.1:27017 in background\nawait startMongo()\n\n// Or with options\nawait startMongo({ port: 27018 })\n","js",[249],{"type":26,"tag":160,"props":250,"children":251},{"__ignoreMap":7},[252,262,322,333,343,371,380,390,412,421,431],{"type":26,"tag":205,"props":253,"children":254},{"class":207,"line":208},[255],{"type":26,"tag":205,"props":256,"children":258},{"style":257},"--shiki-default:#6A737D;--shiki-dark:#6A737D",[259],{"type":31,"value":260,"children":261},"// CommonJS\n",[],{"type":26,"tag":205,"props":263,"children":264},{"class":207,"line":61},[265,272,279,286,292,298,304,310,316],{"type":26,"tag":205,"props":266,"children":268},{"style":267},"--shiki-default:#D73A49;--shiki-dark:#F97583",[269],{"type":31,"value":270,"children":271},"const",[],{"type":26,"tag":205,"props":273,"children":275},{"style":274},"--shiki-default:#24292E;--shiki-dark:#E1E4E8",[276],{"type":31,"value":277,"children":278}," { ",[],{"type":26,"tag":205,"props":280,"children":282},{"style":281},"--shiki-default:#005CC5;--shiki-dark:#79B8FF",[283],{"type":31,"value":284,"children":285},"startMongo",[],{"type":26,"tag":205,"props":287,"children":288},{"style":274},[289],{"type":31,"value":290,"children":291}," } ",[],{"type":26,"tag":205,"props":293,"children":294},{"style":267},[295],{"type":31,"value":296,"children":297},"=",[],{"type":26,"tag":205,"props":299,"children":300},{"style":212},[301],{"type":31,"value":302,"children":303}," require",[],{"type":26,"tag":205,"props":305,"children":306},{"style":274},[307],{"type":31,"value":308,"children":309},"(",[],{"type":26,"tag":205,"props":311,"children":312},{"style":219},[313],{"type":31,"value":314,"children":315},"'mongoz'",[],{"type":26,"tag":205,"props":317,"children":318},{"style":274},[319],{"type":31,"value":320,"children":321},")\n",[],{"type":26,"tag":205,"props":323,"children":325},{"class":207,"line":324},3,[326],{"type":26,"tag":205,"props":327,"children":329},{"emptyLinePlaceholder":328},true,[330],{"type":31,"value":331,"children":332},"\n",[],{"type":26,"tag":205,"props":334,"children":336},{"class":207,"line":335},4,[337],{"type":26,"tag":205,"props":338,"children":339},{"style":257},[340],{"type":31,"value":341,"children":342},"// ESM\n",[],{"type":26,"tag":205,"props":344,"children":346},{"class":207,"line":345},5,[347,353,359,365],{"type":26,"tag":205,"props":348,"children":349},{"style":267},[350],{"type":31,"value":351,"children":352},"import",[],{"type":26,"tag":205,"props":354,"children":355},{"style":274},[356],{"type":31,"value":357,"children":358}," { startMongo } ",[],{"type":26,"tag":205,"props":360,"children":361},{"style":267},[362],{"type":31,"value":363,"children":364},"from",[],{"type":26,"tag":205,"props":366,"children":367},{"style":219},[368],{"type":31,"value":369,"children":370}," 'mongoz'\n",[],{"type":26,"tag":205,"props":372,"children":374},{"class":207,"line":373},6,[375],{"type":26,"tag":205,"props":376,"children":377},{"emptyLinePlaceholder":328},[378],{"type":31,"value":331,"children":379},[],{"type":26,"tag":205,"props":381,"children":383},{"class":207,"line":382},7,[384],{"type":26,"tag":205,"props":385,"children":386},{"style":257},[387],{"type":31,"value":388,"children":389},"// Install and start listening MongoDB on 127.0.0.1:27017 in background\n",[],{"type":26,"tag":205,"props":391,"children":393},{"class":207,"line":392},8,[394,400,406],{"type":26,"tag":205,"props":395,"children":396},{"style":267},[397],{"type":31,"value":398,"children":399},"await",[],{"type":26,"tag":205,"props":401,"children":402},{"style":212},[403],{"type":31,"value":404,"children":405}," startMongo",[],{"type":26,"tag":205,"props":407,"children":408},{"style":274},[409],{"type":31,"value":410,"children":411},"()\n",[],{"type":26,"tag":205,"props":413,"children":415},{"class":207,"line":414},9,[416],{"type":26,"tag":205,"props":417,"children":418},{"emptyLinePlaceholder":328},[419],{"type":31,"value":331,"children":420},[],{"type":26,"tag":205,"props":422,"children":424},{"class":207,"line":423},10,[425],{"type":26,"tag":205,"props":426,"children":427},{"style":257},[428],{"type":31,"value":429,"children":430},"// Or with options\n",[],{"type":26,"tag":205,"props":432,"children":434},{"class":207,"line":433},11,[435,440,445,451,457],{"type":26,"tag":205,"props":436,"children":437},{"style":267},[438],{"type":31,"value":398,"children":439},[],{"type":26,"tag":205,"props":441,"children":442},{"style":212},[443],{"type":31,"value":404,"children":444},[],{"type":26,"tag":205,"props":446,"children":447},{"style":274},[448],{"type":31,"value":449,"children":450},"({ port: ",[],{"type":26,"tag":205,"props":452,"children":453},{"style":281},[454],{"type":31,"value":455,"children":456},"27018",[],{"type":26,"tag":205,"props":458,"children":459},{"style":274},[460],{"type":31,"value":461,"children":462}," })\n",[],{"type":26,"tag":27,"props":464,"children":465},{},[466,469,477],{"type":31,"value":467,"children":468},"When closing server, mongo will also gracefully shutdown with ",[],{"type":26,"tag":34,"props":470,"children":473},{"href":471,"rel":472},"https://www.npmjs.com/package/node-graceful-shutdown",[38],[474],{"type":31,"value":475,"children":476},"node-graceful-shutdown",[],{"type":31,"value":478,"children":479},".",[],{"type":26,"tag":481,"props":482,"children":484},"h4",{"id":483},"options",[485],{"type":31,"value":486,"children":487},"Options",[],{"type":26,"tag":489,"props":490,"children":491},"ul",{},[492,526,558,598,626],{"type":26,"tag":493,"props":494,"children":495},"li",{},[496,503,506,513,516,523],{"type":26,"tag":160,"props":497,"children":499},{"className":498},[],[500],{"type":31,"value":501,"children":502},"name",[],{"type":31,"value":504,"children":505},": Unique instance name. Default is ",[],{"type":26,"tag":160,"props":507,"children":509},{"className":508},[],[510],{"type":31,"value":511,"children":512},"default",[],{"type":31,"value":514,"children":515}," (env var: ",[],{"type":26,"tag":160,"props":517,"children":519},{"className":518},[],[520],{"type":31,"value":521,"children":522},"MONGO_NAME",[],{"type":31,"value":524,"children":525},")",[],{"type":26,"tag":493,"props":527,"children":528},{},[529,536,539,546,549,556],{"type":26,"tag":160,"props":530,"children":532},{"className":531},[],[533],{"type":31,"value":534,"children":535},"dir",[],{"type":31,"value":537,"children":538},": Data directory to store logs and data. Default is ",[],{"type":26,"tag":160,"props":540,"children":542},{"className":541},[],[543],{"type":31,"value":544,"children":545},"${os.tmpDir}/mongo",[],{"type":31,"value":547,"children":548},". (env var: ",[],{"type":26,"tag":160,"props":550,"children":552},{"className":551},[],[553],{"type":31,"value":554,"children":555},"MONGO_DIR",[],{"type":31,"value":524,"children":557},[],{"type":26,"tag":493,"props":559,"children":560},{},[561,568,571,578,580,586,589,596],{"type":26,"tag":160,"props":562,"children":564},{"className":563},[],[565],{"type":31,"value":566,"children":567},"port",[],{"type":31,"value":569,"children":570},": Listening port. Default is ",[],{"type":26,"tag":160,"props":572,"children":574},{"className":573},[],[575],{"type":31,"value":576,"children":577},"27017",[],{"type":31,"value":514,"children":579},[],{"type":26,"tag":160,"props":581,"children":583},{"className":582},[],[584],{"type":31,"value":175,"children":585},[],{"type":31,"value":587,"children":588}," or ",[],{"type":26,"tag":160,"props":590,"children":592},{"className":591},[],[593],{"type":31,"value":594,"children":595},"PORT",[],{"type":31,"value":524,"children":597},[],{"type":26,"tag":493,"props":599,"children":600},{},[601,608,611,623],{"type":26,"tag":160,"props":602,"children":604},{"className":603},[],[605],{"type":31,"value":606,"children":607},"args",[],{"type":31,"value":609,"children":610}," Additional arguments passed to ",[],{"type":26,"tag":34,"props":612,"children":615},{"href":613,"rel":614},"https://docs.mongodb.com/manual/reference/program/mongod/",[38],[616],{"type":26,"tag":160,"props":617,"children":619},{"className":618},[],[620],{"type":31,"value":621,"children":622},"mongod",[],{"type":31,"value":624,"children":625}," (should be Array)",[],{"type":26,"tag":493,"props":627,"children":628},{},[629,636],{"type":26,"tag":160,"props":630,"children":632},{"className":631},[],[633],{"type":31,"value":634,"children":635},"platform",[],{"type":31,"value":637,"children":638},": OS to download binraries for.",[],{"type":26,"tag":181,"props":640,"children":642},{"id":641},"in-parallel-with-script",[643],{"type":31,"value":644,"children":645},"In parallel with script",[],{"type":26,"tag":27,"props":647,"children":648},{},[649,652,660],{"type":31,"value":650,"children":651},"You can also use ",[],{"type":26,"tag":34,"props":653,"children":656},{"href":654,"rel":655},"https://www.npmjs.com/package/concurrently",[38],[657],{"type":31,"value":658,"children":659},"concurrently",[],{"type":31,"value":661,"children":662}," to start mongo alongside with server:.",[],{"type":26,"tag":27,"props":664,"children":665},{},[666,669,676],{"type":31,"value":667,"children":668},"Via ",[],{"type":26,"tag":160,"props":670,"children":672},{"className":671},[],[673],{"type":31,"value":674,"children":675},"package.json",[],{"type":31,"value":677,"children":678},":",[],{"type":26,"tag":195,"props":680,"children":684},{"className":681,"code":682,"language":683,"meta":7,"style":7},"language-json shiki shiki-themes github-light github-dark","{\n  \"scripts\": {\n    \"start\": \"concurrently 'npx mongoz' 'node ./server.mjs'\"\n  }\n}\n","json",[685],{"type":26,"tag":160,"props":686,"children":687},{"__ignoreMap":7},[688,697,712,733,742],{"type":26,"tag":205,"props":689,"children":690},{"class":207,"line":208},[691],{"type":26,"tag":205,"props":692,"children":693},{"style":274},[694],{"type":31,"value":695,"children":696},"{\n",[],{"type":26,"tag":205,"props":698,"children":699},{"class":207,"line":61},[700,706],{"type":26,"tag":205,"props":701,"children":702},{"style":281},[703],{"type":31,"value":704,"children":705},"  \"scripts\"",[],{"type":26,"tag":205,"props":707,"children":708},{"style":274},[709],{"type":31,"value":710,"children":711},": {\n",[],{"type":26,"tag":205,"props":713,"children":714},{"class":207,"line":324},[715,721,727],{"type":26,"tag":205,"props":716,"children":717},{"style":281},[718],{"type":31,"value":719,"children":720},"    \"start\"",[],{"type":26,"tag":205,"props":722,"children":723},{"style":274},[724],{"type":31,"value":725,"children":726},": ",[],{"type":26,"tag":205,"props":728,"children":729},{"style":219},[730],{"type":31,"value":731,"children":732},"\"concurrently 'npx mongoz' 'node ./server.mjs'\"\n",[],{"type":26,"tag":205,"props":734,"children":735},{"class":207,"line":335},[736],{"type":26,"tag":205,"props":737,"children":738},{"style":274},[739],{"type":31,"value":740,"children":741},"  }\n",[],{"type":26,"tag":205,"props":743,"children":744},{"class":207,"line":345},[745],{"type":26,"tag":205,"props":746,"children":747},{"style":274},[748],{"type":31,"value":749,"children":750},"}\n",[],{"type":26,"tag":27,"props":752,"children":753},{},[754,757,763],{"type":31,"value":755,"children":756},"Or directly with ",[],{"type":26,"tag":160,"props":758,"children":760},{"className":759},[],[761],{"type":31,"value":215,"children":762},[],{"type":31,"value":677,"children":764},[],{"type":26,"tag":195,"props":766,"children":768},{"className":197,"code":767,"language":199,"meta":7,"style":7},"npx concurrently 'npx mongoz' 'node ./server.mjs'\n",[769],{"type":26,"tag":160,"props":770,"children":771},{"__ignoreMap":7},[772],{"type":26,"tag":205,"props":773,"children":774},{"class":207,"line":208},[775,780,786,792],{"type":26,"tag":205,"props":776,"children":777},{"style":212},[778],{"type":31,"value":215,"children":779},[],{"type":26,"tag":205,"props":781,"children":782},{"style":219},[783],{"type":31,"value":784,"children":785}," concurrently",[],{"type":26,"tag":205,"props":787,"children":788},{"style":219},[789],{"type":31,"value":790,"children":791}," 'npx mongoz'",[],{"type":26,"tag":205,"props":793,"children":794},{"style":219},[795],{"type":31,"value":796,"children":797}," 'node ./server.mjs'\n",[],{"type":26,"tag":79,"props":799,"children":801},{"id":800},"supported-platforms",[802],{"type":31,"value":803,"children":804},"Supported platforms",[],{"type":26,"tag":27,"props":806,"children":807},{},[808,811,819],{"type":31,"value":809,"children":810},"Windows, Linux and Darwin (Mac) are supported. Check ",[],{"type":26,"tag":34,"props":812,"children":815},{"href":813,"rel":814},"https://raw.githubusercontent.com/unjs/mongoz/main/src/formula.ts",[38],[816],{"type":31,"value":817,"children":818},"formula",[],{"type":31,"value":820,"children":821}," for details.",[],{"type":26,"tag":79,"props":823,"children":825},{"id":824},"changing-data-dir",[826],{"type":31,"value":827,"children":828},"Changing data dir",[],{"type":26,"tag":27,"props":830,"children":831},{},[832,835,841],{"type":31,"value":833,"children":834},"By default, we use a temporary directory to store data and logs. You can customize it with ",[],{"type":26,"tag":160,"props":836,"children":838},{"className":837},[],[839],{"type":31,"value":554,"children":840},[],{"type":31,"value":842,"children":843}," environment variable.",[],{"type":26,"tag":79,"props":845,"children":847},{"id":846},"license",[848],{"type":31,"value":849,"children":850},"License",[],{"type":26,"tag":27,"props":852,"children":853},{},[854],{"type":31,"value":855,"children":856},"MIT.",[],{"type":26,"tag":27,"props":858,"children":859},{},[860,863,871],{"type":31,"value":861,"children":862},"See ",[],{"type":26,"tag":34,"props":864,"children":867},{"href":865,"rel":866},"https://www.mongodb.com/community/licensing",[38],[868],{"type":31,"value":869,"children":870},"MongoDB Licensing",[],{"type":31,"value":872,"children":873}," for underlying server license.",[],{"type":26,"tag":875,"props":876,"children":877},"style",{},[878],{"type":31,"value":879,"children":880},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",[],{"title":7,"searchDepth":61,"depth":61,"links":882},[883,884,889,890,891],{"id":81,"depth":61,"text":84},{"id":108,"depth":61,"text":111,"children":885},[886,887,888],{"id":183,"depth":324,"text":186},{"id":232,"depth":324,"text":235},{"id":641,"depth":324,"text":644},{"id":800,"depth":61,"text":803},{"id":824,"depth":61,"text":827},{"id":846,"depth":61,"text":849},{"stars":893,"latestRelease":15},102,20,[],49152,[898,901,904,907,910,913,916,919,922,925,928,931,934,937,940,943,946,948,951,954,957,960,963,966,969,972,975,978,981,984,987,988,991,994,997,1000,1003,1006,1009,1012,1015,1018,1021,1024,1027,1030,1033,1036,1039,1042,1045,1048,1051,1054,1057,1060,1063,1066,1069,1072,1075,1078,1081],{"_path":899,"title":900},"/packages/automd","automd",{"_path":902,"title":903},"/packages/bundle-runner","bundle-runner",{"_path":905,"title":906},"/packages/c12","c12",{"_path":908,"title":909},"/packages/changelogen","changelogen",{"_path":911,"title":912},"/packages/citty","citty",{"_path":914,"title":915},"/packages/confbox","confbox",{"_path":917,"title":918},"/packages/consola","consola",{"_path":920,"title":921},"/packages/cookie-es","cookie-es",{"_path":923,"title":924},"/packages/crossws","crossws",{"_path":926,"title":927},"/packages/db0","db0",{"_path":929,"title":930},"/packages/defu","defu",{"_path":932,"title":933},"/packages/destr","destr",{"_path":935,"title":936},"/packages/fontaine","fontaine",{"_path":938,"title":939},"/packages/fs-memo","fs-memo",{"_path":941,"title":942},"/packages/get-port-please","get-port-please",{"_path":944,"title":945},"/packages/giget","giget",{"_path":947,"title":181},"/packages/h3",{"_path":949,"title":950},"/packages/hookable","hookable",{"_path":952,"title":953},"/packages/httpxy","httpxy",{"_path":955,"title":956},"/packages/image-meta","image-meta",{"_path":958,"title":959},"/packages/ipx","ipx",{"_path":961,"title":962},"/packages/jimp-compact","jimp-compact",{"_path":964,"title":965},"/packages/jiti","jiti",{"_path":967,"title":968},"/packages/knitwork","knitwork",{"_path":970,"title":971},"/packages/listhen","listhen",{"_path":973,"title":974},"/packages/magic-regexp","magic-regexp",{"_path":976,"title":977},"/packages/magicast","magicast",{"_path":979,"title":980},"/packages/mdbox","mdbox",{"_path":982,"title":983},"/packages/mkdist","mkdist",{"_path":985,"title":986},"/packages/mlly","mlly",{"_path":4,"title":8},{"_path":989,"title":990},"/packages/nanotar","nanotar",{"_path":992,"title":993},"/packages/nitro","nitro",{"_path":995,"title":996},"/packages/node-fetch-native","node-fetch-native",{"_path":998,"title":999},"/packages/nypm","nypm",{"_path":1001,"title":1002},"/packages/ofetch","ofetch",{"_path":1004,"title":1005},"/packages/ohash","ohash",{"_path":1007,"title":1008},"/packages/pathe","pathe",{"_path":1010,"title":1011},"/packages/perfect-debounce","perfect-debounce",{"_path":1013,"title":1014},"/packages/pkg-types","pkg-types",{"_path":1016,"title":1017},"/packages/radix3","radix3",{"_path":1019,"title":1020},"/packages/rc9","rc9",{"_path":1022,"title":1023},"/packages/scule","scule",{"_path":1025,"title":1026},"/packages/serve-placeholder","serve-placeholder",{"_path":1028,"title":1029},"/packages/std-env","std-env",{"_path":1031,"title":1032},"/packages/theme-colors","theme-colors",{"_path":1034,"title":1035},"/packages/ufo","ufo",{"_path":1037,"title":1038},"/packages/unbuild","unbuild",{"_path":1040,"title":1041},"/packages/uncrypto","uncrypto",{"_path":1043,"title":1044},"/packages/unctx","unctx",{"_path":1046,"title":1047},"/packages/undocs","undocs",{"_path":1049,"title":1050},"/packages/unenv","unenv",{"_path":1052,"title":1053},"/packages/ungh","ungh",{"_path":1055,"title":1056},"/packages/unhead","unhead",{"_path":1058,"title":1059},"/packages/unimport","unimport",{"_path":1061,"title":1062},"/packages/unpdf","unpdf",{"_path":1064,"title":1065},"/packages/unplugin","unplugin",{"_path":1067,"title":1068},"/packages/unstorage","unstorage",{"_path":1070,"title":1071},"/packages/untun","untun",{"_path":1073,"title":1074},"/packages/untyped","untyped",{"_path":1076,"title":1077},"/packages/unwasm","unwasm",{"_path":1079,"title":1080},"/packages/uqr","uqr",{"_path":1082,"title":1083},"/packages/webpackbar","webpackbar",1710438894739]