ports/misc/github-copilot-cli/files/package-lock.json
2026-02-01 18:20:09 -08:00

129 lines
4.2 KiB
JSON

{
"name": "@github/copilot-installer",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@github/copilot-installer",
"version": "1.0.0",
"dependencies": {
"@github/copilot": "^0.0.400"
}
},
"node_modules/@github/copilot": {
"version": "0.0.400",
"resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-0.0.400.tgz",
"integrity": "sha512-OliuUpFFtgp2WN/LEpj9Gzmbe4SyRLWsbqcYnJojAN1whd0l8JgnJBqzo3LXkZf5nUbVQ57IlU93BpjbIhmHrQ==",
"license": "SEE LICENSE IN LICENSE.md",
"bin": {
"copilot": "npm-loader.js"
},
"optionalDependencies": {
"@github/copilot-darwin-arm64": "0.0.400",
"@github/copilot-darwin-x64": "0.0.400",
"@github/copilot-linux-arm64": "0.0.400",
"@github/copilot-linux-x64": "0.0.400",
"@github/copilot-win32-arm64": "0.0.400",
"@github/copilot-win32-x64": "0.0.400"
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-darwin-arm64": {
"version": "0.0.400",
"resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-0.0.400.tgz",
"integrity": "sha512-Grpv/lYiLih0W8G/ofueNApz3WRGPkCFDM7i1ecc0slfI/JkjyQIjZWnD7a4lK5iSjBWQGIaKTHSj8e//d8Gug==",
"cpu": [
"arm64"
],
"license": "SEE LICENSE IN LICENSE.md",
"optional": true,
"os": [
"darwin"
],
"bin": {
"copilot-darwin-arm64": "copilot"
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-darwin-x64": {
"version": "0.0.400",
"resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-0.0.400.tgz",
"integrity": "sha512-c/qJC6qJIXjr5D274EvZc1FyKAktWrz2n6zjyHoqix8o8VJEfSo+Sqk4DPV1eZrrYCyE1EQyfNLvv80x1+pcTQ==",
"cpu": [
"x64"
],
"license": "SEE LICENSE IN LICENSE.md",
"optional": true,
"os": [
"darwin"
],
"bin": {
"copilot-darwin-x64": "copilot"
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-linux-arm64": {
"version": "0.0.400",
"resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-0.0.400.tgz",
"integrity": "sha512-8pcKXjFopVHZmAK4nFfV48/KN3WwmVm4HDcpPESvNHjoRj8PuFN9Ef9llD6QKerYbQc38C+Pu21IXimRvqqKHg==",
"cpu": [
"arm64"
],
"license": "SEE LICENSE IN LICENSE.md",
"optional": true,
"os": [
"linux"
],
"bin": {
"copilot-linux-arm64": "copilot"
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-linux-x64": {
"version": "0.0.400",
"resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-0.0.400.tgz",
"integrity": "sha512-BW+u6m/z894KHwJWNWGDiFAfMv83U1B1DVxrzJ1vdmGn05R9jIOp0TNaZtv0jh/ycGiQJ8s2cxFdcKtWxEcenQ==",
"cpu": [
"x64"
],
"license": "SEE LICENSE IN LICENSE.md",
"optional": true,
"os": [
"linux"
],
"bin": {
"copilot-linux-x64": "copilot"
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-win32-arm64": {
"version": "0.0.400",
"resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-0.0.400.tgz",
"integrity": "sha512-p299J676Q8BepAcR1DPMBqvW9M2nMr+fHfNyD5ketEHHc2gDF2KaWW83iXD0HqF5df7La7gbgJXYonL9Ct11Sw==",
"cpu": [
"arm64"
],
"license": "SEE LICENSE IN LICENSE.md",
"optional": true,
"os": [
"win32"
],
"bin": {
"copilot-win32-arm64": "copilot.exe"
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-win32-x64": {
"version": "0.0.400",
"resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-0.0.400.tgz",
"integrity": "sha512-y/77mfEB7MP2eHaRasYBKTnbO/BzaRp6jeSkPC+WUZqR62kRxmvBYCbVmBK66PZ1W6UFbwNPdHBQHebfuOePvg==",
"cpu": [
"x64"
],
"license": "SEE LICENSE IN LICENSE.md",
"optional": true,
"os": [
"win32"
],
"bin": {
"copilot-win32-x64": "copilot.exe"
}
}
}
}