File size: 5,673 Bytes
2a87f4c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
  "name": "kai_api",
  "version": "1.0.0",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "kai_api",
      "version": "1.0.0",
      "license": "ISC",
      "dependencies": {
        "opencode-ai": "^1.2.4"
      }
    },
    "node_modules/opencode-ai": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/opencode-ai/-/opencode-ai-1.2.4.tgz",
      "integrity": "sha512-ZBC09OXhvGrgTOJoGWlj/Og+LMwStDlNad4t1ZctGr63vAYu8J3HrjIRrKrIH13Awd8yb+Nlbome9kSGRCyTgA==",
      "hasInstallScript": true,
      "license": "MIT",
      "bin": {
        "opencode": "bin/opencode"
      },
      "optionalDependencies": {
        "opencode-darwin-arm64": "1.2.4",
        "opencode-darwin-x64": "1.2.4",
        "opencode-darwin-x64-baseline": "1.2.4",
        "opencode-linux-arm64": "1.2.4",
        "opencode-linux-arm64-musl": "1.2.4",
        "opencode-linux-x64": "1.2.4",
        "opencode-linux-x64-baseline": "1.2.4",
        "opencode-linux-x64-baseline-musl": "1.2.4",
        "opencode-linux-x64-musl": "1.2.4",
        "opencode-windows-x64": "1.2.4",
        "opencode-windows-x64-baseline": "1.2.4"
      }
    },
    "node_modules/opencode-darwin-arm64": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/opencode-darwin-arm64/-/opencode-darwin-arm64-1.2.4.tgz",
      "integrity": "sha512-D0c6jIHNoA7EjUWgLTrR4ILvOqCThKpZTh9keUk3UXcMVpVC/yLCFxbwocz3qchBx8BJsYdh2S9YA59x8Mf4KQ==",
      "cpu": [
        "arm64"
      ],
      "optional": true,
      "os": [
        "darwin"
      ]
    },
    "node_modules/opencode-darwin-x64": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/opencode-darwin-x64/-/opencode-darwin-x64-1.2.4.tgz",
      "integrity": "sha512-rJekyjC5JkMCCQnl1d6+Q8/16KVgRv4MvBW22l4n5gukxDfgzyCJ9yrd+Py9oMTElwRPjToN0M972gFx4Ubvzw==",
      "cpu": [
        "x64"
      ],
      "optional": true,
      "os": [
        "darwin"
      ]
    },
    "node_modules/opencode-darwin-x64-baseline": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/opencode-darwin-x64-baseline/-/opencode-darwin-x64-baseline-1.2.4.tgz",
      "integrity": "sha512-/vSFe+DDSWC7i3rb/Nv8MYgGxrVWqm+CK2ikLkVSKdOdRm3I6EnRBmrp7idayechpMmuwsibJfvJgTU26iY1ug==",
      "cpu": [
        "x64"
      ],
      "optional": true,
      "os": [
        "darwin"
      ]
    },
    "node_modules/opencode-linux-arm64": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/opencode-linux-arm64/-/opencode-linux-arm64-1.2.4.tgz",
      "integrity": "sha512-7fIAUxA0L1TsQjUy0/DR48N56DMKxi/5dzeuJkTkrBu1niwoYnkU7ZFS4eyIvBJ2ukNZ9WE1EHnPf12JrzEReQ==",
      "cpu": [
        "arm64"
      ],
      "optional": true,
      "os": [
        "linux"
      ]
    },
    "node_modules/opencode-linux-arm64-musl": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/opencode-linux-arm64-musl/-/opencode-linux-arm64-musl-1.2.4.tgz",
      "integrity": "sha512-Y8yLaKWHv4iVuRbgfYne0BNYhZcXD07dV6MD6YbZ0im8uxwNR+l2eOc6ZYJFyMnt8yAC96nhqgfN6h9GpFQnzQ==",
      "cpu": [
        "arm64"
      ],
      "optional": true,
      "os": [
        "linux"
      ]
    },
    "node_modules/opencode-linux-x64": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/opencode-linux-x64/-/opencode-linux-x64-1.2.4.tgz",
      "integrity": "sha512-G+JEHu8FfBYl9LCjAdF+AyrZxPrtpBxwEbj/v+h+9y4rYBtYHDD+4eIKUJP9pHjELcvpX70mGJoZ08DFr3XQhA==",
      "cpu": [
        "x64"
      ],
      "optional": true,
      "os": [
        "linux"
      ]
    },
    "node_modules/opencode-linux-x64-baseline": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/opencode-linux-x64-baseline/-/opencode-linux-x64-baseline-1.2.4.tgz",
      "integrity": "sha512-P3eVKVopEtA7lc2PdmlMvM11ReLmJQh3KrgMogzV6AUHr6raU3eGRkwu6pvXYTrQ8cT9LmVrgeTIT+XmVfyrOg==",
      "cpu": [
        "x64"
      ],
      "optional": true,
      "os": [
        "linux"
      ]
    },
    "node_modules/opencode-linux-x64-baseline-musl": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/opencode-linux-x64-baseline-musl/-/opencode-linux-x64-baseline-musl-1.2.4.tgz",
      "integrity": "sha512-ezEzQsZIjfJ6uJT2WegaX5XuPooHQGpJAoOcYolNtwavOYOxq9VmG3qvMHHWVlGazNWobevo9hKCoE3IBffETw==",
      "cpu": [
        "x64"
      ],
      "optional": true,
      "os": [
        "linux"
      ]
    },
    "node_modules/opencode-linux-x64-musl": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/opencode-linux-x64-musl/-/opencode-linux-x64-musl-1.2.4.tgz",
      "integrity": "sha512-OCJyM4cN5ld2LkJEsNM5fEAPb2146JC0KCtsJ0v7zULyW2kSwDedK0hBerQYUcknY5QGfiQqmtSMqWXSckNLKw==",
      "cpu": [
        "x64"
      ],
      "optional": true,
      "os": [
        "linux"
      ]
    },
    "node_modules/opencode-windows-x64": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/opencode-windows-x64/-/opencode-windows-x64-1.2.4.tgz",
      "integrity": "sha512-t8D+xl+Djqy0N0eV66FYzvOKGZ9xNe8HAJAD6/QeYD5AJ3turd8+M0F24M8oaDITU00GuZ0A3E80Xqv1s2/gWA==",
      "cpu": [
        "x64"
      ],
      "optional": true,
      "os": [
        "win32"
      ]
    },
    "node_modules/opencode-windows-x64-baseline": {
      "version": "1.2.4",
      "resolved": "https://registry.npmjs.org/opencode-windows-x64-baseline/-/opencode-windows-x64-baseline-1.2.4.tgz",
      "integrity": "sha512-fgI5EkoyS6Kc4wOOCPGnqG+az4h98RIUInGLsxv8bq5j3WOLfXKwEQuFEUWL+JiOcTb7lTcEYcBnoPzYU4yr8w==",
      "cpu": [
        "x64"
      ],
      "optional": true,
      "os": [
        "win32"
      ]
    }
  }
}