Encrypted, ephemeral, private memos on atproto
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 270231c96a32b9ef3da17d2b069b35cb316c10d7 170 lines 5.9 kB view raw
1{ 2 "version": "5", 3 "specifiers": { 4 "jsr:@noble/ciphers@*": "2.0.1", 5 "jsr:@noble/ciphers@^2.0.1": "2.0.1", 6 "jsr:@noble/curves@2.0": "2.0.1", 7 "jsr:@noble/hashes@*": "2.0.1", 8 "jsr:@noble/hashes@2": "2.0.1", 9 "jsr:@noble/hashes@2.0": "2.0.1", 10 "jsr:@noble/hashes@^2.0.1": "2.0.1", 11 "jsr:@noble/post-quantum@*": "0.5.2", 12 "jsr:@noble/post-quantum@~0.5.2": "0.5.2", 13 "jsr:@std/assert@^1.0.14": "1.0.15", 14 "jsr:@std/expect@^1.0.17": "1.0.17", 15 "jsr:@std/internal@^1.0.10": "1.0.12", 16 "jsr:@std/internal@^1.0.12": "1.0.12", 17 "npm:@atcute/lex-cli@*": "2.3.1", 18 "npm:@atcute/lex-cli@^2.3.1": "2.3.1", 19 "npm:@atcute/lexicons@^1.2.2": "1.2.2", 20 "npm:@atproto/lexicon@~0.5.1": "0.5.1" 21 }, 22 "jsr": { 23 "@noble/ciphers@2.0.1": { 24 "integrity": "1d28df773a29684c85844d27eefbb7cad3e4ce62849b63dae3024baf66cf769f" 25 }, 26 "@noble/curves@2.0.1": { 27 "integrity": "21ef41d207a203f60ba37a4fdcbc4f4a545b10c5dab7f293889f18292f81ab23", 28 "dependencies": [ 29 "jsr:@noble/hashes@2" 30 ] 31 }, 32 "@noble/hashes@2.0.1": { 33 "integrity": "e0e908292a0bf91099cf8ba0720a1647cef82ab38b588815b5e9535b4ff4d7bb" 34 }, 35 "@noble/post-quantum@0.5.2": { 36 "integrity": "e15f0a636f8d3b39ad584fe9b8a7dd203a6330e9ec48728be7edd6af8e2c7136", 37 "dependencies": [ 38 "jsr:@noble/curves", 39 "jsr:@noble/hashes@2.0" 40 ] 41 }, 42 "@std/assert@1.0.15": { 43 "integrity": "d64018e951dbdfab9777335ecdb000c0b4e3df036984083be219ce5941e4703b", 44 "dependencies": [ 45 "jsr:@std/internal@^1.0.12" 46 ] 47 }, 48 "@std/expect@1.0.17": { 49 "integrity": "316b47dd65c33e3151344eb3267bf42efba17d1415425f07ed96185d67fc04d9", 50 "dependencies": [ 51 "jsr:@std/assert", 52 "jsr:@std/internal@^1.0.10" 53 ] 54 }, 55 "@std/internal@1.0.12": { 56 "integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027" 57 } 58 }, 59 "npm": { 60 "@atcute/lex-cli@2.3.1": { 61 "integrity": "sha512-HrHD91CFSFd/p0UFe3akFA1HXiboQwd5LbYiU0srKdLxGX+NLTX/EdCdhbLV6M7LsXdmxk7PB6BMcprsX4rbvg==", 62 "dependencies": [ 63 "@atcute/lexicon-doc", 64 "@badrap/valita", 65 "@optique/core", 66 "@optique/run", 67 "picocolors", 68 "prettier" 69 ], 70 "bin": true 71 }, 72 "@atcute/lexicon-doc@1.1.4": { 73 "integrity": "sha512-OL0fsXtbnN/KwCq/L3nWGvOCdSHV0NWTatgLUIPt+T9AhcziFNaXAbbjvVHdflr3ZaLh3ksleHK0J789UBhlWQ==", 74 "dependencies": [ 75 "@badrap/valita" 76 ] 77 }, 78 "@atcute/lexicons@1.2.2": { 79 "integrity": "sha512-bgEhJq5Z70/0TbK5sx+tAkrR8FsCODNiL2gUEvS5PuJfPxmFmRYNWaMGehxSPaXWpU2+Oa9ckceHiYbrItDTkA==", 80 "dependencies": [ 81 "@standard-schema/spec", 82 "esm-env" 83 ] 84 }, 85 "@atproto/common-web@0.4.3": { 86 "integrity": "sha512-nRDINmSe4VycJzPo6fP/hEltBcULFxt9Kw7fQk6405FyAWZiTluYHlXOnU7GkQfeUK44OENG1qFTBcmCJ7e8pg==", 87 "dependencies": [ 88 "graphemer", 89 "multiformats", 90 "uint8arrays", 91 "zod" 92 ] 93 }, 94 "@atproto/lexicon@0.5.1": { 95 "integrity": "sha512-y8AEtYmfgVl4fqFxqXAeGvhesiGkxiy3CWoJIfsFDDdTlZUC8DFnZrYhcqkIop3OlCkkljvpSJi1hbeC1tbi8A==", 96 "dependencies": [ 97 "@atproto/common-web", 98 "@atproto/syntax", 99 "iso-datestring-validator", 100 "multiformats", 101 "zod" 102 ] 103 }, 104 "@atproto/syntax@0.4.1": { 105 "integrity": "sha512-CJdImtLAiFO+0z3BWTtxwk6aY5w4t8orHTMVJgkf++QRJWTxPbIFko/0hrkADB7n2EruDxDSeAgfUGehpH6ngw==" 106 }, 107 "@badrap/valita@0.4.6": { 108 "integrity": "sha512-4kdqcjyxo/8RQ8ayjms47HCWZIF5981oE5nIenbfThKDxWXtEHKipAOWlflpPJzZx9y/JWYQkp18Awr7VuepFg==" 109 }, 110 "@optique/core@0.6.2": { 111 "integrity": "sha512-HTxIHJ8xLOSZotiU6Zc5BCJv+SJ8DMYmuiQM+7tjF7RolJn/pdZNe7M78G3+DgXL9lIf82l8aGcilmgVYRQnGQ==" 112 }, 113 "@optique/run@0.6.2": { 114 "integrity": "sha512-ERksB5bHozwEUVlTPToIc8UjZZBOgLeBhFZYh2lgldUbNDt7LItzgcErsPq5au5i5IBmmyCti4+2A3x+MRI4Xw==", 115 "dependencies": [ 116 "@optique/core" 117 ] 118 }, 119 "@standard-schema/spec@1.0.0": { 120 "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==" 121 }, 122 "esm-env@1.2.2": { 123 "integrity": "sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==" 124 }, 125 "graphemer@1.4.0": { 126 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" 127 }, 128 "iso-datestring-validator@2.2.2": { 129 "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==" 130 }, 131 "multiformats@9.9.0": { 132 "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" 133 }, 134 "picocolors@1.1.1": { 135 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" 136 }, 137 "prettier@3.6.2": { 138 "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", 139 "bin": true 140 }, 141 "uint8arrays@3.0.0": { 142 "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==", 143 "dependencies": [ 144 "multiformats" 145 ] 146 }, 147 "zod@3.25.76": { 148 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==" 149 } 150 }, 151 "workspace": { 152 "members": { 153 "packages/crypto": { 154 "dependencies": [ 155 "jsr:@noble/ciphers@^2.0.1", 156 "jsr:@noble/hashes@^2.0.1", 157 "jsr:@noble/post-quantum@~0.5.2", 158 "jsr:@std/expect@^1.0.17" 159 ] 160 }, 161 "packages/lexicon": { 162 "dependencies": [ 163 "npm:@atcute/lex-cli@^2.3.1", 164 "npm:@atcute/lexicons@^1.2.2", 165 "npm:@atproto/lexicon@~0.5.1" 166 ] 167 } 168 } 169 } 170}