Statusphere running on a slice 馃崟
at main 189 lines 6.7 kB view raw
1{ 2 "version": "5", 3 "specifiers": { 4 "jsr:@slices/oauth@~0.3.2": "0.3.2", 5 "jsr:@slices/session@0.2": "0.2.0", 6 "jsr:@std/cli@^1.0.21": "1.0.21", 7 "jsr:@std/encoding@^1.0.10": "1.0.10", 8 "jsr:@std/fmt@^1.0.8": "1.0.8", 9 "jsr:@std/fs@^1.0.19": "1.0.19", 10 "jsr:@std/html@^1.0.4": "1.0.4", 11 "jsr:@std/http@^1.0.20": "1.0.20", 12 "jsr:@std/internal@^1.0.10": "1.0.10", 13 "jsr:@std/media-types@^1.1.0": "1.1.0", 14 "jsr:@std/net@^1.0.4": "1.0.5", 15 "jsr:@std/path@^1.1.1": "1.1.2", 16 "jsr:@std/streams@^1.0.10": "1.0.11", 17 "npm:@types/node@*": "22.15.15", 18 "npm:pg@^8.16.3": "8.16.3", 19 "npm:preact-render-to-string@^6.5.13": "6.5.13_preact@10.27.1", 20 "npm:preact@^10.27.1": "10.27.1", 21 "npm:typed-htmx@~0.3.1": "0.3.1" 22 }, 23 "jsr": { 24 "@slices/oauth@0.3.2": { 25 "integrity": "51feaa6be538a61a3278ee7f1d264ed937187d09da2be1f0a2a837128df82526" 26 }, 27 "@slices/session@0.2.0": { 28 "integrity": "5245be75a1de2e397ba96b2ce80179cedaa95a33e2edf1e16c348d353271ff57", 29 "dependencies": [ 30 "jsr:@slices/oauth", 31 "npm:pg" 32 ] 33 }, 34 "@std/cli@1.0.21": { 35 "integrity": "cd25b050bdf6282e321854e3822bee624f07aca7636a3a76d95f77a3a919ca2a" 36 }, 37 "@std/encoding@1.0.10": { 38 "integrity": "8783c6384a2d13abd5e9e87a7ae0520a30e9f56aeeaa3bdf910a3eaaf5c811a1" 39 }, 40 "@std/fmt@1.0.8": { 41 "integrity": "71e1fc498787e4434d213647a6e43e794af4fd393ef8f52062246e06f7e372b7" 42 }, 43 "@std/fs@1.0.19": { 44 "integrity": "051968c2b1eae4d2ea9f79a08a3845740ef6af10356aff43d3e2ef11ed09fb06" 45 }, 46 "@std/html@1.0.4": { 47 "integrity": "eff3497c08164e6ada49b7f81a28b5108087033823153d065e3f89467dd3d50e" 48 }, 49 "@std/http@1.0.20": { 50 "integrity": "b5cc33fc001bccce65ed4c51815668c9891c69ccd908295997e983d8f56070a1", 51 "dependencies": [ 52 "jsr:@std/cli", 53 "jsr:@std/encoding", 54 "jsr:@std/fmt", 55 "jsr:@std/fs", 56 "jsr:@std/html", 57 "jsr:@std/media-types", 58 "jsr:@std/net", 59 "jsr:@std/path", 60 "jsr:@std/streams" 61 ] 62 }, 63 "@std/internal@1.0.10": { 64 "integrity": "e3be62ce42cab0e177c27698e5d9800122f67b766a0bea6ca4867886cbde8cf7" 65 }, 66 "@std/media-types@1.1.0": { 67 "integrity": "c9d093f0c05c3512932b330e3cc1fe1d627b301db33a4c2c2185c02471d6eaa4" 68 }, 69 "@std/net@1.0.5": { 70 "integrity": "b759d8c5e17d997e164af6379d57764668c6714f30109685eec0fd5e194d501a" 71 }, 72 "@std/path@1.1.2": { 73 "integrity": "c0b13b97dfe06546d5e16bf3966b1cadf92e1cc83e56ba5476ad8b498d9e3038", 74 "dependencies": [ 75 "jsr:@std/internal" 76 ] 77 }, 78 "@std/streams@1.0.11": { 79 "integrity": "db583d27e28d133f389f1eec318cffdf4998305e5134c1d4b1c56b361cee6018" 80 } 81 }, 82 "npm": { 83 "@types/node@22.15.15": { 84 "integrity": "sha512-R5muMcZob3/Jjchn5LcO8jdKwSCbzqmPB6ruBxMcf9kbxtniZHP327s6C37iOfuw8mbKK3cAQa7sEl7afLrQ8A==", 85 "dependencies": [ 86 "undici-types" 87 ] 88 }, 89 "pg-cloudflare@1.2.7": { 90 "integrity": "sha512-YgCtzMH0ptvZJslLM1ffsY4EuGaU0cx4XSdXLRFae8bPP4dS5xL1tNB3k2o/N64cHJpwU7dxKli/nZ2lUa5fLg==" 91 }, 92 "pg-connection-string@2.9.1": { 93 "integrity": "sha512-nkc6NpDcvPVpZXxrreI/FOtX3XemeLl8E0qFr6F2Lrm/I8WOnaWNhIPK2Z7OHpw7gh5XJThi6j6ppgNoaT1w4w==" 94 }, 95 "pg-int8@1.0.1": { 96 "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==" 97 }, 98 "pg-pool@3.10.1_pg@8.16.3": { 99 "integrity": "sha512-Tu8jMlcX+9d8+QVzKIvM/uJtp07PKr82IUOYEphaWcoBhIYkoHpLXN3qO59nAI11ripznDsEzEv8nUxBVWajGg==", 100 "dependencies": [ 101 "pg" 102 ] 103 }, 104 "pg-protocol@1.10.3": { 105 "integrity": "sha512-6DIBgBQaTKDJyxnXaLiLR8wBpQQcGWuAESkRBX/t6OwA8YsqP+iVSiond2EDy6Y/dsGk8rh/jtax3js5NeV7JQ==" 106 }, 107 "pg-types@2.2.0": { 108 "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==", 109 "dependencies": [ 110 "pg-int8", 111 "postgres-array", 112 "postgres-bytea", 113 "postgres-date", 114 "postgres-interval" 115 ] 116 }, 117 "pg@8.16.3": { 118 "integrity": "sha512-enxc1h0jA/aq5oSDMvqyW3q89ra6XIIDZgCX9vkMrnz5DFTw/Ny3Li2lFQ+pt3L6MCgm/5o2o8HW9hiJji+xvw==", 119 "dependencies": [ 120 "pg-connection-string", 121 "pg-pool", 122 "pg-protocol", 123 "pg-types", 124 "pgpass" 125 ], 126 "optionalDependencies": [ 127 "pg-cloudflare" 128 ] 129 }, 130 "pgpass@1.0.5": { 131 "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", 132 "dependencies": [ 133 "split2" 134 ] 135 }, 136 "postgres-array@2.0.0": { 137 "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==" 138 }, 139 "postgres-bytea@1.0.0": { 140 "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==" 141 }, 142 "postgres-date@1.0.7": { 143 "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==" 144 }, 145 "postgres-interval@1.2.0": { 146 "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==", 147 "dependencies": [ 148 "xtend" 149 ] 150 }, 151 "preact-render-to-string@6.5.13_preact@10.27.1": { 152 "integrity": "sha512-iGPd+hKPMFKsfpR2vL4kJ6ZPcFIoWZEcBf0Dpm3zOpdVvj77aY8RlLiQji5OMrngEyaxGogeakTb54uS2FvA6w==", 153 "dependencies": [ 154 "preact" 155 ] 156 }, 157 "preact@10.27.1": { 158 "integrity": "sha512-V79raXEWch/rbqoNc7nT9E4ep7lu+mI3+sBmfRD4i1M73R3WLYcCtdI0ibxGVf4eQL8ZIz2nFacqEC+rmnOORQ==" 159 }, 160 "split2@4.2.0": { 161 "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" 162 }, 163 "typed-html@3.0.1": { 164 "integrity": "sha512-JKCM9zTfPDuPqQqdGZBWSEiItShliKkBFg5c6yOR8zth43v763XkAzTWaOlVqc0Y6p9ee8AaAbipGfUnCsYZUA==" 165 }, 166 "typed-htmx@0.3.1": { 167 "integrity": "sha512-6WSPsukTIOEMsVbx5wzgVSvldLmgBUVcFIm2vJlBpRPtcbDOGC5y1IYrCWNX1yUlNsrv1Ngcw4gGM8jsPyNV7w==", 168 "dependencies": [ 169 "typed-html" 170 ] 171 }, 172 "undici-types@6.21.0": { 173 "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" 174 }, 175 "xtend@4.0.2": { 176 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" 177 } 178 }, 179 "workspace": { 180 "dependencies": [ 181 "jsr:@slices/oauth@~0.3.2", 182 "jsr:@slices/session@0.2", 183 "jsr:@std/http@^1.0.20", 184 "npm:preact-render-to-string@^6.5.13", 185 "npm:preact@^10.27.1", 186 "npm:typed-htmx@~0.3.1" 187 ] 188 } 189}