Storage implementations for AT Protocol OAuth applications. Provides a simple key-value storage interface with implementations for in-memory and SQLite backends.
1{
2 "version": "5",
3 "specifiers": {
4 "jsr:@std/assert@1.0.16": "1.0.16",
5 "jsr:@std/internal@^1.0.12": "1.0.12"
6 },
7 "jsr": {
8 "@std/assert@1.0.16": {
9 "integrity": "6a7272ed1eaa77defe76e5ff63ca705d9c495077e2d5fd0126d2b53fc5bd6532",
10 "dependencies": [
11 "jsr:@std/internal"
12 ]
13 },
14 "@std/internal@1.0.12": {
15 "integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
16 }
17 },
18 "workspace": {
19 "dependencies": [
20 "jsr:@std/assert@1.0.16"
21 ]
22 }
23}