ports/misc/github-copilot-cli/files/package-lock.json
2025-12-04 14:56:47 -08:00

28 lines
711 B
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.366"
}
},
"node_modules/@github/copilot": {
"version": "0.0.366",
"resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-0.0.366.tgz",
"integrity": "sha512-mJ3wAvn4/yCrQBG5kcn2SOvWQSlrftkbpaAUBXX4l42y6Xsi4d9teuEdcwKOsUWLNDavpt3ecoCDnZUaCb/81A==",
"license": "SEE LICENSE IN LICENSE.md",
"bin": {
"copilot": "index.js"
},
"engines": {
"node": ">=22"
}
}
}
}