nayan-server 0.0.1-security → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of nayan-server might be problematic. Click here for more details.

Files changed (224) hide show
  1. package/.cache/nix/binary-cache-v6.sqlite +0 -0
  2. package/.cache/nix/binary-cache-v6.sqlite-journal +0 -0
  3. package/.cache/replit/__replit_disk_meta.json +1 -0
  4. package/.cache/replit/modules/replit:v5-20240209-9e3a339.res +1 -0
  5. package/.cache/replit/modules.stamp +0 -0
  6. package/.cache/replit/nix/env.json +1 -0
  7. package/.cache/typescript/5.0/node_modules/.package-lock.json +12 -0
  8. package/.cache/typescript/5.0/node_modules/types-registry/README.md +2 -0
  9. package/.cache/typescript/5.0/node_modules/types-registry/index.json +1 -0
  10. package/.cache/typescript/5.0/node_modules/types-registry/package.json +20 -0
  11. package/.cache/typescript/5.0/package-lock.json +17 -0
  12. package/.cache/typescript/5.0/package.json +1 -0
  13. package/.cache/typescript/5.3/node_modules/.package-lock.json +99 -0
  14. package/.cache/typescript/5.3/node_modules/@types/node/LICENSE +21 -0
  15. package/.cache/typescript/5.3/node_modules/@types/node/README.md +15 -0
  16. package/.cache/typescript/5.3/node_modules/@types/node/assert/strict.d.ts +8 -0
  17. package/.cache/typescript/5.3/node_modules/@types/node/assert.d.ts +996 -0
  18. package/.cache/typescript/5.3/node_modules/@types/node/async_hooks.d.ts +539 -0
  19. package/.cache/typescript/5.3/node_modules/@types/node/buffer.d.ts +2362 -0
  20. package/.cache/typescript/5.3/node_modules/@types/node/child_process.d.ts +1540 -0
  21. package/.cache/typescript/5.3/node_modules/@types/node/cluster.d.ts +432 -0
  22. package/.cache/typescript/5.3/node_modules/@types/node/console.d.ts +415 -0
  23. package/.cache/typescript/5.3/node_modules/@types/node/constants.d.ts +19 -0
  24. package/.cache/typescript/5.3/node_modules/@types/node/crypto.d.ts +4456 -0
  25. package/.cache/typescript/5.3/node_modules/@types/node/dgram.d.ts +586 -0
  26. package/.cache/typescript/5.3/node_modules/@types/node/diagnostics_channel.d.ts +191 -0
  27. package/.cache/typescript/5.3/node_modules/@types/node/dns/promises.d.ts +425 -0
  28. package/.cache/typescript/5.3/node_modules/@types/node/dns.d.ts +809 -0
  29. package/.cache/typescript/5.3/node_modules/@types/node/dom-events.d.ts +122 -0
  30. package/.cache/typescript/5.3/node_modules/@types/node/domain.d.ts +170 -0
  31. package/.cache/typescript/5.3/node_modules/@types/node/events.d.ts +879 -0
  32. package/.cache/typescript/5.3/node_modules/@types/node/fs/promises.d.ts +1239 -0
  33. package/.cache/typescript/5.3/node_modules/@types/node/fs.d.ts +4291 -0
  34. package/.cache/typescript/5.3/node_modules/@types/node/globals.d.ts +385 -0
  35. package/.cache/typescript/5.3/node_modules/@types/node/globals.global.d.ts +1 -0
  36. package/.cache/typescript/5.3/node_modules/@types/node/http.d.ts +1888 -0
  37. package/.cache/typescript/5.3/node_modules/@types/node/http2.d.ts +2382 -0
  38. package/.cache/typescript/5.3/node_modules/@types/node/https.d.ts +550 -0
  39. package/.cache/typescript/5.3/node_modules/@types/node/index.d.ts +88 -0
  40. package/.cache/typescript/5.3/node_modules/@types/node/inspector.d.ts +2747 -0
  41. package/.cache/typescript/5.3/node_modules/@types/node/module.d.ts +301 -0
  42. package/.cache/typescript/5.3/node_modules/@types/node/net.d.ts +949 -0
  43. package/.cache/typescript/5.3/node_modules/@types/node/os.d.ts +478 -0
  44. package/.cache/typescript/5.3/node_modules/@types/node/package.json +230 -0
  45. package/.cache/typescript/5.3/node_modules/@types/node/path.d.ts +191 -0
  46. package/.cache/typescript/5.3/node_modules/@types/node/perf_hooks.d.ts +639 -0
  47. package/.cache/typescript/5.3/node_modules/@types/node/process.d.ts +1539 -0
  48. package/.cache/typescript/5.3/node_modules/@types/node/punycode.d.ts +117 -0
  49. package/.cache/typescript/5.3/node_modules/@types/node/querystring.d.ts +141 -0
  50. package/.cache/typescript/5.3/node_modules/@types/node/readline/promises.d.ts +150 -0
  51. package/.cache/typescript/5.3/node_modules/@types/node/readline.d.ts +539 -0
  52. package/.cache/typescript/5.3/node_modules/@types/node/repl.d.ts +430 -0
  53. package/.cache/typescript/5.3/node_modules/@types/node/stream/consumers.d.ts +12 -0
  54. package/.cache/typescript/5.3/node_modules/@types/node/stream/promises.d.ts +83 -0
  55. package/.cache/typescript/5.3/node_modules/@types/node/stream/web.d.ts +350 -0
  56. package/.cache/typescript/5.3/node_modules/@types/node/stream.d.ts +1701 -0
  57. package/.cache/typescript/5.3/node_modules/@types/node/string_decoder.d.ts +67 -0
  58. package/.cache/typescript/5.3/node_modules/@types/node/test.d.ts +1382 -0
  59. package/.cache/typescript/5.3/node_modules/@types/node/timers/promises.d.ts +93 -0
  60. package/.cache/typescript/5.3/node_modules/@types/node/timers.d.ts +240 -0
  61. package/.cache/typescript/5.3/node_modules/@types/node/tls.d.ts +1210 -0
  62. package/.cache/typescript/5.3/node_modules/@types/node/trace_events.d.ts +182 -0
  63. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
  64. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert.d.ts +996 -0
  65. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/async_hooks.d.ts +539 -0
  66. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/buffer.d.ts +2362 -0
  67. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/child_process.d.ts +1540 -0
  68. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/cluster.d.ts +432 -0
  69. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/console.d.ts +415 -0
  70. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/constants.d.ts +19 -0
  71. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/crypto.d.ts +4455 -0
  72. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dgram.d.ts +586 -0
  73. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
  74. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns/promises.d.ts +425 -0
  75. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns.d.ts +809 -0
  76. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dom-events.d.ts +122 -0
  77. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
  78. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/events.d.ts +879 -0
  79. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs/promises.d.ts +1239 -0
  80. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs.d.ts +4291 -0
  81. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.d.ts +385 -0
  82. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
  83. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http.d.ts +1888 -0
  84. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http2.d.ts +2382 -0
  85. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/https.d.ts +550 -0
  86. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/index.d.ts +88 -0
  87. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/inspector.d.ts +2747 -0
  88. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/module.d.ts +301 -0
  89. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/net.d.ts +949 -0
  90. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/os.d.ts +478 -0
  91. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/path.d.ts +191 -0
  92. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/perf_hooks.d.ts +639 -0
  93. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/process.d.ts +1539 -0
  94. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
  95. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/querystring.d.ts +141 -0
  96. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline/promises.d.ts +150 -0
  97. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline.d.ts +539 -0
  98. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/repl.d.ts +430 -0
  99. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
  100. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/promises.d.ts +83 -0
  101. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/web.d.ts +350 -0
  102. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream.d.ts +1701 -0
  103. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
  104. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/test.d.ts +1382 -0
  105. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
  106. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers.d.ts +240 -0
  107. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tls.d.ts +1210 -0
  108. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
  109. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
  110. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/url.d.ts +927 -0
  111. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/util.d.ts +2183 -0
  112. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
  113. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/vm.d.ts +903 -0
  114. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/wasi.d.ts +158 -0
  115. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/worker_threads.d.ts +691 -0
  116. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
  117. package/.cache/typescript/5.3/node_modules/@types/node/tty.d.ts +208 -0
  118. package/.cache/typescript/5.3/node_modules/@types/node/url.d.ts +927 -0
  119. package/.cache/typescript/5.3/node_modules/@types/node/util.d.ts +2183 -0
  120. package/.cache/typescript/5.3/node_modules/@types/node/v8.d.ts +635 -0
  121. package/.cache/typescript/5.3/node_modules/@types/node/vm.d.ts +903 -0
  122. package/.cache/typescript/5.3/node_modules/@types/node/wasi.d.ts +158 -0
  123. package/.cache/typescript/5.3/node_modules/@types/node/worker_threads.d.ts +691 -0
  124. package/.cache/typescript/5.3/node_modules/@types/node/zlib.d.ts +517 -0
  125. package/.cache/typescript/5.3/node_modules/@types/node-fetch/LICENSE +21 -0
  126. package/.cache/typescript/5.3/node_modules/@types/node-fetch/README.md +15 -0
  127. package/.cache/typescript/5.3/node_modules/@types/node-fetch/externals.d.ts +32 -0
  128. package/.cache/typescript/5.3/node_modules/@types/node-fetch/index.d.ts +214 -0
  129. package/.cache/typescript/5.3/node_modules/@types/node-fetch/package.json +83 -0
  130. package/.cache/typescript/5.3/node_modules/asynckit/LICENSE +21 -0
  131. package/.cache/typescript/5.3/node_modules/asynckit/README.md +233 -0
  132. package/.cache/typescript/5.3/node_modules/asynckit/bench.js +76 -0
  133. package/.cache/typescript/5.3/node_modules/asynckit/index.js +6 -0
  134. package/.cache/typescript/5.3/node_modules/asynckit/lib/abort.js +29 -0
  135. package/.cache/typescript/5.3/node_modules/asynckit/lib/async.js +34 -0
  136. package/.cache/typescript/5.3/node_modules/asynckit/lib/defer.js +26 -0
  137. package/.cache/typescript/5.3/node_modules/asynckit/lib/iterate.js +75 -0
  138. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  139. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_parallel.js +25 -0
  140. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial.js +25 -0
  141. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  142. package/.cache/typescript/5.3/node_modules/asynckit/lib/state.js +37 -0
  143. package/.cache/typescript/5.3/node_modules/asynckit/lib/streamify.js +141 -0
  144. package/.cache/typescript/5.3/node_modules/asynckit/lib/terminator.js +29 -0
  145. package/.cache/typescript/5.3/node_modules/asynckit/package.json +63 -0
  146. package/.cache/typescript/5.3/node_modules/asynckit/parallel.js +43 -0
  147. package/.cache/typescript/5.3/node_modules/asynckit/serial.js +17 -0
  148. package/.cache/typescript/5.3/node_modules/asynckit/serialOrdered.js +75 -0
  149. package/.cache/typescript/5.3/node_modules/asynckit/stream.js +21 -0
  150. package/.cache/typescript/5.3/node_modules/combined-stream/License +19 -0
  151. package/.cache/typescript/5.3/node_modules/combined-stream/Readme.md +138 -0
  152. package/.cache/typescript/5.3/node_modules/combined-stream/lib/combined_stream.js +208 -0
  153. package/.cache/typescript/5.3/node_modules/combined-stream/package.json +25 -0
  154. package/.cache/typescript/5.3/node_modules/combined-stream/yarn.lock +17 -0
  155. package/.cache/typescript/5.3/node_modules/delayed-stream/License +19 -0
  156. package/.cache/typescript/5.3/node_modules/delayed-stream/Makefile +7 -0
  157. package/.cache/typescript/5.3/node_modules/delayed-stream/Readme.md +141 -0
  158. package/.cache/typescript/5.3/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  159. package/.cache/typescript/5.3/node_modules/delayed-stream/package.json +27 -0
  160. package/.cache/typescript/5.3/node_modules/form-data/License +19 -0
  161. package/.cache/typescript/5.3/node_modules/form-data/README.md.bak +358 -0
  162. package/.cache/typescript/5.3/node_modules/form-data/Readme.md +358 -0
  163. package/.cache/typescript/5.3/node_modules/form-data/index.d.ts +62 -0
  164. package/.cache/typescript/5.3/node_modules/form-data/lib/browser.js +2 -0
  165. package/.cache/typescript/5.3/node_modules/form-data/lib/form_data.js +501 -0
  166. package/.cache/typescript/5.3/node_modules/form-data/lib/populate.js +10 -0
  167. package/.cache/typescript/5.3/node_modules/form-data/package.json +68 -0
  168. package/.cache/typescript/5.3/node_modules/mime-db/HISTORY.md +507 -0
  169. package/.cache/typescript/5.3/node_modules/mime-db/LICENSE +23 -0
  170. package/.cache/typescript/5.3/node_modules/mime-db/README.md +100 -0
  171. package/.cache/typescript/5.3/node_modules/mime-db/db.json +8519 -0
  172. package/.cache/typescript/5.3/node_modules/mime-db/index.js +12 -0
  173. package/.cache/typescript/5.3/node_modules/mime-db/package.json +60 -0
  174. package/.cache/typescript/5.3/node_modules/mime-types/HISTORY.md +397 -0
  175. package/.cache/typescript/5.3/node_modules/mime-types/LICENSE +23 -0
  176. package/.cache/typescript/5.3/node_modules/mime-types/README.md +113 -0
  177. package/.cache/typescript/5.3/node_modules/mime-types/index.js +188 -0
  178. package/.cache/typescript/5.3/node_modules/mime-types/package.json +44 -0
  179. package/.cache/typescript/5.3/node_modules/types-registry/README.md +2 -0
  180. package/.cache/typescript/5.3/node_modules/types-registry/index.json +1 -0
  181. package/.cache/typescript/5.3/node_modules/types-registry/package.json +20 -0
  182. package/.cache/typescript/5.3/node_modules/undici-types/README.md +6 -0
  183. package/.cache/typescript/5.3/node_modules/undici-types/agent.d.ts +31 -0
  184. package/.cache/typescript/5.3/node_modules/undici-types/api.d.ts +43 -0
  185. package/.cache/typescript/5.3/node_modules/undici-types/balanced-pool.d.ts +18 -0
  186. package/.cache/typescript/5.3/node_modules/undici-types/cache.d.ts +36 -0
  187. package/.cache/typescript/5.3/node_modules/undici-types/client.d.ts +97 -0
  188. package/.cache/typescript/5.3/node_modules/undici-types/connector.d.ts +34 -0
  189. package/.cache/typescript/5.3/node_modules/undici-types/content-type.d.ts +21 -0
  190. package/.cache/typescript/5.3/node_modules/undici-types/cookies.d.ts +28 -0
  191. package/.cache/typescript/5.3/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  192. package/.cache/typescript/5.3/node_modules/undici-types/dispatcher.d.ts +241 -0
  193. package/.cache/typescript/5.3/node_modules/undici-types/errors.d.ts +128 -0
  194. package/.cache/typescript/5.3/node_modules/undici-types/fetch.d.ts +209 -0
  195. package/.cache/typescript/5.3/node_modules/undici-types/file.d.ts +39 -0
  196. package/.cache/typescript/5.3/node_modules/undici-types/filereader.d.ts +54 -0
  197. package/.cache/typescript/5.3/node_modules/undici-types/formdata.d.ts +108 -0
  198. package/.cache/typescript/5.3/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  199. package/.cache/typescript/5.3/node_modules/undici-types/global-origin.d.ts +7 -0
  200. package/.cache/typescript/5.3/node_modules/undici-types/handlers.d.ts +9 -0
  201. package/.cache/typescript/5.3/node_modules/undici-types/header.d.ts +4 -0
  202. package/.cache/typescript/5.3/node_modules/undici-types/index.d.ts +63 -0
  203. package/.cache/typescript/5.3/node_modules/undici-types/interceptors.d.ts +5 -0
  204. package/.cache/typescript/5.3/node_modules/undici-types/mock-agent.d.ts +50 -0
  205. package/.cache/typescript/5.3/node_modules/undici-types/mock-client.d.ts +25 -0
  206. package/.cache/typescript/5.3/node_modules/undici-types/mock-errors.d.ts +12 -0
  207. package/.cache/typescript/5.3/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  208. package/.cache/typescript/5.3/node_modules/undici-types/mock-pool.d.ts +25 -0
  209. package/.cache/typescript/5.3/node_modules/undici-types/package.json +55 -0
  210. package/.cache/typescript/5.3/node_modules/undici-types/patch.d.ts +71 -0
  211. package/.cache/typescript/5.3/node_modules/undici-types/pool-stats.d.ts +19 -0
  212. package/.cache/typescript/5.3/node_modules/undici-types/pool.d.ts +28 -0
  213. package/.cache/typescript/5.3/node_modules/undici-types/proxy-agent.d.ts +30 -0
  214. package/.cache/typescript/5.3/node_modules/undici-types/readable.d.ts +61 -0
  215. package/.cache/typescript/5.3/node_modules/undici-types/webidl.d.ts +220 -0
  216. package/.cache/typescript/5.3/node_modules/undici-types/websocket.d.ts +131 -0
  217. package/.cache/typescript/5.3/package-lock.json +107 -0
  218. package/.cache/typescript/5.3/package.json +1 -0
  219. package/README.md +116 -3
  220. package/package.json +33 -3
  221. package/replit.nix +3 -0
  222. package/src/bing.js +1 -0
  223. package/src/index.js +1 -0
  224. package/src/test.js +1 -0
File without changes
@@ -0,0 +1 @@
1
+ {"nonce":947360290981994167,"last_updated":{"seconds":1699397888,"nanos":166843000}}
@@ -0,0 +1 @@
1
+ {"type":"resolve","resolvedModuleId":"replit:v5-20240209-9e3a339","inputHash":"","resolutionPath":["replit","replit:v1-20231211-d5ddcff","replit:v2-20240117-0bd73cd","replit:v3-20240123-c72e35a","replit:v4-20240206-fdbd396","replit:v5-20240209-9e3a339"],"error":"","Changed":true}
File without changes
@@ -0,0 +1 @@
1
+ {"entries":{"replit.nix":{"env":{"AR":"ar","AS":"as","CC":"gcc","CONFIG_SHELL":"/nix/store/dpjnjrqbgbm8a5wvi1hya01vd8wyvsq4-bash-4.4-p23/bin/bash","CXX":"g++","HOST_PATH":"/nix/store/1570w56jrkvr90w9x158vyb5vahnk18v-coreutils-8.32/bin:/nix/store/ihxk2vlm0vi7c4j3gpm084kbxvz6v585-findutils-4.8.0/bin:/nix/store/kjx1mv85c5cgsrr4bwar22j7hbwj834m-diffutils-3.7/bin:/nix/store/gm2w08wwsa3vd500d8vq879s2lv65ldh-gnused-4.8/bin:/nix/store/v0slhpb2y3xa7gmv4q6gblkdk7n0f09j-gnugrep-3.6/bin:/nix/store/2wn093wbc6ps4brcsppxjd14vxvaa8a2-gawk-5.1.0/bin:/nix/store/5bxrjkyvqmzn1p897652y3lwa9fxagpw-gnutar-1.34/bin:/nix/store/liva1jnjdskrn57s42kfawr2zz66szzm-gzip-1.10/bin:/nix/store/ih2zkh2mbrx2c766ryk2i9hhlkly7snr-bzip2-1.0.6.0.2-bin/bin:/nix/store/pvkiiw0mp1yx0b21b7k105yywccychgh-gnumake-4.3/bin:/nix/store/dpjnjrqbgbm8a5wvi1hya01vd8wyvsq4-bash-4.4-p23/bin:/nix/store/aicl3kwfnaizk45aygm8bviqv7lk0a16-patch-2.7.6/bin:/nix/store/7jk6k46f56rszzc1bxi8mdrvcw53pym4-xz-5.2.5-bin/bin","LD":"ld","LD_LIBRARY_PATH":"/nix/store/738wmbkdj8psddk716rzyagg9dzfivxv-mesa-21.1.7-drivers/lib:/nix/store/w972sl8rlii0hh324b0rb1y3x626s4rf-libglvnd-1.3.3/lib:/nix/store/br11gindsvwd5ncpyclpr31vbl0fnw5w-pulseaudio-14.2/lib","LOCALE_ARCHIVE":"/usr/lib/locale/locale-archive","NIX_BINTOOLS":"/nix/store/29bjq5hw1qglybp1a5f3ij9gxc2fyf94-binutils-wrapper-2.35.1","NIX_BINTOOLS_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu":"1","NIX_BUILD_CORES":"1","NIX_BUILD_TOP":"/tmp","NIX_CC":"/nix/store/4xs1xyj8728yvh9y5v6ji819kwgfy2fv-gcc-wrapper-10.3.0","NIX_CC_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu":"1","NIX_CFLAGS_COMPILE":" -frandom-seed=sygbk49g5k","NIX_ENFORCE_NO_NATIVE":"1","NIX_HARDENING_ENABLE":"fortify stackprotector pic strictoverflow format relro bindnow","NIX_INDENT_MAKE":"1","NIX_LDFLAGS":"-rpath /nix/store/sygbk49g5k973acr041p57iky4ygrl81-nix-shell/lib64 -rpath /nix/store/sygbk49g5k973acr041p57iky4ygrl81-nix-shell/lib ","NIX_STORE":"/nix/store","NM":"nm","OBJCOPY":"objcopy","OBJDUMP":"objdump","PATH":"/nix/store/w07a7k61dw5gnsyxj3kgcq3shr76jax8-bash-interactive-4.4-p23/bin:/nix/store/435paza0j48aa9vgvf6r2l12nrg4ld11-patchelf-0.12/bin:/nix/store/4xs1xyj8728yvh9y5v6ji819kwgfy2fv-gcc-wrapper-10.3.0/bin:/nix/store/dlni53myj53kx20pi4yhm7p68lw17b07-gcc-10.3.0/bin:/nix/store/6z35qvn00xrjvaznv9kfy8xddbbdz4gl-glibc-2.33-47-bin/bin:/nix/store/1570w56jrkvr90w9x158vyb5vahnk18v-coreutils-8.32/bin:/nix/store/29bjq5hw1qglybp1a5f3ij9gxc2fyf94-binutils-wrapper-2.35.1/bin:/nix/store/v8imx1nvyz0hgvx9cbcmh6gp4ngw3ffj-binutils-2.35.1/bin:/nix/store/1570w56jrkvr90w9x158vyb5vahnk18v-coreutils-8.32/bin:/nix/store/ihxk2vlm0vi7c4j3gpm084kbxvz6v585-findutils-4.8.0/bin:/nix/store/kjx1mv85c5cgsrr4bwar22j7hbwj834m-diffutils-3.7/bin:/nix/store/gm2w08wwsa3vd500d8vq879s2lv65ldh-gnused-4.8/bin:/nix/store/v0slhpb2y3xa7gmv4q6gblkdk7n0f09j-gnugrep-3.6/bin:/nix/store/2wn093wbc6ps4brcsppxjd14vxvaa8a2-gawk-5.1.0/bin:/nix/store/5bxrjkyvqmzn1p897652y3lwa9fxagpw-gnutar-1.34/bin:/nix/store/liva1jnjdskrn57s42kfawr2zz66szzm-gzip-1.10/bin:/nix/store/ih2zkh2mbrx2c766ryk2i9hhlkly7snr-bzip2-1.0.6.0.2-bin/bin:/nix/store/pvkiiw0mp1yx0b21b7k105yywccychgh-gnumake-4.3/bin:/nix/store/dpjnjrqbgbm8a5wvi1hya01vd8wyvsq4-bash-4.4-p23/bin:/nix/store/aicl3kwfnaizk45aygm8bviqv7lk0a16-patch-2.7.6/bin:/nix/store/7jk6k46f56rszzc1bxi8mdrvcw53pym4-xz-5.2.5-bin/bin","RANLIB":"ranlib","READELF":"readelf","SIZE":"size","SOURCE_DATE_EPOCH":"315532800","STRINGS":"strings","STRIP":"strip","XDG_DATA_DIRS":"/nix/store/435paza0j48aa9vgvf6r2l12nrg4ld11-patchelf-0.12/share","_":"/nix/store/1570w56jrkvr90w9x158vyb5vahnk18v-coreutils-8.32/bin/env","__ETC_PROFILE_SOURCED":"1","buildInputs":"","builder":"/nix/store/dpjnjrqbgbm8a5wvi1hya01vd8wyvsq4-bash-4.4-p23/bin/bash","configureFlags":"","depsBuildBuild":"","depsBuildBuildPropagated":"","depsBuildTarget":"","depsBuildTargetPropagated":"","depsHostHost":"","depsHostHostPropagated":"","depsTargetTarget":"","depsTargetTargetPropagated":"","doCheck":"","doInstallCheck":"","name":"nix-shell","nativeBuildInputs":"","nobuildPhase":"echo\necho \"This derivation is not meant to be built, aborting\";\necho\nexit 1\n","out":"/nix/store/sygbk49g5k973acr041p57iky4ygrl81-nix-shell","outputs":"out","patches":"","phases":"nobuildPhase","propagatedBuildInputs":"","propagatedNativeBuildInputs":"","shell":"/nix/store/dpjnjrqbgbm8a5wvi1hya01vd8wyvsq4-bash-4.4-p23/bin/bash","shellHook":"","stdenv":"/nix/store/r4bl79l2bdjawmr2rhhqvci56qh0fkvv-stdenv-linux","strictDeps":"","system":"x86_64-linux"},"dependencies":[{"path":"replit.nix","mod_time":"2023-12-12T15:11:55.87096988Z"}],"closure":["/nix/store/7v6ck5q9f540qsni7pkc9pwk1yd9yygn-libunistring-0.9.10","/nix/store/js5xyvpmw5x6n29b2cg6k0gh1nxaw98j-libidn2-2.3.2","/nix/store/9bh3986bpragfjmr32gay8p95k91q4gy-glibc-2.33-47","/nix/store/gdc6nr4lpllwlhdc4pwc3xrlfbm6ygsi-gfortran-9.3.0-lib","/nix/store/ixddklj0l7v906h1pbhxzz4gpbcdl3px-fftw-single-3.3.9","/nix/store/0c59ln5mgfk6lws89fk87adaxwczhsqs-speexdsp-1.2.0","/nix/store/dpjnjrqbgbm8a5wvi1hya01vd8wyvsq4-bash-4.4-p23","/nix/store/0dzpyvfzidzb6kdnsdsqscws3hzld53k-libpcap-1.10.1","/nix/store/0kiykyrnrpfhmjwxwx89kxr20hmf5304-gcc-10.3.0-lib","/nix/store/i0hmd3b0m5w501cdq1sx7ip19ba8mc26-attr-2.5.1","/nix/store/pni52adzp1cq83syj5wy1rgallv4nary-acl-2.3.1","/nix/store/1570w56jrkvr90w9x158vyb5vahnk18v-coreutils-8.32","/nix/store/165r8fkhrxz7ad8k72p7y5ikgc3qihpq-brotli-1.0.9-lib","/nix/store/1i5y55x4b4m9qkx5dqbmr1r6bvrqbanw-multiple-outputs.sh","/nix/store/1vb8jqkiw6scxn7ncjh1hw72hfnr2nr0-expand-response-params","/nix/store/6z35qvn00xrjvaznv9kfy8xddbbdz4gl-glibc-2.33-47-bin","/nix/store/ph2k4vnsa1zfxlckrmfg997byhbm0z17-linux-headers-5.12","/nix/store/iwd8ic5hhwdxn5dga0im55g5hjl270cd-glibc-2.33-47-dev","/nix/store/dc3r2nbhckwn41hq5vaxxbj7z0lqdwb1-zlib-1.2.11","/nix/store/v8imx1nvyz0hgvx9cbcmh6gp4ngw3ffj-binutils-2.35.1","/nix/store/29bjq5hw1qglybp1a5f3ij9gxc2fyf94-binutils-wrapper-2.35.1","/nix/store/2wn093wbc6ps4brcsppxjd14vxvaa8a2-gawk-5.1.0","/nix/store/fpaw6mygzpi2rm8cwcp5a41i4v9mhvhn-alsa-topology-conf-1.2.5.1","/nix/store/zgl9c7v608pv0hhbdyhnxb5knahvag5c-alsa-ucm-conf-1.2.5.1","/nix/store/39bjnqk8l13bn1xnq1bc1baf3z957rkh-alsa-lib-1.2.5.1","/nix/store/6jr0k1iz0iv2y339qmbbs9hj1l1qif5y-pcre-8.44","/nix/store/fpp7j8niqf6scahsmbilbqn2vykrs7vn-util-linux-2.36.2","/nix/store/rqc861z47zxbmrmabjvn9xx4x06b87i8-libffi-3.4.2","/nix/store/yraq7vvh14gx42rp3mck4yj28zg4wapf-libselinux-3.0","/nix/store/3jz43ya7j65mh53nj262rilsk1j2jb68-glib-2.68.3","/nix/store/3lf3sbk6p67xysilvcb253npw6gyrh9n-audit-2.8.5","/nix/store/3lsah3snw23w2kkkdizvw2lni70hqxf7-nghttp2-1.43.0-lib","/nix/store/3w0y2qlffn968d245yz0x0167nkmrzr6-libapparmor-3.0.1","/nix/store/42d3j4gsrayyi5246d4k9n2m1nrs5zak-pcre2-10.36","/nix/store/435paza0j48aa9vgvf6r2l12nrg4ld11-patchelf-0.12","/nix/store/dlni53myj53kx20pi4yhm7p68lw17b07-gcc-10.3.0","/nix/store/v0slhpb2y3xa7gmv4q6gblkdk7n0f09j-gnugrep-3.6","/nix/store/4xs1xyj8728yvh9y5v6ji819kwgfy2fv-gcc-wrapper-10.3.0","/nix/store/53j1jyvqx3fdkaypnw33k47ahci4iq01-wayland-1.19.0","/nix/store/5bxrjkyvqmzn1p897652y3lwa9fxagpw-gnutar-1.34","/nix/store/8s6y3c1i5pyf7i85jb68k7ph4m4z6r3h-openssl-1.1.1k","/nix/store/5f679hqlqz7i05lrlbsml6n6xp7mhq5v-libssh2-1.9.0","/nix/store/iz7bgfvjmwdz3vgmzryhfkqwbn8zr2jn-ncurses-6.2","/nix/store/nzznpp1ri9nqarfadi5gv7r9r24a6syk-libxml2-2.9.12","/nix/store/a5xrhnwihwg321658l7mhawqjg1rxbw1-llvm-12.0.1-lib","/nix/store/irsmdyfvxkh67f2c1r7gm8r7b3lirv63-expat-2.4.1","/nix/store/pmhsa774zgd5xjdgjz7ny225hm0j7py0-libpciaccess-0.16","/nix/store/ygm0c17302w6d07gk3sfm0fvkgk50bx4-libdrm-2.4.107","/nix/store/c5gsjk32f9dwgyhxp6pdq4sh9wbswsf3-mesa-21.1.7","/nix/store/pmiwa2wsdhlzvvzcqs03cr26azrz0x03-libXdmcp-1.1.3","/nix/store/sbgm59pxvsbdlfls8jh8qfmb9cyfnd1w-libXau-1.0.9","/nix/store/vh35dr1f33gxn05y50vqzc5zqgjfpn07-libxcb-1.14","/nix/store/k4n7c5m82dvh51ym88n6f2aws8m90g0m-libX11-1.7.2","/nix/store/drg97qy1sqw4zk2zbvn2f398vzrm5f8x-libXfixes-6.0.0","/nix/store/hhnc1h4ffd5mc1a0123k94wkvivqflnl-libxshmfence-1.3","/nix/store/pqbf78jqja4i0804d8f810nkic9y9ahx-libXext-1.3.4","/nix/store/r89zylx96m5h0a777wmfk7v3l506n8s4-libelf-0.8.13","/nix/store/yymqhnc07cxvnwh2j3fgpi30z12xb82v-libXxf86vm-1.1.4","/nix/store/738wmbkdj8psddk716rzyagg9dzfivxv-mesa-21.1.7-drivers","/nix/store/788n2lblrrh6frmjkvf82v4dq9fy8ncy-keyutils-1.6.3-lib","/nix/store/7b12lpmsrj7kyymgc85bxfxzzxk9y3jn-lz4-1.9.3","/nix/store/nq5q61hm0r9y5f215nkmm1gjkmha8jkq-xz-5.2.5","/nix/store/7jk6k46f56rszzc1bxi8mdrvcw53pym4-xz-5.2.5-bin","/nix/store/89q4r95yrbdb95idkm548qypplydlp5x-zstd-1.5.0","/nix/store/8zxndz5ag0p6s526c2xyllhk1nrn4c3i-audit-tmpdir.sh","/nix/store/a8i46ywzlisxvsbqpgryfhdzv3jh136w-libogg-1.3.4","/nix/store/92q7r5r23d330imzpnj322cqlfakz44d-libvorbis-1.3.7","/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh","/nix/store/a4aww4izsnc9xi725vcn6bxymi94jnx3-libtasn1-4.17.0","/nix/store/agvgnhxfzjv3ky79ngpn57gsb2m1w0wa-popt-1.18","/nix/store/znbsgj80bhyd8clfy1k0k667nxqvxy7m-ed-1.17","/nix/store/aicl3kwfnaizk45aygm8bviqv7lk0a16-patch-2.7.6","/nix/store/sgdcigw2ykz9fvm1gklji1s0p4r8hjar-libmnl-1.0.4","/nix/store/pd4hrimiiam9am54wrj3nc01bs2qc6l6-libnftnl-1.2.0","/nix/store/xrl23yks9viiny5ryfp4arcwpvl8s9q8-libnfnetlink-1.0.1","/nix/store/s4b3x3d2xma1p9yh5wsgqgvw4mlq9g1r-libnetfilter_conntrack-1.0.8","/nix/store/aqq5fxk46873wnxhwv79821by78bsbns-iptables-1.8.7","/nix/store/bdqfghiq63pcm8d0sjpqyg9a0qfzc4fv-libopus-1.3.1","/nix/store/bnj8d7mvbkg3vdb07yz74yhl3g107qq5-patch-shebangs.sh","/nix/store/c35q7pk0kfckrhqvds71wbh7gxxrk0sd-sbc-1.4","/nix/store/qrvw7c88apyzcffcnlq8dx1jh824zin0-json-c-0.15","/nix/store/kir3rmpm2hx6fvf7m2nr97syabrcy3bq-db-4.8.30","/nix/store/zzbfh3ffwzmhawywb32l49vvq25cdny5-linux-pam-1.5.1","/nix/store/cdvjy5c0zg8r3rqyvn0zlky7fnx545d7-shadow-4.8.1","/nix/store/ygmkampbpcvw16ifpq36ngmjlqlgp5sb-libcap-ng-0.8.2","/nix/store/d2ndzch3a0dlk6drrpjbwp08ix14fl0x-util-linux-2.36.2-bin","/nix/store/gi9vbrkj6wj7ny0w8znvcz4k6d5hhjv6-libcap-2.49-lib","/nix/store/jakxq11rcwvhn1gnrya7yihl4rw7jpld-libseccomp-2.5.1-lib","/nix/store/spymc49wl8fr71ysjiq3q0jivc7mbja9-bzip2-1.0.6.0.2","/nix/store/ih2zkh2mbrx2c766ryk2i9hhlkly7snr-bzip2-1.0.6.0.2-bin","/nix/store/liva1jnjdskrn57s42kfawr2zz66szzm-gzip-1.10","/nix/store/xfr1dd8hvi7adv8rzaf24p0z69z2mgdn-zstd-1.5.0-bin","/nix/store/kxpiwhpl6qdwqhn3cmcklq7hm25m050m-kbd-2.4.0","/nix/store/nhgh6znqspx1k5m59g9i29ya2bgmxzw7-kexec-tools-2.0.20","/nix/store/q7cnq5p8khpc968cja21810rp8ai3rzi-kmod-27","/nix/store/r759ls1ah0cmqc8009q7b1xn91sg57q0-readline-7.0p5","/nix/store/w07a7k61dw5gnsyxj3kgcq3shr76jax8-bash-interactive-4.4-p23","/nix/store/sz7ynqi8xsn17f5ib338az50yzvi9vxw-systemd-minimal-247.6","/nix/store/s7skdrlrg5ajklprrbj267213j2mj9yz-lvm2-2.03.12-lib","/nix/store/cr341ik8yflrmap46aaw5gdy0fywcn2m-cryptsetup-2.3.6","/nix/store/jcvpw9pm0cyvayff3gvni3rdv320ywfs-libgpg-error-1.42","/nix/store/i3a2gz42b6y2n2l6n3rv6bmy12nkq5da-libassuan-2.5.5","/nix/store/mpvcfcmf2pldk1v5qiiysgf4za0bw0aq-libgcrypt-1.9.3","/nix/store/lak7shfmzcng1nifr2wv7xzvhj0m4ghk-gnupg-2.2.27","/nix/store/s9hfqla26f681v7l99s6d4lkslnbf34i-libkrb5-1.18","/nix/store/ls6hpd206dqgxjn66yd07y0x274m28k6-curl-7.76.1","/nix/store/ijkcyrhqqziq9vgkv5x2wv9gcq0zinjd-dns-root-data-2019-01-11","/nix/store/m523xwwjv9vjl9h3fla5wnmnisi1l095-p11-kit-0.24.0","/nix/store/qqf1wpz29d1lffm59xw4dgfi0qriq3a1-gmp-6.2.1","/nix/store/qr9j66pddkfc6dhhwv6jijs1l8fvsvkn-nettle-3.7.3","/nix/store/vclw6bj1c3g7ah238kh5v106smjssy2a-libevent-2.1.12","/nix/store/x5gbxbayappan7xq4ddnh13hhhqakcjj-unbound-1.13.1-lib","/nix/store/wyfkhapxaprkk7jc6iwy0ihhj6z6ykdj-gnutls-3.7.2","/nix/store/r7vcgbhjqy79a7xvzpcxpgckwf6v18vi-libmicrohttpd-0.9.71","/nix/store/cbppy3p7rl0zqrz65a6lq31j0z2hwi9q-systemd-247.6","/nix/store/cr4hpk4c2j8p6ivbqha6siwn25163ll5-libtool-2.4.6-lib","/nix/store/izvdqx4h01j7cxcaaa6fx9a3n7agyfsx-dconf-0.40.0-lib","/nix/store/lvh3fg9fvz6bxw6s7pnrrax3b0bhhs2g-flac-1.3.3","/nix/store/kcbx42n3n7m1iicnfdyrr0n2y86c5jl4-libsndfile-1.0.30","/nix/store/km3ad77f7ayvzdbh9a1apzcgswg1i3rb-soxr-0.1.3","/nix/store/skwnk7gac3niz83nlbqczr6yafxz27sl-webrtc-audio-processing-0.3.1","/nix/store/q9jza0r5ldvnsknk7k95nz0apjvkznyp-libICE-1.0.10","/nix/store/hrhxgkjddzkdwjam6d0agq6xcg6w94qk-libSM-1.2.3","/nix/store/xwjr0d6pjmn39gxykd2pq6bv1d18bqkh-dbus-1.12.20-lib","/nix/store/z60fzdh9r3jvn5w6282575kw2qklsa3b-libasyncns-0.8","/nix/store/br11gindsvwd5ncpyclpr31vbl0fnw5w-pulseaudio-14.2","/nix/store/c8n9kcdddp9np665xz6ri61b383nxvz8-move-systemd-user-units.sh","/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh","/nix/store/cl3qd985p1yxyfkj96v0hqxiy3w69xq5-compress-man-pages.sh","/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh","/nix/store/gm2w08wwsa3vd500d8vq879s2lv65ldh-gnused-4.8","/nix/store/h54dzwd7rdh2jlcv91424csl6d0ccgjy-strip.sh","/nix/store/ihxk2vlm0vi7c4j3gpm084kbxvz6v585-findutils-4.8.0","/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh","/nix/store/kjx1mv85c5cgsrr4bwar22j7hbwj834m-diffutils-3.7","/nix/store/kxw6q8v6isaqjm702d71n2421cxamq68-make-symlinks-relative.sh","/nix/store/mjjy30kxz775bhhi6j9phw81qh6dsbrf-move-docs.sh","/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh","/nix/store/pr6nzbscdpg94yvr151lrif2kg0csx7b-reproducible-builds.sh","/nix/store/pvkiiw0mp1yx0b21b7k105yywccychgh-gnumake-4.3","/nix/store/r4bl79l2bdjawmr2rhhqvci56qh0fkvv-stdenv-linux","/nix/store/w972sl8rlii0hh324b0rb1y3x626s4rf-libglvnd-1.3.3","/nix/store/xfysayr9ym9mnm20zjj25y8g1l0w8sh8-nix-shell"],"channel":"","channel_nix_path":"","production":null}}}
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "5.0",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
5
+ "packages": {
6
+ "node_modules/types-registry": {
7
+ "version": "0.1.673",
8
+ "resolved": "https://registry.npmjs.org/types-registry/-/types-registry-0.1.673.tgz",
9
+ "integrity": "sha512-4rSIfxfrp3t/hYnCB79+R4xW6Xyq+oQJbRqBnPh+eSIg2w8jkQCrl4tM6VhxCAs+PuYuOWo6U1fWFGlLc/40zw=="
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,2 @@
1
+ This package contains a listing of all packages published to the @types scope on NPM.
2
+ Generated by [types-publisher](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/publisher#readme).