Monorepo for Aesthetic.Computer
aesthetic.computer
1{
2 "name": "censor",
3 "version": "1.0.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "censor",
9 "version": "1.0.0",
10 "license": "ISC",
11 "dependencies": {
12 "dotenv": "^17.2.3",
13 "mongodb": "^7.0.0",
14 "ws": "^8.18.3"
15 }
16 },
17 "node_modules/@mongodb-js/saslprep": {
18 "version": "1.3.2",
19 "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.3.2.tgz",
20 "integrity": "sha512-QgA5AySqB27cGTXBFmnpifAi7HxoGUeezwo6p9dI03MuDB6Pp33zgclqVb6oVK3j6I9Vesg0+oojW2XxB59SGg==",
21 "license": "MIT",
22 "dependencies": {
23 "sparse-bitfield": "^3.0.3"
24 }
25 },
26 "node_modules/@types/webidl-conversions": {
27 "version": "7.0.3",
28 "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz",
29 "integrity": "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==",
30 "license": "MIT"
31 },
32 "node_modules/@types/whatwg-url": {
33 "version": "13.0.0",
34 "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-13.0.0.tgz",
35 "integrity": "sha512-N8WXpbE6Wgri7KUSvrmQcqrMllKZ9uxkYWMt+mCSGwNc0Hsw9VQTW7ApqI4XNrx6/SaM2QQJCzMPDEXE058s+Q==",
36 "license": "MIT",
37 "dependencies": {
38 "@types/webidl-conversions": "*"
39 }
40 },
41 "node_modules/bson": {
42 "version": "7.0.0",
43 "resolved": "https://registry.npmjs.org/bson/-/bson-7.0.0.tgz",
44 "integrity": "sha512-Kwc6Wh4lQ5OmkqqKhYGKIuELXl+EPYSCObVE6bWsp1T/cGkOCBN0I8wF/T44BiuhHyNi1mmKVPXk60d41xZ7kw==",
45 "license": "Apache-2.0",
46 "engines": {
47 "node": ">=20.19.0"
48 }
49 },
50 "node_modules/dotenv": {
51 "version": "17.2.3",
52 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz",
53 "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==",
54 "license": "BSD-2-Clause",
55 "engines": {
56 "node": ">=12"
57 },
58 "funding": {
59 "url": "https://dotenvx.com"
60 }
61 },
62 "node_modules/memory-pager": {
63 "version": "1.5.0",
64 "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz",
65 "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==",
66 "license": "MIT"
67 },
68 "node_modules/mongodb": {
69 "version": "7.0.0",
70 "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-7.0.0.tgz",
71 "integrity": "sha512-vG/A5cQrvGGvZm2mTnCSz1LUcbOPl83hfB6bxULKQ8oFZauyox/2xbZOoGNl+64m8VBrETkdGCDBdOsCr3F3jg==",
72 "license": "Apache-2.0",
73 "dependencies": {
74 "@mongodb-js/saslprep": "^1.3.0",
75 "bson": "^7.0.0",
76 "mongodb-connection-string-url": "^7.0.0"
77 },
78 "engines": {
79 "node": ">=20.19.0"
80 },
81 "peerDependencies": {
82 "@aws-sdk/credential-providers": "^3.806.0",
83 "@mongodb-js/zstd": "^7.0.0",
84 "gcp-metadata": "^7.0.1",
85 "kerberos": "^7.0.0",
86 "mongodb-client-encryption": ">=7.0.0 <7.1.0",
87 "snappy": "^7.3.2",
88 "socks": "^2.8.6"
89 },
90 "peerDependenciesMeta": {
91 "@aws-sdk/credential-providers": {
92 "optional": true
93 },
94 "@mongodb-js/zstd": {
95 "optional": true
96 },
97 "gcp-metadata": {
98 "optional": true
99 },
100 "kerberos": {
101 "optional": true
102 },
103 "mongodb-client-encryption": {
104 "optional": true
105 },
106 "snappy": {
107 "optional": true
108 },
109 "socks": {
110 "optional": true
111 }
112 }
113 },
114 "node_modules/mongodb-connection-string-url": {
115 "version": "7.0.0",
116 "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-7.0.0.tgz",
117 "integrity": "sha512-irhhjRVLE20hbkRl4zpAYLnDMM+zIZnp0IDB9akAFFUZp/3XdOfwwddc7y6cNvF2WCEtfTYRwYbIfYa2kVY0og==",
118 "license": "Apache-2.0",
119 "dependencies": {
120 "@types/whatwg-url": "^13.0.0",
121 "whatwg-url": "^14.1.0"
122 },
123 "engines": {
124 "node": ">=20.19.0"
125 }
126 },
127 "node_modules/punycode": {
128 "version": "2.3.1",
129 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
130 "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
131 "license": "MIT",
132 "engines": {
133 "node": ">=6"
134 }
135 },
136 "node_modules/sparse-bitfield": {
137 "version": "3.0.3",
138 "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
139 "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==",
140 "license": "MIT",
141 "dependencies": {
142 "memory-pager": "^1.0.2"
143 }
144 },
145 "node_modules/tr46": {
146 "version": "5.1.1",
147 "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
148 "integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
149 "license": "MIT",
150 "dependencies": {
151 "punycode": "^2.3.1"
152 },
153 "engines": {
154 "node": ">=18"
155 }
156 },
157 "node_modules/webidl-conversions": {
158 "version": "7.0.0",
159 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
160 "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
161 "license": "BSD-2-Clause",
162 "engines": {
163 "node": ">=12"
164 }
165 },
166 "node_modules/whatwg-url": {
167 "version": "14.2.0",
168 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
169 "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
170 "license": "MIT",
171 "dependencies": {
172 "tr46": "^5.1.0",
173 "webidl-conversions": "^7.0.0"
174 },
175 "engines": {
176 "node": ">=18"
177 }
178 },
179 "node_modules/ws": {
180 "version": "8.18.3",
181 "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
182 "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
183 "license": "MIT",
184 "engines": {
185 "node": ">=10.0.0"
186 },
187 "peerDependencies": {
188 "bufferutil": "^4.0.1",
189 "utf-8-validate": ">=5.0.2"
190 },
191 "peerDependenciesMeta": {
192 "bufferutil": {
193 "optional": true
194 },
195 "utf-8-validate": {
196 "optional": true
197 }
198 }
199 }
200 }
201}