Features: - Remote script execution with version control (name@ref) - Background daemon for fast completions (< 15ms) - HTTP caching with ETag/Last-Modified support - Context-aware completions with async support - Comprehensive documentation and type definitions Changes: - Add loader.ts with daemon mode - Add completions.d.ts type definitions - Add COMPLETIONS.md guide for developers - Add README.md with usage examples - Update configure_ssh_key.ts with async completions - Use JSR imports for remote execution compatibility
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"version": "5",
|
|
"specifiers": {
|
|
"jsr:@std/cli@1": "1.0.24",
|
|
"jsr:@std/fs@1": "1.0.20",
|
|
"jsr:@std/internal@^1.0.12": "1.0.12",
|
|
"jsr:@std/path@1": "1.1.3",
|
|
"jsr:@std/path@^1.1.3": "1.1.3"
|
|
},
|
|
"jsr": {
|
|
"@std/cli@1.0.24": {
|
|
"integrity": "b655a5beb26aa94f98add6bc8889f5fb9bc3ee2cc3fc954e151201f4c4200a5e"
|
|
},
|
|
"@std/fs@1.0.20": {
|
|
"integrity": "e953206aae48d46ee65e8783ded459f23bec7dd1f3879512911c35e5484ea187",
|
|
"dependencies": [
|
|
"jsr:@std/internal",
|
|
"jsr:@std/path@^1.1.3"
|
|
]
|
|
},
|
|
"@std/internal@1.0.12": {
|
|
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
|
|
},
|
|
"@std/path@1.1.3": {
|
|
"integrity": "b015962d82a5e6daea980c32b82d2c40142149639968549c649031a230b1afb3",
|
|
"dependencies": [
|
|
"jsr:@std/internal"
|
|
]
|
|
}
|
|
},
|
|
"remote": {
|
|
"https://git.kkarolis.lt/Karolis/scripts/raw/branch/main/configure_ssh_key.ts": "43e067a65c8be382581ca70d37d384679c88b6973ca5052ed3cc323015c7cfed"
|
|
},
|
|
"workspace": {
|
|
"dependencies": [
|
|
"jsr:@std/cli@1",
|
|
"jsr:@std/fs@1",
|
|
"jsr:@std/path@1"
|
|
]
|
|
}
|
|
}
|