summaryrefslogtreecommitdiff
path: root/misc/github-copilot-cli/files/package-lock.json
blob: c335707717a644e724a0fb03617d69a1b40e5297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
  "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.377"
      }
    },
    "node_modules/@github/copilot": {
      "version": "0.0.377",
      "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-0.0.377.tgz",
      "integrity": "sha512-G7qnjL7G7StGeMG7vuIyxSVA8YPmV61ifz9C1m9RxFy8fQ1EFs8RwSwdCkq5jGFVVtwzBxlk3nRN0IWxxg2uCQ==",
      "license": "SEE LICENSE IN LICENSE.md",
      "bin": {
        "copilot": "npm-loader.js"
      },
      "engines": {
        "node": ">=22"
      },
      "optionalDependencies": {
        "@github/copilot-darwin-arm64": "0.0.377",
        "@github/copilot-darwin-x64": "0.0.377",
        "@github/copilot-linux-arm64": "0.0.377",
        "@github/copilot-linux-x64": "0.0.377",
        "@github/copilot-win32-arm64": "0.0.377",
        "@github/copilot-win32-x64": "0.0.377"
      }
    },
    "node_modules/@github/copilot/node_modules/@github/copilot-darwin-arm64": {
      "version": "0.0.377",
      "resolved": "https://registry.npmjs.org/@github/copilot-darwin-arm64/-/copilot-darwin-arm64-0.0.377.tgz",
      "integrity": "sha512-SUMQ62F43clF+q9GMxFyaY+IMWOdD910rX8398Y866Bug22rkRM0vIqY7bUeEtiABMdkcYs/TsvU3nQ9uCo5mw==",
      "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.377",
      "resolved": "https://registry.npmjs.org/@github/copilot-darwin-x64/-/copilot-darwin-x64-0.0.377.tgz",
      "integrity": "sha512-Z1cLgmEW9ar154N4I59jRtweCDuXws0jqh0QLVT9yAcoczQQjyPnDC8PaxQlqmJEXRtQzFTmZ8GdiBpmdmAi1w==",
      "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.377",
      "resolved": "https://registry.npmjs.org/@github/copilot-linux-arm64/-/copilot-linux-arm64-0.0.377.tgz",
      "integrity": "sha512-0X073fjYEHq1PCaffp1c8FUAbMVujJUGNDrORoRVMyyQQ7NrdBoeJGebfb050ZgeE6dHXB0+ED1vgEkglWVRSg==",
      "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.377",
      "resolved": "https://registry.npmjs.org/@github/copilot-linux-x64/-/copilot-linux-x64-0.0.377.tgz",
      "integrity": "sha512-ijcE7kawMdVmx/ndQkx3Pgpnn0g9NnOb+zUZndd4hfSlmFp5aLS5z0HauRuB91SwcFTlJWZz35tJU59TlIQ/Ug==",
      "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.377",
      "resolved": "https://registry.npmjs.org/@github/copilot-win32-arm64/-/copilot-win32-arm64-0.0.377.tgz",
      "integrity": "sha512-Qd2+915jhbqB46zywoSzDyYML8F6ebxwzmUAcZ2CILFvicaCong9/RalabOjJm8gIpyJwGQAcwvNhAPibXlSYg==",
      "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.377",
      "resolved": "https://registry.npmjs.org/@github/copilot-win32-x64/-/copilot-win32-x64-0.0.377.tgz",
      "integrity": "sha512-BEED2kkQmfLjlFO7Qc3TEKiuoSKZMp7E+He7BP671LvFphWQNfxIT2DhhsZ9kN3e0Jtuo8IzrkeHbaKPhg7TjA==",
      "cpu": [
        "x64"
      ],
      "license": "SEE LICENSE IN LICENSE.md",
      "optional": true,
      "os": [
        "win32"
      ],
      "bin": {
        "copilot-win32-x64": "copilot.exe"
      }
    }
  }
}