immich/open-api/typescript-sdk/package-lock.json

57 lines
1.8 KiB
JSON
Raw Normal View History

2024-01-12 05:36:27 -07:00
{
"name": "@immich/sdk",
2024-10-02 18:59:28 -07:00
"version": "1.117.0",
2024-01-12 05:36:27 -07:00
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@immich/sdk",
2024-10-02 18:59:28 -07:00
"version": "1.117.0",
"license": "GNU Affero General Public License version 3",
"dependencies": {
"@oazapfts/runtime": "^1.0.2"
},
2024-01-12 05:36:27 -07:00
"devDependencies": {
"@types/node": "^20.16.9",
2024-01-12 05:36:27 -07:00
"typescript": "^5.3.3"
}
},
"node_modules/@oazapfts/runtime": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@oazapfts/runtime/-/runtime-1.0.3.tgz",
"integrity": "sha512-8tKiYffhwTGHSHYGnZ3oneLGCjX0po/XAXQ5Ng9fqKkvIdl/xz8+Vh8i+6xjzZqvZ2pLVpUcuSfnvNI/x67L0g=="
},
2024-01-12 05:36:27 -07:00
"node_modules/@types/node": {
"version": "20.16.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz",
"integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==",
2024-01-12 05:36:27 -07:00
"dev": true,
"license": "MIT",
2024-01-12 05:36:27 -07:00
"dependencies": {
"undici-types": "~6.19.2"
2024-01-12 05:36:27 -07:00
}
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
2024-01-12 05:36:27 -07:00
"dev": true,
"license": "Apache-2.0",
2024-01-12 05:36:27 -07:00
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
"dev": true,
"license": "MIT"
2024-01-12 05:36:27 -07:00
}
}
}