Files
ports/misc/github-copilot-cli/files/package-lock.json
T
2026-04-23 11:50:15 -07: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": "^1.0.35-6"
}
},
"node_modules/@github/copilot": {
"version": "1.0.35-6",
"resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-1.0.35-6.tgz",
"integrity": "sha512-3Z47Bp7qh2qddm6ZUMvMtPsRP+1do+bHsWTdumwd/KCKb7EMuohLGxce9Ejhcn2o0rTty4zBBQ5rMS2sYapFJg==",
"license": "SEE LICENSE IN LICENSE.md",
"bin": {
"copilot": "npm-loader.js"
},
"optionalDependencies": {
"@github/copilot-darwin-arm64": "1.0.35-6",
"@github/copilot-darwin-x64": "1.0.35-6",
"@github/copilot-linux-arm64": "1.0.35-6",
"@github/copilot-linux-x64": "1.0.35-6",
"@github/copilot-win32-arm64": "1.0.35-6",
"@github/copilot-win32-x64": "1.0.35-6"
}
},
"node_modules/@github/copilot/node_modules/@github/copilot-darwin-arm64": {
"version": "1.0.35-6",
"resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-1.0.35-6.tgz",
"integrity": "sha512-Ot0JOFcDyrYUGvXqGb7TggKydLEqt8wLBWCXmpXeI5JqNl22XlA2UxlVYZpek+wpz6jlr0MTgt12pXVZtJqOhg==",
"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": "1.0.35-6",
"resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-1.0.35-6.tgz",
"integrity": "sha512-jIBkJ2nEFPOVI0tLUSstGv73imp1s2Xh84o3dVQJz5JiBs7xNFN9QJnzF7aJ1jAt3/UKapeSdgReQ4pSMATLdQ==",
"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": "1.0.35-6",
"resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-1.0.35-6.tgz",
"integrity": "sha512-WP4jAKDoZV48+RgJai+L9JYxgMYZFQ9OsNjlH3q4SZ9jekKq5DSb7fqp9pW5EN/DOjCZg0aUQeCghB9LFVBVnA==",
"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": "1.0.35-6",
"resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-1.0.35-6.tgz",
"integrity": "sha512-7AmD52dsJ5ySHbGVuMAyrqniCdxNDuo9xhIT0rIQOfKkqM7oOQOwfCbqFshUtL+3uPb8+ooF2jF5guAIM6+BKQ==",
"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": "1.0.35-6",
"resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-1.0.35-6.tgz",
"integrity": "sha512-vbTAmvxDsazvPdr8A7+63KmX28WvlVd6LAQ4LNapNTRKbVPcK2zd6QXEravtiR8rhbwZteA9ptONIb+MyHuHwg==",
"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": "1.0.35-6",
"resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-1.0.35-6.tgz",
"integrity": "sha512-IgmrLkS1Vlt8yj9AY5vMAxz6wgSanaJ20skDTFqeFZJGzMLBC1aWM7dt2krpQzUWak7t8zKNNubFvndiLu5sIA==",
"cpu": [
"x64"
],
"license": "SEE LICENSE IN LICENSE.md",
"optional": true,
"os": [
"win32"
],
"bin": {
"copilot-win32-x64": "copilot.exe"
}
}
}
}