projectlens 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/README.md +143 -143
  2. package/dist/cli.js +3 -3
  3. package/dist/{esm-UD73TBFV.js → esm-3RYR6KRP.js} +79 -79
  4. package/dist/{lib-RYPZ47SK.js → lib-6MKWNYYM.js} +318 -318
  5. package/dist/{promise-RZT5M2G5.js → promise-Q3EUAGZV.js} +240 -240
  6. package/package.json +37 -37
  7. package/public/404.html +1 -1
  8. package/public/__next.__PAGE__.txt +3 -3
  9. package/public/__next._full.txt +11 -11
  10. package/public/__next._head.txt +3 -3
  11. package/public/__next._index.txt +6 -6
  12. package/public/__next._tree.txt +2 -2
  13. package/public/_next/static/chunks/{0ag9_thdvsufz.js → 00xhsd~k-wxkl.js} +1 -1
  14. package/public/_next/static/chunks/055wtwa3_0~~i.js +1 -0
  15. package/public/_next/static/chunks/08~pvhfxkn~e1.js +31 -0
  16. package/public/_next/static/chunks/0bn7sb9dt40_4.js +1 -0
  17. package/public/_next/static/chunks/0mnylx9uxvgoe.js +1 -0
  18. package/public/_next/static/chunks/0p3~_xn7z3ctn.css +1 -0
  19. package/public/_next/static/chunks/0t3z96v_l15ux.js +5 -0
  20. package/public/_next/static/chunks/14axq_ban0~p1.js +409 -0
  21. package/public/_next/static/chunks/turbopack-0fx05i3quz0.5.js +1 -0
  22. package/public/_not-found/__next._full.txt +10 -10
  23. package/public/_not-found/__next._head.txt +3 -3
  24. package/public/_not-found/__next._index.txt +6 -6
  25. package/public/_not-found/{__next._not-found/__PAGE__.txt → __next._not-found.__PAGE__.txt} +2 -2
  26. package/public/_not-found/__next._not-found.txt +3 -3
  27. package/public/_not-found/__next._tree.txt +2 -2
  28. package/public/_not-found.html +1 -1
  29. package/public/_not-found.txt +10 -10
  30. package/public/icon.svg +25 -25
  31. package/public/index.html +1 -1
  32. package/public/index.txt +11 -11
  33. package/public/_next/static/chunks/0-uf8by-ey68h.css +0 -1
  34. package/public/_next/static/chunks/00g6ktfqbvh0k.js +0 -1
  35. package/public/_next/static/chunks/01qtqmla78wnb.js +0 -409
  36. package/public/_next/static/chunks/060q84nvp94s6.js +0 -5
  37. package/public/_next/static/chunks/0fulyomwb7at-.js +0 -1
  38. package/public/_next/static/chunks/0~hotr4crj3w3.js +0 -1
  39. package/public/_next/static/chunks/17mke5d8u31kx.js +0 -31
  40. package/public/_next/static/chunks/turbopack-0btzs1a7324pk.js +0 -1
  41. /package/public/_next/static/{54S_KHhU7o7AqDFn2mPm8 → MThbDPd1MP5_54V6AAk-i}/_buildManifest.js +0 -0
  42. /package/public/_next/static/{54S_KHhU7o7AqDFn2mPm8 → MThbDPd1MP5_54V6AAk-i}/_clientMiddlewareManifest.js +0 -0
  43. /package/public/_next/static/{54S_KHhU7o7AqDFn2mPm8 → MThbDPd1MP5_54V6AAk-i}/_ssgManifest.js +0 -0
package/package.json CHANGED
@@ -1,37 +1,37 @@
1
- {
2
- "name": "projectlens",
3
- "version": "1.0.2",
4
- "description": "Local lint, type-check & AI security dashboard for JS/TS projects",
5
- "type": "module",
6
- "bin": {
7
- "projectlens": "./dist/cli.js"
8
- },
9
- "files": [
10
- "dist",
11
- "public"
12
- ],
13
- "engines": {
14
- "node": ">=18"
15
- },
16
- "scripts": {
17
- "build": "npm run build:dashboard && tsup",
18
- "build:dashboard": "node ./scripts/build-dashboard.mjs",
19
- "dev": "tsup --watch",
20
- "typecheck": "tsc --noEmit"
21
- },
22
- "dependencies": {
23
- "ai": "^6.0.0",
24
- "commander": "^12.1.0",
25
- "execa": "^9.5.0",
26
- "open": "^10.1.0",
27
- "ws": "^8.18.0",
28
- "zod": "^3.23.8"
29
- },
30
- "devDependencies": {
31
- "@types/node": "^22.0.0",
32
- "@types/ws": "^8.5.12",
33
- "tsup": "^8.3.0",
34
- "typescript": "^5.6.0"
35
- },
36
- "license": "MIT"
37
- }
1
+ {
2
+ "name": "projectlens",
3
+ "version": "1.0.3",
4
+ "description": "Local lint, type-check & AI security dashboard for JS/TS projects",
5
+ "type": "module",
6
+ "bin": {
7
+ "projectlens": "./dist/cli.js"
8
+ },
9
+ "files": [
10
+ "dist",
11
+ "public"
12
+ ],
13
+ "engines": {
14
+ "node": ">=18"
15
+ },
16
+ "scripts": {
17
+ "build": "npm run build:dashboard && tsup",
18
+ "build:dashboard": "node ./scripts/build-dashboard.mjs",
19
+ "dev": "tsup --watch",
20
+ "typecheck": "tsc --noEmit"
21
+ },
22
+ "dependencies": {
23
+ "ai": "^6.0.0",
24
+ "commander": "^12.1.0",
25
+ "execa": "^9.5.0",
26
+ "open": "^10.1.0",
27
+ "ws": "^8.18.0",
28
+ "zod": "^3.23.8"
29
+ },
30
+ "devDependencies": {
31
+ "@types/node": "^22.0.0",
32
+ "@types/ws": "^8.5.12",
33
+ "tsup": "^8.3.0",
34
+ "typescript": "^5.6.0"
35
+ },
36
+ "license": "MIT"
37
+ }
package/public/404.html CHANGED
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en" class="geist_a71539c9-module__T19VSG__variable jetbrains_mono_7d65b77b-module__VxV-Ta__variable bg-background"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/02jqkfcbj77p5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/0-uf8by-ey68h.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/17mke5d8u31kx.js"/><script src="/_next/static/chunks/060q84nvp94s6.js" async=""></script><script src="/_next/static/chunks/0ag9_thdvsufz.js" async=""></script><script src="/_next/static/chunks/turbopack-0btzs1a7324pk.js" async=""></script><script src="/_next/static/chunks/0fulyomwb7at-.js" async=""></script><script src="/_next/static/chunks/0~hotr4crj3w3.js" async=""></script><script src="/_next/static/chunks/00g6ktfqbvh0k.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)"/><meta name="theme-color" content="#121212" media="(prefers-color-scheme: dark)"/><title>Projectlens — Local Quality &amp; Security Dashboard</title><meta name="description" content="Run ESLint and TypeScript checks and an AI-powered security audit on your local project, with rich, detailed reporting."/><meta name="generator" content="v0.app"/><script>try{if(JSON.parse(localStorage.getItem('projectlens.settings.v1')||'{}').colorAccents){document.documentElement.classList.add('accents')}}catch(e){}</script><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","theme","light",null,["light","dark"],null,false,true)</script><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/17mke5d8u31kx.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[89554,[\"/_next/static/chunks/0fulyomwb7at-.js\",\"/_next/static/chunks/0~hotr4crj3w3.js\",\"/_next/static/chunks/00g6ktfqbvh0k.js\"],\"ThemeProvider\"]\n3:I[28231,[\"/_next/static/chunks/0fulyomwb7at-.js\",\"/_next/static/chunks/0~hotr4crj3w3.js\",\"/_next/static/chunks/00g6ktfqbvh0k.js\"],\"TooltipProvider\"]\n4:I[21157,[\"/_next/static/chunks/0fulyomwb7at-.js\",\"/_next/static/chunks/0~hotr4crj3w3.js\",\"/_next/static/chunks/00g6ktfqbvh0k.js\"],\"default\"]\n5:I[15782,[\"/_next/static/chunks/0fulyomwb7at-.js\",\"/_next/static/chunks/0~hotr4crj3w3.js\",\"/_next/static/chunks/00g6ktfqbvh0k.js\"],\"default\"]\n6:I[3656,[\"/_next/static/chunks/0fulyomwb7at-.js\",\"/_next/static/chunks/0~hotr4crj3w3.js\",\"/_next/static/chunks/00g6ktfqbvh0k.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[3656,[\"/_next/static/chunks/0fulyomwb7at-.js\",\"/_next/static/chunks/0~hotr4crj3w3.js\",\"/_next/static/chunks/00g6ktfqbvh0k.js\"],\"ViewportBoundary\"]\nc:I[3656,[\"/_next/static/chunks/0fulyomwb7at-.js\",\"/_next/static/chunks/0~hotr4crj3w3.js\",\"/_next/static/chunks/00g6ktfqbvh0k.js\"],\"MetadataBoundary\"]\ne:I[6177,[\"/_next/static/chunks/0fulyomwb7at-.js\",\"/_next/static/chunks/0~hotr4crj3w3.js\",\"/_next/static/chunks/00g6ktfqbvh0k.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/02jqkfcbj77p5.css\",\"style\"]\n:HL[\"/_next/static/chunks/0-uf8by-ey68h.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/02jqkfcbj77p5.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0-uf8by-ey68h.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0fulyomwb7at-.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0~hotr4crj3w3.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/00g6ktfqbvh0k.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"geist_a71539c9-module__T19VSG__variable jetbrains_mono_7d65b77b-module__VxV-Ta__variable bg-background\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"try{if(JSON.parse(localStorage.getItem('projectlens.settings.v1')||'{}').colorAccents){document.documentElement.classList.add('accents')}}catch(e){}\"}}]}],[\"$\",\"body\",null,{\"className\":\"font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"attribute\":\"class\",\"defaultTheme\":\"light\",\"enableSystem\":false,\"disableTransitionOnChange\":true,\"children\":[\"$\",\"$L3\",null,{\"delay\":200,\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/02jqkfcbj77p5.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0-uf8by-ey68h.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"54S_KHhU7o7AqDFn2mPm8\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#ffffff\",\"media\":\"(prefers-color-scheme: light)\"}],[\"$\",\"meta\",\"3\",{\"name\":\"theme-color\",\"content\":\"#121212\",\"media\":\"(prefers-color-scheme: dark)\"}]]\n"])</script><script>self.__next_f.push([1,"8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"Projectlens — Local Quality \u0026 Security Dashboard\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Run ESLint and TypeScript checks and an AI-powered security audit on your local project, with rich, detailed reporting.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"generator\",\"content\":\"v0.app\"}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" class="geist_a71539c9-module__T19VSG__variable jetbrains_mono_7d65b77b-module__VxV-Ta__variable bg-background"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/02jqkfcbj77p5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/0p3~_xn7z3ctn.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/08~pvhfxkn~e1.js"/><script src="/_next/static/chunks/0t3z96v_l15ux.js" async=""></script><script src="/_next/static/chunks/00xhsd~k-wxkl.js" async=""></script><script src="/_next/static/chunks/turbopack-0fx05i3quz0.5.js" async=""></script><script src="/_next/static/chunks/0mnylx9uxvgoe.js" async=""></script><script src="/_next/static/chunks/055wtwa3_0~~i.js" async=""></script><script src="/_next/static/chunks/0bn7sb9dt40_4.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)"/><meta name="theme-color" content="#121212" media="(prefers-color-scheme: dark)"/><title>Projectlens — Local Quality &amp; Security Dashboard</title><meta name="description" content="Run ESLint and TypeScript checks and an AI-powered security audit on your local project, with rich, detailed reporting."/><meta name="generator" content="v0.app"/><script>try{if(JSON.parse(localStorage.getItem('projectlens.settings.v1')||'{}').colorAccents){document.documentElement.classList.add('accents')}}catch(e){}</script><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","theme","light",null,["light","dark"],null,false,true)</script><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/08~pvhfxkn~e1.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[89554,[\"/_next/static/chunks/0mnylx9uxvgoe.js\",\"/_next/static/chunks/055wtwa3_0~~i.js\",\"/_next/static/chunks/0bn7sb9dt40_4.js\"],\"ThemeProvider\"]\n3:I[28231,[\"/_next/static/chunks/0mnylx9uxvgoe.js\",\"/_next/static/chunks/055wtwa3_0~~i.js\",\"/_next/static/chunks/0bn7sb9dt40_4.js\"],\"TooltipProvider\"]\n4:I[39756,[\"/_next/static/chunks/0mnylx9uxvgoe.js\",\"/_next/static/chunks/055wtwa3_0~~i.js\",\"/_next/static/chunks/0bn7sb9dt40_4.js\"],\"default\"]\n5:I[37457,[\"/_next/static/chunks/0mnylx9uxvgoe.js\",\"/_next/static/chunks/055wtwa3_0~~i.js\",\"/_next/static/chunks/0bn7sb9dt40_4.js\"],\"default\"]\n6:I[97367,[\"/_next/static/chunks/0mnylx9uxvgoe.js\",\"/_next/static/chunks/055wtwa3_0~~i.js\",\"/_next/static/chunks/0bn7sb9dt40_4.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[97367,[\"/_next/static/chunks/0mnylx9uxvgoe.js\",\"/_next/static/chunks/055wtwa3_0~~i.js\",\"/_next/static/chunks/0bn7sb9dt40_4.js\"],\"ViewportBoundary\"]\nc:I[97367,[\"/_next/static/chunks/0mnylx9uxvgoe.js\",\"/_next/static/chunks/055wtwa3_0~~i.js\",\"/_next/static/chunks/0bn7sb9dt40_4.js\"],\"MetadataBoundary\"]\ne:I[68027,[\"/_next/static/chunks/0mnylx9uxvgoe.js\",\"/_next/static/chunks/055wtwa3_0~~i.js\",\"/_next/static/chunks/0bn7sb9dt40_4.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/02jqkfcbj77p5.css\",\"style\"]\n:HL[\"/_next/static/chunks/0p3~_xn7z3ctn.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/02jqkfcbj77p5.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0p3~_xn7z3ctn.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0mnylx9uxvgoe.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/055wtwa3_0~~i.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0bn7sb9dt40_4.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"geist_a71539c9-module__T19VSG__variable jetbrains_mono_7d65b77b-module__VxV-Ta__variable bg-background\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"try{if(JSON.parse(localStorage.getItem('projectlens.settings.v1')||'{}').colorAccents){document.documentElement.classList.add('accents')}}catch(e){}\"}}]}],[\"$\",\"body\",null,{\"className\":\"font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"attribute\":\"class\",\"defaultTheme\":\"light\",\"enableSystem\":false,\"disableTransitionOnChange\":true,\"children\":[\"$\",\"$L3\",null,{\"delay\":200,\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/02jqkfcbj77p5.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0p3~_xn7z3ctn.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"MThbDPd1MP5_54V6AAk-i\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#ffffff\",\"media\":\"(prefers-color-scheme: light)\"}],[\"$\",\"meta\",\"3\",{\"name\":\"theme-color\",\"content\":\"#121212\",\"media\":\"(prefers-color-scheme: dark)\"}]]\n"])</script><script>self.__next_f.push([1,"8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"Projectlens — Local Quality \u0026 Security Dashboard\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Run ESLint and TypeScript checks and an AI-powered security audit on your local project, with rich, detailed reporting.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"generator\",\"content\":\"v0.app\"}]]\n"])</script></body></html>
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[40881,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js","/_next/static/chunks/01qtqmla78wnb.js"],"DashboardLoader"]
3
- 3:I[3656,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"OutletBoundary"]
2
+ 2:I[40881,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js","/_next/static/chunks/14axq_ban0~p1.js"],"DashboardLoader"]
3
+ 3:I[97367,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"OutletBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/01qtqmla78wnb.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"54S_KHhU7o7AqDFn2mPm8"}
5
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/14axq_ban0~p1.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"MThbDPd1MP5_54V6AAk-i"}
6
6
  5:null
@@ -1,19 +1,19 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[89554,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"ThemeProvider"]
3
- 3:I[28231,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"TooltipProvider"]
4
- 4:I[21157,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"default"]
5
- 5:I[15782,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"default"]
6
- 6:I[40881,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js","/_next/static/chunks/01qtqmla78wnb.js"],"DashboardLoader"]
7
- 7:I[3656,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"OutletBoundary"]
2
+ 2:I[89554,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"ThemeProvider"]
3
+ 3:I[28231,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"TooltipProvider"]
4
+ 4:I[39756,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"default"]
5
+ 5:I[37457,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"default"]
6
+ 6:I[40881,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js","/_next/static/chunks/14axq_ban0~p1.js"],"DashboardLoader"]
7
+ 7:I[97367,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"OutletBoundary"]
8
8
  8:"$Sreact.suspense"
9
- a:I[3656,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"ViewportBoundary"]
10
- c:I[3656,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"MetadataBoundary"]
11
- e:I[6177,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"default",1]
9
+ a:I[97367,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"ViewportBoundary"]
10
+ c:I[97367,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"MetadataBoundary"]
11
+ e:I[68027,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"default",1]
12
12
  :HL["/_next/static/chunks/02jqkfcbj77p5.css","style"]
13
- :HL["/_next/static/chunks/0-uf8by-ey68h.css","style"]
13
+ :HL["/_next/static/chunks/0p3~_xn7z3ctn.css","style"]
14
14
  :HL["/_next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
15
15
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
16
- 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/02jqkfcbj77p5.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0-uf8by-ey68h.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0fulyomwb7at-.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0~hotr4crj3w3.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/00g6ktfqbvh0k.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"geist_a71539c9-module__T19VSG__variable jetbrains_mono_7d65b77b-module__VxV-Ta__variable bg-background","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"try{if(JSON.parse(localStorage.getItem('projectlens.settings.v1')||'{}').colorAccents){document.documentElement.classList.add('accents')}}catch(e){}"}}]}],["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"light","enableSystem":false,"disableTransitionOnChange":true,"children":["$","$L3",null,{"delay":200,"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/01qtqmla78wnb.js","async":true,"nonce":"$undefined"}]],["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/02jqkfcbj77p5.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0-uf8by-ey68h.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"54S_KHhU7o7AqDFn2mPm8"}
16
+ 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/02jqkfcbj77p5.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0p3~_xn7z3ctn.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0mnylx9uxvgoe.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/055wtwa3_0~~i.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0bn7sb9dt40_4.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"geist_a71539c9-module__T19VSG__variable jetbrains_mono_7d65b77b-module__VxV-Ta__variable bg-background","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"try{if(JSON.parse(localStorage.getItem('projectlens.settings.v1')||'{}').colorAccents){document.documentElement.classList.add('accents')}}catch(e){}"}}]}],["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"light","enableSystem":false,"disableTransitionOnChange":true,"children":["$","$L3",null,{"delay":200,"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/14axq_ban0~p1.js","async":true,"nonce":"$undefined"}]],["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/02jqkfcbj77p5.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0p3~_xn7z3ctn.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"MThbDPd1MP5_54V6AAk-i"}
17
17
  b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#ffffff","media":"(prefers-color-scheme: light)"}],["$","meta","3",{"name":"theme-color","content":"#121212","media":"(prefers-color-scheme: dark)"}]]
18
18
  9:null
19
19
  d:[["$","title","0",{"children":"Projectlens — Local Quality & Security Dashboard"}],["$","meta","1",{"name":"description","content":"Run ESLint and TypeScript checks and an AI-powered security audit on your local project, with rich, detailed reporting."}],["$","meta","2",{"name":"generator","content":"v0.app"}]]
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[3656,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"ViewportBoundary"]
3
- 3:I[3656,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"MetadataBoundary"]
2
+ 2:I[97367,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"ViewportBoundary"]
3
+ 3:I[97367,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#ffffff","media":"(prefers-color-scheme: light)"}],["$","meta","3",{"name":"theme-color","content":"#121212","media":"(prefers-color-scheme: dark)"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Projectlens — Local Quality & Security Dashboard"}],["$","meta","1",{"name":"description","content":"Run ESLint and TypeScript checks and an AI-powered security audit on your local project, with rich, detailed reporting."}],["$","meta","2",{"name":"generator","content":"v0.app"}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"54S_KHhU7o7AqDFn2mPm8"}
5
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#ffffff","media":"(prefers-color-scheme: light)"}],["$","meta","3",{"name":"theme-color","content":"#121212","media":"(prefers-color-scheme: dark)"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Projectlens — Local Quality & Security Dashboard"}],["$","meta","1",{"name":"description","content":"Run ESLint and TypeScript checks and an AI-powered security audit on your local project, with rich, detailed reporting."}],["$","meta","2",{"name":"generator","content":"v0.app"}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"MThbDPd1MP5_54V6AAk-i"}
@@ -1,8 +1,8 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[89554,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"ThemeProvider"]
3
- 3:I[28231,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"TooltipProvider"]
4
- 4:I[21157,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"default"]
5
- 5:I[15782,["/_next/static/chunks/0fulyomwb7at-.js","/_next/static/chunks/0~hotr4crj3w3.js","/_next/static/chunks/00g6ktfqbvh0k.js"],"default"]
2
+ 2:I[89554,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"ThemeProvider"]
3
+ 3:I[28231,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"TooltipProvider"]
4
+ 4:I[39756,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"default"]
5
+ 5:I[37457,["/_next/static/chunks/0mnylx9uxvgoe.js","/_next/static/chunks/055wtwa3_0~~i.js","/_next/static/chunks/0bn7sb9dt40_4.js"],"default"]
6
6
  :HL["/_next/static/chunks/02jqkfcbj77p5.css","style"]
7
- :HL["/_next/static/chunks/0-uf8by-ey68h.css","style"]
8
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/02jqkfcbj77p5.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0-uf8by-ey68h.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0fulyomwb7at-.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0~hotr4crj3w3.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/00g6ktfqbvh0k.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"geist_a71539c9-module__T19VSG__variable jetbrains_mono_7d65b77b-module__VxV-Ta__variable bg-background","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"try{if(JSON.parse(localStorage.getItem('projectlens.settings.v1')||'{}').colorAccents){document.documentElement.classList.add('accents')}}catch(e){}"}}]}],["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"light","enableSystem":false,"disableTransitionOnChange":true,"children":["$","$L3",null,{"delay":200,"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"54S_KHhU7o7AqDFn2mPm8"}
7
+ :HL["/_next/static/chunks/0p3~_xn7z3ctn.css","style"]
8
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/02jqkfcbj77p5.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0p3~_xn7z3ctn.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0mnylx9uxvgoe.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/055wtwa3_0~~i.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0bn7sb9dt40_4.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"geist_a71539c9-module__T19VSG__variable jetbrains_mono_7d65b77b-module__VxV-Ta__variable bg-background","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"try{if(JSON.parse(localStorage.getItem('projectlens.settings.v1')||'{}').colorAccents){document.documentElement.classList.add('accents')}}catch(e){}"}}]}],["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"light","enableSystem":false,"disableTransitionOnChange":true,"children":["$","$L3",null,{"delay":200,"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"MThbDPd1MP5_54V6AAk-i"}
@@ -1,5 +1,5 @@
1
1
  :HL["/_next/static/chunks/02jqkfcbj77p5.css","style"]
2
- :HL["/_next/static/chunks/0-uf8by-ey68h.css","style"]
2
+ :HL["/_next/static/chunks/0p3~_xn7z3ctn.css","style"]
3
3
  :HL["/_next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
4
4
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
5
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"54S_KHhU7o7AqDFn2mPm8"}
5
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"MThbDPd1MP5_54V6AAk-i"}