{"_id":"@adp-devtools/pixi","name":"@adp-devtools/pixi","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@adp-devtools/pixi","version":"0.1.0","description":"PixiJS runtime adapter and browser composition for Agent DevTools","type":"module","sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"./runtime":{"types":"./dist/runtime.d.ts","import":"./dist/runtime.js"},"./browser":{"types":"./dist/browser.d.ts","import":"./dist/browser.js"},"./browser-script":"./dist/page/page-entry.global.js"},"dependencies":{"@adp-devtools/runtime":"^0.1.0","@adp-devtools/protocol":"^0.1.0","@adp-devtools/browser":"^0.1.0"},"peerDependencies":{"pixi.js":">=8 <9"},"peerDependenciesMeta":{"pixi.js":{"optional":true}},"devDependencies":{"pixi.js":"^8.14.3","tsup":"^8.5.0","typescript":"^5.8.3"},"repository":{"type":"git","url":"git+https://github.com/RSamaium/agent-devtools.git","directory":"packages/pixi"},"homepage":"https://github.com/RSamaium/agent-devtools#readme","bugs":"https://github.com/RSamaium/agent-devtools/issues","publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"license":"MIT","scripts":{"build":"tsup src/index.ts src/runtime.ts src/browser.ts --format esm --dts --clean && tsup src/page-entry.ts --format iife --global-name AgentDevToolsPixi --out-dir dist/page --minify","typecheck":"tsc --noEmit","clean":"rm -rf dist"},"_nodeVersion":"24.18.0","_id":"@adp-devtools/pixi@0.1.0","dist":{"integrity":"sha512-EIH2kr7DqN9agTKsqWLY085CacxO0Cm0QcjeuY6kuE5xmA21atIbvxhaykH/or2oJzg1TahhSiJ3nuo0HRJo+g==","shasum":"d54bdee7bf5c8b3c75694505c2944b8205535f60","tarball":"https://registry.npmjs.org/@adp-devtools/pixi/-/pixi-0.1.0.tgz","fileCount":12,"unpackedSize":98218,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBg5y1/7vs93S7hy7dM5r4u9TcvHC/d5YiD9U/7yIrhwAiAuLYxLAq4Hivak6m3eq0sSCCk8ImRmBxDJUfY66LgYTQ=="}]},"_npmUser":{"name":"webcreative5","email":"sam@webcreative5.net"},"directories":{},"maintainers":[{"name":"webcreative5","email":"sam@webcreative5.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/pixi_0.1.0_1786006915341_0.013511272964759735"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-06T09:01:55.105Z","0.1.0":"2026-08-06T09:01:55.474Z","modified":"2026-08-06T09:01:55.926Z"},"maintainers":[{"name":"webcreative5","email":"sam@webcreative5.net"}],"description":"PixiJS runtime adapter and browser composition for Agent DevTools","homepage":"https://github.com/RSamaium/agent-devtools#readme","repository":{"type":"git","url":"git+https://github.com/RSamaium/agent-devtools.git","directory":"packages/pixi"},"bugs":"https://github.com/RSamaium/agent-devtools/issues","license":"MIT","readme":"# `@adp-devtools/pixi`\n\nRead-only PixiJS 8 adapter for Agent DevTools. It captures the scene graph, renderer metadata and managed GPU texture metadata through ADP.\n\nRegister the application with the official PixiJS DevTools API:\n\n```ts\nimport { initDevtools } from '@pixi/devtools';\n\nawait initDevtools({ app, version: '8' });\n```\n\nThen connect an agent:\n\n```ts\nimport { connectPixiBrowser } from '@adp-devtools/pixi/browser';\n\nconst client = await connectPixiBrowser({ url: 'http://localhost:5173' });\nconst scene = await client.query({ domain: 'scene-graph', resource: 'nodes' });\n```\n\nLegacy `__PIXI_APP__`, `__PIXI_STAGE__` and `__PIXI_RENDERER__` globals are supported as partial-discovery fallbacks. Pixel data, logical Assets cache aliases, overlays and runtime mutation are intentionally excluded.\n","readmeFilename":"","_rev":"1-f106a5e37a6e7970399ec22886ec2379"}