{"_id":"@ade-dev/runtime-win32-x64","_rev":"2-38df3a0340f83c8857b41215ec644486","name":"@ade-dev/runtime-win32-x64","dist-tags":{"latest":"1.2.73"},"versions":{"1.2.72":{"name":"@ade-dev/runtime-win32-x64","version":"1.2.72","keywords":["ade","runtime","win32-x64"],"license":"AGPL-3.0-only","_id":"@ade-dev/runtime-win32-x64@1.2.72","maintainers":[{"name":"arul28","email":"arulsharma1028@gmail.com"}],"homepage":"https://github.com/arul28/ADE/tree/main/packages/sdk","bugs":{"url":"https://github.com/arul28/ADE/issues"},"os":["win32"],"cpu":["x64"],"dist":{"shasum":"27db4a51fd7d71f1a64726630198e0282f91b017","tarball":"https://registry.npmjs.org/@ade-dev/runtime-win32-x64/-/runtime-win32-x64-1.2.72.tgz","fileCount":11250,"integrity":"sha512-bQ1a262i4WvGf6wWL/1LeLEQP/5RccIzAC3fs6NEASUI9NsdfoiTHbepCreYw9h4NWsrqt1ZlQh1KChKDIwtow==","signatures":[{"sig":"MEUCICIR77HZDn1nfEh+dEQ/GIcZF0d/k7WRG2RRulMDhKhzAiEA2ytkOo626i1QbVqgOhylDIlbSXhW6kB2aAPJItnj8Lc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":416672162},"_npmUser":{"name":"arul28","email":"arulsharma1028@gmail.com"},"repository":{"url":"git+https://github.com/arul28/ADE.git","type":"git","directory":"apps/ade-cli"},"_npmVersion":"11.16.0","description":"The ADE runtime binary and its native modules for win32-x64.","directories":{},"_nodeVersion":"26.3.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/runtime-win32-x64_1.2.72_1788369838410_0.33441482874794715","host":"s3://npm-registry-packages-npm-production"}},"1.2.73":{"name":"@ade-dev/runtime-win32-x64","version":"1.2.73","description":"The ADE runtime binary and its native modules for win32-x64.","license":"AGPL-3.0-only","repository":{"type":"git","url":"git+https://github.com/arul28/ADE.git","directory":"apps/ade-cli"},"homepage":"https://github.com/arul28/ADE/tree/main/packages/sdk","bugs":{"url":"https://github.com/arul28/ADE/issues"},"os":["win32"],"cpu":["x64"],"keywords":["ade","runtime","win32-x64"],"_id":"@ade-dev/runtime-win32-x64@1.2.73","_nodeVersion":"22.23.2","_npmVersion":"12.0.2","dist":{"integrity":"sha512-gVD9EbUqjSOJpuyxGvv9SxvG7TStuV3YX3Kte1RN5/GwOQ/bjzHc1UQMXXql+w7zfWvG+B+3EN+yvTaPB4o+Pw==","shasum":"9cdb46fada3cc5cddd158a7ebed47d1faf15e9cd","tarball":"https://registry.npmjs.org/@ade-dev/runtime-win32-x64/-/runtime-win32-x64-1.2.73.tgz","fileCount":11250,"unpackedSize":416806168,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@ade-dev%2fruntime-win32-x64@1.2.73","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD4CE73t6hAtxddYE1KPm9lJm3RUg+9l43dzya8euAc3gIhAPJHSfY5gVq5QbBQq5OZ+FmCqtEdVJMHEkHJzoGttIMl"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:42406dec-18fe-4df8-a82b-f75011396f01"}},"directories":{},"maintainers":[{"name":"arul28","email":"arulsharma1028@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/runtime-win32-x64_1.2.73_1788394234164_0.04594475590279323"},"_hasShrinkwrap":false}},"time":{"created":"2026-09-02T17:23:58.017Z","modified":"2026-09-03T00:10:36.736Z","1.2.72":"2026-09-02T17:24:00.148Z","1.2.73":"2026-09-03T00:10:36.373Z"},"bugs":{"url":"https://github.com/arul28/ADE/issues"},"license":"AGPL-3.0-only","homepage":"https://github.com/arul28/ADE/tree/main/packages/sdk","keywords":["ade","runtime","win32-x64"],"repository":{"type":"git","url":"git+https://github.com/arul28/ADE.git","directory":"apps/ade-cli"},"description":"The ADE runtime binary and its native modules for win32-x64.","maintainers":[{"name":"arul28","email":"arulsharma1028@gmail.com"}],"readme":"# @ade-dev/runtime-win32-x64\n\nThe ADE runtime binary for `win32-x64`, plus the native modules it dlopens.\n\nYou do not import this package. `@ade-dev/sdk` finds it automatically through\n`resolveBundledRuntime()`, which is step 2 of its runtime resolution order.\n\n    bin/ade.exe   the runtime binary\n    native/          ADE_RUNTIME_ROOT\n    native/node_modules   ADE_RUNTIME_NODE_MODULES\n\nInstall `@ade-dev/runtime` rather than this package directly: it lists all five\nplatform packages as `optionalDependencies`, so npm installs exactly the one\nthat matches the machine.\n\nIf you ship this inside a signed application, sign the binary and every Mach-O\nfile under `native/` with your own identity. See the SDK bundling guide:\nhttps://www.ade-app.dev/docs/sdk/bundling\n\n## License\n\nAGPL-3.0-only with the ADE Runtime Embedding Exception.\n\nShipping this binary unmodified inside a larger work, consumed through the\ndocumented `@ade-dev/sdk` interface, does not by itself make that work subject\nto the AGPL. Re-signing it with your own identity does not count as modifying\nit. See `LICENSE` and `RUNTIME-EMBEDDING-EXCEPTION.md` in this package, and\nhttps://www.ade-app.dev/docs/sdk/license\n","readmeFilename":"README.md"}