mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-05 18:52:57 +00:00
161 lines
5.2 KiB
JSON
161 lines
5.2 KiB
JSON
{
|
|
"name": "@openclaw/copilot",
|
|
"version": "2026.5.28",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@openclaw/copilot",
|
|
"version": "2026.5.28",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "1.0.0-beta.4"
|
|
}
|
|
},
|
|
"node_modules/@github/copilot": {
|
|
"version": "1.0.48",
|
|
"resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-1.0.48.tgz",
|
|
"integrity": "sha512-U5SzyTEq376UU9A4Sd3TEKz+Y2nRUd90cLO4Hc1otaB8yFSy9Ur2UVGcI2/wCoodL3a39k6WbdgNzFxr0gWFRQ==",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"bin": {
|
|
"copilot": "npm-loader.js"
|
|
},
|
|
"optionalDependencies": {
|
|
"@github/copilot-darwin-arm64": "1.0.48",
|
|
"@github/copilot-darwin-x64": "1.0.48",
|
|
"@github/copilot-linux-arm64": "1.0.48",
|
|
"@github/copilot-linux-x64": "1.0.48",
|
|
"@github/copilot-win32-arm64": "1.0.48",
|
|
"@github/copilot-win32-x64": "1.0.48"
|
|
}
|
|
},
|
|
"node_modules/@github/copilot-darwin-arm64": {
|
|
"version": "1.0.48",
|
|
"resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-1.0.48.tgz",
|
|
"integrity": "sha512-82MLoMQwPVVFM8EYssihFxSEPUYtZADE8rMzQ3jG9HgRg2qjQSfnHQS1mKe64dlXswZUK/onw6/8kjnW5I4pPg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"bin": {
|
|
"copilot-darwin-arm64": "copilot"
|
|
}
|
|
},
|
|
"node_modules/@github/copilot-darwin-x64": {
|
|
"version": "1.0.48",
|
|
"resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-1.0.48.tgz",
|
|
"integrity": "sha512-1VQ5r5F0h8GwboXmZTcutqcJT+iCpPXAF27QqodmpKEvW9aYfG8g9X2kFJOzDZoX+SA3Uaka9qXdYKF2xT6Uog==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"bin": {
|
|
"copilot-darwin-x64": "copilot"
|
|
}
|
|
},
|
|
"node_modules/@github/copilot-linux-arm64": {
|
|
"version": "1.0.48",
|
|
"resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-1.0.48.tgz",
|
|
"integrity": "sha512-PmsGnb0DZlI+Bf53l9HM1PAHHkUcMyB4y8v/7tnC/jDOV5dGF124n0HnDNfJLOLiJGiQGodthIif6QtPaAxpeA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"bin": {
|
|
"copilot-linux-arm64": "copilot"
|
|
}
|
|
},
|
|
"node_modules/@github/copilot-linux-x64": {
|
|
"version": "1.0.48",
|
|
"resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-1.0.48.tgz",
|
|
"integrity": "sha512-b2cc4euSlke9fYHXXsS2EL9UYbctN0h4lZvtAcKUDY+RCnpYAQOVBZK+c1R9dQrtsT6Z/yUv7PuFPSs8qdtc2Q==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"bin": {
|
|
"copilot-linux-x64": "copilot"
|
|
}
|
|
},
|
|
"node_modules/@github/copilot-sdk": {
|
|
"version": "1.0.0-beta.4",
|
|
"resolved": "https://registry.npmjs.org/@github/copilot-sdk/-/copilot-sdk-1.0.0-beta.4.tgz",
|
|
"integrity": "sha512-DcVMN2FWODxamFS9nTls8AW3QsyMnj6JDVBNRVBXaTY9kEhGHCjt8lp7sJp95/vyl52hvEb4/68Oh6SdFU9O/Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@github/copilot": "^1.0.46",
|
|
"vscode-jsonrpc": "^8.2.1",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/@github/copilot-win32-arm64": {
|
|
"version": "1.0.48",
|
|
"resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-1.0.48.tgz",
|
|
"integrity": "sha512-VEEOwddtpJ3DTbXGhnK6K8im4ofl9m08q1m/K++sNvWV8wkkOSOQBTiPdyUsuU/TXAoFhb8tZMIJv+6NnMBtMw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"bin": {
|
|
"copilot-win32-arm64": "copilot.exe"
|
|
}
|
|
},
|
|
"node_modules/@github/copilot-win32-x64": {
|
|
"version": "1.0.48",
|
|
"resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-1.0.48.tgz",
|
|
"integrity": "sha512-93BzvXLPHTyy1gWBXQY/IWIHor4IAwZuuo7/obG80/Qa6U0WeaN9slz/FBJvrsgVNrrRfEID5Xm3At+S6Kj67Q==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"bin": {
|
|
"copilot-win32-x64": "copilot.exe"
|
|
}
|
|
},
|
|
"node_modules/vscode-jsonrpc": {
|
|
"version": "8.2.1",
|
|
"resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.1.tgz",
|
|
"integrity": "sha512-kdjOSJ2lLIn7r1rtrMbbNCHjyMPfRnowdKjBQ+mGq6NAW5QY2bEZC/khaC5OR8svbbjvLEaIXkOq45e2X9BIbQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "4.4.3",
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
|
|
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
}
|
|
}
|
|
}
|