{"_id":"@telepath-computer/television","_rev":"212-40571dfd949ee88f7670f258fb84f973","name":"@telepath-computer/television","dist-tags":{"latest":"1.3.9"},"versions":{"0.1.1":{"name":"@telepath-computer/television","version":"0.1.1","_id":"@telepath-computer/television@0.1.1","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"37e47c9b45127790fe67845880685ac4bd7468c5","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.1.tgz","fileCount":7,"integrity":"sha512-X2nxvULCIJa1AhpUP6MPLa1tLbQPG+DZXmWMeNrIHGSywZ521E+3BS4IZTlxhCBjWF7xjhXoffEFz6y4il6JEQ==","signatures":[{"sig":"MEUCIAMnbKHfCmV3IL1/l7XfP1cD5aOLIUOQQo+Q+D/b4MTWAiEAptkl8oelFzn3qyaIGnlo4s3obF/XkksyNMVyhT8EgUo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7481025},"main":"dist/electron.cjs","type":"module","gitHead":"f1376e589c6f7ab1a3b8e5cfb6d967daf4769b09","scripts":{"dev":"npm run dev:electron","lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.4","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.1","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@rupertsworld/emitter":"^0.1.0","@telepath-computer/ui":"latest","@rupertsworld/disposable":"^0.1.0","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.1_1773948963540_0.5952018662889385","host":"s3://npm-registry-packages-npm-production"}},"0.1.2":{"name":"@telepath-computer/television","version":"0.1.2","_id":"@telepath-computer/television@0.1.2","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"067c731129144c411a64c919cff8fd5ec0789528","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.2.tgz","fileCount":7,"integrity":"sha512-wGmNFseK1Azy0ECinGam7y1mCJGdPEeomAu8ZB5bmha51uZN+yonSix/ZcmvUtBQOnf4y68vCIObt+dELpBviw==","signatures":[{"sig":"MEYCIQCy4N24/emN98X3LQORC3Z8c32DxPPYWzxmC94f44xNbAIhAOSEJkOmif/mcqSjm1b6kDQV74vMyEhaaqadMv8BYqQS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7496441},"main":"dist/electron.cjs","type":"module","gitHead":"7f65c38a1c2bfce1e59e4f77ae7234b9bcfbf331","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","demo:layout":"vite --config vite.demo-layout.config.ts --host 127.0.0.1","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.4","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.1","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@rupertsworld/emitter":"^0.1.0","@telepath-computer/ui":"latest","@rupertsworld/disposable":"^0.1.0","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.2_1774474012463_0.19798087896162841","host":"s3://npm-registry-packages-npm-production"}},"0.1.3":{"name":"@telepath-computer/television","version":"0.1.3","_id":"@telepath-computer/television@0.1.3","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"e00befc900752422b2dc995a30532bf3163f43cc","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.3.tgz","fileCount":7,"integrity":"sha512-SJ5fVYkgfS7j0jCDFZkwheEdl28xoAu74/LxZiSzXcHOiaEejRibQiyQnyb0jeSSwl6x/6LT7weKoohUJhaAzg==","signatures":[{"sig":"MEYCIQDxpBBovRG7KppfkMLWLTYvX+ALjWsoFGb5Pa9gREkOlAIhAPxLAK39oz7EC5zxchGAMKV1fBrC/s/Da8fgdAqqVpas","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7501631},"main":"dist/electron.cjs","type":"module","gitHead":"0cfbeea3cb4e692a266a0597c99ef271f3462653","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","demo:layout":"vite --config vite.demo-layout.config.ts --host 127.0.0.1","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.4","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.1","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@rupertsworld/emitter":"^0.1.0","@telepath-computer/ui":"latest","@rupertsworld/disposable":"^0.1.0","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.3_1774563201428_0.30122824781045954","host":"s3://npm-registry-packages-npm-production"}},"0.1.4":{"name":"@telepath-computer/television","version":"0.1.4","_id":"@telepath-computer/television@0.1.4","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"2f04ff0909a282f24a8ce3d59dcd335fba775ce1","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.4.tgz","fileCount":9,"integrity":"sha512-R77lYiMvGUCGABjn+MtDk/QOfQ168jnR45pacNo7x3retkZDTL3UDp6hx93+DXMDkytehPRMq3BxDNSCW6Yq1A==","signatures":[{"sig":"MEUCIQC5ifNadKMGLPDlhOJacHeHCQp6Y/CQtrELN0Saw+umdQIgUUyG0frVziWcyzBper5H0o9dNYaP6mrpJGScO0rmmss=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7507591},"main":"dist/electron.cjs","type":"module","gitHead":"c5483e65f2a94fd0a24b9e04b7b45a13dc5cc016","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","demo:layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.4","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.1","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@rupertsworld/emitter":"^0.1.0","@telepath-computer/ui":"latest","@rupertsworld/disposable":"^0.1.0","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.4_1774589694035_0.6375845482677829","host":"s3://npm-registry-packages-npm-production"}},"0.1.5":{"name":"@telepath-computer/television","version":"0.1.5","_id":"@telepath-computer/television@0.1.5","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"e67c6d6cbe5cea589fc5a2259443cfc3a0928143","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.5.tgz","fileCount":9,"integrity":"sha512-vJbcHVIGFXConBxQG8MEulvNMONGXoJWfLxz/Qt27yQrC0XJ1LpQLhsF2FsKnH88V9L3lOT0V5mWp48KWgy6Jw==","signatures":[{"sig":"MEUCIQD30fx9LMkvFlqYBG3ubFBVJfvtcmUzw4KGwTgiTD4jlQIgUxqizb9olY7wNEC93yEy0Cj+nhcWUIvfZIi1LOhsopY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7507620},"main":"dist/electron.cjs","type":"module","gitHead":"e9b27b75bd361cf748d05e56e290aef63d2053af","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","demo:layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.4","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.1","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@rupertsworld/emitter":"^0.1.0","@telepath-computer/ui":"latest","@rupertsworld/disposable":"^0.1.0","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.5_1774591796347_0.24380126081599252","host":"s3://npm-registry-packages-npm-production"}},"0.1.6":{"name":"@telepath-computer/television","version":"0.1.6","_id":"@telepath-computer/television@0.1.6","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"e01bec180845327ccfb568df704d7dd8f8db21a8","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.6.tgz","fileCount":9,"integrity":"sha512-yoBmI2tL7Wu1WNp9ksW1BLsY7jWSOx96M9FwJGPYDPkI48nbZT/mg1YXR2Gr5NE16J5NLaURZD3ZiGIkazFbDA==","signatures":[{"sig":"MEUCIDjALW77EF25+6JSh4ulNYHj5YNMrHH5LVgoblZAXYmaAiEA1xn1lnAfc0QBjZMOIjRFGCJmeb8caGiHAlGQGP78FwI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7582202},"main":"dist/electron.cjs","type":"module","gitHead":"842469c76282717d07fe2d218440f6a9f25021a4","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","demo:layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.4","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.1","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@rupertsworld/emitter":"^0.2.0","@telepath-computer/ui":"latest","@rupertsworld/disposable":"^0.1.0","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.6_1774651164539_0.49323018258985285","host":"s3://npm-registry-packages-npm-production"}},"0.1.7":{"name":"@telepath-computer/television","version":"0.1.7","_id":"@telepath-computer/television@0.1.7","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"74d6acb84804cfab073a363de2fffb88929912a5","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.7.tgz","fileCount":9,"integrity":"sha512-gFFoBmx9VCpsQ9uQ8p9HBDFVbpg2G+Wrkg12pPGow0pqVjyL1WXplVKI35aYsTObVk1FBDmiT2M44CjxsgzI7A==","signatures":[{"sig":"MEUCIQDOX8vTp+UPo6q4CHoEcqfRFTPJbcXQb0mz+c8a//KUmgIgdUnqdl+F9MG47Ns58fZe7BApcADglyejlhCy0mBpoUY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7582202},"main":"dist/electron.cjs","type":"module","gitHead":"c0abe424bf4347c2ca9323cbce795f410a140ed2","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","demo:layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.4","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.1","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@rupertsworld/emitter":"^0.2.0","@telepath-computer/ui":"latest","@rupertsworld/disposable":"^0.1.0","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.7_1774903146334_0.6260298814127687","host":"s3://npm-registry-packages-npm-production"}},"0.1.8":{"name":"@telepath-computer/television","version":"0.1.8","_id":"@telepath-computer/television@0.1.8","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"bb98bf891164370be9380b7134a8de6f09ff63ff","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.8.tgz","fileCount":10,"integrity":"sha512-F8LM3KJDCKF+icgdMpQskBmfjwYS7XW5u7Y9pweje4tFtWw8paHJwZvoEHKUUEQefHbfeLhNnZA4ZIWApW1l/g==","signatures":[{"sig":"MEUCIQCWUKKtAUDs18qKstjGivNFhbcmPtBaBaQ8z6uqzFy0lQIgMzCTPoT0rPn149ABueRcUcLGY4FpBhd5LifSb7DySMQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7658585},"main":"dist/electron.cjs","type":"module","gitHead":"03f9693bb09bac18b08b65a671272edc1a02fcc9","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","demo:layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.4","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.1","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@rupertsworld/emitter":"^0.2.0","@telepath-computer/ui":"latest","@rupertsworld/disposable":"^0.1.0","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.8_1774990746369_0.7761185989205217","host":"s3://npm-registry-packages-npm-production"}},"0.1.9":{"name":"@telepath-computer/television","version":"0.1.9","_id":"@telepath-computer/television@0.1.9","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"d0e976d53f1fef1fff4b55282719bc0f27dfc4f5","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.9.tgz","fileCount":10,"integrity":"sha512-Fhq2So1YCJYbq+dG+wkbY4Pv8Tt6tdUhGCOIVQqQR+7EhePoWCw8XFkjYTTUbTsLRv/V7k+y7KHCl/i+4n/SLA==","signatures":[{"sig":"MEUCIEdBOtxZnMB3j4EHlBIxoP77/LeEOjVYxLz3JsZpMonFAiEA2kH97v3A/DvpcWtcEyWuq05nT6e7XSHEuG+zF1NnZKQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7698069},"main":"dist/electron.cjs","type":"module","gitHead":"f7c974fa1b52ce61fec9b3dd8c5c534f7bd9c9cb","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@rupertsworld/emitter":"^0.2.0","@telepath-computer/ui":"latest","@rupertsworld/disposable":"^0.1.0","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.9_1775547886662_0.8094951356126079","host":"s3://npm-registry-packages-npm-production"}},"0.1.10":{"name":"@telepath-computer/television","version":"0.1.10","_id":"@telepath-computer/television@0.1.10","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"6e57accd627717cdb7c85d0861ffb715b08c0ee2","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.10.tgz","fileCount":10,"integrity":"sha512-Gb93b6HieKPRWSecC4hCdkvQxZ2OwGmjo/PGUrf0wNihEhxu6AnQVVb7C+bGxOi//Nxzn/BW2sdxSFot3d2DNQ==","signatures":[{"sig":"MEUCIDBYUKKg7sSjjKlO+qyUnl0hPuzJ5ZslmwT1wH/VjRP9AiEAsVlfr0Tl1Gw/e+NihpFSffGmxmuDp6WMnYNfebr8GbI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7702412},"main":"dist/electron.cjs","type":"module","gitHead":"78add49548b03e2401971193040ea425c0444307","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"latest","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.10_1775549177209_0.1412508429687791","host":"s3://npm-registry-packages-npm-production"}},"0.1.11":{"name":"@telepath-computer/television","version":"0.1.11","_id":"@telepath-computer/television@0.1.11","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"17713a478140a955c845065ca155e3fc6e573aaa","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.11.tgz","fileCount":10,"integrity":"sha512-5YBl6QpoqjaJcLmLpmGwm7ITPm1cVxAc7VapoC2BUv28UEB4Ll4ftEtg+PXwwZ/NuE5wUiu+lIkus2p0tPxX8w==","signatures":[{"sig":"MEYCIQDu5hBY0BldmN0wpVnGnpwmDC/c9vfYLOa9XEG5IIdJiQIhANbuFSfxRHjzP1HPC0BVB6sqB5SrHSUpklqnlGwep0Uz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7703495},"main":"dist/electron.cjs","type":"module","gitHead":"c186cecf21715aa0f138c42c6aaf9e2fe3cd4822","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"latest","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.11_1775592789420_0.2794563357317381","host":"s3://npm-registry-packages-npm-production"}},"0.1.12":{"name":"@telepath-computer/television","version":"0.1.12","_id":"@telepath-computer/television@0.1.12","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"7ad9f611698e570c762b977f05e146c37c574d98","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.12.tgz","fileCount":10,"integrity":"sha512-zQSwJprnXuws+XOfu/xpJSv+pFHqTl7QmDkh9iR9IUWVxkUaBV17VR9bazlg9G58benluQPaWyJseXEyUK3raw==","signatures":[{"sig":"MEUCIQCCegr84vnSck2x5eKsKO5sGv1AXZA1W2ELW4ZonJrnVgIgYHeuEearwJdFoathfp82RRa9hH5ry9NUoaIAc7zzEes=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7703467},"main":"dist/electron.cjs","type":"module","gitHead":"abb39b4a54aa88f1e44ae3436d5d6d0687ebacd8","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"latest","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.12_1775602186797_0.44039486042655107","host":"s3://npm-registry-packages-npm-production"}},"0.1.13":{"name":"@telepath-computer/television","version":"0.1.13","_id":"@telepath-computer/television@0.1.13","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"0d958a025f9820786cc3ff217e69887444344061","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.13.tgz","fileCount":10,"integrity":"sha512-FbaYfwYWwzheJUOsTtGtlneMWE2FRADs4AlQsqQiBffO5c8rz3jjUPeysAugIWKOtMr8kD12UI1azFaKQLN3jQ==","signatures":[{"sig":"MEYCIQDhQEiHVPGQ/FneOsM9aVJTAPhT2xT7hnJpE0duZ9NLFAIhALt05swQ5FHyR2Mm5azLre1zlB4628pTNacTHT/zgGXP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7703621},"main":"dist/electron.cjs","type":"module","gitHead":"61f433d318463aaee4205c83fd049607d0c8196e","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"latest","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.13_1775606956498_0.6056541806558635","host":"s3://npm-registry-packages-npm-production"}},"0.1.14":{"name":"@telepath-computer/television","version":"0.1.14","_id":"@telepath-computer/television@0.1.14","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"0e230324b72ea7ec8ab15f6abf0ab0835d92fad3","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.14.tgz","fileCount":10,"integrity":"sha512-46poDT1pixfNGAAdYI/KBC/42C1i7c6uHMziBamZaOmaM9c00U70jdO/7E9yHHo81Xx9dWyN1s35H/y+N556iw==","signatures":[{"sig":"MEQCIEe5Npal/8V/dE+ZySWArvgEVukvVMQmhJqMMtqNLdftAiAul4vDlqUpOvMD35dsmN73CJErNm730zaG0tDrrUwi2g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7701906},"main":"dist/electron.cjs","type":"module","gitHead":"6bb6250490d87207b7ed16cdf1f28b7ae27ca0aa","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && playwright test --config=playwright.electron.config.ts","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"latest","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.14_1775670625934_0.1524986118326157","host":"s3://npm-registry-packages-npm-production"}},"0.1.15":{"name":"@telepath-computer/television","version":"0.1.15","_id":"@telepath-computer/television@0.1.15","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"c006833ab93f716e6118baef6c8f02121489142c","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.15.tgz","fileCount":10,"integrity":"sha512-TSBS9lKCd9VoYi/CkpiL+fkJMLukg7KF4M4ClJhPUIoRYNnAgD4QrpL0q0twosdR1ZhpVEKKSXLyLSQUY93reQ==","signatures":[{"sig":"MEUCIDNo7c9Y9AN6z+Qy1NvpmvghNxvRBjYewDNEvh8jYSWpAiEAvHElZfUZe2mQ0qJddmqrBmeE3FXEWa3Ci5oBeQuetns=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7711293},"main":"dist/electron.cjs","type":"module","gitHead":"ccaf3054311f941e213397e53ef869c3f18b5649","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts test/agent-chat-service.fake-server.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"latest","@agentclientprotocol/sdk":"^0.18.1","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.15_1775671540648_0.4690739892878495","host":"s3://npm-registry-packages-npm-production"}},"0.1.16":{"name":"@telepath-computer/television","version":"0.1.16","_id":"@telepath-computer/television@0.1.16","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"c7d346d1a7c09c48c0b0780be71e9a11ef49b211","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.16.tgz","fileCount":10,"integrity":"sha512-6BN+U5ITAzT2Gqa6I6HkjRikFJyg9PAOoPt7O1OF82yZZp71zD8O77zsqzbzxBsCt9q5l3g4P5yoK9WnMNOW+A==","signatures":[{"sig":"MEUCIEVT9a/+TlG+KHDh515Hpcu+0JdjvWeWwXOqSfjpg+T2AiEAlrn8OydIko/GnMzZ6Jg6vP4Laeo4n2JH2R22iWGmWxY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7711387},"main":"dist/electron.cjs","type":"module","gitHead":"b137a0b1b4094e3bb0d043e89334163e146f2c88","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts test/agent-chat-service.fake-server.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"latest","@agentclientprotocol/sdk":"^0.18.1","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.16_1775671609015_0.5966529747604281","host":"s3://npm-registry-packages-npm-production"}},"0.1.17":{"name":"@telepath-computer/television","version":"0.1.17","_id":"@telepath-computer/television@0.1.17","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"d00ccf35afb537f6872d024d7a4f7702c79a463b","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.17.tgz","fileCount":10,"integrity":"sha512-yiCSlDjt3KwfDmp+a+645kTdZZOROgispVdsQcCyWxr0/li7CipSzFce/cDqjeGBTyoN9hfUY728I1M4mGbMsg==","signatures":[{"sig":"MEYCIQDSWwGaGsDJqgJoplK22ZeHHvTyFrfGBBZq3/Yj4usCRAIhAPqQs+1+GsmX2QAmtt4G9srop4/9hjJg2VapLIl/IICH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7711379},"main":"dist/electron.cjs","type":"module","gitHead":"075544749c77564ee3ace7ef2951b6b0f4f59004","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts test/acp-client.fake-server.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"latest","@agentclientprotocol/sdk":"^0.18.1","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.17_1775674627946_0.5901301532275871","host":"s3://npm-registry-packages-npm-production"}},"0.1.18":{"name":"@telepath-computer/television","version":"0.1.18","_id":"@telepath-computer/television@0.1.18","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"c844abfeebf0b93c829786ab85c4ec1f29adeee0","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.18.tgz","fileCount":10,"integrity":"sha512-jVa6bjEh2xpwgpyk0DRvC7VHs/tWF80LM9hq6OSjDvEkYnBK4W5fYOAHgVbEqMiblZ1Be3rOm3xe351ZNxI69Q==","signatures":[{"sig":"MEUCIAFqd50HD6ozIVkCHqC8WAOpZEcQc4db3/+Gm95MERYIAiEAwX4tjZ4BifJkeo6OuIwx3inXZYVV6OgyRU6lO42xy5Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7711499},"main":"dist/electron.cjs","type":"module","gitHead":"9fd7df199c7c371932fac3d9511c1fa910ecc1b6","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts test/chat-input.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts test/acp-client.fake-server.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"latest","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.18_1775689573719_0.7208416988090902","host":"s3://npm-registry-packages-npm-production"}},"0.1.19":{"name":"@telepath-computer/television","version":"0.1.19","_id":"@telepath-computer/television@0.1.19","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"656136078fcd7dd3ce88792b3dc540138fd49d67","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.19.tgz","fileCount":10,"integrity":"sha512-VCsV6dU2QiIMNy5hXQjlH1XcI4PNOR3ceyrQQqjUkA7oZxb9rlIbf+G6HTSyzeZlBxdSAZ066oDkzIhwwBtdCw==","signatures":[{"sig":"MEYCIQC3ayqE/M58lOTe+NdotapFCUUl/kgUzu3bxrUKCNsIFwIhAPLY5zlDHk4nSTVJJHjsNvCEllUQ4DOpEpob2wZ+QARc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7714944},"main":"dist/electron.cjs","type":"module","gitHead":"6ccba09867d6c959b23a57aef78e1a6c093caef8","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts test/chat-input.test.ts test/wheel-gesture.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts test/acp-client.fake-server.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"latest","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.19_1775695868008_0.9598081150941407","host":"s3://npm-registry-packages-npm-production"}},"0.1.20":{"name":"@telepath-computer/television","version":"0.1.20","_id":"@telepath-computer/television@0.1.20","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"9eb98a2228e50724656cb8031a52419d23ca480d","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.20.tgz","fileCount":10,"integrity":"sha512-782MsODnuhvZ9FXRoV8kzjzaIUGK2NiGHG2Kc8Gm4Pog9YH0R4nBTDpqrvxzSZljUGn1KsadazrFZv373IJgwQ==","signatures":[{"sig":"MEUCIQDbYq/DRBEQaGwSv2FOlOdFX0lBrxBektfZpV0KKe6Z9QIgAgSrNEuesBpMBjvkTTlkv0pEfgR5KCum9BK0w6MyTwA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7907720},"main":"dist/electron.cjs","type":"module","gitHead":"c2f019054cb1e362a0d17c046cd56c97cf57e387","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts test/chat-input.test.ts test/chat-history.test.ts test/chat-panel.test.ts test/wheel-gesture.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts test/acp-client.fake-server.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","store-thing":"^0.2.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"^0.1.5","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.20_1775864366753_0.30535029636584876","host":"s3://npm-registry-packages-npm-production"}},"0.1.21":{"name":"@telepath-computer/television","version":"0.1.21","_id":"@telepath-computer/television@0.1.21","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"188cd54a514a1881485f69400f4f0323fb7c286a","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.21.tgz","fileCount":10,"integrity":"sha512-VVBH38ybQBAXnsXnhXeoIB+TnZapqi3JouegplcaUnkyIP68PqZBjNFBSXhxw8y/1AZSwJ8r893h2dM69s2jvA==","signatures":[{"sig":"MEYCIQCey2nox1GsSQk1TOEHs/Lfar8swMCBJKTwLXUj6Z58GAIhAJ67pj7nqE9IO/18xUGOR8xuauqJcjPwbol12rIkAfrN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11989530},"main":"dist/electron.cjs","type":"module","gitHead":"d9c0c36e5aa1748ff763e75e7268593260f16828","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts test/chat-input.test.ts test/chat-history.test.ts test/chat-panel.test.ts test/wheel-gesture.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts test/acp-client.fake-server.test.ts test/editable-markdown-socket-client.test.ts test/editable-markdown-socket-server.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","store-thing":"^0.2.0","@milkdown/crepe":"^7.20.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"^0.1.5","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.21_1775864991256_0.3858769359024583","host":"s3://npm-registry-packages-npm-production"}},"0.1.22":{"name":"@telepath-computer/television","version":"0.1.22","_id":"@telepath-computer/television@0.1.22","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"2d869a3d06a245bf5494336dd787ecd55b8d6533","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.22.tgz","fileCount":10,"integrity":"sha512-qsMwzA7lbxqxfonJwYAF60Xjbp2vI4NNlHx9ez413us589jcbiZ0J9DU8Jk74fVb7sdEE5iyjnZogS9y3y+K6Q==","signatures":[{"sig":"MEUCIHH+cWqMJLGbx1Bc0rtCXk0J+pNZN28jeEvkeqy1muMYAiEAw36VWyvX+fRV32Kp2Oa+xmXkXNZ6CKsvkyKBMNVN1aQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12737778},"main":"dist/electron.cjs","type":"module","gitHead":"6ab21e103c96d12771f9124e89bb27980d103032","scripts":{"dev":"npm run dev:server","lint":"eslint . --ext .ts --max-warnings=0","test":"npm run test:core && npm run test:ui","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","start":"npm run build && env -u ELECTRON_RUN_AS_NODE electron .","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","test:ui":"vitest run test/client-store.test.ts test/runtime.test.ts test/renderer.test.ts test/artifact-view.test.ts test/layout-stream.test.ts test/drag-controller.test.ts test/layout-mutations.test.ts test/workspace-view.test.ts test/app-root.test.ts test/chat-input.test.ts test/chat-history.test.ts test/chat-panel.test.ts test/wheel-gesture.test.ts","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:electron","test:e2e":"playwright test --config=playwright.config.ts","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:core":"vitest run test/main.test.ts test/layout.test.ts test/television-client.test.ts test/workspace-service.test.ts test/browser-server.test.ts test/server-manager.test.ts test/server-store.test.ts test/artifacts.test.ts test/artifact-runtime.test.ts test/html-artifact-srcdoc.test.ts test/demo-layout-state.test.ts test/server.test.ts test/cli.test.ts test/acp-client.fake-server.test.ts test/editable-markdown-socket-client.test.ts test/editable-markdown-socket-server.test.ts","dev:server":"scripts/dev-server.sh","test:setup":"playwright install chromium","test:watch":"vitest","type-check":"tsc --noEmit","dev:electron":"scripts/dev-electron.sh","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","store-thing":"^0.2.0","@milkdown/crepe":"^7.20.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"^0.1.5","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.22_1775887106486_0.3855061954499668","host":"s3://npm-registry-packages-npm-production"}},"0.1.23":{"name":"@telepath-computer/television","version":"0.1.23","_id":"@telepath-computer/television@0.1.23","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"ff9285ed58cea71faf22def31100a708fee34faf","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.23.tgz","fileCount":10,"integrity":"sha512-2I0C/p/7KYyMid6oJDBKlFuvUL3DWTfndxqJNXoCOhPgwwqzBOUzv1jDuHrprnyuYrNRT7L5mIqctFS1dJk8iQ==","signatures":[{"sig":"MEUCIA9sJgb4xtm2fitk61vLmNt2pcG/cMC1KN08lpQqU+aXAiEApVg1itQSjYhafNYjnm5F5mh1tI+5rqmU1km9oNgKSkc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12735726},"main":"dist/electron.cjs","type":"module","gitHead":"e4df42c230aacd551c2b010ecf8bc46adac6394d","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e-node && npm run test:e2e-browser && npm run test:electron","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:setup":"playwright install chromium","type-check":"tsc --noEmit","start:server":"scripts/dev-server.sh","test:e2e-node":"vitest run test/e2e-node/","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","start:electron":"scripts/dev-electron.sh","test:e2e-browser":"playwright test --config=playwright.config.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","store-thing":"^0.2.0","@milkdown/crepe":"^7.20.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"^0.1.5","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.23_1776191008360_0.7143313293992466","host":"s3://npm-registry-packages-npm-production"}},"0.1.24":{"name":"@telepath-computer/television","version":"0.1.24","_id":"@telepath-computer/television@0.1.24","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"98f16dbb3adaf89b8579633e18a8db42562d4b62","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.24.tgz","fileCount":10,"integrity":"sha512-lFEuiOEHb6fPcNVxoFvYynXwhne1hSLehFDoucPDGGzi2Dd5odcADp8/LxI73uxwD8qlz40CaIcV9eSRJpOrnA==","signatures":[{"sig":"MEUCIQD1lqwD8v88PpyaE+vtmoJAz6o+eyTXmlg8KfA2gd3XSAIgYes62qndBUMFzi+HfBGnQZ4s22mP3rQiNNai3aKtKXM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12735821},"main":"dist/electron.cjs","type":"module","gitHead":"7cae51305203fa76073370573abf43a8a2bc3440","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e-node && npm run test:e2e-browser && npm run test:agent && npm run test:electron","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:agent":"vitest run --config test/e2e-agent/vitest.config.ts","test:setup":"playwright install chromium","type-check":"tsc --noEmit","start:server":"scripts/dev-server.sh","test:e2e-node":"vitest run test/e2e-node/","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","start:electron":"scripts/dev-electron.sh","test:e2e-browser":"playwright test --config=playwright.config.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","store-thing":"^0.2.0","@milkdown/crepe":"^7.20.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"^0.1.5","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.24_1776211127119_0.2620244689504314","host":"s3://npm-registry-packages-npm-production"}},"0.1.25":{"name":"@telepath-computer/television","version":"0.1.25","_id":"@telepath-computer/television@0.1.25","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"c997f95257cae95101c4de1ad2f14b669edc444f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.25.tgz","fileCount":10,"integrity":"sha512-oJ2LF2UqHz2fsM90Smow98VmiWkYDGquYA6WKkMqS7mKVH5Qvj1hiLC5pEOGsPu2PzyWPYRl5hXhlqYZMu5cJA==","signatures":[{"sig":"MEYCIQDoLL0Tx8noDGM2sQxP9iiazaFTp7YwNQ1UzUnLm1I7gQIhAKTbATuwE5Hg/x2jmLsqBNI8K35RBozPDlaQvuNjIHWy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12735924},"main":"dist/electron.cjs","type":"module","gitHead":"9ef1cfed1b796ebbd9dc5ca4ec43789afaffe4e7","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e-node && npm run test:e2e-browser && npm run test:agent && npm run test:electron","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:agent":"vitest run --config test/e2e-agent/vitest.config.ts","test:setup":"playwright install chromium","type-check":"tsc --noEmit","start:server":"scripts/dev-server.sh","test:e2e-node":"vitest run test/e2e-node/","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","start:electron":"scripts/dev-electron.sh","test:e2e-browser":"playwright test --config=playwright.config.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","store-thing":"^0.2.0","@milkdown/crepe":"^7.20.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"^0.1.5","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.25_1776224032765_0.010396119592443132","host":"s3://npm-registry-packages-npm-production"}},"0.1.26":{"name":"@telepath-computer/television","version":"0.1.26","_id":"@telepath-computer/television@0.1.26","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"7d5254fd65c9732482416707989aa47d8e060b3d","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.26.tgz","fileCount":10,"integrity":"sha512-h3uP6FFvpBBYV2Mu36JDK7HQpwJwUMNH242tlv1ORD0DgNKeljT8zw83rxirNVg7IOLsEnsIU0R0HKwU8Mz1sQ==","signatures":[{"sig":"MEUCIQCvOnr21V8y1YuU8uLGLwIV8vG5paXKHso5kE67JYGNygIgVUfMubS5R8e2ItdWtM+vC/AJiUk7uhxYCL2W1vOobxs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12736044},"main":"dist/electron.cjs","type":"module","gitHead":"d1893a52ab8d02c4df8fce9c413b33947efd94d7","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e-node && npm run test:e2e-browser && npm run test:agent && npm run test:electron","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:agent":"vitest run --config test/e2e-agent/vitest.config.ts","test:setup":"playwright install chromium","type-check":"tsc --noEmit","start:server":"scripts/dev-server.sh","test:e2e-node":"vitest run test/e2e-node/","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","start:electron":"scripts/dev-electron.sh","test:e2e-browser":"playwright test --config=playwright.config.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","store-thing":"^0.2.0","@milkdown/crepe":"^7.20.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"^0.1.5","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.26_1776280742864_0.25261916727002887","host":"s3://npm-registry-packages-npm-production"}},"0.1.27":{"name":"@telepath-computer/television","version":"0.1.27","_id":"@telepath-computer/television@0.1.27","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"0749388bde63af0c9180501ac5634d0363c0e6bf","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.27.tgz","fileCount":10,"integrity":"sha512-rdJIdaZqQMoc8zZiROxKYghOn6c9umFhnzDMgy54tp/YjSxh43xAhKMMmxZIUpUcq/B8QfAV4XLmCa+PUXcvwA==","signatures":[{"sig":"MEYCIQCcwFJo4i1LAqQn1/FPAaLeRz4tCMdjGeHp9+Vsl3M2LwIhAKtZzob3wr3G8kF3bXQpNkAnUz/MdcywMaKKaLE77oFE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12736044},"main":"dist/electron.cjs","type":"module","gitHead":"b6e30a6cc2d8a0365312d9d4cdd643a20d4204a2","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e-node && npm run test:e2e-browser && npm run test:agent && npm run test:electron","build:cli":"esbuild src/cli/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:agent":"vitest run --config test/e2e-agent/vitest.config.ts","test:setup":"playwright install chromium","type-check":"tsc --noEmit","start:server":"scripts/dev-server.sh","test:e2e-node":"vitest run test/e2e-node/","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild src/electron/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config config/vite.app.ts","start:electron":"scripts/dev-electron.sh","test:e2e-browser":"playwright test --config=playwright.config.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","store-thing":"^0.2.0","@milkdown/crepe":"^7.20.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"^0.1.5","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.27_1776373796795_0.530522486675034","host":"s3://npm-registry-packages-npm-production"}},"0.1.28":{"name":"@telepath-computer/television","version":"0.1.28","_id":"@telepath-computer/television@0.1.28","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"63c9db178b762f57abe17087b7735e8959623042","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.28.tgz","fileCount":10,"integrity":"sha512-lxcuUXpxF3bRg+J6IPOYKqc7FEy4cZONFQ8uI1vtutKfW//s4PNzJxUPwG1Z8la8OGDQsGnQs3tAegIk3ES0QA==","signatures":[{"sig":"MEYCIQDq4TfPKYiZlmcJZqKRTVcT4j/lQkSy7WoebrOoU44rjAIhAJRzWjkwc3tMzFYsCceiWJIOzhPAjs6a86GyBi7M8ngt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12736851},"main":"dist/electron.cjs","type":"module","gitHead":"9cd19f40f9ce7c4375646c434b5f87faaa8c4e63","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run","build":"npm run build:artifact-runtime && npm run build:renderer && npm run build:cli && npm run build:electron","layout":"vite --config config/vite.demo-layout.ts --host 127.0.0.1","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e-node && npm run test:e2e-browser && npm run test:agent && npm run test:electron","build:cli":"esbuild packages/cli/src/index.ts --bundle --platform=node --target=node18 --format=cjs --banner:js=\"#!/usr/bin/env node\" --outfile=dist/cli.cjs","test:agent":"vitest run --config test/e2e-agent/vitest.config.ts","test:setup":"playwright install chromium","type-check":"tsc --noEmit","start:server":"scripts/dev-server.sh","test:e2e-node":"vitest run test/e2e-node/","test:electron":"npm run build && scripts/test-electron.sh","build:electron":"esbuild packages/desktop/src/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config packages/web/vite.config.ts","start:electron":"scripts/dev-electron.sh","test:e2e-browser":"playwright test --config=playwright.config.ts","build:artifact-runtime":"vite build --config config/vite.artifact-runtime.ts"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"workspaces":["packages/*"],"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in workspaces.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","store-thing":"^0.2.0","@milkdown/crepe":"^7.20.0","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"^0.1.5","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/tool-router":"latest","@telepath-computer/television-cli":"0.0.0","@telepath-computer/television-layout":"0.0.0","@telepath-computer/television-server":"0.0.0","@telepath-computer/television-shared":"0.0.0","@telepath-computer/television-desktop":"0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.28_1776393146527_0.9295644526785567","host":"s3://npm-registry-packages-npm-production"}},"0.1.29":{"name":"@telepath-computer/television","version":"0.1.29","_id":"@telepath-computer/television@0.1.29","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"2fb4deb22d7ecfdceff9a10d1fdd7ad0ffda17b3","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.29.tgz","fileCount":10,"integrity":"sha512-DdEncJhyIiLwgbmvFhNQKP9CXvYESI3kXanC6tiHrq5PUh8+9vXpcZYf1lbeTFI/rEF4UTpbpoaeFWm7oSkShA==","signatures":[{"sig":"MEYCIQDZkqmZ8/bEiPOcyYhV6GpKyDnOmtBVf/5+BxxjD/+2IAIhAIkw3sQsw4JF9WXighZyiUnm/+1H04QsYWHYYNZ9yb/t","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4596086},"main":"dist/electron.cjs","type":"module","gitHead":"8cd76b1a2e29c3b30542153c05b4db14706274d7","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run && npm run test --workspaces --if-present","build":"npm run build:renderer && npm run build:views && npm run build:cli && npm run build:electron","layout":"npm --workspace @telepath-computer/television-layout-demo run dev","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:agent","test:e2e":"vitest run test/e2e-node/ && playwright test --config=playwright.config.ts && npm run test:e2e --workspaces --if-present","build:cli":"node scripts/build-cli.mjs","test:agent":"vitest run --config test/e2e-agent/vitest.config.ts","test:setup":"playwright install chromium","type-check":"tsc --noEmit","build:views":"node scripts/build-views.mjs","start:server":"scripts/dev-server.sh","build:electron":"esbuild packages/desktop/src/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config packages/web/vite.config.ts","start:electron":"scripts/dev-electron.sh","build:layout-demo":"npm --workspace @telepath-computer/television-layout-demo run build"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"workspaces":["packages/*"],"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in screens.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","@milkdown/crepe":"^7.20.0","disposablestack":"^1.1.6","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"0.0.0","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/disposable":"0.0.0","@telepath-computer/television-cli":"0.0.0","@telepath-computer/television-web":"0.0.0","@telepath-computer/television-layout":"0.0.0","@telepath-computer/television-server":"0.0.0","@telepath-computer/television-shared":"0.0.0","@telepath-computer/television-desktop":"0.0.0","@telepath-computer/television-artifact":"0.0.0","@telepath-computer/television-view-text":"0.0.0","@telepath-computer/television-layout-demo":"0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.29_1776819591580_0.13409902558091402","host":"s3://npm-registry-packages-npm-production"}},"0.1.30":{"name":"@telepath-computer/television","version":"0.1.30","_id":"@telepath-computer/television@0.1.30","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"5fb1d42206b270954fbb060b3e69d023eba4fa4e","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.30.tgz","fileCount":10,"integrity":"sha512-AWv5DgMcUxvIn8AHNPs01KifrA3Of/hQln9WBIEqb/OxvHRv8P0xSPGQ0AgR26e/Z7mrxuqu0fca+dT+JGeivg==","signatures":[{"sig":"MEQCICnhHlyKk0j7gCufQrARreMj967u9TvFEyt+y4BGKNU4AiAe00B1QBXCXfPFVHleMHFDMoWLImeYwmgEOLnE0QEuGQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4596522},"main":"dist/electron.cjs","type":"module","gitHead":"5df6c34318ffc3e6cda03a86e0b94b8821811929","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run && npm run test --workspaces --if-present","build":"npm run build:renderer && npm run build:views && npm run build:cli && npm run build:electron","layout":"npm --workspace @telepath-computer/television-layout-demo run dev","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:agent","test:e2e":"vitest run test/e2e-node/ && playwright test --config=playwright.config.ts && npm run test:e2e --workspaces --if-present","build:cli":"node scripts/build-cli.mjs","test:agent":"vitest run --config test/e2e-agent/vitest.config.ts","test:setup":"playwright install chromium","type-check":"tsc --noEmit","build:views":"node scripts/build-views.mjs","start:server":"scripts/dev-server.sh","build:electron":"esbuild packages/desktop/src/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config packages/web/vite.config.ts","start:electron":"scripts/dev-electron.sh","build:layout-demo":"npm --workspace @telepath-computer/television-layout-demo run build"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"workspaces":["packages/*"],"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in screens.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","@milkdown/crepe":"^7.20.0","disposablestack":"^1.1.6","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"*","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/disposable":"*","@telepath-computer/television-cli":"*","@telepath-computer/television-web":"*","@telepath-computer/television-layout":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-desktop":"*","@telepath-computer/television-artifact":"*","@telepath-computer/television-view-text":"*","@telepath-computer/television-layout-demo":"*"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.30_1776830358341_0.3589793860798598","host":"s3://npm-registry-packages-npm-production"}},"0.1.31":{"name":"@telepath-computer/television","version":"0.1.31","_id":"@telepath-computer/television@0.1.31","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"149e9c0578aa9984e8bbb724faf71f29b4ec6b7f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.31.tgz","fileCount":10,"integrity":"sha512-Tf85Ctbly0EdfpRPpbYp4rbDHTe52pd+27RPzsvWy/OcipiuNRlqeBC9IH/rmTSuGOGW/ItRrCUzSPFWT+Y1Yg==","signatures":[{"sig":"MEQCIHv3GZqos94BevIssTO4VxjOxFDh0wAz6s5suIVi7sEfAiBvllvHUnkt7sBQDBXYy+Y0hF1Y+WvRF0YmVI3uUIQ3GQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4596525},"main":"dist/electron.cjs","type":"module","gitHead":"17346e5a915c69c753ceb7c5bf4f4fac3ca2b00e","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run && npm run test --workspaces --if-present","build":"npm run build:renderer && npm run build:views && npm run build:cli && npm run build:electron","layout":"npm --workspace @telepath-computer/television-layout run dev","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:agent","test:e2e":"vitest run test/e2e-node/ && playwright test --config=playwright.config.ts && npm run test:e2e --workspaces --if-present","build:cli":"node scripts/build-cli.mjs","storybook":"npm --workspace @telepath-computer/storybook run dev","test:agent":"vitest run --config test/e2e-agent/vitest.config.ts","test:setup":"playwright install chromium","type-check":"tsc --noEmit","build:views":"node scripts/build-views.mjs","start:server":"scripts/dev-server.sh","build:electron":"esbuild packages/desktop/src/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config packages/web/vite.config.ts","start:electron":"scripts/dev-electron.sh","build:layout-demo":"npm --workspace @telepath-computer/television-layout run build"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"workspaces":["packages/*","storybook"],"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in screens.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","@milkdown/crepe":"^7.20.0","disposablestack":"^1.1.6","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"*","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/disposable":"*","@telepath-computer/television-cli":"*","@telepath-computer/television-web":"*","@telepath-computer/television-layout":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-desktop":"*","@telepath-computer/television-artifact":"*","@telepath-computer/television-view-text":"*"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.31_1776833924049_0.2628102715627647","host":"s3://npm-registry-packages-npm-production"}},"0.1.32":{"name":"@telepath-computer/television","version":"0.1.32","_id":"@telepath-computer/television@0.1.32","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"a3dab89cf315c465a307a517953eb3cb6bda07d5","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.32.tgz","fileCount":13,"integrity":"sha512-ZDaElsMtKsneqYFZU0JEHkziECjGkQflzAaD/cktJ1Xwvy3V6iRAonMXRdQtGxgAAeavbaqQk/vo13nV/zHQFg==","signatures":[{"sig":"MEQCIGVKoMxWOPGSgchjVjKwG2HcXICPWFTYTjDeqxTDnv0NAiBJ/nyxz9KIsorI1zMMdQ+grnGrn0rYo5JOUvgBl8Npxg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10361251},"main":"dist/electron.cjs","type":"module","gitHead":"73d50ea76bd18f3cfd87d95ecea488208948b669","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run && npm run test --workspaces --if-present","build":"npm run build:renderer && npm run build:views && npm run build:cli && npm run build:electron","layout":"npm --workspace @telepath-computer/television-layout run dev","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:agent","test:e2e":"vitest run test/e2e-node/ && playwright test --config=playwright.config.ts && npm run test:e2e --workspaces --if-present","build:cli":"node scripts/build-cli.mjs","storybook":"npm --workspace @telepath-computer/storybook run dev","test:agent":"vitest run --config test/e2e-agent/vitest.config.ts","test:setup":"playwright install chromium","type-check":"tsc --noEmit","build:views":"node scripts/build-views.mjs","start:server":"scripts/dev-server.sh","build:electron":"esbuild packages/desktop/src/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config packages/web/vite.config.ts","start:electron":"scripts/dev-electron.sh","build:layout-demo":"npm --workspace @telepath-computer/television-layout run build"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"workspaces":["packages/*","storybook"],"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in screens.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","@milkdown/crepe":"^7.20.0","disposablestack":"^1.1.6","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"*","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/disposable":"*","@telepath-computer/television-cli":"*","@telepath-computer/television-web":"*","@telepath-computer/television-layout":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-desktop":"*","@telepath-computer/television-artifact":"*","@telepath-computer/television-view-text":"*"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.32_1776881999698_0.6722676814077961","host":"s3://npm-registry-packages-npm-production"}},"0.1.33":{"name":"@telepath-computer/television","version":"0.1.33","_id":"@telepath-computer/television@0.1.33","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"5e0df72b4069686b6547cb0837752c1428dd526f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.33.tgz","fileCount":13,"integrity":"sha512-I55ctr4lPIOH5QVOhBXABP53hrHb11DU2qAKLnAGLaXcSdS/0Qa7JO/0fdKK3e8EcSdJHj7njXVgmC9tQqgncg==","signatures":[{"sig":"MEQCIDCVjK/DxdHKST9rpMN7PHBVmDAm2gg/i/D6Hqa1J3Q7AiAJCTZ9qimQ5JmdDeQtLwmzjA4/hk0BL2YJW8iojpL1zg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10360823},"main":"dist/electron.cjs","type":"module","gitHead":"22cecb855ccfdf5a7018aad66621b43b6fd5c21b","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run && npm run test --workspaces --if-present","build":"npm run build:renderer && npm run build:views && npm run build:cli && npm run build:electron","layout":"npm --workspace @telepath-computer/television-layout run dev","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:agent","test:e2e":"vitest run test/e2e-node/ && playwright test --config=playwright.config.ts && npm run test:e2e --workspaces --if-present","build:cli":"node scripts/build-cli.mjs","storybook":"npm --workspace @telepath-computer/storybook run dev","test:agent":"vitest run --config test/e2e-agent/vitest.config.ts","test:setup":"playwright install chromium","type-check":"tsc --noEmit","build:views":"node scripts/build-views.mjs","start:server":"scripts/dev-server.sh","build:electron":"esbuild packages/desktop/src/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config packages/web/vite.config.ts","start:electron":"scripts/dev-electron.sh","build:layout-demo":"npm --workspace @telepath-computer/television-layout run build"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"workspaces":["packages/*","storybook"],"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in screens.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","@milkdown/crepe":"^7.20.0","disposablestack":"^1.1.6","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"*","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/disposable":"*","@telepath-computer/television-cli":"*","@telepath-computer/television-web":"*","@telepath-computer/television-layout":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-desktop":"*","@telepath-computer/television-artifact":"*","@telepath-computer/television-view-text":"*"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.33_1776882716859_0.04851880665196906","host":"s3://npm-registry-packages-npm-production"}},"0.1.34":{"name":"@telepath-computer/television","version":"0.1.34","_id":"@telepath-computer/television@0.1.34","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"2e2109715f33aa91ab3afd0ec44363df5686c921","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.34.tgz","fileCount":13,"integrity":"sha512-9vn62cH36izdonbYobbDpdhExHrxRcU6HA/lxPtX51rgj7xzoWhK/V2fKMzDOYHfFb1N22ueWAOJY+z9pWkhVQ==","signatures":[{"sig":"MEYCIQCz86Oi8a37L+aJem+a1TVyTf6FEMcSo9BG6dB0f5hn3gIhAK7al6rcyeFK1lvuKl9G8dol6XzicTA7SMKg79MnXiNm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10355893},"main":"dist/electron.cjs","type":"module","gitHead":"136f483f193df41e9fdf31bd1ec8d98fbacc9082","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run && npm run test --workspaces --if-present","build":"npm run build:renderer && npm run build:views && npm run build:cli && npm run build:electron","layout":"npm --workspace @telepath-computer/television-layout run dev","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:agent","test:e2e":"vitest run test/e2e-node/ && playwright test --config=playwright.config.ts && npm run test:e2e --workspaces --if-present","build:cli":"node scripts/build-cli.mjs","storybook":"npm --workspace @telepath-computer/storybook run dev","test:agent":"vitest run --config test/e2e-agent/vitest.config.ts","test:setup":"playwright install chromium","type-check":"tsc --noEmit","build:views":"node scripts/build-views.mjs","start:server":"scripts/dev-server.sh","build:electron":"esbuild packages/desktop/src/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config packages/web/vite.config.ts","start:electron":"scripts/dev-electron.sh","build:layout-demo":"npm --workspace @telepath-computer/television-layout run build"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"workspaces":["packages/*","storybook"],"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in screens.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","@milkdown/crepe":"^7.20.0","disposablestack":"^1.1.6","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"*","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/disposable":"*","@telepath-computer/television-cli":"*","@telepath-computer/television-web":"*","@telepath-computer/television-layout":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-desktop":"*","@telepath-computer/television-artifact":"*","@telepath-computer/television-view-text":"*"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.34_1776945275742_0.18646004847886832","host":"s3://npm-registry-packages-npm-production"}},"0.1.35":{"name":"@telepath-computer/television","version":"0.1.35","_id":"@telepath-computer/television@0.1.35","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"4b3bfc540a5f9c2e86182a6cdfe04636b97d4c23","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.35.tgz","fileCount":12,"integrity":"sha512-1yOMbg5w03yHjH/FWttfXHMryEqeTH0r50vTLhyqtkM6QbNMFJX6MJnqXrtUO0tD4ha2WkViEfsMKs9C22hK8w==","signatures":[{"sig":"MEYCIQDLcNOhqNEoDulcGy+ndD/XqfpKtiIPSqr0muPXvdX7fAIhANYyVCI8eeZ0FmO6SPpKVagoAryGosJ4ter2f+S7Qa2T","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10311763},"main":"dist/electron.cjs","type":"module","gitHead":"19949cec7d952a3769ea844c22224cfaa49013e9","scripts":{"lint":"eslint . --ext .ts --max-warnings=0","test":"vitest run && npm run test --workspaces --if-present","build":"npm run build:renderer && npm run build:views && npm run build:cli && npm run build:electron","layout":"npm --workspace @telepath-computer/television-layout run dev","verify":"npm run lint && npm run type-check && npm run test:all","prepack":"npm run build","lint:fix":"npm run lint -- --fix","test:all":"npm test && npm run test:e2e && npm run test:agent","test:e2e":"vitest run test/e2e-node/ && playwright test --config=playwright.config.ts && npm run test:e2e --workspaces --if-present","build:cli":"node scripts/build-cli.mjs","storybook":"npm --workspace @telepath-computer/storybook run dev","test:agent":"vitest run --config test/e2e-agent/vitest.config.ts","test:setup":"playwright install chromium","type-check":"tsc --noEmit","build:views":"node scripts/build-views.mjs","start:server":"scripts/dev-server.sh","build:electron":"esbuild packages/desktop/src/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/electron.cjs --external:electron --external:@rupertsworld/electron-ipc","build:renderer":"vite build --config packages/web/vite.config.ts","start:electron":"scripts/dev-electron.sh","build:layout-demo":"npm --workspace @telepath-computer/television-layout run build"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"workspaces":["packages/*","storybook"],"_npmVersion":"10.9.7","description":"Television is a virtual display for agents. You can run it as a local desktop app or as a standalone server, then create, update, and remove persistent artifacts in screens.","directories":{},"_nodeVersion":"22.22.2","dependencies":{"ws":"^8.19.0","zod":"^4.3.6","ulid":"^3.0.2","marked":"^17.0.4","express":"^4.21.0","watcher":"^2.3.1","lit-html":"^3.3.2","commander":"^14.0.3","dompurify":"^3.3.3","@milkdown/crepe":"^7.20.0","disposablestack":"^1.1.6","@rupertsworld/daemon":"^0.1.1","@telepath-computer/ui":"*","@agentclientprotocol/sdk":"^0.18.1","@rupertsworld/observable":"^0.1.2","@modelcontextprotocol/sdk":"^1.26.0","@rupertsworld/dependencies":"^0.2.0","@rupertsworld/electron-ipc":"^0.2.1","@rupertsworld/event-target":"^0.1.0","@telepath-computer/disposable":"*","@telepath-computer/television-cli":"*","@telepath-computer/television-web":"*","@telepath-computer/television-layout":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-desktop":"*","@telepath-computer/television-artifact":"*","@telepath-computer/television-view-text":"*"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.19.0","vite":"^5.4.21","jsdom":"^28.1.0","eslint":"^9.39.4","vitest":"^2.0.0","esbuild":"^0.24.0","globals":"^17.4.0","electron":"^35.0.0","@types/ws":"^8.18.1","supertest":"^7.0.0","@eslint/js":"^9.39.4","typescript":"^5.6.0","@types/node":"^22.0.0","@types/express":"^5.0.0","@playwright/test":"^1.58.2","@types/dompurify":"^3.0.5","@types/supertest":"^6.0.0","typescript-eslint":"^8.57.0","@vitest/eslint-plugin":"^1.6.12"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.35_1776945646207_0.7257263295427498","host":"s3://npm-registry-packages-npm-production"}},"0.1.36":{"name":"@telepath-computer/television","version":"0.1.36","_id":"@telepath-computer/television@0.1.36","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"e40711a74ff29364a1e3242f7d6ca702c1f7b274","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.36.tgz","fileCount":10,"integrity":"sha512-n5IV/C6ysXkPdXTXV4Je9z7xZRsEJMGIF2wVaMGs50uJAfEvtusvsM2wHhF5g44oeSgEkOaV7dLhMD22KWfCTw==","signatures":[{"sig":"MEUCIQD6RBmqo4Pxe1312zRERw54DeaHYOoF8MtYWyb7Gxjb4QIgXZZlDrFPgT7PBMA7uchfzqCcjMfLpFqPY29Ejg0roEg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8312198},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"d4c5abf7287ea0164d655ccaeb782e563c50d703","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.36_1776955051893_0.04261113543191897","host":"s3://npm-registry-packages-npm-production"}},"0.1.37":{"name":"@telepath-computer/television","version":"0.1.37","_id":"@telepath-computer/television@0.1.37","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"702deace8c877b4b9254846d69f7e56a1231caa9","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.37.tgz","fileCount":10,"integrity":"sha512-2cj7TS5bMsrlhB1TxGbZKSu9+nBcFHmGBAMIDv1Uvhbdm9Q1x4mkTeSFhKCoKotExXyS3s4TRiQJ/LpfmjzYvg==","signatures":[{"sig":"MEUCIFKZVxTTp+owfRNkGsw1kormpgq5yCjnajwibk8L31jyAiEAyXCEwsnpjEYK2PIZ0EhVUvAUjE024ex6V/Hj3zJEJQ4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8312058},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"a9dc6ca268d0dc3695228637d91bbc9706947872","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.37_1776956263608_0.522174007232403","host":"s3://npm-registry-packages-npm-production"}},"0.1.38":{"name":"@telepath-computer/television","version":"0.1.38","_id":"@telepath-computer/television@0.1.38","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"d55aa29b00df81159a4ad38593d45cd45dcd306a","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.38.tgz","fileCount":10,"integrity":"sha512-IjCeKZZ8ftWTL1Df/1aISnO1rI9cNCxvQvt09KaJP188zufqpYzOL+5Uof0nNuTBxBdtQVAd80CH9IAO57MwUA==","signatures":[{"sig":"MEYCIQDr5fsedISUdrdy4u5JW7XhtBb56om1ec43+fb4jvOlNwIhAJ6/oi6DChBndmh9ZMRxJ/1ysI1DJ0/Paq5+FNnA7iLK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8312265},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"db3c02721001acfc9a48df19a83e30a2f82c1f4a","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.38_1776965748326_0.8761310236976572","host":"s3://npm-registry-packages-npm-production"}},"0.1.39":{"name":"@telepath-computer/television","version":"0.1.39","_id":"@telepath-computer/television@0.1.39","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"79bc7873c5b9316c21df8efbde00fd37086465f7","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.39.tgz","fileCount":10,"integrity":"sha512-C4Z/18eB8HIMucZHZf2XFxwu/3mQWXmWKdu7p1JzA21/Tk3eZz4al/Tq5wHtIE5Q20jgxcwZWnQ6MWGQq6K7mw==","signatures":[{"sig":"MEQCIDitaEeB3mN7FTruULN1AzSo8m0Ktn80m9Sokh9BLUECAiAvmkQLUVIJPHvo/zcc83zrQLJl/HAqwe8Qzajm9ivuwQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8321054},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"02091575b1fcc25920a9765d476dedb12f2ce137","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.39_1777316253669_0.032988160006836686","host":"s3://npm-registry-packages-npm-production"}},"0.1.40":{"name":"@telepath-computer/television","version":"0.1.40","_id":"@telepath-computer/television@0.1.40","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"35b729c682d7a2152c1abe3ae2bf248cf92f4861","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.40.tgz","fileCount":10,"integrity":"sha512-QyzkWSkAhsyaUI0/wGQWvwvAcsoN4x5JPK25zangNrCbU5qkZlqCl/EX0g7cr7ULxv6VgW4xyIGPoN6Kqo4Jog==","signatures":[{"sig":"MEQCIF2uweNDozf3zvKKxdOl3kldNKqmZu0XeWce2DvShLHcAiBcleQWQkjiP6dcQXkqDnDE6hJca0NhGOa6ZpcxhFaECQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8321210},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"12d69fa7274418d082b59bdb469f0396cd7ac5f0","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.40_1777322229761_0.8259198295862933","host":"s3://npm-registry-packages-npm-production"}},"0.1.41":{"name":"@telepath-computer/television","version":"0.1.41","_id":"@telepath-computer/television@0.1.41","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"c5bd309fddc90610492a7d4539c85b2a23e059af","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.41.tgz","fileCount":10,"integrity":"sha512-ztFjFvU8WYf8o8uXaFL4rCFcIpybx0lfdGWliIhjkZa3vH9sKVwBoiGmlSesAD4VQ260BHt197w0VfSziQ7Cjw==","signatures":[{"sig":"MEYCIQC4rkGDgTMIrKZXforr7dKMIknId2u5L2wDNVo5OJNAPgIhAMUFcBNZuyDaiISkGKmAZejcpDzTSA3K8V31lzJsfurC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8322639},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"50c9bc1112c5f777a032416a4c48949a13733169","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.41_1777426299158_0.1114728540445733","host":"s3://npm-registry-packages-npm-production"}},"0.1.42":{"name":"@telepath-computer/television","version":"0.1.42","_id":"@telepath-computer/television@0.1.42","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"296c1ee6f6557756c3b20cf604ee8b2b091d818a","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.42.tgz","fileCount":12,"integrity":"sha512-68jBMWvLYKlFDaW93D6C/pTGIoSoSQBsTYrmVSy3WOt/bTGTbpoIL7UKTitvTDhHPJUcM1Em/FrmJ7wz60w3Ew==","signatures":[{"sig":"MEQCIB0Cqh2/PQxpzcJDHEDev1mn195OpStLN3dBOCil9H5sAiB+oHnlYb8T0//MCH92cXz4X7eEBHj4YaYGWrpptBJyYw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8882551},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"36a11b8851c7af03bef11c30e084e9d8b86ba5e0","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.42_1777433958981_0.19595311165296825","host":"s3://npm-registry-packages-npm-production"}},"0.1.43":{"name":"@telepath-computer/television","version":"0.1.43","_id":"@telepath-computer/television@0.1.43","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"4eda26e6a1f76fce41f687d75ec5c1881671ed32","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.43.tgz","fileCount":12,"integrity":"sha512-szcIv5qDKOWo6NFkDUulxGgwrGoWKM6Ie59foIfnRnTGACa6dHF0asDIWqYB80pjFdN/BejFo3xy6ZXyl4JApw==","signatures":[{"sig":"MEUCIFrk2FIpRfIUrgLlZhcmUr/PPAae8xL6Qp8yH0MIAXxHAiEA3xjZAJ8w9MQ1d9q1LbNB9yxH7XqdgM5l8wlVu/0P9EY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8882825},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"f06a2c5d015a1272b06aae381e292b1c62c03f3e","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.43_1777437918366_0.9893183233931815","host":"s3://npm-registry-packages-npm-production"}},"0.1.44":{"name":"@telepath-computer/television","version":"0.1.44","_id":"@telepath-computer/television@0.1.44","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"7a9a0ea585e46605811a9d1dee460bb79e5357f8","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.44.tgz","fileCount":12,"integrity":"sha512-IfYnNN7dnezCKgNg0s//NnaT+9MOwcAaMmzLn/B7rQWnZTnlO9bhR8IUjHxFjYKSZvInaLIcXdCE6BdacWS2wg==","signatures":[{"sig":"MEQCICOSwGod/l+/Y0Dv9gAhJlUq9NQiU+PPR90dm1Y4xjRMAiBfLtLAVmCgZg+ORJfUazyjDVQYa34pEVyW5uevTNSnzA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9909160},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"62a70e6df8a0f6425abf324d3bcb3b9021c32d71","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.44_1777445307231_0.1466605077334424","host":"s3://npm-registry-packages-npm-production"}},"0.1.45":{"name":"@telepath-computer/television","version":"0.1.45","_id":"@telepath-computer/television@0.1.45","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"a2e7b75cc319248af7be69717ea4fbbdda25bd48","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.45.tgz","fileCount":12,"integrity":"sha512-0TUMmnjLoqkw/BETsQw8WjcVeghcNjxC5NQ0o4YUxii+i+fBymXPQVPaMeuM3EILBhXoLl/A+cdJVx8DLfXYwA==","signatures":[{"sig":"MEYCIQDvG7u5WkJ5CWshus1I0IYLx8le4LPHlNevzma73PuupwIhAOlt5nwTLvzMGoOuI7dXnYASq3xpTVsKcFrmDAl4Hr4P","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9909099},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"27af4b1cd45c45318eb9bf6bfc144d57821f175d","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.45_1777449936031_0.4069965005866505","host":"s3://npm-registry-packages-npm-production"}},"0.1.46":{"name":"@telepath-computer/television","version":"0.1.46","_id":"@telepath-computer/television@0.1.46","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"1caff3bc2307356d586912f989f86dbc2ba3a73f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.46.tgz","fileCount":12,"integrity":"sha512-kV/Cp70vxIDHTlWsVYFBi+XkLfnzvo4lGj1ahQtjAHCQz0FwFEJ6UB6bx7TOpovhcZcrvQWPTkNKgVaP/DYqbw==","signatures":[{"sig":"MEUCIG9q1J4BTvRPRNOzqUmpz23NcPIsNn1BYlVttbtpEQI4AiEA/tpI0QPXfFeY88FnEME23frG7k9hSjnfvih3m9vrrME=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9909952},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"2869eccd00887c824d0b7614d15ef03dbd980524","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.46_1777451169977_0.14613871596460548","host":"s3://npm-registry-packages-npm-production"}},"0.1.47":{"name":"@telepath-computer/television","version":"0.1.47","_id":"@telepath-computer/television@0.1.47","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"aaa662f5a2870ebda63f98211429e48c5ad1915d","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.47.tgz","fileCount":12,"integrity":"sha512-iksk8K8LSHfqQKbWnAS5k0qmVpoJ95hMZW9goLO8n3XWsExeQZo6wuDNayoXlOQfrXKSmYxxLrLN/eH4512ohw==","signatures":[{"sig":"MEYCIQCtQ4aH/gOMWXIRv9T3g+urJpMx+bU0fsXzfF7us7EKWwIhAOux+EvdGTdYPBuOm8dCD6KWb1UqLBkeJIGWciQTDuUQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9915529},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"93c97826c596d664254548144a67c1672b06d24e","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.47_1777484761741_0.3565297817487154","host":"s3://npm-registry-packages-npm-production"}},"0.1.48":{"name":"@telepath-computer/television","version":"0.1.48","_id":"@telepath-computer/television@0.1.48","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"2866ef4f716c4de8825292cdc3455f9d55f80be2","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.48.tgz","fileCount":12,"integrity":"sha512-+AdapnJynq1wRwyacPmelCU0lGJRr9SigfsM1FR5HXe8vR3SUTBkbEcYXFIvMU7OFU5b6Fu8PkxwZ6G1glhqfw==","signatures":[{"sig":"MEYCIQCC98Zx+3bldNaGXJmuzYINBDpBYxD8bPttcLxstaOMiwIhANzmfDYNrquHamZ3I6W8dPxkyC3wpTv1hMkGMVqmwzoP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9943844},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"5f904b26bd0696033537f1e5e0a7b59b2a454ffb","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.48_1777492279940_0.5302030375311224","host":"s3://npm-registry-packages-npm-production"}},"0.1.49":{"name":"@telepath-computer/television","version":"0.1.49","_id":"@telepath-computer/television@0.1.49","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"fd9c416a10834fb5b1b5fdb274b7ea726370e79f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.49.tgz","fileCount":12,"integrity":"sha512-J1f3f4gYJtpTH3rYEHC8uzHjz3d39KEUCAf/SD0Qxk2hULdovnxZQl55mWOxzFskgtGsmVj+dKRSpV7/62xhxw==","signatures":[{"sig":"MEQCIGTih34n+OtLAqbw+65aa3u/6Fm24Qs9K9NcLNFB6J0kAiAmn3F+WII2Ekzpx1ZQau708NARjHCuCS/vbItPXZpVyA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9943844},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"46546100141a6030ae942211aef4cd4ecda031f9","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.49_1777499265685_0.11433690396923413","host":"s3://npm-registry-packages-npm-production"}},"0.1.50":{"name":"@telepath-computer/television","version":"0.1.50","_id":"@telepath-computer/television@0.1.50","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"3f342e2791e87e40f6c837911eb75b97e373b1af","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.50.tgz","fileCount":12,"integrity":"sha512-QCu/iDl+q3qAN1BAkvI3QyECcLWXSOrG0gWPbMkc61460xw2yc/bZx4ynCnxeghJYXXYBm9nwNjkSFtHUZuJJw==","signatures":[{"sig":"MEUCIQCruiHaPpvuTGH+B0GTLKMFuAkexcT72N5DmjDxb6KZrgIgJ7FZl6hcSVf1M2bqNQyBRcdnONg/TggUwETAVvePHW0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9943844},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"df5d9ab2023b1d8d21ea9a6a80a96fa3c6cf21b1","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.50_1777499787265_0.18537999647444248","host":"s3://npm-registry-packages-npm-production"}},"0.1.51":{"name":"@telepath-computer/television","version":"0.1.51","_id":"@telepath-computer/television@0.1.51","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"5b0fa6e84ae359e68cea8619f1ae1efce7c14952","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.51.tgz","fileCount":12,"integrity":"sha512-0i/PogksGosF3vRAXQEHpVTJ0Dw7fszH1d8PxJTG063DDIHqfFxjaPE1xlEefgg+zrxAonk/snYpBs8R8SjzbQ==","signatures":[{"sig":"MEUCIQC21zQaDgT8UY//lh5n/bVxWF924D2RxP0aCpjUwOzYjQIgK1Hk9wk9+JNAtQvVAApGv1Pp5358FcNXFWz9fVLY74U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9943984},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"3704bc1da85670e07de243e95df3b52ed689719d","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.51_1777502200851_0.1212614961668037","host":"s3://npm-registry-packages-npm-production"}},"0.1.52":{"name":"@telepath-computer/television","version":"0.1.52","_id":"@telepath-computer/television@0.1.52","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"3be2c59a3502d5927cdaaaadf334bbb274866fc2","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.52.tgz","fileCount":12,"integrity":"sha512-+4op3SuWBodk/zDiLNjdqwfJoJXeKu0sUcSFlV2JyAPOhQrmZaCzLtuad9JVhGKhTcuDNeJFNB52r0taL4BzmA==","signatures":[{"sig":"MEQCIE4zF4oEc0JklxLzVxRRzy7cDzb9/7wU4PRdUb1TXbVZAiADMeIDd4GLCiIUcbCxx1T2wvrh2q0slnTJKw/M6c3+3w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9944051},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"20a9b1774f9c10af8934ce7499dae6489cb4a5ed","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.52_1777502357827_0.7138108408110599","host":"s3://npm-registry-packages-npm-production"}},"0.1.53":{"name":"@telepath-computer/television","version":"0.1.53","_id":"@telepath-computer/television@0.1.53","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"90463381a965d48b3d09a485792ad0dde2d7bd54","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.53.tgz","fileCount":12,"integrity":"sha512-jcXQB30fvXhDKPPNiH0eT/U1RqL8/8luvrzaHb1wqimAQfG63drEyINzNOEYBpkaZ+TpZx8YXtqCbJF1/qR9Uw==","signatures":[{"sig":"MEUCIQDNJMa4NKqm0BlTGGveW1/Bs9iFp5bH5vuaODF2GFDtPgIgG+r3T/GfMD+wUQm1uHQAX3y+tpGYqqLM73lL2BnlYxI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9943844},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"4bcafc5a8bbbffa76003f24cf2d56cc63d28f251","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.53_1777502379847_0.5060858072423664","host":"s3://npm-registry-packages-npm-production"}},"0.1.54":{"name":"@telepath-computer/television","version":"0.1.54","_id":"@telepath-computer/television@0.1.54","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"42b6e4098dbfdee0c7bff3321d7671365be78031","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.54.tgz","fileCount":12,"integrity":"sha512-B/2Q3t0RuoAKeH0pVSoIGQh9dpgw2AuK/erTfy4FIVtqadnc1zdDYpYGw2a0BABa8XVv6YUtG8hdv3s0HaOM+Q==","signatures":[{"sig":"MEUCIQCUlqLqCJ60wN13Whm14L+ZeTz3mcWrBNxRArpWG+oArgIgAqee4jDk3LsjsbxjF7JdqwrvYh0VWCcXFIADU3LRWAc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9943844},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"2d12db40199df22d279da7018a7e576b920ebfa7","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.54_1777502549610_0.68476236027602","host":"s3://npm-registry-packages-npm-production"}},"0.1.55":{"name":"@telepath-computer/television","version":"0.1.55","_id":"@telepath-computer/television@0.1.55","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"afece8cee0213665a6f791e650eb0e7896806b8c","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.55.tgz","fileCount":12,"integrity":"sha512-w2tlteTnpvso3PTeQVxpZP7pUh6HSmziY560zweQJWbqNTkVrfh6ReMoZCK1838u+l0kOa/3m/ogVhNVIBc9tQ==","signatures":[{"sig":"MEUCICCv2g99/EN9s7Zd7iIQxdhM66E60BtdUMYP/ZVe5Yn4AiEAjXuH7iczFdeqlDSdM64SoJgoRxEhipAhqgeU2S1nFoQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9946704},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"845172e1e635b48d3a77a01b518fe4ed6b72ee3e","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.55_1777505867599_0.09405712461787297","host":"s3://npm-registry-packages-npm-production"}},"0.1.56":{"name":"@telepath-computer/television","version":"0.1.56","_id":"@telepath-computer/television@0.1.56","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"8e15074f2662b4898dede2789fa722f7032cb367","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.56.tgz","fileCount":12,"integrity":"sha512-KyDSJzOVWyiK3kIK1G2usD//qrihQHV/h90za/m+iFbWndtSIx5nJx0aqQqPINYjVF6vskOa5o5UCfN7LRjGtQ==","signatures":[{"sig":"MEQCIHxuDwicPLvvBorcSpcaTVJWnTIPTA54vd2C/8HPQevVAiBFCGer6pPd/ZrEA5C4NCi8oZA0O1KgQJZ+SAE+9OI6Hw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9946704},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"557e38f7bc210e9589909d6ec0a66a6da455a589","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.56_1777568721532_0.37979486090335834","host":"s3://npm-registry-packages-npm-production"}},"0.1.57":{"name":"@telepath-computer/television","version":"0.1.57","_id":"@telepath-computer/television@0.1.57","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"b313d8cf0eb37ffca53491633632147ed216d9aa","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.57.tgz","fileCount":12,"integrity":"sha512-+++Y+iN5TlZNePf9vsZYY2TEvvfiQrOVrdUa0f+Owy9Lst+v2ocFrMhi0BHk/vswGKTcNZNRrhVo/pBrArgFbA==","signatures":[{"sig":"MEUCIELloJLarA9mwLnsUl6VOPsyBW2580zYW35ocYAvQsOCAiEA/cfgIMVV1JOSj3Hf77vSn8ZhAuezO2C+fXrkYjzUaGk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9946704},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"e69d6afbd4be6f75ba2c6575a940547d94453924","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.57_1777569021384_0.71123253590886","host":"s3://npm-registry-packages-npm-production"}},"0.1.58":{"name":"@telepath-computer/television","version":"0.1.58","_id":"@telepath-computer/television@0.1.58","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"1ac37f618a531a08079bcd97e62a3af792f99987","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.58.tgz","fileCount":12,"integrity":"sha512-MVMG53gRNlbTqh8ta5eEhBRznDhTQMyF0/SbAKGPzTbejw1zhwLLzn25l6DDkyudWkiOP8bFWRsvaa9Igk+S3Q==","signatures":[{"sig":"MEQCID6ZC/cePLDWsRQbO1b31PPDpTd8jsmezsd7HJGEfHtuAiArfYJE7MjP0hvKxw8IUbBrGa9ViXnr9GO8xKn4BYuPXQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9946755},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"ca759906a1ffee595f12a4e60c73151312b112fd","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.58_1777569147818_0.7977919534579909","host":"s3://npm-registry-packages-npm-production"}},"0.1.59":{"name":"@telepath-computer/television","version":"0.1.59","_id":"@telepath-computer/television@0.1.59","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"049b9035c4ba72f813c7810012120e3912c1091b","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.59.tgz","fileCount":12,"integrity":"sha512-jfgoDol7y/sFSX5bE50mQXjRbtMBaR/iGniMGjzHeKb++dWrdI7B0DCqzLTW92ubnESXZLYzAmnoYP5IED1GVA==","signatures":[{"sig":"MEYCIQC6BQxxx+VBSFeKoB0WVno4A9x1r8J9XgyIx+oKlwT4jgIhAJkq6dV3vGjKhma+j5/NbX2Z2aIFptiQpjnOwo50ePO7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9946911},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"8701822f8d2d97cbca65d0fddd54858c7dce938b","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.59_1777569255503_0.27032901872252313","host":"s3://npm-registry-packages-npm-production"}},"0.1.60":{"name":"@telepath-computer/television","version":"0.1.60","_id":"@telepath-computer/television@0.1.60","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"29bd7c932f1153c8512f8f99714302cca2c690cc","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.60.tgz","fileCount":12,"integrity":"sha512-I9IQRPkrR0P/YiyKoZBTzs3YbeVjekJ+5/I76uVH7FQg4XowMVFQF0qwB/t7pie/55kjJNP/iGMAtbCZsSq9Ig==","signatures":[{"sig":"MEQCIHK0D/i2vbw/PxYkjsX/UZsoobkrExDxVIaMa8w0QiZVAiBBSsYUv7ZB4J3M44seFvxfpkI6euM6dqDt6Spc5LABeA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9946911},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"a568b0357e725af62a7d0ad6d7461fb6889fd402","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.60_1777573801032_0.8516735718407236","host":"s3://npm-registry-packages-npm-production"}},"0.1.61":{"name":"@telepath-computer/television","version":"0.1.61","_id":"@telepath-computer/television@0.1.61","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"138b0bf5e9556930de7c11a23363903a04d4b2d6","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.61.tgz","fileCount":12,"integrity":"sha512-6+v1uDf8AJieF1uXG76ZKwitg6WNf+Tt0vUKmMGqN7zwQQZqIm4YMQ2SL/eL/xGDu7Lnat0rn3qDdb/jLZeJzw==","signatures":[{"sig":"MEQCIDRUHy5oH4n9lJ0+7nmVbym3DnGyZOdFdhkH5U4h+H+lAiA0tkPggTJynVZrZPdqtqPC8O0kb7F8X4bZvtvuMGXQjw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9956449},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"6190fb6041e434ce8e646612c3249f2fdc1fc6c5","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.61_1777615968771_0.026107573420159902","host":"s3://npm-registry-packages-npm-production"}},"0.1.62":{"name":"@telepath-computer/television","version":"0.1.62","_id":"@telepath-computer/television@0.1.62","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"296befccd991d3d2d963976364be13baa0399823","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.62.tgz","fileCount":12,"integrity":"sha512-E1/snyArZMEr1ORUJ0HnA4IvZH5eLbGspqN/QG+Hp+7Yo/5jwwZ6W2ANxZn1kO+9mZPhqlhE/NS0Hycgg8ID7Q==","signatures":[{"sig":"MEUCIQCZwZhQHOzWvBZ56bHYoSnZjAj0fqNpueV0qvlqztvOswIgTpKJYMdkCgUUFV4i0s+oYFlmBoq/wOU+mGLyGovg/EE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9956242},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"6007158ee962270c5e6bd8475169b6d86d4ead9e","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.62_1777616119190_0.25826617496672144","host":"s3://npm-registry-packages-npm-production"}},"0.1.63":{"name":"@telepath-computer/television","version":"0.1.63","_id":"@telepath-computer/television@0.1.63","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"eaa71c6460df698b24f902d27d32212d45a34fa4","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.63.tgz","fileCount":12,"integrity":"sha512-QR1+8ZVn3Ey9CwVS6gekwSUtjt0vEc/X101i5e/V7898C6fdQasz/cNw+KeEcD6eGVR+hwSA6Lyv2ZGW6x1KyA==","signatures":[{"sig":"MEQCIDFiQnbbi472wBOLgvXuMxEQ8AcsJmv1k0FivOoLqdTPAiAz3s147shDUrL8DWYFA7Nf2O24ZIDKhEjDYyjD4w0c4g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9956242},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"b46324121d8a2622543b256c2dbcfca9da99f90a","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.63_1777616589381_0.8833497709771618","host":"s3://npm-registry-packages-npm-production"}},"0.1.64":{"name":"@telepath-computer/television","version":"0.1.64","_id":"@telepath-computer/television@0.1.64","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"7b57b9e536b7a38da1b2434a07e5c380d2aa0764","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.64.tgz","fileCount":12,"integrity":"sha512-lvyySEmfsr/6cgsnkro8q9x7P+e3z2eYmcrndHjVgezCfLd8pwN4YgfyK8nO5atTzFKnA3i3jqJ9hJl0UbUsgQ==","signatures":[{"sig":"MEYCIQCKEHg6KL9wglypT7XB2CmK73mfpMewJfEjgCDw03sLgwIhAJjVhiyDIf9X5jn/5YAk9dZp3yN6FII8cmwj1mXxGqhA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9964582},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"d286ba11792a538930a4fc62dbbf8d6f2ac9f1aa","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.64_1777617077832_0.5452873083520944","host":"s3://npm-registry-packages-npm-production"}},"0.1.65":{"name":"@telepath-computer/television","version":"0.1.65","_id":"@telepath-computer/television@0.1.65","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"b6e2190889d338a49aebe397b767643ed5c3ad03","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.65.tgz","fileCount":12,"integrity":"sha512-29MQ1v19JCOyhEP1wMhwPkAdRekKcJbrZaU0/5CUfA9Q2PtfhER4hQeWxkZ4DZgJk1xVQnNaU3LyEmYdLkR5qA==","signatures":[{"sig":"MEUCIFPvaXh9cGj1fLH4gRMr6OntcrDw5B2MNAdMaHtbEy9RAiEAo9Bv3oH8dWK7qtm/J5plonTP5Y3eGvdAFWrIZvqgaWE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9964714},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"1cbb403c823d425f4c4dfc18b7a09ee1db34ccd2","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.65_1777662326874_0.16261141058445872","host":"s3://npm-registry-packages-npm-production"}},"0.1.66":{"name":"@telepath-computer/television","version":"0.1.66","_id":"@telepath-computer/television@0.1.66","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"25f177a0bb9f800b3fc15b7b78c2eeda32f15d28","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.66.tgz","fileCount":14,"integrity":"sha512-sSMFdq1cGq1P7MwyuV435JIs43PTPrrRXw2gPGCb6PvQGRu4uaQn/ArIkwJ1NnkhxrhoQYoc5EegiW62U3MWOg==","signatures":[{"sig":"MEYCIQD671TPduWvIoxvO5VWEuT/Nu3v1MooZGpy7mWrlI1t0QIhAJ8y2D4/WXIL/OWEPp0VnSKT3EnY8BM5jNPnd6oE9tDb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10007914},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"71781b5e30072cd70bb13875c4210f506bfc1a6c","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.66_1777681120390_0.21003073570824138","host":"s3://npm-registry-packages-npm-production"}},"0.1.67":{"name":"@telepath-computer/television","version":"0.1.67","_id":"@telepath-computer/television@0.1.67","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"b9773942ee691b7d8fd62a1a9893986c49d04e37","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.67.tgz","fileCount":14,"integrity":"sha512-7qPtajologJgT7tXIV5PwjZY315v8g9bRO8H1ECHs8UOQWT6U4zpNy8J3T+BlGf1pOw8w5zKrEzBsed8OqVX1g==","signatures":[{"sig":"MEQCIGHLh8Doo32ujpK9fCQNfcf9j7So8PGf+PTJhUJpfOtwAiAmajGoxblKvXiA9pIRQwVU2mVBviqbDeaG9aED+arykw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10008014},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"3a5f0ec73f72d8dd5f8c8a7b15244e7eb2964cb8","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.67_1777681809125_0.13361083817481378","host":"s3://npm-registry-packages-npm-production"}},"0.1.68":{"name":"@telepath-computer/television","version":"0.1.68","_id":"@telepath-computer/television@0.1.68","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"afada9b4502a33aef21106d73852f80769ac4eb9","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.68.tgz","fileCount":14,"integrity":"sha512-87rBDDkxEZNKZCWw4R8/cFF2NN8LdtSpZp9v8R+V6IKY+vjVBtuGCEAIFaSKXdthm/qVEqnKlO9EGuy0rAKonA==","signatures":[{"sig":"MEUCIQCWrPtvPdFlH9QZuhpogFrL4v35W54jNsyzdDdpfR6QYQIgbBPqZbHeJgEHUFlD75yVgcRz+rCkbAX6ezFtFmhLo9c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10011735},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"805688afefd0ce5c4306cfc3b1bbf946d0ee5359","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.68_1777682804903_0.3821528336031401","host":"s3://npm-registry-packages-npm-production"}},"0.1.69":{"name":"@telepath-computer/television","version":"0.1.69","_id":"@telepath-computer/television@0.1.69","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"33b10b49f08d574d58221216d57bec50d01cc8a0","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.69.tgz","fileCount":14,"integrity":"sha512-sYnUORPmRON0F8Y8R3mEgs0k5W+e3f19NVC2nMrnyaNkmDZk696q4Z1F0g2F6xiWfRLQbXf1ue+g8Z2ziwZ3VQ==","signatures":[{"sig":"MEQCIEEboK6dv0siImCXJE5PbgQzM9kTBrteexQjHq+Yc04rAiAmU+8FUqJXAXNmPxvZ94j3zJCWO1mugnddpOKNufWwBg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10011528},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"a7844dbd19f498f4243e17f240f618ebaaf96394","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.69_1777839414412_0.8125136408457438","host":"s3://npm-registry-packages-npm-production"}},"0.1.70":{"name":"@telepath-computer/television","version":"0.1.70","_id":"@telepath-computer/television@0.1.70","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"78a40dbead2c3bf099c33e46c000f309b1bc2cfa","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.70.tgz","fileCount":14,"integrity":"sha512-/tMuzwxmRqRlcA4PXWj58FcFJ+UrewYywLFbGmOcnemCfAYeYfFWUMevzAbgXTB3f3UtDaLqfmPNzhBXgwN77w==","signatures":[{"sig":"MEYCIQD0ZGIYTp9BzzKsmGOD7esTVtGYvE+bv/+ePJs4uxq6RgIhALo8QOdWUI0ib02pijWMrNlBf4hWupS4s+iKkJ63rzzy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10015068},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"d11c31d6e252223cfeb045695bcd5eced8b5e7a1","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.70_1777844833028_0.3405544517146253","host":"s3://npm-registry-packages-npm-production"}},"0.1.71":{"name":"@telepath-computer/television","version":"0.1.71","_id":"@telepath-computer/television@0.1.71","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"df7cfdd7c604769f7745846581b57c1ad355451d","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.71.tgz","fileCount":14,"integrity":"sha512-vh02wGTHB9uksLYxAdLHwYV4gt/Sr2OZGyPLH/qevMsTGoWlFXtjOvaMPitR/Hjo4yOH5qwfH0MYwtstY7kqkw==","signatures":[{"sig":"MEYCIQDgE+VjxSfIoyNcU/zuMUmF/rQXybJC5oJ/XnCzZY+7rgIhALTiTh2rN1ltp3VNRVABN7B+Rtw7/7sBM0JBx7mrIhsG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10022912},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"a4f5976737514d24cb1996aa020794af3a8ecf86","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.71_1777848296972_0.02642007376145994","host":"s3://npm-registry-packages-npm-production"}},"0.1.72":{"name":"@telepath-computer/television","version":"0.1.72","_id":"@telepath-computer/television@0.1.72","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"e0715412d5ebe8e7485cc447c783c2a407e185fc","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.72.tgz","fileCount":14,"integrity":"sha512-cL3IiXvF8eLJldPClgLWAIc/iuTh3D7qJVZEKPl6wOrAZ3g/KN4/Ek7Uj7e1q5XKHSN5m7WjVRtxnGMKimY6Sw==","signatures":[{"sig":"MEQCIFIQ9VnN3Z3hgcGqpRYUvWRCDA3E4QgrlTrol/VVdi+AAiBlEiF3sEe4/wuUskNAEpAUaVwB/3JMAILN71P3kGKXsQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10026631},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"6291100ee1bdaef1e909f32bf7693ba6c15d22ef","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.72_1777853970607_0.29773398375309834","host":"s3://npm-registry-packages-npm-production"}},"0.1.73":{"name":"@telepath-computer/television","version":"0.1.73","_id":"@telepath-computer/television@0.1.73","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"bb34cced6802d877a50cdb98d0266d7845df096d","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.73.tgz","fileCount":16,"integrity":"sha512-5IzA+KpBYScX5QrEHyn5jXvkmhyqV+6ci5H0h+yYMPV4h6tuRugB8VGo448aaH37YCLyL6/vdDihl5svuXCp/A==","signatures":[{"sig":"MEQCIDRHNMPG2LvsIkiO+bnO7n+q42GOyCCBq7JElAvCu0hYAiAZQyPr15RQg9orTV0wsxpVI9rlE0Up81p5Y+UgiQNAWg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10036250},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"1a6c60277d54097e3df6783365fc5ebd550b51bb","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.73_1777872151509_0.37987672403726136","host":"s3://npm-registry-packages-npm-production"}},"0.1.74":{"name":"@telepath-computer/television","version":"0.1.74","_id":"@telepath-computer/television@0.1.74","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"532331cae50e61e8a186e87196966d97a15b7281","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.74.tgz","fileCount":16,"integrity":"sha512-T+RLYDKjLctJhd3wG8x8kOloZu9iUNDELn77l0tfxKxVCU/Cm3JRgUpoimhWlDpSmw1mCD4RtRE7kmMPML/bdw==","signatures":[{"sig":"MEQCIAVjE8ie87hapkEmxJejkCwnK2UK8XDglaqGE4U7Ke5BAiB6lR0O81ufbGlCfN0Fj502Iz2z20NYE59yDKAnZ8JcPQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10039866},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"dfb2552decd1781d30d415a663513fabe7ffccde","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.74_1777878774482_0.8697132917746317","host":"s3://npm-registry-packages-npm-production"}},"0.1.75":{"name":"@telepath-computer/television","version":"0.1.75","_id":"@telepath-computer/television@0.1.75","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"7cbd8b10f9145d6c101ae7c550fe27ae633fbfb4","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.75.tgz","fileCount":16,"integrity":"sha512-tJLEi/6HvoxjF4EcjDLWSGkgoN4sf9iDB9NG35LHQMkxuGCTfzpwiBdvPmM7A52TCBY6K+I43EVy+UZxU+VaHw==","signatures":[{"sig":"MEQCICcjvqK3XrGE8y3aF9HrgBZ0pGN5FrMCtXyDZOTHlvpfAiAcVqb+Ib/Vd/6xgED1xyNRunIr67Zocqv3K4rXuWfimA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10061870},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"408e8ec44fd188aa94dba06d9974a7c2f2a310e0","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.75_1777924877784_0.4812368388934998","host":"s3://npm-registry-packages-npm-production"}},"0.1.76":{"name":"@telepath-computer/television","version":"0.1.76","_id":"@telepath-computer/television@0.1.76","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"8e543da5c8925eff1a2813e30445c99495d1b3c8","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.76.tgz","fileCount":18,"integrity":"sha512-XXwcbPPMRff4unLVF7lJ/r3TkuTkxJUxv2brr3fjkFr7kcRF1VRNlE1v2YFlOtHmnwANiVZuWmIP8LWCBqisKQ==","signatures":[{"sig":"MEYCIQDCMAxcKiNwzaomjTF+39aBexOlgGrtDMo+7MIu+MqioQIhAPMz4YKQ9ybXtohMicSbTnSoEqgsFCSjFnOn2D3NzG23","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10002640},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"bc7231c0fe6986971d616cda5e9784dc4da1282b","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.76_1777939022030_0.2783359375192773","host":"s3://npm-registry-packages-npm-production"}},"0.1.77":{"name":"@telepath-computer/television","version":"0.1.77","_id":"@telepath-computer/television@0.1.77","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"b2d28016b5ee8b8d5355d8ede0600b271091fbc7","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.77.tgz","fileCount":18,"integrity":"sha512-+kT+qHOHBrG8sS0j/DiJEzLhSiUwTXXSTb+RA8FLTnCyoHn0kPXeaO5WS7YQmi9NWRoc+9HePQQ+CDFodouljw==","signatures":[{"sig":"MEYCIQC5LsSh4HpDYOlkWa9+T2bBpJ+b6fbbAB6r1ZZAd1ZaxAIhAPwcVCOJn2UtP+tnzl/tRbVw5vUZTdlPZ5mpPkJR2WU7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10003058},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"845e4cf7f55cd2948e824ee32a5e1a4a180ddee3","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.77_1777943218815_0.7677590877382436","host":"s3://npm-registry-packages-npm-production"}},"0.1.78":{"name":"@telepath-computer/television","version":"0.1.78","_id":"@telepath-computer/television@0.1.78","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"70cde49efb2ad00760683c88d1f748d942b03f6a","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.78.tgz","fileCount":18,"integrity":"sha512-R8veWvXQylLOM3JUwcJE6w6z4Vn685iIJI4uB9ClsbJMkC3cfCfzGhVo+uh5skF9ikz7ObL3pmwrWo/RyRUEYQ==","signatures":[{"sig":"MEUCIQDBSPWX3e/MPm9+mI/M9DKEEsRX0uLIoTQos8k9vpaZMgIgNNMaTfBFABEZoCXnQn83+Jjv1zLjcpaDRUDQqy7SmOk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10003187},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"9b435c332486ca3bd7eeb351d9b9ce81f545d228","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.78_1777947139683_0.398177653330821","host":"s3://npm-registry-packages-npm-production"}},"0.1.79":{"name":"@telepath-computer/television","version":"0.1.79","_id":"@telepath-computer/television@0.1.79","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"93d0fbf16147e0583f1368e99f6cb2cabd19be10","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.79.tgz","fileCount":19,"integrity":"sha512-ZMRaZnCr0JVGWYBGRsu15KDib3dCH3cxfA4jtygkG+HQXM9u4i0TarCZ0jxrY8AJjAME+5KdHVqy9GFHraZ6MA==","signatures":[{"sig":"MEUCIGql2FVf1OILibLhFvyR2cZx1zqHf4sDuJa05EZWJuCHAiEA8XC1lC/ijlbXbAobG8gMzWhuGFkxA7U689PoKj6hSCo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10008590},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"8a2ee774f2433b35c5e0cd803cf7916d790c9f56","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.79_1777991874322_0.25759325544757616","host":"s3://npm-registry-packages-npm-production"}},"0.1.80":{"name":"@telepath-computer/television","version":"0.1.80","_id":"@telepath-computer/television@0.1.80","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"10fcd6377708c18838ee1b5b371ee18a422761bc","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.80.tgz","fileCount":19,"integrity":"sha512-926tODtt1DFz64Vyy6UFMaJ7RTPCOMLftt3M9xmFO5LchHh5ItH7HT5kJVxzlCSXT/4UXqQNP/yXMa0hNQL34A==","signatures":[{"sig":"MEUCIBUXCP8YXJr6N+TaBaZAmnK4EOtFb77TkW2irLwGshpSAiEAsXdt4TdAgIG2G/kOp0/Mru+qEtGMJTkN3S4ifipWiUY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10008590},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"ee319fd6132954c4317703a41acf55a7b0bc3bd1","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.80_1777994484849_0.7795197494004662","host":"s3://npm-registry-packages-npm-production"}},"0.1.81":{"name":"@telepath-computer/television","version":"0.1.81","_id":"@telepath-computer/television@0.1.81","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"f1f119a5a4ced41ac7648eb7e6c0e20e5de6d23f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.81.tgz","fileCount":19,"integrity":"sha512-lqWxJ85aWfsblqAq/zTxYriK1xAROJm/DVaQuiyGqHpEmzlOmXjoEUkE+adBeF/H9PsMuw0p+ZVeW9+Wuac84g==","signatures":[{"sig":"MEUCIB0KPBL3cQZoFver7cUruM8viK57c1WHFFaPbB4SOW74AiEApheRmuCLuNj8V/21POOt+lNfzXrjHv3+MtRY5tSdbJw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10012985},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"c8c50ccb7e88d8f37dd94ac0a967d91692d728be","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.81_1778007190420_0.3270312702324505","host":"s3://npm-registry-packages-npm-production"}},"0.1.82":{"name":"@telepath-computer/television","version":"0.1.82","_id":"@telepath-computer/television@0.1.82","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"c4b00d82c7635ff039d22d11f46c67f4333d953d","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.82.tgz","fileCount":20,"integrity":"sha512-O2spw60GNnZFnB5dy5HOAIlFj2R+N2kFe5JcJjN1w/dWbEBEfkOyR4kJzDgKMd8S2oZPlcXicHZ+EjMQq7ykHg==","signatures":[{"sig":"MEYCIQD5dhM6HELp8f1oHJ14D58IIv0CqX2v4Lwwkt6+YMleswIhAIv5VmggN04Thd5wfy4Zu3REoxvrQzC6Viv8x62cUfy7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10046478},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"d4f10bde9b37ca95861e17d3e5a1b6612822e3bc","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.82_1778013778189_0.009968268012189974","host":"s3://npm-registry-packages-npm-production"}},"0.1.83":{"name":"@telepath-computer/television","version":"0.1.83","_id":"@telepath-computer/television@0.1.83","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"0743aa088a14d5eba49c280354eafdc978cd7100","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.83.tgz","fileCount":20,"integrity":"sha512-ul8GOH33XEOUs/xRMdx3ixWI3ZtmhnoYjVz+XwRh3Zt55mJMaCyHMBb7PGDHc47LqY6Yo4Os98Sj3tUp2ozPjA==","signatures":[{"sig":"MEUCICTfZ5s3M5PBLBCsN3cGtNb56voHxqIIt1Hmio1cWnpEAiEAsyIzyYlwN0JnbyLfXw7SIhUxSNrReAomVTpLrH3LHGU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8459027},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"96e521af936b3c2b75eda96c21310383eaf4b7e5","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.83_1778018365791_0.5075947229406899","host":"s3://npm-registry-packages-npm-production"}},"0.1.84":{"name":"@telepath-computer/television","version":"0.1.84","_id":"@telepath-computer/television@0.1.84","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"a3d6c1f7f7aad6a5378653cad872f6403a040a81","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.84.tgz","fileCount":20,"integrity":"sha512-NTMBHW4LcaeibUQd7bCpEQPLeaVz1Egy1IDVQp1Wn/W5LgnNGFozgZb5yNoRWwXrTRK4MoXZlD2M/5UYXEIxQw==","signatures":[{"sig":"MEUCIBjVw2ssYDIxVs/SBrT//fzCY9rUKV9wQPaih+cIh2qXAiEAg66onzN3uzSZwPzT3Yogshcm3HM3HWMO4mPZd3lxlwM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8460081},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"332f7669c5075f02ad73290f665efed5886d5416","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.84_1778022111187_0.059996591255026877","host":"s3://npm-registry-packages-npm-production"}},"0.1.85":{"name":"@telepath-computer/television","version":"0.1.85","_id":"@telepath-computer/television@0.1.85","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"1459d3bc6428a0d7d354d4c49b1f9903b2c5754d","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.85.tgz","fileCount":20,"integrity":"sha512-Yip0u8xlFkgyXdPhfy9zrvaFNIERyvPI/+MlELV9F91HwJWaWyLEwh59k+V6d+i5WIyZaSaNVSEoFwWx0+YtVg==","signatures":[{"sig":"MEQCIDCJPXFgKA968FDs3oVgjwAXT8zfvlgoRpPrEPfTLwzqAiARy0e0WzsNuzThr5rxS23ntGFRtlkrMGlu6/vGnDqjyw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8492960},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"686cba9832ca41e5431455b0838e0e53790b5977","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.85_1778043501746_0.25394636452627006","host":"s3://npm-registry-packages-npm-production"}},"0.1.86":{"name":"@telepath-computer/television","version":"0.1.86","_id":"@telepath-computer/television@0.1.86","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"1e2ce45fccdd2298be9babc5543cf9a2a49ac1f2","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.86.tgz","fileCount":20,"integrity":"sha512-v2TUJOfS6c7HZlfFV4aVw4CqMJ7EhbJaXyUi3cJp8lE0QOiYdwazyXQIKYmbUxXnUY/WaL2pmLxxL9aj7p4nqQ==","signatures":[{"sig":"MEYCIQCJZmmEd6gfo9NhhBRhT2XKwOXjrnsCxDaqjK/vHm1mOAIhAOoGuC2BJZBPZSygb8kjv2EfTh5qBBoRNU+oS4gMk9nM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8492951},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"ebd4a8fb65ef1e3cd68053d1b9226678a02b58ba","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.86_1778045996875_0.5988858176065492","host":"s3://npm-registry-packages-npm-production"}},"0.1.87":{"name":"@telepath-computer/television","version":"0.1.87","_id":"@telepath-computer/television@0.1.87","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"7b18a5a5ac92ea03dc9da773578488138d887d07","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.87.tgz","fileCount":20,"integrity":"sha512-59evmKnMpjewKbITYqiaq3q4A2yn+EurGyylxG4dH2D/HlJv3j3csQFvRrz4G4V8YO2+9fXSFtKqTS6INoXhrw==","signatures":[{"sig":"MEQCIDzut2wHoZ13Cy6mN0F55tH0lEpxMYqNZaWfEH1k/8cxAiAH140v9Dl0ggsPeXRliAetrUAlcB89/QzMNWFrxpgKsw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8493159},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"61a92b5f720455b6c11139deff397b5a9012961e","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.87_1778541711148_0.2538792978131401","host":"s3://npm-registry-packages-npm-production"}},"0.1.88":{"name":"@telepath-computer/television","version":"0.1.88","_id":"@telepath-computer/television@0.1.88","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"b5c604eaec5ed6eab3811a1660dc40e8877279c3","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.88.tgz","fileCount":20,"integrity":"sha512-CGjtICdSRq1UbxIvJbm99WgnbbtWmT3fb3puZstYhSaAhj/dkPyBdSCLgW72Kn2/JRAI1a23aKNoEmDx70Ug8g==","signatures":[{"sig":"MEYCIQCA8Af2drzKp8j2fSlwwBo0sf+4VwJ+qD3U3v3sQFChsQIhAN8XxlPJV2BS8Kw8T0IILv4CYkRNQ46fQQzpQqJxMLE3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8493210},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"09fc2004356f9edba3bcebab4c6e068e73e68848","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.88_1778607585391_0.4842105853708929","host":"s3://npm-registry-packages-npm-production"}},"0.1.89":{"name":"@telepath-computer/television","version":"0.1.89","_id":"@telepath-computer/television@0.1.89","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"6f2724f0b0e1a79fb3570a265aefb13d00362895","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.89.tgz","fileCount":20,"integrity":"sha512-cWhD8ZIqVo1V+3kD3V4W3mkHSUou1But+xQ3JLCrmrNBuxCUowYKsOIZZ1irdlLdBvIaG9/RbjLFSsFhuldI7A==","signatures":[{"sig":"MEQCIHEIFkIBBIh/PplwCI1HThVWb0pU3QUI+VavnQh0o4TvAiBpn+5kbBXqEYZYKmwzPz/hM8t3X6SR7J0roPX234c8xA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8493013},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"e89c9cf09f6cca230a68580136176617b14757db","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.89_1778607766713_0.09839247131865902","host":"s3://npm-registry-packages-npm-production"}},"0.1.90":{"name":"@telepath-computer/television","version":"0.1.90","_id":"@telepath-computer/television@0.1.90","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"346638fab55f7c1ce2330e88226c9a45868a865e","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.90.tgz","fileCount":20,"integrity":"sha512-kn5ugiLDGaqiYvkNsloy0SOL2C5UF41XyzvVCjRqKmeBdHnEAW4aXI7RdmNW6byNDt3W+jBMekzOJDvDMzkUBQ==","signatures":[{"sig":"MEYCIQDO6zdFdUfSM0drWEv0JEeK0Ne/j/CY0KMfb36tLCJECwIhAIHS3/YDAwwfwJ/HNNBaI1z4/L6oEnPcbRPimUenZOA+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8492952},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"cb6d4f20493493687f5d76ecce2508cc5d68894d","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.90_1778607901425_0.5758362674486597","host":"s3://npm-registry-packages-npm-production"}},"0.1.91":{"name":"@telepath-computer/television","version":"0.1.91","_id":"@telepath-computer/television@0.1.91","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"62e63832f2e1cb32f08dfbe2ac60810c64f4459f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.91.tgz","fileCount":20,"integrity":"sha512-N6oDdMFmmj5OHyGoZOlAcYUZrSjE+vguV601aYmaQtNPFyu4I84T4cL537KXQL68jlY0N0+s5lnsh9JffbGtwA==","signatures":[{"sig":"MEYCIQCdMBzPNb3TPzBViny1XXJ1ILzvrTGJqafCNPKbHje7tgIhAIG7sXiMSjGOUP4uXBavbeB3VVdezON+np9kyGoIwSz5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8493159},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"1031bf5bfe8b9af4754af2da540f9ffa6517599e","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.91_1778608054820_0.6196255605966672","host":"s3://npm-registry-packages-npm-production"}},"0.1.92":{"name":"@telepath-computer/television","version":"0.1.92","_id":"@telepath-computer/television@0.1.92","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"018b7c3edfb5dcef6a6f2fe61e0f8ad1060203f9","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.92.tgz","fileCount":20,"integrity":"sha512-0aDQwGOtzTmGzYmHdybRM6gQ2miiZexlFKPvCK0iPj8GuAb9xXrbyWwcNW4JSqoj1JLgNfDgjdum7VU12QneIA==","signatures":[{"sig":"MEUCIDLsWwdIUIb0hOZumxJ7t40368HX+UuB89hUnq5vaZ4fAiEAxvoU2o1r4Klt/j3PPt38YlpUppQleKiH+Ouz0oR7jzg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8492952},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"aa6de2e39a8ef187660545b0b4790a6751a5a178","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.92_1778609594659_0.49595270977082495","host":"s3://npm-registry-packages-npm-production"}},"0.1.93":{"name":"@telepath-computer/television","version":"0.1.93","_id":"@telepath-computer/television@0.1.93","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"cb7d167be24c9dbbe78dfee9b0b2f545930bdbfa","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.93.tgz","fileCount":20,"integrity":"sha512-xzhUuir6WNYQT9ZZne8FeFzwsLdcbOahNP8gElUh3+m5otaDGXvYs6iKDzaLMK71jNtlAbeX+iCN+nFPUoxl7w==","signatures":[{"sig":"MEYCIQCW8gV2TDUx+qVjHsAPKgxrlEjF8yk6lnJ0xae3zrIYkwIhAIEkE9g+ws8Xw3w8PxauL3oAtIgz2V8Lo8W3jaTSAFP6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8493003},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"d579da41189d99df266798bc4c0b03b5ff36da5d","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.93_1778610037934_0.8164032039638653","host":"s3://npm-registry-packages-npm-production"}},"0.1.94":{"name":"@telepath-computer/television","version":"0.1.94","_id":"@telepath-computer/television@0.1.94","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"98beb3dabff66663e084bf3ee275832d0ec9653e","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.94.tgz","fileCount":20,"integrity":"sha512-JFhA4geHYCs32RFimtlDpsQydYDm18fm2njdcPehDj4tZCZZYUVDc9saBPAqKU2Nwoz++8NAaRp/zC+btI0eww==","signatures":[{"sig":"MEUCIAewvDmOS5zmBw66AgiEQ1PeL0qbLRxRPBZmRRFtONMOAiEAm1CWw6GxgrSk9CK24nF75YHyieKRCGtB2kZX00o2JkI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8493450},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"b716531d99ec0fa5852f0d806094070839b80772","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.94_1778629725576_0.6783898640994945","host":"s3://npm-registry-packages-npm-production"}},"0.1.95":{"name":"@telepath-computer/television","version":"0.1.95","_id":"@telepath-computer/television@0.1.95","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"33f05902f476cd6dbddddbc6eaa910145ae57c94","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.95.tgz","fileCount":20,"integrity":"sha512-H03vOqWYIIia2CZbD5gEO+6Inendsc6P1sNha9VbADZvAYwmSk3n0Ln+smvlDLL9Gul+ZqJ4opZCwOmQzX6giw==","signatures":[{"sig":"MEYCIQCKqGWmtOxkpZ5PpkSirCNpnUp8wRKaBS0vVU/YZWdCVQIhAOzptogNWvK4CZcw+ju/siNdR2ISOBfD5KjffdEacgH+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8493636},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"3ace240739b490d1a2cd38ac0cccdf7730807eab","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.95_1778633168012_0.4843111351225491","host":"s3://npm-registry-packages-npm-production"}},"0.1.96":{"name":"@telepath-computer/television","version":"0.1.96","_id":"@telepath-computer/television@0.1.96","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"2df0a0274a31bffb2e11c34d90383c680b5b08ef","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.96.tgz","fileCount":20,"integrity":"sha512-pS2+CHob916Cc0mqcYPD74MhcKmtoJqVpRPkpJNNA7YPVSVLo9YisQvl8n2H11j5xYv0ta/HcobyakGMbUlkDw==","signatures":[{"sig":"MEYCIQCaoNsjF6NA7qVR0wOvvGw19ldY2HrkL8Y3v59a9rUivwIhAIqjFjm78/ut7ZXAcL4CaCqZKcc3flxuoo0bysY0R+Pi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8493843},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"cbd92c081204d7e2bd396324b0fccf1397812d0e","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.96_1778698979372_0.3107798836064297","host":"s3://npm-registry-packages-npm-production"}},"0.1.97":{"name":"@telepath-computer/television","version":"0.1.97","_id":"@telepath-computer/television@0.1.97","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"e8c4c7c9d05db6d289f77ebc7ebd33730caac17c","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.97.tgz","fileCount":21,"integrity":"sha512-40BcDC6loViUXn4ZuX37ncJwU4K6+BSpp8ROsRtmNyM9YyUuq3/agU33X2+xPtm3YEQz+1JwwJqaomKdp8YCdw==","signatures":[{"sig":"MEQCIDe0iyERxwM3mYww+TPfTVNfV4y5RixaAler0PDDRWmJAiB7DG+GuFlBqXOPyTQD32APrwEJCLkTfLUJRwT5nW3HWw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8533698},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"a22e972b9558de6e4314d8d52a9a6b2579f1b6b5","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.97_1778711630360_0.028865004633297886","host":"s3://npm-registry-packages-npm-production"}},"0.1.98":{"name":"@telepath-computer/television","version":"0.1.98","_id":"@telepath-computer/television@0.1.98","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"ded35345ce6fd6ffebb32ff4a521920002ddbfe7","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.98.tgz","fileCount":21,"integrity":"sha512-WcbUDpivrKh5qu/CrUVemQR7lMhEkFj5eXDoSldbk/+0X0ufweDIgSJkjM9mdbrfBAuUYIm7o59WsZx5R0VDeA==","signatures":[{"sig":"MEUCIQD5UZH4mBcCbHA2PJnYeSsejzN+LjuVzWw3YkboZEaMyAIgZ9Xkj7C1Q4nG8f5mAW6itGVc2SKZeuBj8LedtvP70JQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8533783},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"ff6629f05c979de1f346f4cf739df92d674caac7","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.98_1778712179151_0.03197690402047071","host":"s3://npm-registry-packages-npm-production"}},"0.1.99":{"name":"@telepath-computer/television","version":"0.1.99","_id":"@telepath-computer/television@0.1.99","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"5b2cd45a7dc95de095a98739860193555502fb4f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.99.tgz","fileCount":17,"integrity":"sha512-RC0KNWgCahwgH55YSxEFwTP90MZ93SoaAmOGQhAQ03nJm17wYN6IDCKjSeukquIl4l0rUxbU15ZOJeRQlXv0uQ==","signatures":[{"sig":"MEUCIEBMzsniOS6Iy32WOnxx/hV++FCnrBtWhsjyhdSP2afHAiEAmiH0nPNOrcEIgd3rpIdg0DzZ0Tata+tL5VFD5tm4tYY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8514742},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"cfc894a072852498fe7175cbd7bac7b6c9f441fd","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.99_1778734686829_0.6898559236927817","host":"s3://npm-registry-packages-npm-production"}},"0.1.100":{"name":"@telepath-computer/television","version":"0.1.100","_id":"@telepath-computer/television@0.1.100","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"616f2735ad372d6b9be20618294a296a2a6c069f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.100.tgz","fileCount":17,"integrity":"sha512-oB01QFEM7Qjj1ER9F27C/VbnSWhJlNbCVaoznqJ88oMKdaKmD2SM7ykgcY/ai7rMXige4TckNao7CHztvKxMyw==","signatures":[{"sig":"MEQCIAn9kFFMJTHLHhSXoJEz1SkUgSYENm0/Z3VZe4SK/eifAiA7vErfr5ZU7G3z+xLSUr/LiJWzTnM+nlFM9lfCFQK+lg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8514538},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"9e9b81c8c0491aae2e4d183da0911020f7611994","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.100_1778776045065_0.897280637988916","host":"s3://npm-registry-packages-npm-production"}},"0.1.101":{"name":"@telepath-computer/television","version":"0.1.101","_id":"@telepath-computer/television@0.1.101","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"78e6532f2e0fe74892032dfafbd3c95b22215f52","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.101.tgz","fileCount":17,"integrity":"sha512-rX3RP/x2xNpL6xoogA5PKONmiLtO5/p0X+i8aCknMhc4rMgQNEyafj7GSHUZFNVVTOOA8Pr9eNpWl9JiavYNzA==","signatures":[{"sig":"MEYCIQC1/7c6/cfIi0LunoJpeiiBW2PJmfsdmgg5xtIGaQkaLgIhAKjhOh4xxHL8mbUSu+3Pc/+e9ME33vl22UAKSHEN1lJR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8522192},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"16dba1e6ecfa91af2d0694b7e56087d3116de39a","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.101_1778785014980_0.8064168448661535","host":"s3://npm-registry-packages-npm-production"}},"0.1.102":{"name":"@telepath-computer/television","version":"0.1.102","_id":"@telepath-computer/television@0.1.102","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"05dd828cc45f26b9902a14c7cd7517e7a830f23d","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.102.tgz","fileCount":17,"integrity":"sha512-ksPodRcb1Dp+MIxInLIgXQ1+QMN8A33vF05W98ApCoPVYer+zQPmncKoN42MEmz/wZLYycNn5E1MIJZlfUSyMQ==","signatures":[{"sig":"MEQCIDlo7Nn2QeYhAM0TaPPpznAkB9+lK+GV2g1nJ1nWdvr4AiBtNv4xS9enOge6rjEcrG4nLZ68yKdbKXPiWBjQjho4ew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8522302},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"f13a6b690ae4764ba6f1b5471dd91cf1237fbee5","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.102_1778786201133_0.7387343507696966","host":"s3://npm-registry-packages-npm-production"}},"0.1.103":{"name":"@telepath-computer/television","version":"0.1.103","_id":"@telepath-computer/television@0.1.103","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"7d9536c7895287adc341e47a69b0ebc7b0285b04","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.103.tgz","fileCount":17,"integrity":"sha512-6r5dFFBOxfE+8rGM362OAjio4RlC8/iBQPFH2VQazaL4DFVnHeO+ISJn201WZ2vl70CZsaGqTZKO4fOdx2A9JA==","signatures":[{"sig":"MEQCIFPN/TaJ7Qs4bcITnh5+5v2X8sfN5h/Z0JJlB+aT1TfFAiBMbQFn/1RZmI+QjSZIuyDiWiOpnaCgoq1gc9zKMK3GuQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8523275},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"934f80ee90cf5879b7dd46ec50b6e7c6f0a78c23","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.103_1778792071224_0.26115529199072385","host":"s3://npm-registry-packages-npm-production"}},"0.1.104":{"name":"@telepath-computer/television","version":"0.1.104","_id":"@telepath-computer/television@0.1.104","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"730986d634256d6c086a260f0632cabb3b27834a","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.104.tgz","fileCount":17,"integrity":"sha512-GQeu5+bxZzx+Kzo3ZY0CaWPfIVZzZko4oJi9mhIad+VaoMUBIpwNnDwzi5FF0ujbDYk6TtdUbH91SOtDMyTNrA==","signatures":[{"sig":"MEQCIDwKN/ZdnM4qrH+qEH+Iucvu5c1yVUFj9U/VShVtfJf7AiB+hn56vq9SaUd2NMedwoNbsDIOk6y+Pf7Nvqngp6mm5w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8534990},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"1eeaa657cf62639cf70358e61a7dbcf6bf5faf79","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"^1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"^14.0.3","@rupertsworld/daemon":"^0.1.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.104_1778795573058_0.8760106493918314","host":"s3://npm-registry-packages-npm-production"}},"0.1.105":{"name":"@telepath-computer/television","version":"0.1.105","_id":"@telepath-computer/television@0.1.105","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"6c839ec4cbe7d59bf810a16c64e83666aea663f8","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.105.tgz","fileCount":17,"integrity":"sha512-nXMiXGzNl7A1nqT5sBpmh+cc6eB42TJKb5Xiy//gQ2m/+UXEnIj5bbth+TOzbgBcSLH429W1+eWv4HxYbpzX7A==","signatures":[{"sig":"MEQCIE4VpTtHyYduwtTwE/pgh4MYB4vHZkVe9YrgdU7XGtEDAiAENw/se2lJKEq2TeGmNPSTB50wO6XlE4gHTUh9Z9oynQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8575314},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"db95c15cbd581a2f9e2813fa86663c05e58da081","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.105_1778813958082_0.9295617090491761","host":"s3://npm-registry-packages-npm-production"}},"0.1.106":{"name":"@telepath-computer/television","version":"0.1.106","_id":"@telepath-computer/television@0.1.106","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"1f2b9789d68e4547bd8d6e2af8706193ed6db48f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.106.tgz","fileCount":17,"integrity":"sha512-GjGL17OEydHOdAqyVtHWw2/9dsU4DMHmF1SKC/QuZkw3rpl1kNPp2j/C3GNH4Wg1QPdKb+oJlqfValiy9P+SPg==","signatures":[{"sig":"MEUCICXRb9xv/FqmsCAUCVCntzxr7MSooat0KbW7lCAYVQumAiEA1Cwjj5hi0VUSBKuEHRLo6pCiSQc+DM4R8oS4oW1vLlI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8576395},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"9453d7ee86c97a9229a7fe7b61db7e109d948ef3","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.106_1778818442081_0.06856619471321146","host":"s3://npm-registry-packages-npm-production"}},"0.1.107":{"name":"@telepath-computer/television","version":"0.1.107","_id":"@telepath-computer/television@0.1.107","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"6ed8f3e9298cb1bfc87ead103ddcf9c1f5ed4fad","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.107.tgz","fileCount":17,"integrity":"sha512-lSBoGOG4qMK+0kD3OmxcUCx+/PqRfBPj0tOosF3j0TcywjKzMlHYkL5GfLik9KhHAmPnX7TVjy92TtDX2hmHdQ==","signatures":[{"sig":"MEQCIExXvq2XavbzjBuq/I0dlTaXcf0WmceT6u7XT4dX4lpyAiBkGpI5+RP6hVRBWQXVCNdUeP5chWHksZMTrUfV4cwnIA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8586307},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"62ae7f335a06407cd2908ff851dd37bab97e4cc8","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.107_1778827971129_0.6756981378402545","host":"s3://npm-registry-packages-npm-production"}},"0.1.108":{"name":"@telepath-computer/television","version":"0.1.108","_id":"@telepath-computer/television@0.1.108","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"112e39151980f5be5562cf7d45876bfa0256b95e","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.108.tgz","fileCount":17,"integrity":"sha512-h4jXbjaptNv/bfEqrHg2FaJNrycIsad0Y70PVTNX5hAYKe5GDZ8kM6b95xcpU6FWRydi2p5CXdMhRdAfF5vUbg==","signatures":[{"sig":"MEYCIQCkEz580CW+rndu6zxBVmV+XS/A39+Vd1Ep9oRM/QEBeQIhANHhqPjZwqVwKrAXEqU7cTXbFcd6iUJCaPu2n52vEjtW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8550806},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"220c115238ba03ca1de7876e8daffee283ac575c","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.108_1778877415701_0.472691141159723","host":"s3://npm-registry-packages-npm-production"}},"0.1.109":{"name":"@telepath-computer/television","version":"0.1.109","_id":"@telepath-computer/television@0.1.109","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"789f421174b3885598a36ba90ff84790e813abd0","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.109.tgz","fileCount":17,"integrity":"sha512-XErS6klL2viKcZ+zdflPIklcPBw3V+9ZmovIMCFcqCG0PvWjDuR3FEFpdFkjsA67EFCfMvjGe3SpjcgLiyGS4Q==","signatures":[{"sig":"MEUCIQCaf2ot46F6fpyVfkZVXbs2tevBUecwBE0VlL1p1SVHtgIgarU+VBnuiInF/4B/WkISLe5KmVeMzvqgUfbZ+aSdeBU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8551013},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"eb79faa33780a8cab1766e1c6af5f337c14548f3","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.109_1778877831254_0.5956914157821782","host":"s3://npm-registry-packages-npm-production"}},"0.1.110":{"name":"@telepath-computer/television","version":"0.1.110","_id":"@telepath-computer/television@0.1.110","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"a4bb59f431b400b6559a4ef524a1f65c3a793153","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.110.tgz","fileCount":17,"integrity":"sha512-I8GxnJ3cJqi+5xxtALr6WEdfph66eGGJ2erE6GfwMG4TWGncf+QQe3aD2Z2k7ewnwZBnuhwqezvo5Ki4EtGu0Q==","signatures":[{"sig":"MEUCIQDCkJB1ivzT0exFSQbVQLMpp9TndpoW5BmZb4SmXts+5gIgRkopzU/gusIOGr4Alrlqz3EnpGDBtSR+JrWiYLbsQjo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8550806},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"f8b532796db34bfb76ec4baf3cc576d16d2617d1","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.110_1778879985133_0.23646959767447862","host":"s3://npm-registry-packages-npm-production"}},"0.1.111":{"name":"@telepath-computer/television","version":"0.1.111","_id":"@telepath-computer/television@0.1.111","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"89fe434c89cb0d02f7084a20d4e800b3d0b3828b","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.111.tgz","fileCount":17,"integrity":"sha512-+Wg5t/k7OBnYZGB43OoPOeNVfdWTnZFOZU0wpkc5175o7rUCWCM84GNKMKPnNws99P0CE5zdGl8MEo/7dOKc7w==","signatures":[{"sig":"MEUCIQCulfWFw6Jr7m1fq/h2MCf9TH93KuA2vsWlBDmFQLShuwIgVJNNXMwDRsNn3VnKLNGAFSS1/AmfIN3FN09k3nSjyYY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8551013},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"f476962c7e23e566a44740dec44df5776b9d0d6b","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.111_1778882485109_0.6592201137772566","host":"s3://npm-registry-packages-npm-production"}},"0.1.112":{"name":"@telepath-computer/television","version":"0.1.112","_id":"@telepath-computer/television@0.1.112","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"6ee7e4be685efc29c4cbd344b2af2a1abd5de60e","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.112.tgz","fileCount":17,"integrity":"sha512-s9AMmMsiWzO83a8Qke+8uerHoMO2csq1f4Ssl+37VDrDarDPb/7/QUoUzGBWBioD+wMTLS1S3pi1NgnbOLC/zw==","signatures":[{"sig":"MEUCIB4hTm/FmsUyok+l+14aH032Xswsf5UHBCnAbJoy5qRdAiEA1Mhid7IB7pOmRIRhjgxdM0Vdo8WaOmbF3Gn1j1PY8Xs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8550806},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"50f1633ec0da1998ed3e3dd4ac58b41cc6deed90","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.112_1778884254888_0.37902384548988466","host":"s3://npm-registry-packages-npm-production"}},"0.1.113":{"name":"@telepath-computer/television","version":"0.1.113","_id":"@telepath-computer/television@0.1.113","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"0f4568b7fbf840214934a61401c75087f6eb1eb8","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.113.tgz","fileCount":17,"integrity":"sha512-+BvXqGsN+9d7PhAVHFCKRs/H1njJUF3/oSzvWzLkPxCmgR9tBrmtHYAOIN6w2Ow5CaTBPeN1etYUpeBDCRjytw==","signatures":[{"sig":"MEQCIB6a+TEuBHvGJZXT15jG0BdkY7O+9reUq50KrsUUlhzGAiAVFDSDdDjNJ2RadOJUCXr5a0IEdQyRtFBMu4gPW/PZ/w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8554021},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"055f28f0a17fdca0bb6170d0e60465a6ee8f23c0","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.113_1778897206984_0.289961359921344","host":"s3://npm-registry-packages-npm-production"}},"0.1.114":{"name":"@telepath-computer/television","version":"0.1.114","_id":"@telepath-computer/television@0.1.114","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"799369a8b7242f57eb3082bd5af4f011a7ebeded","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.114.tgz","fileCount":17,"integrity":"sha512-AF46oa3wXMmZp6O8F2JsD3m3wiAHrDJiJ7ZArCA1EQKlWPQKMgAGEJLF8dKarLyzXyo75KdxV+B26eCxtpAnow==","signatures":[{"sig":"MEUCIEqh1V5kxuciPd8D4f8s1f+xnO3ZC2JbgQjHDawtyO5oAiEA4YzctK90dqCxEWWnYC0+cBV+iSdxLUgmYb5kIkRZq0E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8554021},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"a160c7d03d841e112d189fd2bf634ef04279ae25","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.114_1778897265285_0.8062485736801672","host":"s3://npm-registry-packages-npm-production"}},"0.1.115":{"name":"@telepath-computer/television","version":"0.1.115","_id":"@telepath-computer/television@0.1.115","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"29259f8441687258e1b14c562bb868b5af628914","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.115.tgz","fileCount":17,"integrity":"sha512-7Kez4YGcu2A1jaoeVRDU+SYLKyOyc2zg73W2+2HnlML7DRWXtlCajlDXU+fhVkZq6Wd15Pzyi9mjtXD2cNOs5w==","signatures":[{"sig":"MEYCIQD4nFY4Lonkb2IUy1WtO8Ev+ov6hnw9gZ6UkKeoULp5zAIhAIgAQ8yjV3EHq7A2SXKTTAs19ogotr5BoSLLp4iLj4KS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8554021},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"d3c201dbb68a473524d4e9904ff8ac8195cc20c6","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.115_1779146301329_0.5836983470348507","host":"s3://npm-registry-packages-npm-production"}},"0.1.116":{"name":"@telepath-computer/television","version":"0.1.116","_id":"@telepath-computer/television@0.1.116","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"57cd6f7a69d14d9338e6046e3372efbc8e2cbd9b","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.116.tgz","fileCount":17,"integrity":"sha512-c99pPsHFGmbP7lU7W/RGRF4M4axnh50QCSImqvubz1cGuTJ62eiKJgor4LB4wq0dDibNJN4mYmud741qukv1/A==","signatures":[{"sig":"MEQCIHIgeCGEzXi2RW++NX/L+otykLs1ecoMAm79Bt5Bqf5bAiB5wN8o2CHsKHpl/dG639QJNRJ3VIUFHiMQLoDAD38lNQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8555078},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"55b6737f3a86edc04a50912967a78319f8bb8826","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"rupertsworld","email":"rp@rupert.cloud"},"_npmVersion":"10.9.7","directories":{},"_nodeVersion":"22.22.2","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.116_1779162117624_0.9242266179207277","host":"s3://npm-registry-packages-npm-production"}},"0.1.117":{"name":"@telepath-computer/television","version":"0.1.117","_id":"@telepath-computer/television@0.1.117","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"1866cb186599e78aadfe2450c54efaceabb01b7c","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.117.tgz","fileCount":17,"integrity":"sha512-WKzFhmbIt1O8UeafzNFOPtzbMQUcPne/AGXEzoCKBNSbJ3/fHziWIwvO7wC8DyOBrW0bDXJB/vK+9kfz8eZPcQ==","signatures":[{"sig":"MEYCIQCe6bxTykQaqg53GZ4C3IMXokF4W/JqJWEhS5K07d2YzQIhAOplyO9oond96v/1BLvwWGqazGNK/cJoZQEvXz0IIJ/o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8701343},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"275c36b3c30973e2c1415462f2f7afb6cf3beeef","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.12.1","directories":{},"_nodeVersion":"24.15.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.117_1779385213887_0.5770085665051681","host":"s3://npm-registry-packages-npm-production"}},"0.1.118":{"name":"@telepath-computer/television","version":"0.1.118","_id":"@telepath-computer/television@0.1.118","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"c7b34e8bc9aeb62b8734ddf31f6fd3f393ce73ce","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.118.tgz","fileCount":18,"integrity":"sha512-sWR1LYbfeGLDRXEBGkrtIf5Q8zr2b4rFpF/Idv1GLiwlvlKKU3zByEEmxLcEYY9QbkAi6Th9s4Jrce/6ngesxA==","signatures":[{"sig":"MEYCIQDWAh0yhvXv2Eg1l5Vk++3AqknuZWQ6CinDBbdeDG4kuAIhAJ9gClsgl4fRRNf8VNeuQoukzydq6WRuwM1doG79cJOz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8714044},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"ad912c923b0ca82494f07c14fd1de4e72b49a9e6","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.12.1","directories":{},"_nodeVersion":"24.15.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.118_1779401900570_0.1652669151268198","host":"s3://npm-registry-packages-npm-production"}},"0.1.119":{"name":"@telepath-computer/television","version":"0.1.119","_id":"@telepath-computer/television@0.1.119","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"8eab369b2fa76bcdb6cedcba8309143dd4a72a32","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.119.tgz","fileCount":18,"integrity":"sha512-2HIlBVHFFl780A4vgmVaqu/X2RAUzyFPzB/EHIhq+UBVAJUiBekI86HCH9RNVw9IFoMYKVXxu4fqRL+S8awhrQ==","signatures":[{"sig":"MEYCIQDFhNSLYe96xZ9fNrm7inRRtpjekazA1WUDTh37vrFRzAIhAKEA2c5iwxva/cvE/55wPdMc+4BFoiYC1GUON63f6MFU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8713677},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"36d52b6a300b569fe953475f4af15ce4b1d33ff0","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.12.1","directories":{},"_nodeVersion":"24.15.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.119_1779406290508_0.7266359178763626","host":"s3://npm-registry-packages-npm-production"}},"0.1.120":{"name":"@telepath-computer/television","version":"0.1.120","_id":"@telepath-computer/television@0.1.120","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"d3a9518ff171ddadd8d0a10280dd5c7f09aa8543","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.120.tgz","fileCount":18,"integrity":"sha512-hZBWgKr3nlkRVjKjwqAfZUhhXZ/7wQ/2ue1aNYwfGJC0xV/a3sYV9fg4Kpojg32hNEBkNzF9GsA2aYELLpxyuw==","signatures":[{"sig":"MEUCIBYVUKcBgtyXB27TRIt39heY6v9/nudxADF4ekeoDQzuAiEArMb823zRD3A4czVI6zibcu0DzZgL8w57kb6xlw8wgOQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8713813},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"dd2f972d54cfdbd42b4b845e1a534dd3e2af23a7","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.12.1","directories":{},"_nodeVersion":"24.15.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.120_1779412331760_0.7706774503356373","host":"s3://npm-registry-packages-npm-production"}},"0.1.121":{"name":"@telepath-computer/television","version":"0.1.121","_id":"@telepath-computer/television@0.1.121","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"57db71e31cacdaf9bb0f04cabb311668f031aea8","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.121.tgz","fileCount":18,"integrity":"sha512-iMPCSI+WB/HmvT2GOAYjfdO/84B2a0OO/OXCLWZnoRuxYp4E8lOwGI1nMdtmRyUiNKgjm6v4Ppl5zHoVi8lvuA==","signatures":[{"sig":"MEUCIFVAZ2lcqgNVbPSoYjBIjxa1IJrv9nvpcYns05VWvVXxAiEAhuJKjeOVLQaUJOx21U6t214caNgqHA4YBJHcHcKCpJw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8714355},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"7bb6d7b330c5a5ba589e075d773ba0784bd21380","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.12.1","directories":{},"_nodeVersion":"24.15.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.121_1779413725986_0.750438467158997","host":"s3://npm-registry-packages-npm-production"}},"0.1.122":{"name":"@telepath-computer/television","version":"0.1.122","_id":"@telepath-computer/television@0.1.122","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"85e158dcbf3d3137bf65df43e399f21da92b0d25","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.122.tgz","fileCount":18,"integrity":"sha512-+ZnqT0bPyYDFhuw78sad5R0rVEe1EOOjyKkUY4RKKNwiSqK3/w6hsNFl3ejZ12xv9TH5Hn86pbbrjxmdrvD0Rg==","signatures":[{"sig":"MEYCIQD3isQbepWagD/u6GFOUTNOjM4+PKcDaL8AlvRnV5engQIhALz/Cr2VP+ivAbFiihYHM3nj0S4LHA6GnnZPOF/wv+kG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8714672},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"e84c4b8f4b22cafb785a9c001ca681bebaf2da93","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.12.1","directories":{},"_nodeVersion":"24.15.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.122_1779430062906_0.8399824587489939","host":"s3://npm-registry-packages-npm-production"}},"0.1.123":{"name":"@telepath-computer/television","version":"0.1.123","_id":"@telepath-computer/television@0.1.123","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"a1f3b4527931e5d50b1ffd2015a4c99489d673c5","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.123.tgz","fileCount":18,"integrity":"sha512-7A4xjx0gV9j4XNu4mCU6eVUxdMjQJ1vtJHj0Tg6evZu2wVBcxhsn972JJckjkpwBTbEvHTwwpPNkmmq1/Ng0Zw==","signatures":[{"sig":"MEQCIBrU4JJUF9pugd1Bz9abi36BlON9ZnikFejOCacGxOYwAiAc+H/bspXcEKJdV6Mfiauerx80RAEfSe/UaFVC2Sy0qQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8714997},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"630fd265cabcef82752ec4750223977e0f3c5982","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.12.1","directories":{},"_nodeVersion":"24.15.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.123_1779464505207_0.40238991116588085","host":"s3://npm-registry-packages-npm-production"}},"0.1.124":{"name":"@telepath-computer/television","version":"0.1.124","_id":"@telepath-computer/television@0.1.124","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"9c1d06d68eb8d1eacff6a258529c81c296d9552e","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.124.tgz","fileCount":18,"integrity":"sha512-jDG3B6SztKsV/4kI7bTUBINTXJeU5QGvyxfuna7EGN5Qb2CawUBfSRKg4BeQYNa1rT3x2gXH4yml+btPSz6L0g==","signatures":[{"sig":"MEUCIQDOBXVKXSxDVsO+V7kdAJs8vaXqtG7w8Y9at+PhnL1enAIgIvoTNx/nmpjUyzvNg8fWryqczkEfVHOydjb6+yY4Y/U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8714739},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"91a326cb5fa5bcc86acb502d37ea1732940f5706","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.12.1","directories":{},"_nodeVersion":"24.15.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.124_1779470182630_0.09330271446298322","host":"s3://npm-registry-packages-npm-production"}},"0.1.125":{"name":"@telepath-computer/television","version":"0.1.125","_id":"@telepath-computer/television@0.1.125","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"b270e9ba73d4ac1953296fb25d09d48f3c144c99","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.125.tgz","fileCount":18,"integrity":"sha512-n5ppo65rtUYJPZRQLwDZTKHTifX80vkQ3f6v68eFDzqPTRkLMtd8Ha0aH/PW2kevsquB86cgozGA5I7Gt/stRA==","signatures":[{"sig":"MEYCIQCvYPiOFpyR2mH/hdAKdRptIBPHc5TzEYTFoetb3+jPmAIhAJS2ZL3MwUvYOJiOVRjb3pdzpZx8e+oihQ9EzgZTx2zM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8714739},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"feb3a582821461a91da6e0d5c9d0edad435735fc","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.12.1","directories":{},"_nodeVersion":"24.15.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.125_1779472092282_0.6700574782435951","host":"s3://npm-registry-packages-npm-production"}},"0.1.126":{"name":"@telepath-computer/television","version":"0.1.126","_id":"@telepath-computer/television@0.1.126","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"8031122f3710e82d059dc5f8af907c1eae8327f9","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.126.tgz","fileCount":18,"integrity":"sha512-3WyKYKqw/Pau/mN2Sh4vVxxxly4UJnzwPd3VEAcQWv7Q4lOSW5vl6VXXXfiYz3WxT85gAAZhBvAWc+dL5C4KOA==","signatures":[{"sig":"MEYCIQDLvx4Vdb+jpEnZncmpzsRdrfuFQkk8koqUs2ABubPJlwIhAPD1qH6arAsJgS3+2uNwNwTul2ceJj7SYM59zVdOkSj4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8715705},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"5073c2f021f680730d116ab7ebbcd43062dc53bb","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.12.1","directories":{},"_nodeVersion":"24.15.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.126_1779472453137_0.6002917054081458","host":"s3://npm-registry-packages-npm-production"}},"0.1.127":{"name":"@telepath-computer/television","version":"0.1.127","_id":"@telepath-computer/television@0.1.127","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"426ef3d671c212bff570ea8afb06fc9e2f90896f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.127.tgz","fileCount":18,"integrity":"sha512-v3ggNptOZy8mjfbKxwiJnI5iEoGa5lR9l5eab+4eji/9wRkCLYJGMLSLLVRw0AUNUMh4BqGH+Ck6psbCk+VUTw==","signatures":[{"sig":"MEUCIBxtGl68gn85xJE+CKYgy88kXBnx579mUawuoBrmEmb1AiEAm12Y18gnRr403yTGqPVbYfGn5RMk7+7ZPknt7bXfP/g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8715705},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"5073c2f021f680730d116ab7ebbcd43062dc53bb","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.12.1","directories":{},"_nodeVersion":"24.15.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.127_1779475327002_0.2185276451298186","host":"s3://npm-registry-packages-npm-production"}},"0.1.128":{"name":"@telepath-computer/television","version":"0.1.128","_id":"@telepath-computer/television@0.1.128","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"a9a23d0dbd804cc3b25726cbb5a22a617dbc0340","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.128.tgz","fileCount":18,"integrity":"sha512-ZVPjfuMpHb4zE9hqzJJnjGNmSp0mUfe227GJwm+R2Ys1cro/Th7+d0dAUY8DyV0Wwph0IXzI9vaxKLqDJx61xw==","signatures":[{"sig":"MEYCIQDgzNlDqVLVeeezT4GmZrvSGzfmx45QXTHtTrmwmodhLQIhALFwo0B12eDfHk73KMIMKPhKoKZ62eioyc1YQXH4R00N","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8715736},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"09ec326f66e43ea71157dd386fb9c2e92af6e5e3","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.12.1","directories":{},"_nodeVersion":"24.15.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.128_1779476069489_0.2645732957875544","host":"s3://npm-registry-packages-npm-production"}},"0.1.141":{"name":"@telepath-computer/television","version":"0.1.141","_id":"@telepath-computer/television@0.1.141","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"04f24c06e7cdf4ede089b9bb14e68e665f9f7d4f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.141.tgz","fileCount":23,"integrity":"sha512-/bX9KH6iIszALAYPmO6B0guBodWSA6tuXEaG4VSZpt6254jEyfLgKoYrLwytYtl/VQg2DwZlqUOKWidcp6u+KQ==","signatures":[{"sig":"MEUCIQCFty8FlIltYt9zxNRYhuBtjlzwGkRLm+p/9Sf1mwHnvAIgJZpsKhTmyGREjz71g7zgXNls94lrV233+/Nhx4nx17g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4137561},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"6f93d0e8cd6d50a57f4c1aa7566f41c8341d0880","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.141_1780104179821_0.3156480591442523","host":"s3://npm-registry-packages-npm-production"}},"0.1.142":{"name":"@telepath-computer/television","version":"0.1.142","_id":"@telepath-computer/television@0.1.142","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"91436e618651803d7a58d0febc548997dbdd9c49","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.142.tgz","fileCount":24,"integrity":"sha512-ucdZ65fsBYnQpYa4udjC6uSKh/EFWUfdPpZwps6yABRb6jtFUOHQwk6+Z002nF+A0mYlRGPfTI3ULLQXhuDEwg==","signatures":[{"sig":"MEUCIQC960tPUtNrgSRNrLl/mEVw88RGxwFvOO0O2ypbrWrn8QIgWYKSs6yDBD5t+hcgEyr6qUNBYznl6mlCjhPd2710Rlc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4151974},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"980c76794504557bd29cba6b4706d828eec5a731","scripts":{"test":"vitest run --config vitest.config.ts","build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.142_1780109494836_0.10362689568711758","host":"s3://npm-registry-packages-npm-production"}},"0.1.143":{"name":"@telepath-computer/television","version":"0.1.143","_id":"@telepath-computer/television@0.1.143","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"b8535e609a25174c86f7102010ce97257045ffb9","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.143.tgz","fileCount":24,"integrity":"sha512-A5ua9ETOGtfH3wsVQiRv1WAclPily1N4VI2M91M0U2wQqAzHkRCHMQ3axGLOQYg2VdwUKwXV6urbHY6oEV7kWg==","signatures":[{"sig":"MEUCIBCDHyAdTX/vbZGQCBOehzelzOyyCyDhM17uxjK3P9ocAiEA1/KCkDel1rrnIo5z/6txe2j9Luog6Hx/xKxcy7TjT3g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4152470},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"06ecb1d6420dc648ad36b3410996f072017bf8e8","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.143_1780421920236_0.7916079382747212","host":"s3://npm-registry-packages-npm-production"}},"0.1.144":{"name":"@telepath-computer/television","version":"0.1.144","_id":"@telepath-computer/television@0.1.144","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"96cbdc9064194be118fcdd8f72c79d5dca2aabf7","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.144.tgz","fileCount":24,"integrity":"sha512-BSQrSXu09aincdN/jUxQ5Er/LL95aW8u5cVvG8y5k+MoDPu5nsiCQqXSZDO7/sXXp80gq/3bzUyuAzXw9f0C8A==","signatures":[{"sig":"MEYCIQCrU063Klnu0pAWULpXFZ1LX3nZrE782dXiIFsLTEqmNQIhAIrY+0b+k4mq9dj8YRPN8a0lJ3RdhHTfj01S5Ot/Y3gQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4152360},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"2ece00422fd43f02311244a81ed7ac5b11e944d1","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.144_1780447378435_0.8794481823149358","host":"s3://npm-registry-packages-npm-production"}},"0.1.145":{"name":"@telepath-computer/television","version":"0.1.145","_id":"@telepath-computer/television@0.1.145","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"77ff293d61b595edaadebc2a816468ea6ef0b646","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.145.tgz","fileCount":24,"integrity":"sha512-fPiKW0xkPV4/mB46CTEmMk/qUSGOWiqx8/+u6qoVPnN+57KcPjb4Ah112Ov1hnR9TAUOG+K/QzeW6/a4U5pbTA==","signatures":[{"sig":"MEYCIQCGfe59guFs3MIwut0YJWAAWC4upB1fnuVJQh6OxbEeAwIhALgS27tsLZ3DSH3bHpur1S2KjP9PgMBciv8txpKa0S5X","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4152411},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"74c89b61c0f8c3b2d410bfa4580035509da16e91","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.145_1780449133986_0.9381606587719467","host":"s3://npm-registry-packages-npm-production"}},"0.1.146":{"name":"@telepath-computer/television","version":"0.1.146","_id":"@telepath-computer/television@0.1.146","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"36055622a87d26d38efdcc08d9d0f3a09f6baa1b","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.146.tgz","fileCount":24,"integrity":"sha512-6lcDxlEEEJE2GfCIII5RtYa1DST7vQl/c0kmyql4SyC7KOrQ1Tp8BGkwtmdiA5t1oNNAVCsPcKtPnKF9J36dCw==","signatures":[{"sig":"MEQCID8Rx+7vGiXD7qtlwuRK+QkkZArs3AWX241kc0e3rt9vAiBWmdW9/hQZ9qFYX787D5JeStxuK39yrnDwI21ZDuFIUw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4152360},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"23d8370bc1c9620c3ba3e80cc8c1c060561a4092","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.146_1780504483069_0.24870820158253926","host":"s3://npm-registry-packages-npm-production"}},"0.1.147":{"name":"@telepath-computer/television","version":"0.1.147","_id":"@telepath-computer/television@0.1.147","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"9e13da18b63f6fac5699ea6080917ca4666d21b5","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.147.tgz","fileCount":24,"integrity":"sha512-XatlqL2lN8tqjgswlNAWDTUnCC7AKmyjOe1SaIKKNK7Rk2t6KuXzYpj/xRALLYjwuzt2zRAzF4YpW30fpxxskw==","signatures":[{"sig":"MEYCIQD71ubjEV6Mo6OnUcu9aW1owX0B9GAxtOntZOOIwZiDTwIhAL65RYH6otlfpmAkJvmMFnKU6ppwZRDj2SnViJ4fTILU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4152411},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"1d0395e89bef09dabd58b30b18eff667987eac60","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.147_1780506504684_0.5289537891849987","host":"s3://npm-registry-packages-npm-production"}},"0.1.148":{"name":"@telepath-computer/television","version":"0.1.148","_id":"@telepath-computer/television@0.1.148","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"1961d669c41e9045818121f6c53a68f799e8c1a6","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.148.tgz","fileCount":28,"integrity":"sha512-SaAQI+KJdfyj9Jg0/Gw/WUhVw+SG4epiKaMq5GGDMAuTnWoMo0z7/fRQRm2jo5UBwSXt6VJqg5hnr4G3WWWYGA==","signatures":[{"sig":"MEQCIG+3sUslbIX8MLoPx59JUh4JaiPsiXRUi6kI8Lb2SMqfAiARmrQreo36W2YknpeWpSV6qziIPvFaUGZQobxITTIFxg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4167429},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"025f32be25cfb7b6624dd5394f64cab0ff4e0098","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.148_1780541380346_0.004192582950045098","host":"s3://npm-registry-packages-npm-production"}},"0.1.149":{"name":"@telepath-computer/television","version":"0.1.149","_id":"@telepath-computer/television@0.1.149","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"7daed6fc9b036703592416bacc12e39e1978192b","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.149.tgz","fileCount":28,"integrity":"sha512-Zo6l8wqjnOOjq35Q5dt4Av97N/uhPbAfydiyINVSOTG32l6xUW8rSuFiBXvzmtB0aVZVfEsHi33v8hB1TOVRXg==","signatures":[{"sig":"MEUCIAwj/DfqGO0W7QwQ5z11j55Fz5vg14qa/R+O6l8kDPx8AiEA8o8WRdKmuuSNQCpeTIperX8Yl2+pQ2N8EreQSgYeh78=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4167656},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"253d48ae3fd9f329e154143b573543573656194b","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.149_1780550626313_0.17320652330380115","host":"s3://npm-registry-packages-npm-production"}},"0.1.150":{"name":"@telepath-computer/television","version":"0.1.150","_id":"@telepath-computer/television@0.1.150","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"40692bd66605dbd0039c85760ed52cd3240ef1a0","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.150.tgz","fileCount":28,"integrity":"sha512-Dms6/jmzlqgqhxQIL11pRPP06rx+mR65S3X54htDsr7uh6s/3wz2FJ1ZbiuxzE861NXnDnzaTYJIa7O3kZAHLw==","signatures":[{"sig":"MEUCIQDfssRnFZHPBO2UEetzyJNAnazVAOOkX/mBurhO9Csa/wIgUrho4ak+YrVaFLrAoXiKV+AcppFkjdm9fCKHQxs61UM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4167449},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"aac56d3172ea55668ae0ecae30c0b1fd961f7fdd","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.150_1780624865654_0.36849154546864393","host":"s3://npm-registry-packages-npm-production"}},"0.1.151":{"name":"@telepath-computer/television","version":"0.1.151","_id":"@telepath-computer/television@0.1.151","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"6957b0faa0cca407cce328bdf9d52c050763dee9","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.151.tgz","fileCount":28,"integrity":"sha512-EaXNm8Nr39tlJBVBDZiffNULYa/kZNaCydg9sACxLMWMcgXCgDIXTcEbfKOcDH7ASOw1pRRxK8+Py629q87IYg==","signatures":[{"sig":"MEUCIQCHqebh4XM19J2DdqOdkCnou9j0g/JKgvY5PdDOCU5PpgIgQY5n0xAl5zv3aNp5nbm2K/Do3mMRFsufd7oZ+ScgG7Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4167500},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"9721583e5fe47bcc71a4f70c32a0921d6df0dbfa","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.151_1780648831372_0.4852760654662258","host":"s3://npm-registry-packages-npm-production"}},"0.1.152":{"name":"@telepath-computer/television","version":"0.1.152","_id":"@telepath-computer/television@0.1.152","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"cca59c54db991eb7ab6ce3c030d875a2a37298ef","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.152.tgz","fileCount":28,"integrity":"sha512-GxMbuonbdr8pTtHRFXU/6Iq8B7Ob1+W4OZ02/Dp7CzSy0BLBkg6Sn0SeowPBtnpRI3gPBiG1YhflR3MlLhF3Rw==","signatures":[{"sig":"MEYCIQC4aCjcfOfqnFph6OZAqZdh4q9a/Da+rVypmZp+VnN4+wIhANry3a/dg81caEsQbW25owoAjzD5u8I+bBg3nBbKc3QR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4167707},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"23af8854c019d083ad4545a3acf25f1a47097189","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.152_1780684728649_0.43508928967659677","host":"s3://npm-registry-packages-npm-production"}},"0.1.153":{"name":"@telepath-computer/television","version":"0.1.153","_id":"@telepath-computer/television@0.1.153","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"26a14b169caec9bbbce004b3391f5bbda4e3c528","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.153.tgz","fileCount":28,"integrity":"sha512-dRlJsJ3QNrlMhkn9tdbemyghawEE53WA0/R2aNZXkwZzbg3BIokC1Dt1V4VhRYewVsZ070cgEwzurpA+n95NGA==","signatures":[{"sig":"MEUCIQCzMDe404xBzPxituAGzfH+KdLX2beb0ozxMewrIuRWLAIgP8lNxQkgkRc37zyBvJkb7HzNDztSuguB6QOqj75U7dY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4167473},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"4b9d7b68880316e2533f8e56e3c853e467cb9a3f","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.153_1781045456518_0.7457829880997529","host":"s3://npm-registry-packages-npm-production"}},"0.1.154":{"name":"@telepath-computer/television","version":"0.1.154","_id":"@telepath-computer/television@0.1.154","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"ab344cd66cf861d7fd442884efe318de4d1144e4","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.154.tgz","fileCount":28,"integrity":"sha512-/0SIGLq2uYxgq813C57bQoHMXM4Wx4hL0drt9wSIQO/oCX0SyeQGkOqeTJH/ZwriHdx7ApcD6mfRpZaSZXlelQ==","signatures":[{"sig":"MEYCIQCagoqzp3hX4ZBe3QJFBRhVZ/W9w9Oh3CzYwbRwOPeCwgIhAMrUyYmEwAatZN7h+gVOIlgCa+8wjOZAcFjEmlCq5L8E","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4167473},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"995f4c0e38de3e7f5f9410ade1064f426a5c65f3","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.154_1781129921794_0.9214416329304294","host":"s3://npm-registry-packages-npm-production"}},"0.1.155":{"name":"@telepath-computer/television","version":"0.1.155","_id":"@telepath-computer/television@0.1.155","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"1b0f4a2ad701476adbb4ee042090758cfc0657a1","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.155.tgz","fileCount":28,"integrity":"sha512-NG1ZnQu4S0Yby164s+5QfcCI3DM5Azv4pRvFyimHE0EFnHse6BwGyCoArHAizRhujeahuDVXez9MWuChNbl2kQ==","signatures":[{"sig":"MEYCIQCAkKqLQiLEtsk0uzdGj2jJ+Vu2Btx5meZAUNbZpixOQAIhAPYDDll9zR4uA02HI4aGIsxxFCu9zBFdDUwbvVTcLA+b","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4167534},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"6777e013e535a70e094ae46303f3ab3143b2631d","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.155_1781314986900_0.19917807741904348","host":"s3://npm-registry-packages-npm-production"}},"0.1.156":{"name":"@telepath-computer/television","version":"0.1.156","_id":"@telepath-computer/television@0.1.156","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"7a36c05264656e154e34c2668da5b8e74fa1dc70","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.156.tgz","fileCount":28,"integrity":"sha512-z3qLHy57noH2axcSn1frNwtUSbIauB3ADt/35wBoEH+Fz2Xxi+3jTPJio6o5g67Rxpj3vRR0DcwQHO5YWqr9uw==","signatures":[{"sig":"MEUCIQC1DKkGg+eWtdM9YsISIgRye31WLi2iIsTderZGR6eMxwIgUrAITJ4esF2XSHAaBW1XifBJZqdCbEsneKS4zUxgeEo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4168763},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"331e6801f8002694062b5bf8caee913453698f5f","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.156_1781317024671_0.5625698964927535","host":"s3://npm-registry-packages-npm-production"}},"0.1.157":{"name":"@telepath-computer/television","version":"0.1.157","_id":"@telepath-computer/television@0.1.157","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"99ca309d502dceb9cd4b431cbd2df10a6aa94209","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.157.tgz","fileCount":28,"integrity":"sha512-qjecroWckAZ+wSswRV5RwXm6c8E2zovnpgLeJI52pnRqP29oiOxZP9xSZzDYJ5zLe+G8N+MUIapYM2Nzge2vNQ==","signatures":[{"sig":"MEUCIQCg/SRbnNBC9Ume/KpjJ+19HLN0wvN8rb2lSen6r2rB6QIgd3TC5+820Od9wx/65fNOLY+36QeBp9HViXoHJiYCSIQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4168763},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"e8a4254f3808acb03e20ccb5c4c21a38e8f627d0","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.157_1781364752184_0.612937963846538","host":"s3://npm-registry-packages-npm-production"}},"0.1.158":{"name":"@telepath-computer/television","version":"0.1.158","_id":"@telepath-computer/television@0.1.158","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"478331eaa4b78fba151954764cc14fc7c6fedb41","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.158.tgz","fileCount":28,"integrity":"sha512-dVw1pVqNB2mzeQYOrBhX8e5j/l4KZLp82p2sF1fefi+3hItyfwkloRTGnn5/CcGXBttkIsh5PDFSvGjYeyCGmA==","signatures":[{"sig":"MEUCIQDYtVuibO79HKx199MrDoL4YKn9RA0Nuz0onBh80PsjxAIgYE45OO8Ca+92jKI+CbWVrEm2JfC9QkXnwCesJ0bt9mY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4171244},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"5222d513be9dec95600ae874dd6b9f579d62bffe","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.158_1781365033297_0.31896535045200003","host":"s3://npm-registry-packages-npm-production"}},"0.1.159":{"name":"@telepath-computer/television","version":"0.1.159","_id":"@telepath-computer/television@0.1.159","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"618041c98c6897bca198272aa57a6a0f8a6222de","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.159.tgz","fileCount":28,"integrity":"sha512-PxCpApROuXqcsc6zSWjhcRT+7eri2qKvjDWeC6vwgz+Ytlu2BdHBILbwALfLRIpIQsNJ4WF5U+Lgq+vGQEd03w==","signatures":[{"sig":"MEUCIQD4R1hGfLAlB80qT73n3SIg0JON6cDeiiMcMmJRKIfkUAIgVENyo1iuZ/pHP+MXYJOOKh0FkEXAroZcNtMNGfrQy6w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4171400},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"c3d8550bc39caa64c20180121eb6982c9056bcef","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.159_1781456043721_0.819865611061328","host":"s3://npm-registry-packages-npm-production"}},"0.1.160":{"name":"@telepath-computer/television","version":"0.1.160","_id":"@telepath-computer/television@0.1.160","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"e10c0869a145c0f38da82dc7b4beb8e9e675020c","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.160.tgz","fileCount":28,"integrity":"sha512-a/aLEOCvpS5A6JNzQTI2p+165a1VB9fSHW+xXwYHlS6TNZTrVi/FeXNyDdWjW4KM9nBBdQso3bBLE3oBcju+Pg==","signatures":[{"sig":"MEUCIQDMGQzSgVcyJeJCtqjgzamraK2+DRkkv70gVsmW4ON59AIgeL94HJ0uu7K8hgeNslDDKQmHh4S1EevixmkJAWpRWgM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4171193},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"c4baf7b891bca57fcecb2809ac7b7e441dc32417","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.160_1781504808832_0.7378529574971129","host":"s3://npm-registry-packages-npm-production"}},"0.1.161":{"name":"@telepath-computer/television","version":"0.1.161","_id":"@telepath-computer/television@0.1.161","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"c19735409181c0cd2a3fe511f77f106884548ba9","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.161.tgz","fileCount":28,"integrity":"sha512-w6HwqjlK5V4xyCBqSzSCjRxwlMCPBc85fff+CBvQcLMGzT+QsbQw70NSCQGosRVJlHpG9tqtONgHZ9OpN/AFzQ==","signatures":[{"sig":"MEYCIQCPUHtjsF8Ktb6zbCH+CbzxoU2YaQrIQkfWCNlDa68q2gIhALBF/wrz/U3na0UglpjhC0zCyWlb6yIwIk4otNkkRFCH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4237334},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"7a0ea54bea4682dc0066825910a3f2cd2a33753c","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.161_1781854519775_0.6122507933196555","host":"s3://npm-registry-packages-npm-production"}},"0.1.162":{"name":"@telepath-computer/television","version":"0.1.162","_id":"@telepath-computer/television@0.1.162","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"3c371523880b14f62eaebabd77e1aab2b5f443bc","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.162.tgz","fileCount":28,"integrity":"sha512-/nmzQrZY4cq/TDsO3oAo6BYkSmJHPYQUxqgMvYH1FKEA8+tif+8qmNAT8UYbjRxY/46asgjgXc5DbeSFZJNBNA==","signatures":[{"sig":"MEQCIDfH8vQRsgUpIOknmxuB0Dy/eAevbUcKUsPyHsFnsU2AAiA3sQ2kGCsSDlLIEpeCA9RqaliKjsN7r4LyWR9Cv7tf/w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4243691},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"85b64f112f21168b981316b339c14c1afdd60af0","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.162_1781875889383_0.2766792477214546","host":"s3://npm-registry-packages-npm-production"}},"0.1.163":{"name":"@telepath-computer/television","version":"0.1.163","_id":"@telepath-computer/television@0.1.163","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"1d5ce98d3829f58b4122aae746e4e5ab650c0abc","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.163.tgz","fileCount":28,"integrity":"sha512-K2cWgyLJ+/M27fP/mkGN5N6T9LsV390LUE2EMHquU9/3v+BF1QD4tqnFQ/c1vjht5iLI17bst++2BbKZDoLvCQ==","signatures":[{"sig":"MEQCIDtTc+p7ReGEbUOF1o78QrKbhxJW6IfTCgaCnKRooOJdAiBg12Adp0zi7OwMhvb8HOhuqczfUzKV2cbMrNozdPBg2w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4243801},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"6f8216d592fe3906befdbf8b3a244b06b593dc2a","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.163_1781896237973_0.5249239418176659","host":"s3://npm-registry-packages-npm-production"}},"0.1.164":{"name":"@telepath-computer/television","version":"0.1.164","_id":"@telepath-computer/television@0.1.164","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"ab806aecde495efb47f722602f14910a67347a15","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.164.tgz","fileCount":28,"integrity":"sha512-0/+/S3gaNePNWFytGKNedUhBA+mnE7hjzVtkW6cpEJVqx0D4+pdEVK0D7V5YfB9Jjc1/0GCzaiJO813ad78i/A==","signatures":[{"sig":"MEQCID+hSLgBWIH970JFiQkRRw8BPnkaGkDoQ+lSNj0L4Bp/AiAvuWiQx4R/KUsfUpS+X9XUKnvMseUySGXlkgPzPVhi5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244522},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"f807656db168cb2cc56be58cc2f441d7afb648ae","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.164_1781909029639_0.6107352281326726","host":"s3://npm-registry-packages-npm-production"}},"0.1.165":{"name":"@telepath-computer/television","version":"0.1.165","_id":"@telepath-computer/television@0.1.165","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"46b78ae6ba4bc61ea9aa86d2c2f6be119da36eb8","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.165.tgz","fileCount":28,"integrity":"sha512-Ij9k80wEzOII+z55lyaCxHHRsHEk1qkWpcmT72K5/rpdNRY7qPFrmlB/v+fIgGBPPuhPk7xAeYeNyvUxfJr5gA==","signatures":[{"sig":"MEYCIQDIvY7oYe4fAh3eHaj6AiXe42bZ81cc5wf50/Hi7a1YXAIhAMOvExylfV+ucAmZ2mpOQibonFs7qcQ+cMkGj5mOR4Js","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244522},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"964a69e16d99e5314cd7f478813ecc5f9f939974","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.165_1781911345200_0.8642513780638115","host":"s3://npm-registry-packages-npm-production"}},"0.1.166":{"name":"@telepath-computer/television","version":"0.1.166","_id":"@telepath-computer/television@0.1.166","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"ae195be82270c5b2576a488aeadf1f78bef3b5ef","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.166.tgz","fileCount":28,"integrity":"sha512-5tpbC2aUzqT1kH+9GzXGQwBx6aKHspEb+e2CBCSjE5qBcMXsJFKlfh9DNgZ5NXOpB3U207c6suFfn+K6sxVlLg==","signatures":[{"sig":"MEYCIQCZzb7FQFMGb1O2/g5OZkHXJDMk+opGZyN9fFKMYNFrIAIhALDX66FEQGNraICeXwwFWrzttHDh9N/tsGdEzOyp2RbJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244634},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"0e24ed3b2f71c18d5ea6934c3bec3a3c6c5412ae","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.166_1781912182680_0.20969286776827523","host":"s3://npm-registry-packages-npm-production"}},"0.1.167":{"name":"@telepath-computer/television","version":"0.1.167","_id":"@telepath-computer/television@0.1.167","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"7caa3c3bef2eef5c06e26a318ccc6306a1d95046","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.167.tgz","fileCount":28,"integrity":"sha512-W5M3LHGJjSlVXCWYTEvN8jSS+w8KoGLHRgy+DOHny/WQiZ/ab2D6fe54XxqwlJY3+9urXTbt8yki2MjYUYtqNQ==","signatures":[{"sig":"MEQCIBIRbaSmfuZvlRY3vvjzVqKaPxic/Dj0I4AHcBhU0ALuAiBLN+gTjRkGuCqCi+5jUZStG8fQ2OIpuXTjWBvmvatWIg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244573},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"33c364665722d30189521d52b65e8339137a66eb","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.167_1781914050389_0.5051458435576894","host":"s3://npm-registry-packages-npm-production"}},"0.1.168":{"name":"@telepath-computer/television","version":"0.1.168","_id":"@telepath-computer/television@0.1.168","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"9453df257d4cffcfa8babeefdd9dba877307417b","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.168.tgz","fileCount":28,"integrity":"sha512-KVPqT/vXpjJH1Cz7p1zsbvDUX8tuVnoWL9WvaqwRxT5PT0M40iMEf1zRy7a/yLTSC7vhGpBIdbd2BBaBDtCEkQ==","signatures":[{"sig":"MEYCIQDSwyT8T2+tEbin83uzh+S1e04UH1q7mgsZ5naFzKCsigIhAO0erZSknXeMOEgbsSpDGxEXZiJeTr9Yoc0hp6Z15nOJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244522},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"7b0ae32b5f9a1a71245b73f174d44eb95cf81ca3","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.168_1781987269673_0.8567853928730982","host":"s3://npm-registry-packages-npm-production"}},"0.1.169":{"name":"@telepath-computer/television","version":"0.1.169","_id":"@telepath-computer/television@0.1.169","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"a1df0033f5a09b3909ffcc39ef91e5d25a1d5778","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.169.tgz","fileCount":28,"integrity":"sha512-Ny1MI8GNCAZ9x0gv+r2NTKKjO7ZA5jtFzs9JB8967rmHzsqo9BmBkokzXTtZXXz4iHBuDahFc8lykNypotjP0A==","signatures":[{"sig":"MEQCIBcQA6CD4d+LsFW6RwZdVTytmSS1CcQZEZButyninfltAiB6DkjKgn6C8RoZJrqC/s3tCX4WFTvjCPsjn+IdosmaxA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4244573},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"e44cd4ba27960b799c0f48310f5381b60994a2cf","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.169_1782001767073_0.9665209676685431","host":"s3://npm-registry-packages-npm-production"}},"0.1.170":{"name":"@telepath-computer/television","version":"0.1.170","_id":"@telepath-computer/television@0.1.170","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"1ce01e1ee8aa577d0e90c01bbb5e80c9b71539cd","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.170.tgz","fileCount":28,"integrity":"sha512-FCs3HKGoRkvGQv/iyqTLleYIku9K2qOKIv9H1wNrWY5ZiQjIeETwJhpIu0fVurJH/9UvKm3fVnawCEmJdZWliA==","signatures":[{"sig":"MEUCIQDzqr+x9uizwtOpNADs1ieRVQ3cQu77eSs2V2X5QHHoXwIgcHp5XPqpYYvuUzNJgqp0zwaGvW7ys9LZlwwPVQHG6HM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4250996},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"15d8e0f3db0efb2a1cdc25d9c2209ffe1ca64152","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.16.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.170_1782197839794_0.31372532501589134","host":"s3://npm-registry-packages-npm-production"}},"0.1.171":{"name":"@telepath-computer/television","version":"0.1.171","_id":"@telepath-computer/television@0.1.171","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"a5ebf701e48f9eaf292eecfba0f9e332cd027f16","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.171.tgz","fileCount":28,"integrity":"sha512-Or8I92uY68iEQb7/tgWBTvacVU95DdPvJyPZ3OrqfeLiRpAjmMAPh9nsSCPFQfNwHGYgiV4Zox3ibZvuNOZ+lQ==","signatures":[{"sig":"MEUCIQCrI04iYJ0Lauhpq3X8wgCrYbPaavUKxf6o0xxj+6lJHQIgeMpqNHYqWiQ6/tAS/2YqOlTgN5T0COpGEDw0zHkJCt0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4303071},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"58bd9a2e932cf15312866539dbbee59f7fb6e848","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.17.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.171_1782440804756_0.8338585343349272","host":"s3://npm-registry-packages-npm-production"}},"0.1.172":{"name":"@telepath-computer/television","version":"0.1.172","_id":"@telepath-computer/television@0.1.172","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"9696784aea4303a9cb1c2f76785835150cc566df","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.172.tgz","fileCount":28,"integrity":"sha512-C1Wv+XECr9W6v60TM1VFmhqjPhYgRJYcyFAVbpOeByQLwfF5688qkpjkouyq1DRdO7Qv5x1JxulUV+Spwb9nLQ==","signatures":[{"sig":"MEUCIFFgW8WxYZiOpy/UazViuK7KodLvqUgbnXsygdkO9Hb3AiEAilhmdkiD8llZQIX68BBKvHrqgg0d3R0iNavXnjcuzeA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4517015},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"7744804070d3cbcd2ef4ba94943d905383ce433e","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.17.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.172_1782442954060_0.31279289903598917","host":"s3://npm-registry-packages-npm-production"}},"0.1.173":{"name":"@telepath-computer/television","version":"0.1.173","_id":"@telepath-computer/television@0.1.173","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"3118a3728ade2a67b3a8e14d5565d73b525ad2f3","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.173.tgz","fileCount":28,"integrity":"sha512-EVx+X+qOvLGue8acDioSKb7oBxm+SfuFX+kp/KaoO/zBNB4sbjS4n0hcJQQyafK9wIi88pbp7uzl8AFKoOcusg==","signatures":[{"sig":"MEYCIQCFTZbDleO+HLFUUuc7xTrPdQcXKxrDQHd4TJ3rm2fUdwIhAOZzRIPFlqw3ShE7HuTOCI+lSkIX4jRG+uXeNYcyCDX1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4518586},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"0ee94d56ab71b58a2fbf3c337b295c936177b76d","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.13.0","directories":{},"_nodeVersion":"24.17.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.173_1782949694032_0.039171002489946094","host":"s3://npm-registry-packages-npm-production"}},"0.1.174":{"name":"@telepath-computer/television","version":"0.1.174","_id":"@telepath-computer/television@0.1.174","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"4d03b2740c2b7fff14a222e0e7272010c99267ee","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.174.tgz","fileCount":28,"integrity":"sha512-V/tN7UAFP+obamq5VR/KrrAKyZO2xpPq85N2rPAEH+xHH1bogAv57hfw5Q0ibUx4rbRy1pW1LVfgKygdIE7HzA==","signatures":[{"sig":"MEYCIQCEHKINiujWTjn3ZrN5UofGPFj/YfSNBXHdv7MUjiNjGwIhAJYZCFjsPQsbi1TgHRjJOtXhrJgPJa4+DVy8If4RWSDS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4518535},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"4e6e2c12cf4c54127df6825826f499d50a430339","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.16.0","directories":{},"_nodeVersion":"24.18.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.174_1783020163346_0.17401860205088782","host":"s3://npm-registry-packages-npm-production"}},"0.1.175":{"name":"@telepath-computer/television","version":"0.1.175","_id":"@telepath-computer/television@0.1.175","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"3e5c14407e5281c4984ea14e0edfcdb21a0f7d94","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.175.tgz","fileCount":28,"integrity":"sha512-6yP1PqDR9OsGssN5G7RZlpsPllfNB7BU/ZobkUvjLN9k4R50wygIAs5PYwmdieOopzBRz35bQ+oDJExr9+DR/w==","signatures":[{"sig":"MEQCIH1TmRY+WHAXMNbpQ9g3xf2bhOzOgvN7GAQWkzA6/bldAiAOOR93WhFUNXQtawFAjRednqB0z3IUFyo34NExc12dBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4518558},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"2d559e5c6e564b02cd0c9b6da826b756937ed9b1","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.16.0","directories":{},"_nodeVersion":"24.18.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.175_1783548257099_0.5286191770044997","host":"s3://npm-registry-packages-npm-production"}},"0.1.176":{"name":"@telepath-computer/television","version":"0.1.176","_id":"@telepath-computer/television@0.1.176","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"9b1d3d0826e27cf3eddb9c6d3c1b6a4dfa0d8cad","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.176.tgz","fileCount":28,"integrity":"sha512-N0dPWK8SyOr5Sa2PwL0ojhcMdIKlmBSLUvd/bkDk/vJUheWsI0QwcJsUx6a2FcE+yfepAH2jCi+N00g8q5CbWg==","signatures":[{"sig":"MEQCIBqkbFrtUxS5rBoLki929rm3co1jsUGfrAh6+G2fRUIQAiBeN9/YdLYs7wJBqTOYCzfySeX92lVEjXrQb7S6f6QzDg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4518619},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"d8918c5e5f7c3cfa637b5f5a841214da78b4dd73","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.16.0","directories":{},"_nodeVersion":"24.18.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.176_1783560885363_0.05445987221935367","host":"s3://npm-registry-packages-npm-production"}},"0.1.177":{"name":"@telepath-computer/television","version":"0.1.177","_id":"@telepath-computer/television@0.1.177","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"c699966a3c5e6bcf3be14a045fd2bd27fac6119d","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.177.tgz","fileCount":28,"integrity":"sha512-mRsZ2ifVeknZjC51YgJghUqXjrdI9kOyK8BsCC+glFLPoPVgKPHUk79RyOzk6C8txiSBEsYlXfcIplEFpsFj1A==","signatures":[{"sig":"MEUCIQD7h5OgMR+lOzvKjP9mV5sZY2Z8c5w7Jay/dgleY9yeogIgep8H0HVheJEJyfMDN0U+gyBD0xZstyf6u2vnPvIyyHg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4522415},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"4fffcd598afb89fc434be6a8744826590dbb5501","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.16.0","directories":{},"_nodeVersion":"24.18.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.177_1783656251862_0.24802313063292458","host":"s3://npm-registry-packages-npm-production"}},"0.1.178":{"name":"@telepath-computer/television","version":"0.1.178","_id":"@telepath-computer/television@0.1.178","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"82986c0b346eece5af130e82bb0f5d724d427c86","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.178.tgz","fileCount":31,"integrity":"sha512-IAO/xoQlg/uWLuys5hIruWH2VQUv4CX2K+F7B/2CDXiNqmMZ0gDKOelsJwKc6UHb/WLluarqnkGOcbiCfkiC1w==","signatures":[{"sig":"MEYCIQCxu7MZTK3UrjPe+FBOsXbNf7dwd2d2Br/2hzgaDhHCxQIhAIk/73HQHgpDpl5Paa91j5+w0UWfXYL1P5eBezj4kwYD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4552437},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"d18b03e880f30b014400152cedcccfb90505968a","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.16.0","directories":{},"_nodeVersion":"24.18.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.178_1783708182606_0.6743842992763609","host":"s3://npm-registry-packages-npm-production"}},"0.1.179":{"name":"@telepath-computer/television","version":"0.1.179","_id":"@telepath-computer/television@0.1.179","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"4bc68efdcfd50626c3f0d624f62ce8f23a023bf7","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.179.tgz","fileCount":53,"integrity":"sha512-0DG0JOVrXVAvRzwV++//6mUvX2TWN6ChftcFHHTbsTgpLrJwfggGY6BbSFySNC5c0q/DfKYjcWNZJBKK7Hgrlw==","signatures":[{"sig":"MEUCIQDwWTsPKohg5nvNqSgQB7VKLp3tVRSoY0LwzYoXduGkcQIgGkKQdHG6kIStbMS++mnYNFIg/ASvfc36+oxxJnZGpvI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4843156},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"6e9589adab943746d732379c9d9ab43cc1403787","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.179_1784151976788_0.6410462704010871","host":"s3://npm-registry-packages-npm-production"}},"0.1.180":{"name":"@telepath-computer/television","version":"0.1.180","_id":"@telepath-computer/television@0.1.180","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"e55cfaef4008f964c18d2638199a23722d63ddc7","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.180.tgz","fileCount":53,"integrity":"sha512-GPj0BrAJi29jOMFskYVTKrapi6diC5mQKH/wqJY9fU99usHDEEwhticZmt3hs/7btO+T2wjU8tJg46zjp1beig==","signatures":[{"sig":"MEYCIQCQ9qUPgNZMX6egpukilRC39tEWBYaJ8a5eRzaBnEqQUQIhANkbYI3G3pijIV7/U9xaMXSAK+miI3SGHksD58HEPN6l","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4842964},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"2eb060bc31d6da76b649b3d680f510bab11514d2","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.180_1784158484865_0.3763652233602084","host":"s3://npm-registry-packages-npm-production"}},"0.1.181":{"name":"@telepath-computer/television","version":"0.1.181","_id":"@telepath-computer/television@0.1.181","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"1f43b525041ffd872ab10a7e4df70e135db89cec","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.181.tgz","fileCount":53,"integrity":"sha512-iCmtrHPqStfEYXZAU7+TlK4tNJMp8OQtNkxxr3hZFASjLszrNpps+iEI9JFvM+sdTu7H9DQ9pca+5TO3zDa4GQ==","signatures":[{"sig":"MEQCICqY3/FrNtyXF1WPw7C0TrT25bJiCunwpES0lppuDFVcAiA9fJ+fyt9MSAZWY+KNSO3ivjaKDbgsfNkWj09Uq3zUrA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4842911},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"547f2445fad60cc9909c8a7a3a3b964e0678e740","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.181_1784160327100_0.39980173448168266","host":"s3://npm-registry-packages-npm-production"}},"0.1.182":{"name":"@telepath-computer/television","version":"0.1.182","_id":"@telepath-computer/television@0.1.182","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"f0ffe751804d075c164bc09daa912fb11cf4153f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.182.tgz","fileCount":53,"integrity":"sha512-n91dMO4SQZmr8u3L/4By22HgN3lma67GUUVzeGidajYx80McoVaFdZJtuS1z6C0vWnTUTFX4dxjBwslF+kjdwQ==","signatures":[{"sig":"MEYCIQC4pkGuatK4t30LcnS6Ah0VtW4r7dAz/HVY4WcJNVE5bwIhAMsF7SR4RsL+vx7k6Pgtd2bVPw6qhiduR3FGQBUptpE2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4842979},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"2d782a9d7c84269cb8668d13d156bcfaad9d0b31","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.182_1784162741859_0.18025267945826373","host":"s3://npm-registry-packages-npm-production"}},"0.1.183":{"name":"@telepath-computer/television","version":"0.1.183","_id":"@telepath-computer/television@0.1.183","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"e4d7d2f527e34ebe82e3e8fcb309abc6327c558a","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.183.tgz","fileCount":53,"integrity":"sha512-QnkEYJ5cg1grNeoIzqWvytwJM4prVX3tt7TCu3t7pVfOgW9g1q+wM/mCCPFw+d53A27WAs0B5S7G/eycjbUvzg==","signatures":[{"sig":"MEYCIQCF6X11p1obqTReuls+4rHunp8xTM8L+Wie/0/6NbiPaAIhAOa8Grg2FDiCpKgNFgTfjYKB1UBPSFpW4wSAUE/Hsbwl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4843186},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"0d684add4adcb730f889da0f30e6e62b46493d8a","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.183_1784168742248_0.3105093537422321","host":"s3://npm-registry-packages-npm-production"}},"0.1.184":{"name":"@telepath-computer/television","version":"0.1.184","_id":"@telepath-computer/television@0.1.184","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"6b2c0a17ad6f3f20e4126fbfd4e15698dbe8bc7f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.184.tgz","fileCount":53,"integrity":"sha512-7JEykCUy1/wpsf2kPGuv4cNSyGjC4IUCr7gv1ARdxPZ5CbPzD+Twt/jRl1wVsnGcd+rllmOldFT69RIqFoBYpQ==","signatures":[{"sig":"MEUCICwOJCAuoyC8w+PCfETVkTNOg+CQKEvifogzjINninjaAiEAlyavTg5hZNozHjqsPEFtzGejBoe7y4mjbtuA108/tR0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4844217},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"90c1502aced55e4adedefcdd7a5ee7fd99ea310d","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.184_1784335034891_0.19845842852343099","host":"s3://npm-registry-packages-npm-production"}},"0.1.185":{"name":"@telepath-computer/television","version":"0.1.185","_id":"@telepath-computer/television@0.1.185","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"58c85aed76749b9a036feb13d52fd12c087d9d7f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.185.tgz","fileCount":53,"integrity":"sha512-nkOg2Ekm94EQFSE6aTpCOi3HWqUyAuFcKaku1/RS8ZDYHUma9gl34tikybVM2yibv4l8vUUHrDQGsjRy6+FSJg==","signatures":[{"sig":"MEUCIQCREkx1naZaz2t8gcQXZMQKEcoZJ6+he/UJs2Pgubur/QIgLR33/bJPA7ZIyDaSFF4sQ0TGKthA1ewxupl2Y1dhIsQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4844373},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"40fa27767283d50bb225b5da5f08ad8482dc458d","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.185_1784337176092_0.1293838218528618","host":"s3://npm-registry-packages-npm-production"}},"0.1.186":{"name":"@telepath-computer/television","version":"0.1.186","_id":"@telepath-computer/television@0.1.186","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"d7f2db070bf2cca533b41ba4899034eed18d4778","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.186.tgz","fileCount":53,"integrity":"sha512-EXy5oygt1aKEaJGtQ4OdoL1fVR+YntSJFrDFM2R1L/7/Txi/+6s/s5ohNGHAExjWWMYCCLjV/1w4Fs7xst/EAg==","signatures":[{"sig":"MEUCIApER9NlQj7m8OAK9qIjJdxZHnMy1pYfj4FG6Uk6L8H5AiEA6zU1QD5/zdRlzBATNgpq3NFKwa0p7kaD8rrCydvLvO8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4844166},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"6487fc34052bcb17e3ac38915587ef634342faf6","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.186_1784338037152_0.4501162341691478","host":"s3://npm-registry-packages-npm-production"}},"0.1.187":{"name":"@telepath-computer/television","version":"0.1.187","_id":"@telepath-computer/television@0.1.187","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"8f68ae508405385cd3a756cb3275b0bb35ff0960","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.187.tgz","fileCount":53,"integrity":"sha512-YFhowDAVPeqqTOAX/tE+eoFB9v6StYkePUh1xxYhFmAubMBepddqJIFvHD8HXK0BCztCiKJ3Sj5bujLRgU37kQ==","signatures":[{"sig":"MEUCIQD7fVtRxKfHUJyU/UviaGP2AQyMUxK6n2TTj6jB4gjIEgIgFelCtlrsfJI72mDBHPCuMeRHpTYBfR1pdhE7CDeNKhE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4844166},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"c4c7505be99f9416b8cdc981ce1a9322b782506c","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.187_1784344342551_0.0629067078523915","host":"s3://npm-registry-packages-npm-production"}},"0.1.188":{"name":"@telepath-computer/television","version":"0.1.188","_id":"@telepath-computer/television@0.1.188","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"874a12c33fa7f24a2d1646a9c5e794b6ba149abd","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.188.tgz","fileCount":53,"integrity":"sha512-jRC5LIOAHjzcZ5SNLwjYv65I1E2KL2XZwVYcPu121QdnMqCEnK+iUl+0V/OehJsFtoBDfW4arwEw8BeXiV/amg==","signatures":[{"sig":"MEQCIFsGmpxTnDeYedw/PNlWQArNrHwQJ53Tv0DYZ2WmwuFlAiBoa3JUmsD/E3yZ9mApTndILXdro49WI26AODBmSczCAA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4844217},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"06d96a25540cd0f14c4f90faa83858e2791a811c","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.188_1784345347351_0.21594490254162024","host":"s3://npm-registry-packages-npm-production"}},"0.1.189":{"name":"@telepath-computer/television","version":"0.1.189","_id":"@telepath-computer/television@0.1.189","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"5c89fdac2f6895cd28017296d2e8a99759b00cf4","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.189.tgz","fileCount":53,"integrity":"sha512-Su8bVSuOzO+zsRT7pv5LkKT64oJ8PcyUJt7Clta71lMn9yVoCLWu+jkQYST/wGY52SO4WrMxflXB9AASevvmdg==","signatures":[{"sig":"MEUCIEEn1k/RoMEVxkPyXkVMmwJcDLkxq+nFUc79DIBUl/KeAiEA3UdDUwwjA0HLaAhO7Ok+hHjh0TOsildsfy5Yed8x2UE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4844502},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"8977f33daf8b33cb8a90938292067a22444ff902","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.189_1784517638829_0.6755220236000934","host":"s3://npm-registry-packages-npm-production"}},"0.1.190":{"name":"@telepath-computer/television","version":"0.1.190","_id":"@telepath-computer/television@0.1.190","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"d55bdeb5213d8c65a98bdf2d299433b04651c9a3","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.190.tgz","fileCount":53,"integrity":"sha512-lK6tYrwjn0Hq8B5U2jkKcjkq17WrFNQBWva6AczLXBrK1hWskoRYwAtQfC+Ajva3nGw0qKcvZS0RLLQPXydrGg==","signatures":[{"sig":"MEUCIQDI5JbYP0naP7kjAAwFPGP0KpLbUouZUkR2TaOXYRO4BwIgcCDGJaTNo5M+rUvgXauCfVYxKMmMWekgCqqUNGCIkt0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4847862},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"c0b3a4ec5973584775034c4ba4cc24bc627c341a","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.190_1784588256386_0.12406023996004878","host":"s3://npm-registry-packages-npm-production"}},"0.1.191":{"name":"@telepath-computer/television","version":"0.1.191","_id":"@telepath-computer/television@0.1.191","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"f24049affda6fd5e950c33230ecc6efc1a687a76","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.191.tgz","fileCount":53,"integrity":"sha512-X6HQH8llzyxXS6FlD1oXe/lr6nv1S7hRVn7KIDDYkrpnl2J4O4sNCmvf5q08lX9k5G25kZmiT59MdCiPMJGsJg==","signatures":[{"sig":"MEUCIQCyizkts1g56OY8HDEnx0nHnJCFztHUtzzqPAAxTMwD0QIgekbHU3wnxZZxWMnhMCKDjqK8JlFi117lWiBgHnP1AR0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4848120},"main":"dist/cli.cjs","type":"module","exports":{".":"./src/index.ts"},"gitHead":"dec7566383cb8a0265bd3db5b71b6827c4c9a4b4","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.191_1784591768542_0.7129989738362463","host":"s3://npm-registry-packages-npm-production"}},"0.1.192":{"name":"@telepath-computer/television","version":"0.1.192","_id":"@telepath-computer/television@0.1.192","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"591e8e5b08df80daa564f0e9d2da378bdd4e9035","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.192.tgz","fileCount":53,"integrity":"sha512-N2Qwt20R1+xO74PvSg4bCzEUmBjzOKfrLxRgHkskIri/8eXIAuC4h+nLdrVzdVPlYz+5s1fi4AFyTs+q2lkm3g==","signatures":[{"sig":"MEYCIQCmRUlpoyI94EXKi4EyZ5eXIBoBzYEtncTcnNTNsIbA6AIhAJfvEFV/INEYiPz+llzDrWwnYF5cIiBsGI4mCnV5o3J2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4850562},"type":"module","gitHead":"355f6bc2c4e3526b355ed5bfe4a5333a5b457100","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.192_1784614920419_0.08347004908206812","host":"s3://npm-registry-packages-npm-production"}},"0.1.193":{"name":"@telepath-computer/television","version":"0.1.193","license":"MIT","_id":"@telepath-computer/television@0.1.193","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"9666afeda4454f84a7ee07e918e0a943e47ed358","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.193.tgz","fileCount":58,"integrity":"sha512-g3oeR87vEpTn8U3yt2zmp73bnuPcL6A+noDQqfRkI2BTYf+CCdyY5C1F7hQ5TTYSExbZUI1eHC9TluJNH3OIkg==","signatures":[{"sig":"MEYCIQCslAyYljVx+C0/F76LrzmR26kxnXfdOrluZyBX9GkhrgIhAKA/JAzS7PB5ckJsngx/Ek7EMl0HIgcLgf0tdq0e+pya","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5184475},"type":"module","gitHead":"9d6a6091cf4d57d402a59f30ca9ae2c392b3ffcb","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.193_1784675284529_0.20784924842329922","host":"s3://npm-registry-packages-npm-production"}},"0.1.194":{"name":"@telepath-computer/television","version":"0.1.194","license":"MIT","_id":"@telepath-computer/television@0.1.194","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"b1e233e29f4c614680014aeccc204938f83243bb","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.194.tgz","fileCount":58,"integrity":"sha512-7I6ar3LJx3l/tobUZCemYiz1EIrDpZEUmHonFlvmRfx4AHf8Z+2m6bvpGiQ8GMjFJDPZRjpBmCJaDr7V1kZItg==","signatures":[{"sig":"MEUCIAtHUBTWkFjANB3q5Wgxd5NoZOYLDsy6/+2naBhefRhhAiEAyNe8ZWBwFCYeaKoxLhTmdfqP8O2ddE9zNpDVAItqOb8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5184366},"type":"module","gitHead":"9cb7099ba6cc0a3ffff23797c3bcfe0bc366a0a3","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.194_1784770103802_0.5640731389354685","host":"s3://npm-registry-packages-npm-production"}},"0.1.195":{"name":"@telepath-computer/television","version":"0.1.195","license":"MIT","_id":"@telepath-computer/television@0.1.195","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"83908b3c1c13402e3b9ce7d344187ebfb5c4ad28","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.195.tgz","fileCount":58,"integrity":"sha512-weL1wDb1WG4pb/Y7/UZuCnSheP4lv0gabAPUVpajyJmEzeW5HERh02wFY13CD6yWKOamLKMKv8g+SvaaEtfdgQ==","signatures":[{"sig":"MEQCICckWULcqfDXoYaV06Qijtj6qyKNH+r6lt+4htuxtRK5AiBsrP9xUHeUbUUUGH6HpvRFeKXbcCSl+srOi5WTyx8euw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5184417},"type":"module","gitHead":"1fefb7b270ca51861d3928bc8dc9a9b899976fd5","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.195_1784772520220_0.6773610631052558","host":"s3://npm-registry-packages-npm-production"}},"0.1.196":{"name":"@telepath-computer/television","version":"0.1.196","license":"MIT","_id":"@telepath-computer/television@0.1.196","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"926b92ab1bf0f57c6d584fe4b2a519bdc6246690","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.196.tgz","fileCount":58,"integrity":"sha512-G/6UuqrifOlQ/8EabxWMKxM83yR+AfFnfzQ9iu2lZr4xOuD/+3r+GoLUifj1PgNQtB60BxAWocJgWcZbQp1Zgw==","signatures":[{"sig":"MEUCIFFSKaPJgs8On7vjYKWybJbGNtlSKo1tFkWV/mowe1PzAiEA+UhEUY3UCTejrGOHTLr+dfsJD43XgEYUCEMntkSavUA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5184366},"type":"module","gitHead":"eefbef78ad8d5ee12fddf2a633472c35b1e0a2fa","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.196_1784776548966_0.41317644642279894","host":"s3://npm-registry-packages-npm-production"}},"0.1.197":{"name":"@telepath-computer/television","version":"0.1.197","license":"MIT","_id":"@telepath-computer/television@0.1.197","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"860e13c9f52185a86c6c28f4da26b1379a766f3b","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.197.tgz","fileCount":58,"integrity":"sha512-Snzhbi3w+8gOdj3ydV67+hK6p7XLV7+dlGXq/ed4C0T8DqIy07lHvJU1HAN4FosE6x/qUc8g8UWdGsw5QAilXg==","signatures":[{"sig":"MEUCIQDgeWzIPIEJi/ONeAKrIpAx6xji1J09qIsLY0YYtTMe4wIgUOif+L8yeBjtIY2RBxrYbT8iEnH5HZWY8u5SE8VmggI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5185865},"type":"module","gitHead":"d70717fa410c5e48a3b9b9116a32e2c8a4baf129","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.197_1784781588397_0.823226207952316","host":"s3://npm-registry-packages-npm-production"}},"0.1.198":{"name":"@telepath-computer/television","version":"0.1.198","license":"MIT","_id":"@telepath-computer/television@0.1.198","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"da4bb84a51e94acd174ba5b55935e0e2021268f8","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.198.tgz","fileCount":58,"integrity":"sha512-arZ76L2K2m+kVnTIp8FZzIrou3W131zEWV9Bs6cAp3m1bJluYZJvrl/+R6PwI8GsGoeB6SK8dsmUyEV1GS8Dmg==","signatures":[{"sig":"MEUCIQCkEOJe+17S4QCj3vZ52w4R6dQtSGE+9sgfh4Svk6cZ1QIgICvB7FeLwA9777iI+rnu42h81vm60fqwOenHSSJyDJg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5184366},"type":"module","gitHead":"2f921d7af0b3d82b2b508d02b1e81b73859404f6","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.0","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.198_1784782369566_0.12152608033773293","host":"s3://npm-registry-packages-npm-production"}},"0.1.199":{"name":"@telepath-computer/television","version":"0.1.199","license":"MIT","_id":"@telepath-computer/television@0.1.199","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"0e0d1d6f8073350c653a3ca12c1962f821ecc38f","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.199.tgz","fileCount":59,"integrity":"sha512-pJ18eSDQWvc1B/VPF64wIiwsGtsqMyE3ERin9csLyaZg8jpWb4RwfGNcOSwN3YxtQD1engG284lShZeqbPYWqQ==","signatures":[{"sig":"MEQCIGoWFYPtx0TOcD5lsz0P+pAaTrNfYtMb9AJlWkws1+4LAiAWK0Su4gjshqN53l+h28xRPI1Qrx7D3B/jzHJFfCiTkw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5193593},"type":"module","gitHead":"9084d70b1d1928c91ba862cc7966495afcc5bfb0","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.199_1784853104016_0.6568360888966911","host":"s3://npm-registry-packages-npm-production"}},"0.1.200":{"name":"@telepath-computer/television","version":"0.1.200","license":"MIT","_id":"@telepath-computer/television@0.1.200","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"bed29ff990a87e8210796532820240143660b220","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.200.tgz","fileCount":59,"integrity":"sha512-H6ZoVTobLSfBEechtD6EOk9sz7hFruiudWbeH14Q9D7p3qoZF024zDQCL55LdyZ+RjuELPboE7JhjIl0pjuDug==","signatures":[{"sig":"MEUCIQDmDhPvl6SSMgH2lfyr9TpjhEZdICd67M7xfZIOSeZXQwIgDQ0m8vvpNb+X7q5xlDgzdZ4cF2sBO4ly8uXwjpPiDzM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5193475},"type":"module","gitHead":"31d3a566a6897c233c5e4f9c22bc4dd51b8ca60f","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.200_1784864039020_0.4795608865129588","host":"s3://npm-registry-packages-npm-production"}},"0.1.201":{"name":"@telepath-computer/television","version":"0.1.201","license":"MIT","_id":"@telepath-computer/television@0.1.201","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"da62b38798a25ae3c9ce4eaf4039f93c0e22a02d","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.201.tgz","fileCount":59,"integrity":"sha512-ZzQv6OFHAEPw5h4i6eLJXJVTfOS4WOjXwh5ydB9mPR501qeWC3/jCTZlluZiMSLFK3DrtOQNJ8n3VY0N6t9VWg==","signatures":[{"sig":"MEQCIEaOqyYAC2zLllZJu2JR+ynDG+xM/h0BavqitiYyrFSRAiA8rpLHHFZuPCRmb2FmNc0yQgOxNSBmAHIM5dzfMGkozA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5193542},"type":"module","gitHead":"e645deb7dca16e8415a229d4aa6fd6f641a4291b","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.201_1784872695167_0.5766262088062633","host":"s3://npm-registry-packages-npm-production"}},"0.1.202":{"name":"@telepath-computer/television","version":"0.1.202","license":"MIT","_id":"@telepath-computer/television@0.1.202","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"97d4f5b36258bf756a8491bbcf0aafd154cc54fb","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.202.tgz","fileCount":59,"integrity":"sha512-i80xKl+zKH0snMKNe6U39V6gqLqN7sL7zwXxO/RiblFQfDlHmqrUh9rcUuhh+akhV+rb4scX6/cfBkuDBmcoOQ==","signatures":[{"sig":"MEYCIQD7+KLjZWdUU7SgsCRZX+2I7BscVbtmgMM6u22eywEgNAIhAOnWgmn8ynYQJdvfOO3DfmNCwIjCoCu8pCvq8YBoKztu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5193542},"type":"module","gitHead":"8fc8059df8be0c2e79dda3f0a079b0871561c4bd","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.202_1784886186368_0.7612635742087666","host":"s3://npm-registry-packages-npm-production"}},"0.1.203":{"name":"@telepath-computer/television","version":"0.1.203","license":"MIT","_id":"@telepath-computer/television@0.1.203","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"135991b25f0c2abcbb4bc25ede4d81003436ece4","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.203.tgz","fileCount":59,"integrity":"sha512-Hl/gPYR+kDQJEKrhXrYPwe9yzTtwVaifDZBdRpvwXd1621ON7L/DC9ay+hoHnBAJu2MbngJ6O2to08not1w5iw==","signatures":[{"sig":"MEUCIQDNSI8eJJbi3z64zy8V7lVWrePYeMZbjwyO1A2Rppdt3gIgbgVeQIcsoRUMuW/kofcmBqDfhcjuzuEwAoyeikfqERs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5193542},"type":"module","gitHead":"c0c851737e8d7ae726755c9782a58fcd3fe8a0a3","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.203_1784935994589_0.46305346219332844","host":"s3://npm-registry-packages-npm-production"}},"0.1.204":{"name":"@telepath-computer/television","version":"0.1.204","license":"MIT","_id":"@telepath-computer/television@0.1.204","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"4c6f23278813e07839cacc06173b2bdbf6e41a67","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.204.tgz","fileCount":59,"integrity":"sha512-cLamlGs8yjPp0WqZs3znYCq+9hvpNii2MSufL7d8okRMI4Qv/D8xPOxk8+EfZBzhhtQfAH0ShcrEj+/jlo4dMQ==","signatures":[{"sig":"MEUCIEHfe6nNDkQp0KnP8i5qAC0pK9Su8MlXJelwyMhI4iEtAiEA+YFLdu0aZUJWWmP+GMWE5Y5cva0BAm0KUrxz7/fWQT0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5193542},"type":"module","gitHead":"f5dc0af6a63df2929eaa6918821e03c1d4ecd2e5","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.204_1784962050688_0.23685024974964786","host":"s3://npm-registry-packages-npm-production"}},"0.1.205":{"name":"@telepath-computer/television","version":"0.1.205","license":"MIT","_id":"@telepath-computer/television@0.1.205","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"251a24aa1f98733a168a482281e2cfcf9558ca7b","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.205.tgz","fileCount":59,"integrity":"sha512-c62dB5BIwfHXRGa7GJnWGJquFYxF1aVNCAvrVcmy1YnQZwLlOYsGWzIorvoOsNU6QVG9s96hAgHER12XFTv1YQ==","signatures":[{"sig":"MEUCIDQf9OwgWMlsQfmM+XyZDTH6WIKwV8JS5LuiJIuZoyKcAiEAvVPlqIHsOSDDfyAV3OYUfRLGSVdKypYqMGmvmquHm6o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5193463},"type":"module","gitHead":"ee7d3db2d3fb3fdd5f04a48b11433fdc6c68b762","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.18.0","directories":{},"_nodeVersion":"22.23.1","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.205_1784966122156_0.018662242061356915","host":"s3://npm-registry-packages-npm-production"}},"0.1.206":{"name":"@telepath-computer/television","version":"0.1.206","license":"MIT","_id":"@telepath-computer/television@0.1.206","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"c25540ba3c53908bd7ce29f8f370d927c3de724b","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.206.tgz","fileCount":59,"integrity":"sha512-ux+NJVSnPqrm4sIgdTU8zYSR/DMXsx2/Q2CrxJR6zUM66to+4uYIQGxTDyhmGyre653St31aBmBYSMYCu06MDA==","signatures":[{"sig":"MEUCIBTRxH9yyP0HIZbTf0CW9TXdqUwTIkIql4tbJYmmp1a4AiEAnSlX4jOnVgpVAt+NqbR92cMlCDFTa5TE9femHxcPmAg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5235658},"type":"module","engines":{"node":">=22"},"gitHead":"c154a4bf2a52c8aeb711606e28f27c46a7e7fe82","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.17.0","directories":{},"_nodeVersion":"24.19.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.206_1786063427110_0.29929968898246173","host":"s3://npm-registry-packages-npm-production"}},"0.1.208":{"name":"@telepath-computer/television","version":"0.1.208","license":"MIT","_id":"@telepath-computer/television@0.1.208","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"af7ab876615d57d64755cba5b9adf160c21f2e3a","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.208.tgz","fileCount":58,"integrity":"sha512-AmK3DYu/MWKIpUOQyDyW/nMFkf/QETfUHoSFmy+b2VsnDPPYNS58PwP7dD11g46NeXDkHAZLjWAsoAQg1SjwvQ==","signatures":[{"sig":"MEUCIQCUsZPfNndDiEQD9wXWAGWxAN2UoKryPvOcjME+MEWTOAIgFJxXETly642CuDh1dPJultXxmmgPvSrbcEIy8gMIxPc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5152454},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"9853e9e0278020504fc923120a97349126d8fb00","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.17.0","directories":{},"_nodeVersion":"24.19.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.208_1787687334132_0.4830024101455872","host":"s3://npm-registry-packages-npm-production"}},"0.1.209":{"name":"@telepath-computer/television","version":"0.1.209","license":"MIT","_id":"@telepath-computer/television@0.1.209","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"405f066ff4314f098cd791fb1105d7996c31194d","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.209.tgz","fileCount":58,"integrity":"sha512-qWlx23dI/lmUfhDYnF6pVC+2ZirMutU69sQ7WGs5VIh6072jwTn5R3GcOlIYGU6CJD2C7knHWG3d71qiJJuHuA==","signatures":[{"sig":"MEUCIQDiulwf1PEUFMZ+Zyt0pG5OWRCLOY/sTr6eiTvi4tCk+AIgdJlGZX7K7JbZsLPevCOsW1pc2ylmNan+0OIVie+PJaw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5152755},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"605d64e8a30eced8c7fab951682e9a568c254e97","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.17.0","directories":{},"_nodeVersion":"24.19.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.209_1787696268175_0.9719538524495557","host":"s3://npm-registry-packages-npm-production"}},"0.1.210":{"name":"@telepath-computer/television","version":"0.1.210","license":"MIT","_id":"@telepath-computer/television@0.1.210","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"a0535128860108d44ff58851236fd265b17ceec7","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.210.tgz","fileCount":58,"integrity":"sha512-hT/DC3QDiTnaUdngxNgQ3YQhwZr5cMSe+Xr37LtRhiIk+k36eCBjx/ufUhzP1ztcHYG2ymMVWeEGFT19AIhDWg==","signatures":[{"sig":"MEQCIADcmdXX9c2k5TnkODLUiRhQ8sItyJVQD7EWLqbEAFYWAiAZLX1Ux/ng1Io2DM0ree6Dih1IGfzpaOBgFE4bvOIFug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5152816},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"6566684eedaf25a6a6cb75bf2dd809cbbe2e97c8","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.17.0","directories":{},"_nodeVersion":"24.19.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.210_1787718945985_0.9756704754787362","host":"s3://npm-registry-packages-npm-production"}},"0.1.211":{"name":"@telepath-computer/television","version":"0.1.211","license":"MIT","_id":"@telepath-computer/television@0.1.211","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"60f3fc3cd4de190a24d5459adcab99da4e6e332e","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.211.tgz","fileCount":58,"integrity":"sha512-bMcRwIwADCXKltWXXR8s7bDpmaVN5N1Xn0gRK5aNPpHamI3R883XzoF/RRqujt1aaLFAki+LhEVO8TRqLOndHg==","signatures":[{"sig":"MEQCICYHpdHFxS7miuNGUQmHq56Yo6kmw5ZWAcLtt5fLE5HoAiAmx9ytGuRQdLedyj/lR5xpByKZKmTLSMBnbQNtoSKbUA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIHQ1Ekw1DfK9ub065AdTUBkkXewS/elpnbKd2nVqkR5LAiEA8ffdcYdgDcUgLtsvJC9tcDa/dEVV+wzSUnqmJga7K6U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5153109},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"e7bb5456996061808c2acf609831f0ac587c345f","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.17.0","directories":{},"_nodeVersion":"24.19.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.211_1787945026845_0.9220390696665794","host":"s3://npm-registry-packages-npm-production"}},"0.1.212":{"name":"@telepath-computer/television","version":"0.1.212","license":"MIT","_id":"@telepath-computer/television@0.1.212","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"c4372401c31e88ef5826bdee654b0ac343ce9e9c","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.212.tgz","fileCount":58,"integrity":"sha512-hpYta7ndvdsZIqAtbyOoMv+cuDdFJsqACgOaP4UFFBcmRfh0o9FsBSZnw+NbHFOdwtVB9J5Bm7833RYZGeIiew==","signatures":[{"sig":"MEUCIGOMlNF5GemwluBUsGWu/8el4nQ+IHH4TMr9wt3cVY10AiEAgJ6sSNVkwy0w0GpLKipjHNBrA3/P6RuGNG7hDrfpbm8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCICBmi27fbQGoELa3ByQS5iOKa44+CYTTT0oeoo0LBDibAiAbPs0hOQCIX7EC8tU0FeTLf+HL+7gHGsZsGirfPRfl/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5153219},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"34ae878037dcc6debb86b0b10fad166e0a8a1117","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.17.0","directories":{},"_nodeVersion":"24.19.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.212_1788273938119_0.882749110345225","host":"s3://npm-registry-packages-npm-production"}},"0.1.213":{"name":"@telepath-computer/television","version":"0.1.213","license":"MIT","_id":"@telepath-computer/television@0.1.213","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"6aebb5ec0ceb57a6520a9098b392a53a6bb53b02","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.213.tgz","fileCount":58,"integrity":"sha512-9LOPVDlioRDECWxy7gm8Ggf1p+tz//Jro9lsRc9s/uxZsUtq538FVZ8ql0rat/4cslEmOOn2MSFAqw1NJW7w2Q==","signatures":[{"sig":"MEYCIQCYK0Wp+tBA+AQbC4l/b09xsfpwPh+RFUa5vjcUIm02nwIhANclIt49Ij0aN5mJl4b73ld1FJ+vbhgQF9VqOxwzcf6a","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQClLklZeoiTCTbGdhUaygE7mXQL7Dhf8FJxqJXvR+xF5gIhAOpE2szuVymbxnJ7FnzgJ6PRK84CYL6/Z/iwIfwvGczl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5153160},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"1f39a908b56d7915e026613d6b72a7055051301b","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.17.0","directories":{},"_nodeVersion":"24.19.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.213_1788289931945_0.8180328076060561","host":"s3://npm-registry-packages-npm-production"}},"0.1.214":{"name":"@telepath-computer/television","version":"0.1.214","license":"MIT","_id":"@telepath-computer/television@0.1.214","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"8e6fe81e4f33a29b1c10b7c2ba4c9a8e42757187","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.214.tgz","fileCount":58,"integrity":"sha512-rcB9mUB+4oHKnOHCxk+DowItiNldDCqhxR9w1wO+MPvakuINRZfSljEGm0maVAdp0Rb7XwEkqSCU0UtDwx6GyA==","signatures":[{"sig":"MEUCICLQHrI0qnpWz4rE8uwBtXODbXkZzClSNNUPXIA7TT0iAiEA75FHHSvi6Z/NN9e2xmuZw0mSA7UteJZuuNuG1pFLEGs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCd2UbTM5vjVV8LphawAoR098bxaehXO3HpXmRBLVh9OgIhALG+ixFRDWuMgC0wJLzvRBriT8dBLIYdn1u3Mj85rXW1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5153316},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"b824506b3dbd3174ba6e4b9e5b024de4eec9e42a","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.17.0","directories":{},"_nodeVersion":"24.19.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.214_1788300320318_0.7972788939384334","host":"s3://npm-registry-packages-npm-production"}},"0.1.215":{"name":"@telepath-computer/television","version":"0.1.215","license":"MIT","_id":"@telepath-computer/television@0.1.215","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"99f7495743ed1199f534998f152ac0dcc66989a0","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.215.tgz","fileCount":58,"integrity":"sha512-+Ty7KGaReKKvw0kd3YtlkgPCY4uILnA18yLpo8zrpwYgmCLH8j7uwssuNry4xpYaGi9jso86VEFKWjvfJ+nLgg==","signatures":[{"sig":"MEUCIQDjSkzu0ajB+sRWFftlgWOQv17VIaZ1QT3emSZM39+aFgIgVnoC5+HZvqnUXbVygJLc152oSAo4F7Kripn+QtXpQ4o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIHEWxJtcEsvOvhBBf73kqHW24+hesI2w6LhWuFHQvzm2AiBIfbNK6D4UbWyU/0hqL22q4EyRQ3fBG88naIPqwvR5gQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5153109},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"de3474dfbd019f248dd0e161d858434c82bd9926","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.17.0","directories":{},"_nodeVersion":"24.19.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.215_1788402193249_0.31484005104261503","host":"s3://npm-registry-packages-npm-production"}},"0.1.216":{"name":"@telepath-computer/television","version":"0.1.216","license":"MIT","_id":"@telepath-computer/television@0.1.216","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"a8f60bb26e5efaac5d51af2abbf91520914b924c","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-0.1.216.tgz","fileCount":58,"integrity":"sha512-6bvvMj+z5qgpzpfDR1KJJ6hCI47NSz08PCtZl64VMvqZelANDeFN0QmNrNhINLGUxScwXpmGprsBAeFCZxH8LA==","signatures":[{"sig":"MEUCIQDR63UuVUjl/zzbyTLoUMF6Hbm9xHNE49UZ9E7HMjUJ/AIgDmM+jcsUdN5qaiw0aL7wZv4TLzlFCbbrMm8Skhh7nwI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQC9QB7lPs8hFyVZoJfjkeXmVb0HXps9nkx3BDB0gKkwsAIgUwiDxj1H3OZ/T4TdFSlzsXFFMqGJk791hQKtj6niz8Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5158176},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"3e674388c89b46e8998f70935e31085774b06361","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.17.0","directories":{},"_nodeVersion":"24.19.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_0.1.216_1788410695682_0.2794512859920235","host":"s3://npm-registry-packages-npm-production"}},"1.3.2":{"name":"@telepath-computer/television","version":"1.3.2","license":"MIT","_id":"@telepath-computer/television@1.3.2","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"bd5790461873e43d6d67ecb774f932e860cdc724","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-1.3.2.tgz","fileCount":90,"integrity":"sha512-2AkHxOEwtWw/oVzxIG03/shiyX78jDvaBiqhSL14sHbWX+9f3goGEj21BwYmwm987+R+JMPvsnJR43ffxLdZwg==","signatures":[{"sig":"MEUCICTNtWWxueMxIrHG4GJH6InrTcMwWF/kfvIsMzOZUgcGAiEAxQKL3BE6Lw635W+BqpLuD4HYlRdoJBKouOjIs2xToTg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIGxAjd4J8jnAwI3ISg14MiD8pWWDWyRDCTcSITaoDBogAiBUPpvDHPV1Ftq7t6kT29bcYsaqIUxW3soC4EtMQ44YtQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12319104},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"aca92e1c0ed0a78cf2614fe55a82d90d186ffcbe","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.19.0","directories":{},"_nodeVersion":"24.20.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_1.3.2_1789708755959_0.6976276330652309","host":"s3://npm-registry-packages-npm-production"}},"1.3.3":{"name":"@telepath-computer/television","version":"1.3.3","license":"MIT","_id":"@telepath-computer/television@1.3.3","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"2b6fc673371f8cb589363697682d24a4ee793a63","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-1.3.3.tgz","fileCount":90,"integrity":"sha512-3FqFpcs7cb2bnOxzzRlTEQP5iHVEnGXolu8/Bbo2HGVDcf1t/SGuTuCOuVvffc7+C6tk68C4XWx+QvmtyslZbw==","signatures":[{"sig":"MEYCIQDYPlCR0ce0AfXCVtVp7ymUZEhUCVuHJKL/aHsh9urV+wIhAOGs0k7hHhJDaX4SKbah90zXl4/hkK+hcqNbi6YkZUxL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIFMMqSPh6yyXa3563BMfh6/qeHHM4TOHNq9Io0Ml5afbAiBfxmKiIjYnGswIwtumdlgFDRKqLxb1Maqx+MVce8Lf+A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12326325},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"24d1135f40baae14e17ecfc9b0326a063198b967","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.19.0","directories":{},"_nodeVersion":"24.20.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_1.3.3_1789717077224_0.29121368048236773","host":"s3://npm-registry-packages-npm-production"}},"1.3.4":{"name":"@telepath-computer/television","version":"1.3.4","license":"MIT","_id":"@telepath-computer/television@1.3.4","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"6e194dbefce4a027580761aac1d801f8aa7f0270","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-1.3.4.tgz","fileCount":90,"integrity":"sha512-awxZlyFWbHHkSRWGpJpdKMT103GKtUiP+TAyYiPhMqj0NfGEJDESpWkAFlUgo+VNCJKIzT19fVQS7kJkCIz3bg==","signatures":[{"sig":"MEYCIQCYglHmUIsE7ziPs3RJ/18QoiZEhTppjeaaKvj3D5BC5wIhALrr6/2ih2ivXklK/0wGDqSvs7sBQwE8qSBowICokMNf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDX3EOqYdWKCoqgwGzYyY0IUHL4Um8LPOF8bErDDucYtgIgEw+VvH4F6yw6/DHY/l8FZuITx+5S7F+hyhq2Nh4o7Bk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12326913},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"f4b339a826bbce5a57981ade002e7d9c93d93431","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.19.0","directories":{},"_nodeVersion":"24.20.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_1.3.4_1789760507782_0.18151695497882936","host":"s3://npm-registry-packages-npm-production"}},"1.3.5":{"name":"@telepath-computer/television","version":"1.3.5","license":"MIT","_id":"@telepath-computer/television@1.3.5","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"dd633747fe3171fe00efabf8b513200005c53fa0","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-1.3.5.tgz","fileCount":90,"integrity":"sha512-OtLXirExPfwnEFrNPaL3n0mwbDbyW9Z9fBZ/4uwCsV5TVKdUy1L5li7l6ofApCV3JoH+/GhSZxlUVHF/70heOA==","signatures":[{"sig":"MEUCIQCUqkbnwzs0clrQlIkL0qsfASJLxtBBFSOpnIVCGmEMjgIgLzJsV/oEWW1LRlywY4bsp9DZY6dJIxaWxfyUsqCO3OI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIDkITFMiUu7KqMdlY/PTBLmz3srcBnwv7irc16CmAqOAAiBIxbcpf9M8CE/0aK9p3S6E7GVfogO7parDJPhEzlMtjA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12329560},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"388bd83645d868b2e41f2bee69b4522455cdd12c","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.19.0","directories":{},"_nodeVersion":"24.20.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_1.3.5_1790117809023_0.15635843154117568","host":"s3://npm-registry-packages-npm-production"}},"1.3.6":{"name":"@telepath-computer/television","version":"1.3.6","license":"MIT","_id":"@telepath-computer/television@1.3.6","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"14ffc21f783940239cfdac33704e9f6f8b677eeb","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-1.3.6.tgz","fileCount":90,"integrity":"sha512-PbfLOKjqExHI9sm/fGyYlMP06xg7b+MO2jP9lg9+A/TwC9GLTLBCiGwo4jzr7MHxginlpKj2SCMA5lAS4BASbg==","signatures":[{"sig":"MEQCIEc/671DVItemgMbLlcywC1b0MzFe/R5KEmV7epRR40MAiAsNFxK11r7TUVlir/nUqPiGVyq83W2yXiXBd28NFxsJQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDVnl+0Lyy8y6wKPY2Ox1ppdlRQPUukaTj+6F2FUD7BVwIgRNjCiu+BuAfLwB+69ia7eCm/BbIFq7MnRa0KrfMD2V0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12329493},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"ea7f3d6be96542d986c4e137b4ae2d64115a90be","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.19.0","directories":{},"_nodeVersion":"24.21.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_1.3.6_1790139722904_0.32795709835104314","host":"s3://npm-registry-packages-npm-production"}},"1.3.7":{"name":"@telepath-computer/television","version":"1.3.7","license":"MIT","_id":"@telepath-computer/television@1.3.7","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"5aa783c101811b877e49eb4c30eecefcc232486c","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-1.3.7.tgz","fileCount":90,"integrity":"sha512-0DpX15kw5uQH14yjyL30Axgv1jzomXEVHQqcPyQZevBT5nAK6nK8H9E7YNZBQNHUDaK36GlPzL1/69na29vBRg==","signatures":[{"sig":"MEYCIQDSRYNETrL0kBmr1muou665EZqaLMSvjaoprr4NNIVN1AIhAMsz0qdGpz9dEfcEaO562Ymw1UlFfazZ2CgBxYRfAh0W","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIAQRtkWnLrLPTlEAEPDoOJuOHf6wHpuePdtmC0h2woQ0AiBP/TgjHvZHnP7IypJv1PUfDV/b9eamKhKB0N+mBNw4YA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12329560},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"3c7720d3b81a062e58a52e86566f68262e1db22c","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.19.0","directories":{},"_nodeVersion":"24.21.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_1.3.7_1790286236978_0.7995243938629271","host":"s3://npm-registry-packages-npm-production"}},"1.3.8":{"name":"@telepath-computer/television","version":"1.3.8","license":"MIT","_id":"@telepath-computer/television@1.3.8","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"ec6e05058f00f778b26a55c87d3ccb8168d44fb9","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-1.3.8.tgz","fileCount":90,"integrity":"sha512-f7riof4k86Ujxpx0cwWB2nxVSKy+wRgGa571S/HLwUcIgvSDfs7nyVSAPrgzQ81ZzRSci8UI5+//Bx77nYgk0g==","signatures":[{"sig":"MEUCIHqsQE15czLXxUCEHyUoLPU4nHyx75XZ4VRUndSnD25zAiEAzcH842duZkoNxA9w2e4LKtag0hWNWEXrQCab0OL6z5o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIGIdtOnifra7gRyWQa8nJALBOhEWLPst256+AD1yYNkwAiA8iAqMUncTKxkr0SMPxj/yrbAiLp4GYbr0vbNYQo0czg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12367411},"type":"module","engines":{"node":">=22.12.0"},"gitHead":"f63a81d972021a8d9ad753ac23d9cd789564926a","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.19.0","directories":{},"_nodeVersion":"24.21.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"tmp":"tmp/television_1.3.8_1790298352625_0.6106995074453836","host":"s3://npm-registry-packages-npm-production"}},"1.3.9":{"_id":"@telepath-computer/television@1.3.9","bin":{"tv":"dist/cli.cjs"},"dist":{"shasum":"47b35bc1ccb965932280115d5bcde3088386d960","tarball":"https://registry.npmjs.org/@telepath-computer/television/-/television-1.3.9.tgz","fileCount":90,"integrity":"sha512-ByFdRontcOwLlNSpsCWZW39YaCnkTTbkD89BDdvGot43+MMH764qwUn9hkWWnzqKZIrOfY9jyiXmUeRMHVr1Lg==","signatures":[{"sig":"MEUCIEbxyZkRzf59d7t1sjiYyPbHN1Z7OYnRgl1J/71WnS9ZAiEAvn0G9rxGLXleBmmJPg8H+b6BRdiLATlrN45wwVROIQQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDZoIhmTjL3XUR5aP1c7SKfWIzFa4+YzGjoy+wXTL12GgIgMa3Qe6/Sm2gmI0LDEJoHbyGTXAE4IS8UNLx/01O7OEA="}],"unpackedSize":12369991},"name":"@telepath-computer/television","type":"module","engines":{"node":">=22.12.0"},"gitHead":"0b5bd92c450d636a656d10d35e7ca5a6ffddfe6f","license":"MIT","scripts":{"build":"node build.mjs","type-check":"tsc -p tsconfig.json --noEmit","build:views":"node build-views.mjs"},"version":"1.3.9","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42558476-2ac4-40aa-9ea9-5600451d6eb0"}},"_npmVersion":"11.19.0","directories":{},"maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"_nodeVersion":"24.21.0","dependencies":{"skills":"1.5.3"},"_hasShrinkwrap":false,"devDependencies":{"commander":"14.0.3","@rupertsworld/daemon":"0.2.1","@telepath-computer/television-web":"*","@telepath-computer/television-server":"*","@telepath-computer/television-shared":"*","@telepath-computer/television-artifact":"*"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/television_1.3.9_1790305929131_0.2391732670951705"}}},"time":{"created":"2026-03-19T19:36:02.951Z","modified":"2026-09-25T03:12:09.507Z","0.1.1":"2026-03-19T19:36:03.736Z","0.1.2":"2026-03-25T21:26:52.730Z","0.1.3":"2026-03-26T22:13:21.668Z","0.1.4":"2026-03-27T05:34:54.216Z","0.1.5":"2026-03-27T06:09:56.580Z","0.1.6":"2026-03-27T22:39:24.761Z","0.1.7":"2026-03-30T20:39:06.531Z","0.1.8":"2026-03-31T20:59:06.660Z","0.1.9":"2026-04-07T07:44:46.931Z","0.1.10":"2026-04-07T08:06:17.453Z","0.1.11":"2026-04-07T20:13:09.682Z","0.1.12":"2026-04-07T22:49:46.994Z","0.1.13":"2026-04-08T00:09:16.697Z","0.1.14":"2026-04-08T17:50:26.273Z","0.1.15":"2026-04-08T18:05:40.876Z","0.1.16":"2026-04-08T18:06:49.264Z","0.1.17":"2026-04-08T18:57:08.265Z","0.1.18":"2026-04-08T23:06:14.034Z","0.1.19":"2026-04-09T00:51:08.264Z","0.1.20":"2026-04-10T23:39:26.955Z","0.1.21":"2026-04-10T23:49:51.617Z","0.1.22":"2026-04-11T05:58:26.737Z","0.1.23":"2026-04-14T18:23:28.627Z","0.1.24":"2026-04-14T23:58:47.466Z","0.1.25":"2026-04-15T03:33:53.077Z","0.1.26":"2026-04-15T19:19:03.214Z","0.1.27":"2026-04-16T21:09:57.195Z","0.1.28":"2026-04-17T02:32:26.838Z","0.1.29":"2026-04-22T00:59:51.818Z","0.1.30":"2026-04-22T03:59:18.544Z","0.1.31":"2026-04-22T04:58:44.241Z","0.1.32":"2026-04-22T18:20:00.081Z","0.1.33":"2026-04-22T18:31:57.226Z","0.1.34":"2026-04-23T11:54:36.118Z","0.1.35":"2026-04-23T12:00:46.573Z","0.1.36":"2026-04-23T14:37:32.235Z","0.1.37":"2026-04-23T14:57:43.934Z","0.1.38":"2026-04-23T17:35:48.763Z","0.1.39":"2026-04-27T18:57:34.063Z","0.1.40":"2026-04-27T20:37:10.171Z","0.1.41":"2026-04-29T01:31:39.528Z","0.1.42":"2026-04-29T03:39:19.412Z","0.1.43":"2026-04-29T04:45:18.810Z","0.1.44":"2026-04-29T06:48:27.615Z","0.1.45":"2026-04-29T08:05:36.364Z","0.1.46":"2026-04-29T08:26:10.353Z","0.1.47":"2026-04-29T17:46:02.188Z","0.1.48":"2026-04-29T19:51:20.319Z","0.1.49":"2026-04-29T21:47:46.071Z","0.1.50":"2026-04-29T21:56:27.696Z","0.1.51":"2026-04-29T22:36:41.315Z","0.1.52":"2026-04-29T22:39:18.267Z","0.1.53":"2026-04-29T22:39:40.245Z","0.1.54":"2026-04-29T22:42:30.065Z","0.1.55":"2026-04-29T23:37:48.099Z","0.1.56":"2026-04-30T17:05:21.967Z","0.1.57":"2026-04-30T17:10:21.804Z","0.1.58":"2026-04-30T17:12:28.319Z","0.1.59":"2026-04-30T17:14:15.893Z","0.1.60":"2026-04-30T18:30:01.431Z","0.1.61":"2026-05-01T06:12:49.751Z","0.1.62":"2026-05-01T06:15:19.631Z","0.1.63":"2026-05-01T06:23:09.712Z","0.1.64":"2026-05-01T06:31:18.294Z","0.1.65":"2026-05-01T19:05:27.223Z","0.1.66":"2026-05-02T00:18:40.839Z","0.1.67":"2026-05-02T00:30:09.543Z","0.1.68":"2026-05-02T00:46:45.305Z","0.1.69":"2026-05-03T20:16:54.776Z","0.1.70":"2026-05-03T21:47:13.400Z","0.1.71":"2026-05-03T22:44:57.375Z","0.1.72":"2026-05-04T00:19:30.996Z","0.1.73":"2026-05-04T05:22:31.945Z","0.1.74":"2026-05-04T07:12:54.874Z","0.1.75":"2026-05-04T20:01:18.290Z","0.1.76":"2026-05-04T23:57:02.359Z","0.1.77":"2026-05-05T01:06:59.241Z","0.1.78":"2026-05-05T02:12:20.130Z","0.1.79":"2026-05-05T14:37:54.823Z","0.1.80":"2026-05-05T15:21:25.265Z","0.1.81":"2026-05-05T18:53:10.840Z","0.1.82":"2026-05-05T20:42:58.657Z","0.1.83":"2026-05-05T21:59:26.139Z","0.1.84":"2026-05-05T23:01:51.558Z","0.1.85":"2026-05-06T04:58:22.102Z","0.1.86":"2026-05-06T05:39:57.202Z","0.1.87":"2026-05-11T23:21:51.503Z","0.1.88":"2026-05-12T17:39:45.795Z","0.1.89":"2026-05-12T17:42:47.134Z","0.1.90":"2026-05-12T17:45:01.888Z","0.1.91":"2026-05-12T17:47:35.162Z","0.1.92":"2026-05-12T18:13:15.073Z","0.1.93":"2026-05-12T18:20:38.326Z","0.1.94":"2026-05-12T23:48:45.955Z","0.1.95":"2026-05-13T00:46:08.389Z","0.1.96":"2026-05-13T19:02:59.791Z","0.1.97":"2026-05-13T22:33:50.706Z","0.1.98":"2026-05-13T22:42:59.505Z","0.1.99":"2026-05-14T04:58:07.202Z","0.1.100":"2026-05-14T16:27:25.362Z","0.1.101":"2026-05-14T18:56:55.277Z","0.1.102":"2026-05-14T19:16:41.493Z","0.1.103":"2026-05-14T20:54:31.582Z","0.1.104":"2026-05-14T21:52:53.432Z","0.1.105":"2026-05-15T02:59:18.466Z","0.1.106":"2026-05-15T04:14:02.443Z","0.1.107":"2026-05-15T06:52:51.547Z","0.1.108":"2026-05-15T20:36:56.041Z","0.1.109":"2026-05-15T20:43:51.588Z","0.1.110":"2026-05-15T21:19:45.471Z","0.1.111":"2026-05-15T22:01:25.474Z","0.1.112":"2026-05-15T22:30:55.266Z","0.1.113":"2026-05-16T02:06:47.285Z","0.1.114":"2026-05-16T02:07:45.635Z","0.1.115":"2026-05-18T23:18:21.800Z","0.1.116":"2026-05-19T03:41:57.974Z","0.1.117":"2026-05-21T17:40:14.155Z","0.1.118":"2026-05-21T22:18:20.876Z","0.1.119":"2026-05-21T23:31:30.813Z","0.1.120":"2026-05-22T01:12:12.031Z","0.1.121":"2026-05-22T01:35:26.371Z","0.1.122":"2026-05-22T06:07:43.238Z","0.1.123":"2026-05-22T15:41:45.502Z","0.1.124":"2026-05-22T17:16:22.952Z","0.1.125":"2026-05-22T17:48:12.501Z","0.1.126":"2026-05-22T17:54:13.393Z","0.1.127":"2026-05-22T18:42:07.309Z","0.1.128":"2026-05-22T18:54:29.866Z","0.1.141":"2026-05-30T01:23:00.007Z","0.1.142":"2026-05-30T02:51:35.051Z","0.1.143":"2026-06-02T17:38:40.439Z","0.1.144":"2026-06-03T00:42:58.653Z","0.1.145":"2026-06-03T01:12:14.239Z","0.1.146":"2026-06-03T16:34:43.307Z","0.1.147":"2026-06-03T17:08:24.890Z","0.1.148":"2026-06-04T02:49:40.609Z","0.1.149":"2026-06-04T05:23:46.578Z","0.1.150":"2026-06-05T02:01:05.920Z","0.1.151":"2026-06-05T08:40:31.578Z","0.1.152":"2026-06-05T18:38:48.859Z","0.1.153":"2026-06-09T22:50:56.739Z","0.1.154":"2026-06-10T22:18:42.074Z","0.1.155":"2026-06-13T01:43:07.103Z","0.1.156":"2026-06-13T02:17:04.879Z","0.1.157":"2026-06-13T15:32:32.387Z","0.1.158":"2026-06-13T15:37:13.503Z","0.1.159":"2026-06-14T16:54:03.945Z","0.1.160":"2026-06-15T06:26:49.016Z","0.1.161":"2026-06-19T07:35:19.971Z","0.1.162":"2026-06-19T13:31:29.621Z","0.1.163":"2026-06-19T19:10:38.191Z","0.1.164":"2026-06-19T22:43:49.807Z","0.1.165":"2026-06-19T23:22:25.437Z","0.1.166":"2026-06-19T23:36:22.881Z","0.1.167":"2026-06-20T00:07:30.581Z","0.1.168":"2026-06-20T20:27:49.857Z","0.1.169":"2026-06-21T00:29:27.285Z","0.1.170":"2026-06-23T06:57:19.945Z","0.1.171":"2026-06-26T02:26:44.916Z","0.1.172":"2026-06-26T03:02:34.306Z","0.1.173":"2026-07-01T23:48:14.201Z","0.1.174":"2026-07-02T19:22:43.559Z","0.1.175":"2026-07-08T22:04:17.278Z","0.1.176":"2026-07-09T01:34:45.541Z","0.1.177":"2026-07-10T04:04:12.039Z","0.1.178":"2026-07-10T18:29:42.834Z","0.1.179":"2026-07-15T21:46:16.988Z","0.1.180":"2026-07-15T23:34:45.165Z","0.1.181":"2026-07-16T00:05:27.339Z","0.1.182":"2026-07-16T00:45:42.046Z","0.1.183":"2026-07-16T02:25:42.519Z","0.1.184":"2026-07-18T00:37:15.042Z","0.1.185":"2026-07-18T01:12:56.283Z","0.1.186":"2026-07-18T01:27:17.395Z","0.1.187":"2026-07-18T03:12:22.719Z","0.1.188":"2026-07-18T03:29:07.533Z","0.1.189":"2026-07-20T03:20:39.002Z","0.1.190":"2026-07-20T22:57:36.578Z","0.1.191":"2026-07-20T23:56:08.721Z","0.1.192":"2026-07-21T06:22:00.584Z","0.1.193":"2026-07-21T23:08:04.803Z","0.1.194":"2026-07-23T01:28:24.006Z","0.1.195":"2026-07-23T02:08:40.391Z","0.1.196":"2026-07-23T03:15:49.135Z","0.1.197":"2026-07-23T04:39:48.599Z","0.1.198":"2026-07-23T04:52:49.747Z","0.1.199":"2026-07-24T00:31:44.218Z","0.1.200":"2026-07-24T03:33:59.222Z","0.1.201":"2026-07-24T05:58:15.372Z","0.1.202":"2026-07-24T09:43:06.564Z","0.1.203":"2026-07-24T23:33:14.791Z","0.1.204":"2026-07-25T06:47:31.086Z","0.1.205":"2026-07-25T07:55:22.331Z","0.1.206":"2026-08-07T00:43:47.314Z","0.1.208":"2026-08-25T19:48:54.419Z","0.1.209":"2026-08-25T22:17:48.466Z","0.1.210":"2026-08-26T04:35:46.182Z","0.1.211":"2026-08-28T19:23:46.986Z","0.1.212":"2026-09-01T14:45:38.232Z","0.1.213":"2026-09-01T19:12:12.060Z","0.1.214":"2026-09-01T22:05:20.456Z","0.1.215":"2026-09-03T02:23:13.424Z","0.1.216":"2026-09-03T04:44:55.822Z","1.3.2":"2026-09-18T05:19:16.168Z","1.3.3":"2026-09-18T07:37:57.448Z","1.3.4":"2026-09-18T19:41:48.011Z","1.3.5":"2026-09-22T22:56:49.240Z","1.3.6":"2026-09-23T05:02:03.111Z","1.3.7":"2026-09-24T21:43:57.180Z","1.3.8":"2026-09-25T01:05:52.873Z","1.3.9":"2026-09-25T03:12:09.333Z"},"license":"MIT","maintainers":[{"name":"stlhood","email":"stephen@telepath.computer"},{"name":"rupertsworld","email":"rp@rupert.cloud"},{"name":"yetanotherjosh","email":"josh@telepath.computer"}],"readme":"ERROR: No README data found!","readmeFilename":""}