mirror of
https://github.com/NoeFabris/opencode-antigravity-auth.git
synced 2026-05-22 13:24:56 +00:00
205 lines
7.5 KiB
JSON
205 lines
7.5 KiB
JSON
{
|
|
"name": "opencode-antigravity-auth",
|
|
"version": "1.1.6",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "opencode-antigravity-auth",
|
|
"version": "1.1.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@openauthjs/openauth": "^0.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@opencode-ai/plugin": "^0.15.30",
|
|
"@types/bun": "latest",
|
|
"@types/node": "^24.10.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
},
|
|
"node_modules/@openauthjs/openauth": {
|
|
"version": "0.4.3",
|
|
"resolved": "https://registry.npmjs.org/@openauthjs/openauth/-/openauth-0.4.3.tgz",
|
|
"integrity": "sha512-RlnjqvHzqcbFVymEwhlUEuac4utA5h4nhSK/i2szZuQmxTIqbGUxZ+nM+avM+VV4Ing+/ZaNLKILoXS3yrkOOw==",
|
|
"dependencies": {
|
|
"@standard-schema/spec": "1.0.0-beta.3",
|
|
"aws4fetch": "1.0.20",
|
|
"jose": "5.9.6"
|
|
},
|
|
"peerDependencies": {
|
|
"arctic": "^2.2.2",
|
|
"hono": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/@opencode-ai/plugin": {
|
|
"version": "0.15.31",
|
|
"resolved": "https://registry.npmjs.org/@opencode-ai/plugin/-/plugin-0.15.31.tgz",
|
|
"integrity": "sha512-htKKCq9Htljf7vX5ANLDB7bU7TeJYrl8LP2CQUtCAguKUpVvpj5tiZ+edlCdhGFEqlpSp+pkiTEY5LCv1muowg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@opencode-ai/sdk": "0.15.31",
|
|
"zod": "4.1.8"
|
|
}
|
|
},
|
|
"node_modules/@opencode-ai/sdk": {
|
|
"version": "0.15.31",
|
|
"resolved": "https://registry.npmjs.org/@opencode-ai/sdk/-/sdk-0.15.31.tgz",
|
|
"integrity": "sha512-95HWBiNKQnwsubkR2E7QhBD/CH9yteZGrviWar0aKHWu8/RjWw9m7Znbv8DI+y6i2dMwBBcGQ8LJ7x0abzys4A==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@oslojs/asn1": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@oslojs/asn1/-/asn1-1.0.0.tgz",
|
|
"integrity": "sha512-zw/wn0sj0j0QKbIXfIlnEcTviaCzYOY3V5rAyjR6YtOByFtJiT574+8p9Wlach0lZH9fddD4yb9laEAIl4vXQA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@oslojs/binary": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@oslojs/binary": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@oslojs/binary/-/binary-1.0.0.tgz",
|
|
"integrity": "sha512-9RCU6OwXU6p67H4NODbuxv2S3eenuQ4/WFLrsq+K/k682xrznH5EVWA7N4VFk9VYVcbFtKqur5YQQZc0ySGhsQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@oslojs/crypto": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/@oslojs/crypto/-/crypto-1.0.1.tgz",
|
|
"integrity": "sha512-7n08G8nWjAr/Yu3vu9zzrd0L9XnrJfpMioQcvCMxBIiF5orECHe5/3J0jmXRVvgfqMm/+4oxlQ+Sq39COYLcNQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@oslojs/asn1": "1.0.0",
|
|
"@oslojs/binary": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@oslojs/encoding": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz",
|
|
"integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@oslojs/jwt": {
|
|
"version": "0.2.0",
|
|
"resolved": "https://registry.npmjs.org/@oslojs/jwt/-/jwt-0.2.0.tgz",
|
|
"integrity": "sha512-bLE7BtHrURedCn4Mco3ma9L4Y1GR2SMBuIvjWr7rmQ4/W/4Jy70TIAgZ+0nIlk0xHz1vNP8x8DCns45Sb2XRbg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@oslojs/encoding": "0.4.1"
|
|
}
|
|
},
|
|
"node_modules/@oslojs/jwt/node_modules/@oslojs/encoding": {
|
|
"version": "0.4.1",
|
|
"resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-0.4.1.tgz",
|
|
"integrity": "sha512-hkjo6MuIK/kQR5CrGNdAPZhS01ZCXuWDRJ187zh6qqF2+yMHZpD9fAYpX8q2bOO6Ryhl3XpCT6kUX76N8hhm4Q==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@standard-schema/spec": {
|
|
"version": "1.0.0-beta.3",
|
|
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0-beta.3.tgz",
|
|
"integrity": "sha512-0ifF3BjA1E8SY9C+nUew8RefNOIq0cDlYALPty4rhUm8Rrl6tCM8hBT4bhGhx7I7iXD0uAgt50lgo8dD73ACMw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/bun": {
|
|
"version": "1.3.3",
|
|
"resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.3.3.tgz",
|
|
"integrity": "sha512-ogrKbJ2X5N0kWLLFKeytG0eHDleBYtngtlbu9cyBKFtNL3cnpDZkNdQj8flVf6WTZUX5ulI9AY1oa7ljhSrp+g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bun-types": "1.3.3"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "24.10.1",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz",
|
|
"integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~7.16.0"
|
|
}
|
|
},
|
|
"node_modules/arctic": {
|
|
"version": "2.3.4",
|
|
"resolved": "https://registry.npmjs.org/arctic/-/arctic-2.3.4.tgz",
|
|
"integrity": "sha512-+p30BOWsctZp+CVYCt7oAean/hWGW42sH5LAcRQX56ttEkFJWbzXBhmSpibbzwSJkRrotmsA+oAoJoVsU0f5xA==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@oslojs/crypto": "1.0.1",
|
|
"@oslojs/encoding": "1.1.0",
|
|
"@oslojs/jwt": "0.2.0"
|
|
}
|
|
},
|
|
"node_modules/aws4fetch": {
|
|
"version": "1.0.20",
|
|
"resolved": "https://registry.npmjs.org/aws4fetch/-/aws4fetch-1.0.20.tgz",
|
|
"integrity": "sha512-/djoAN709iY65ETD6LKCtyyEI04XIBP5xVvfmNxsEP0uJB5tyaGBztSryRr4HqMStr9R06PisQE7m9zDTXKu6g==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bun-types": {
|
|
"version": "1.3.3",
|
|
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.3.3.tgz",
|
|
"integrity": "sha512-z3Xwlg7j2l9JY27x5Qn3Wlyos8YAp0kKRlrePAOjgjMGS5IG6E7Jnlx736vH9UVI4wUICwwhC9anYL++XeOgTQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/hono": {
|
|
"version": "4.10.7",
|
|
"resolved": "https://registry.npmjs.org/hono/-/hono-4.10.7.tgz",
|
|
"integrity": "sha512-icXIITfw/07Q88nLSkB9aiUrd8rYzSweK681Kjo/TSggaGbOX4RRyxxm71v+3PC8C/j+4rlxGeoTRxQDkaJkUw==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=16.9.0"
|
|
}
|
|
},
|
|
"node_modules/jose": {
|
|
"version": "5.9.6",
|
|
"resolved": "https://registry.npmjs.org/jose/-/jose-5.9.6.tgz",
|
|
"integrity": "sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/panva"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.9.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "7.16.0",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "4.1.8",
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.8.tgz",
|
|
"integrity": "sha512-5R1P+WwQqmmMIEACyzSvo4JXHY5WiAFHRMg+zBZKgKS+Q1viRa0C1hmUKtHltoIFKtIdki3pRxkmpP74jnNYHQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
}
|
|
}
|
|
}
|