mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-python/anthropic: new package, add 0.86.0
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
96
dev-python/anthropic/files/anthropic-0.86.0-mock-server-package-lock.json
generated
Normal file
96
dev-python/anthropic/files/anthropic-0.86.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.19.7"
|
||||
}
|
||||
},
|
||||
"node_modules/@stdy/cli": {
|
||||
"version": "0.19.7",
|
||||
"resolved": "https://registry.npmjs.org/@stdy/cli/-/cli-0.19.7.tgz",
|
||||
"integrity": "sha512-ukdY2+DTLnyZlEcXE9CumglngTvR7I+86IJHwlguokgZb3hYtWznbgcW4BbVNmtCcAp4tgNibY3gDlqSWZ4Ang==",
|
||||
"license": "Elastic-2.0",
|
||||
"bin": {
|
||||
"steady": "steady.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@stdy/cli-darwin-arm64": "0.19.7",
|
||||
"@stdy/cli-darwin-x64": "0.19.7",
|
||||
"@stdy/cli-linux-arm64": "0.19.7",
|
||||
"@stdy/cli-linux-x64": "0.19.7",
|
||||
"@stdy/cli-win32-x64": "0.19.7"
|
||||
}
|
||||
},
|
||||
"node_modules/@stdy/cli-darwin-arm64": {
|
||||
"version": "0.19.7",
|
||||
"resolved": "https://registry.npmjs.org/@stdy/cli-darwin-arm64/-/cli-darwin-arm64-0.19.7.tgz",
|
||||
"integrity": "sha512-baIrUrzhOgQmMOaOhrYZ0v95yMt5P26qeZdE+I79zaJbETjF8vM63AM+XHn7jVPulORG8lD+n90kyYfo20t9aA==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"license": "Elastic-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"darwin"
|
||||
]
|
||||
},
|
||||
"node_modules/@stdy/cli-darwin-x64": {
|
||||
"version": "0.19.7",
|
||||
"resolved": "https://registry.npmjs.org/@stdy/cli-darwin-x64/-/cli-darwin-x64-0.19.7.tgz",
|
||||
"integrity": "sha512-3qEi400gNuY564Ku8Bru1h36vhfsrfk7IrukZgcovHVi3ANMLSMGsINgE+HM77patSlmB/fAgHWORZzHfn5ftg==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"license": "Elastic-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"darwin"
|
||||
]
|
||||
},
|
||||
"node_modules/@stdy/cli-linux-arm64": {
|
||||
"version": "0.19.7",
|
||||
"resolved": "https://registry.npmjs.org/@stdy/cli-linux-arm64/-/cli-linux-arm64-0.19.7.tgz",
|
||||
"integrity": "sha512-i5y5Wq27ukiyUxRRz5kbnQZ7bvaXo4/ys99y2C05Z8GrHiknTe4jKDVXxH6IHuDLEuUiMWPR/sBuzqlv2uz9pA==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"license": "Elastic-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"linux"
|
||||
]
|
||||
},
|
||||
"node_modules/@stdy/cli-linux-x64": {
|
||||
"version": "0.19.7",
|
||||
"resolved": "https://registry.npmjs.org/@stdy/cli-linux-x64/-/cli-linux-x64-0.19.7.tgz",
|
||||
"integrity": "sha512-JxmvY8ca0hKTvTysXRn2sMqWDQiIAm2f+lpiRn1dQ02JN+2wzpDUZ/3TSLpAtvlqPM1enGtVG3Wn3nnV/MQN8Q==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"license": "Elastic-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"linux"
|
||||
]
|
||||
},
|
||||
"node_modules/@stdy/cli-win32-x64": {
|
||||
"version": "0.19.7",
|
||||
"resolved": "https://registry.npmjs.org/@stdy/cli-win32-x64/-/cli-win32-x64-0.19.7.tgz",
|
||||
"integrity": "sha512-FNhuOpiglzJLT95sn+jOVc31M0r12H+hJ9C1mJsTckDJHu39Rq8h6ZcaL+oP2wXkkxipdAprj3m/jgpiFbcVgQ==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"license": "Elastic-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"win32"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@stdy/cli": "^0.19.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user