mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-python/openai: add 2.44.0
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
96
dev-python/openai/files/openai-2.44.0-mock-server-package-lock.json
generated
Normal file
96
dev-python/openai/files/openai-2.44.0-mock-server-package-lock.json
generated
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"name": "mock-server",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@stdy/cli": "0.22.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@stdy/cli": {
|
||||
"version": "0.22.1",
|
||||
"resolved": "https://registry.npmjs.org/@stdy/cli/-/cli-0.22.1.tgz",
|
||||
"integrity": "sha512-VdnCoK/d0JWIhToajBxAdagTpLCX/zTd7RiuK1KdT12Q4pZn/+eS97gq94+jv6TbiMd+9SWeOdsQCoagpLmNfA==",
|
||||
"license": "Elastic-2.0",
|
||||
"bin": {
|
||||
"steady": "steady.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@stdy/cli-darwin-arm64": "0.22.1",
|
||||
"@stdy/cli-darwin-x64": "0.22.1",
|
||||
"@stdy/cli-linux-arm64": "0.22.1",
|
||||
"@stdy/cli-linux-x64": "0.22.1",
|
||||
"@stdy/cli-win32-x64": "0.22.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@stdy/cli-darwin-arm64": {
|
||||
"version": "0.22.1",
|
||||
"resolved": "https://registry.npmjs.org/@stdy/cli-darwin-arm64/-/cli-darwin-arm64-0.22.1.tgz",
|
||||
"integrity": "sha512-sahxc3R9I+vO7dDr7t9aneE8aLZdZeaQU5OfhZVLny97K8K7RXqhpXHN/0DFvg3Pw5ZKisHvJysY3iu/LIZA6g==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"license": "Elastic-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"darwin"
|
||||
]
|
||||
},
|
||||
"node_modules/@stdy/cli-darwin-x64": {
|
||||
"version": "0.22.1",
|
||||
"resolved": "https://registry.npmjs.org/@stdy/cli-darwin-x64/-/cli-darwin-x64-0.22.1.tgz",
|
||||
"integrity": "sha512-/bVzcHkbX6zn5qZL73oWR5YXVc/+/IP7uWYw905B+hWRuZlJfN7hX4+68BxCBOI8wiRf82cSQjRnI/Datdwz1Q==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"license": "Elastic-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"darwin"
|
||||
]
|
||||
},
|
||||
"node_modules/@stdy/cli-linux-arm64": {
|
||||
"version": "0.22.1",
|
||||
"resolved": "https://registry.npmjs.org/@stdy/cli-linux-arm64/-/cli-linux-arm64-0.22.1.tgz",
|
||||
"integrity": "sha512-XGQy3ZqF5COqRgAVGxCdoW9dzxnfxxCSAHCGmhpFc+pVfpQcYHfPcnNhmWhplMCeriTUyCKLJG+/fGdyji7e2Q==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"license": "Elastic-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"linux"
|
||||
]
|
||||
},
|
||||
"node_modules/@stdy/cli-linux-x64": {
|
||||
"version": "0.22.1",
|
||||
"resolved": "https://registry.npmjs.org/@stdy/cli-linux-x64/-/cli-linux-x64-0.22.1.tgz",
|
||||
"integrity": "sha512-u7581I3sc6R+PUwGkvEFbvD/w6YXvRk+iT0BImWKPtKYA26cPP16lgA7gquu3tAEk+3c9YGn5xhUphCc96aLSg==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"license": "Elastic-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"linux"
|
||||
]
|
||||
},
|
||||
"node_modules/@stdy/cli-win32-x64": {
|
||||
"version": "0.22.1",
|
||||
"resolved": "https://registry.npmjs.org/@stdy/cli-win32-x64/-/cli-win32-x64-0.22.1.tgz",
|
||||
"integrity": "sha512-4kkgSGCKTO/Fb+ciBANshegYIztBqynIyOveWYc3Vp7mXszg8yx6slKSzz5bg757H8Ol2jxxuL4XxHVIGMr6Rw==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"license": "Elastic-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"win32"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@stdy/cli": "0.22.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user