{"_id":"@ade-dev/runtime-darwin-x64","_rev":"2-2af570333e6fb0873ba285c225b4f9d6","name":"@ade-dev/runtime-darwin-x64","dist-tags":{"latest":"1.2.73"},"versions":{"1.2.72":{"name":"@ade-dev/runtime-darwin-x64","version":"1.2.72","keywords":["ade","runtime","darwin-x64"],"license":"AGPL-3.0-only","_id":"@ade-dev/runtime-darwin-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":["darwin"],"cpu":["x64"],"dist":{"shasum":"ada348c21cd682808857ad00e1b272b2e6f5079c","tarball":"https://registry.npmjs.org/@ade-dev/runtime-darwin-x64/-/runtime-darwin-x64-1.2.72.tgz","fileCount":11236,"integrity":"sha512-TN4cRv8+/1+hVlUX9G3G5eL58BQ5oUZkh/eSHu+ZmBXhkP6LltNgDGX6T678zsXrIzjNDKE9p2AQ+AxygCiAxg==","signatures":[{"sig":"MEUCIQDFWTgPSSe7OZNlWCzc1TuoukQK2VaPQi1jI1PFCQ7tCwIgUOmp5fPO2w/LJsuid6ISALrsr8ufSJJWb/DxRefVjMk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":238468397},"_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 darwin-x64.","directories":{},"_nodeVersion":"26.3.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/runtime-darwin-x64_1.2.72_1788369734616_0.4086661755527321","host":"s3://npm-registry-packages-npm-production"}},"1.2.73":{"name":"@ade-dev/runtime-darwin-x64","version":"1.2.73","description":"The ADE runtime binary and its native modules for darwin-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":["darwin"],"cpu":["x64"],"keywords":["ade","runtime","darwin-x64"],"_id":"@ade-dev/runtime-darwin-x64@1.2.73","_nodeVersion":"22.23.2","_npmVersion":"12.0.2","dist":{"integrity":"sha512-Ajq1mui1LaY5Yr6vDoSo7iWu4LvzA+Mm+Y4VfJZvGLJzQHwvVA6ywOiAsB2o7BBwkiXKVS4fRl015l8mLjJ2nA==","shasum":"cb13ced13f2d7e03ae1d1ef772980ed15fc3a809","tarball":"https://registry.npmjs.org/@ade-dev/runtime-darwin-x64/-/runtime-darwin-x64-1.2.73.tgz","fileCount":11236,"unpackedSize":238601347,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@ade-dev%2fruntime-darwin-x64@1.2.73","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCWj9XKq0aRciCzUsJjHym0DaPjtUhNpR7Az2HLX0kuQgIhAICWnI3Hia0wJgXbsmBuMx1E5QnFkG2zA+KlW5h8GzlE"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:24553800-ad1e-418c-88a0-ecab4c1edfdd"}},"directories":{},"maintainers":[{"name":"arul28","email":"arulsharma1028@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/runtime-darwin-x64_1.2.73_1788394128483_0.4427557463463261"},"_hasShrinkwrap":false}},"time":{"created":"2026-09-02T17:22:14.400Z","modified":"2026-09-03T00:08:49.755Z","1.2.72":"2026-09-02T17:22:15.578Z","1.2.73":"2026-09-03T00:08:49.431Z"},"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","darwin-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 darwin-x64.","maintainers":[{"name":"arul28","email":"arulsharma1028@gmail.com"}],"readme":"# @ade-dev/runtime-darwin-x64\n\nThe ADE runtime binary for `darwin-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   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"}