Skip to main content
Module

x/fortuna/deno.lock

A TypeScript module for random events and gacha.
Go to Latest
File
{ "version": "3", "packages": { "specifiers": { "jsr:@std/assert@0.216": "jsr:@std/assert@0.216.0", "jsr:@std/fmt@^0.216.0": "jsr:@std/fmt@0.216.0", "npm:random-weighted-choice": "npm:random-weighted-choice@0.1.4", "npm:weighted-randomly-select": "npm:weighted-randomly-select@1.0.6" }, "jsr": { "@std/assert@0.216.0": { "dependencies": [ "jsr:@std/fmt@^0.216.0" ] }, "@std/fmt@0.216.0": {} }, "npm": { "debug@2.6.9": { "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { "ms": "ms@2.0.0" } }, "ms@2.0.0": { "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dependencies": {} }, "random-weighted-choice@0.1.4": { "integrity": "sha512-c1aBMOpBjtDW641lCIvOpmkTV76KbTb+s833OZCyyKa+QxE8UrHWmxVXhTKXIwLoMhq1A4EaSL2d3kSQPOLJwQ==", "dependencies": { "debug": "debug@2.6.9" } }, "weighted-randomly-select@1.0.6": { "integrity": "sha512-fvtv3UJdtEdoeZfqt1271bKeHPSvb1Aqwy2+dkj32nG0JEaJxNn8OaW59QgSGL+v0kp/UVXdQ39QtCBjLMdZzA==", "dependencies": {} } } }, "remote": { "https://deno.land/std@0.190.0/fmt/colors.ts": "d67e3cd9f472535241a8e410d33423980bec45047e343577554d3356e1f0ef4e", "https://deno.land/std@0.190.0/testing/_diff.ts": "1a3c044aedf77647d6cac86b798c6417603361b66b54c53331b312caeb447aea", "https://deno.land/std@0.190.0/testing/_format.ts": "a69126e8a469009adf4cf2a50af889aca364c349797e63174884a52ff75cf4c7", "https://deno.land/std@0.190.0/testing/asserts.ts": "e16d98b4d73ffc4ed498d717307a12500ae4f2cbe668f1a215632d19fcffc22f", "https://deno.land/x/fortuna@v4.0.0/benches/comparison.ts": "4240603a03c69dc0316ca92f019e8f17ded9ef8fbd9f53ac1a9a11c66dbadae0", "https://deno.land/x/fortuna@v4.0.0/mod.ts": "f9a42cb7bb879d2ce1f1e0bf52716c620ee71a9f67769bef8887cbf8d9a918f0", "https://deno.land/x/fortuna@v4.0.0/src/die.ts": "20261238db73c895204408e7d030b6650f0df03d2c77f522cb6bfbe79701ec9c", "https://deno.land/x/fortuna@v4.0.0/src/limited_machine.ts": "d4103726625ac387fa6499a202324985f59e8dc6f52f18c91a51515d4709c9b6", "https://deno.land/x/fortuna@v4.0.0/src/machine.ts": "1772a67f974120238e03d99bf0e924a24c88ba9d9e13b81f40c6f9327774da65", "https://deno.land/x/fortuna@v4.0.0/src/roll.ts": "dbe1eac702bb3e2fd152397c74cc1e4dfbde2dc02a331c12dc192da5739d0387", "https://deno.land/x/fortuna@v4.0.0/testdata/pokemon.json": "6dac3378ac42eab9175145915cab85e5a959fa044686f43459d2da205625f386", "https://deno.land/x/masx200_weighted_randomly_select@2.1.1/mod.ts": "5d7fee96350e0df360363b8b5b3c784251248e6dfcc355c7e0639cb20a1e895b", "https://deno.land/x/masx200_weighted_randomly_select@2.1.1/src/index.ts": "7441a8a37df57a178fd1dd6b08de9eb192899a4068622b63b50995e1e7a89ad5", "https://deno.land/x/wrand@v1.2.0/index.ts": "5c9977efa424a8efffc1e0d29b8d9ef81a6009c0362c303d87030b320aa58a55", "https://deno.land/x/wrand@v1.2.0/mod.ts": "882e3724ca160624f934070ead4633e971f81a90dcedc03a428f20769e96307b", "https://deno.land/x/wrand@v1.2.0/randomPicker.ts": "6cb3ec2337b5a9541b08fdcbaba09a713320ab65c5cce5adf6e85c33927ce1c5", "https://deno.land/x/wrand@v1.2.0/types.ts": "a3b3cf0aeb14bbef59aa19b6b55f4380cfcf3e9de59fc91634c47cafe0d70db0", "https://esm.sh/random-weighted-choice@0.1.4": "c9c224291f02b71265c41170d54e56d6468761a3683dc4185aa355fa380a51a4", "https://esm.sh/v128/random-weighted-choice@0.1.4/denonext/random-weighted-choice.mjs": "768f3f76daaea0774dc6c23faadd7dcfa639430c3513b3bd72cfdc2d1450cb6f", "https://esm.sh/v128/weighted-randomly-select@1.0.6/denonext/weighted-randomly-select.mjs": "30c5f3dbc92924f8850348b8ca5a8afdb53f06fa0ea5328be4a9c9c01d714cc1", "https://esm.sh/weighted-randomly-select@1.0.6": "62c058aec3bcb3408194efc20f34f9e7839e1fc7220c58d3608fb2b3db6cad5f", "https://jsr.io/@std/assert/0.216.0/_constants.ts": "a271e8ef5a573f1df8e822a6eb9d09df064ad66a4390f21b3e31f820a38e0975", "https://jsr.io/@std/assert/0.216.0/_diff.ts": "f36cec514e55a67aca8d25af38cb264290d7e434b8a8749dcaaf445b9c445142", "https://jsr.io/@std/assert/0.216.0/_format.ts": "0ba808961bf678437fb486b56405b6fefad2cf87b5809667c781ddee8c32aff4", "https://jsr.io/@std/assert/0.216.0/assert.ts": "501b416473ec27c71885aaf819e363c8df617f89ce68ae57fec7acf9d62743b2", "https://jsr.io/@std/assert/0.216.0/assert_almost_equals.ts": "77a20a203abff37146dc029afd14e7cce9c9c085c25a107a5f075ed49b646db0", "https://jsr.io/@std/assert/0.216.0/assert_array_includes.ts": "9f511b9b57d48f1ff643259192a66f855b8075a8fb9d9f3cdefc0e008cfe3466", "https://jsr.io/@std/assert/0.216.0/assert_equals.ts": "f9fec706806b34dadd89dfa49277ba8ed35e0720f590071b0311e833fc8ccda2", "https://jsr.io/@std/assert/0.216.0/assert_exists.ts": "7ea6a5cbaf3ce2675adc863d11544ba0f0d6e61658c5f0a83b5aa999e48961f0", "https://jsr.io/@std/assert/0.216.0/assert_false.ts": "8941f89de0386609eb1749f334483d56420307997bbbba77a559c5fe7083a657", "https://jsr.io/@std/assert/0.216.0/assert_greater.ts": "441cfcab6ab8c06d6c54d5995d513a148c9ed7ec2d241c154e6a127b3f22f995", "https://jsr.io/@std/assert/0.216.0/assert_greater_or_equal.ts": "d841652741b8087235f3392abd6db387cc4ecfe91cbd9fbc721937789f325faa", "https://jsr.io/@std/assert/0.216.0/assert_instance_of.ts": "ab945d09a94ca382ac4e9044412a9414efe301ad0ae36b72c02159e7148321ed", "https://jsr.io/@std/assert/0.216.0/assert_is_error.ts": "93d49b83489d0b06b3fe72d16d309739e41ee6934d92e8776b0f799a95cf6666", "https://jsr.io/@std/assert/0.216.0/assert_less.ts": "282d39e91ce16e33d5b8352771d97c81d840f1810ba7b65b64332eba5b0f0c50", "https://jsr.io/@std/assert/0.216.0/assert_less_or_equal.ts": "a68b8ae9fa056449b63c8d3fb771fe8a3747d958877096e85839b75f3c581576", "https://jsr.io/@std/assert/0.216.0/assert_match.ts": "7395d0d84346d9a81695559d11afe890137f1c469bb5cafb6aba1a7faaf142f8", "https://jsr.io/@std/assert/0.216.0/assert_not_equals.ts": "b08ac1034e4b9aedff0bad798df7880c8f977019a90e98a5e0e4f88c7dfa6353", "https://jsr.io/@std/assert/0.216.0/assert_not_instance_of.ts": "340861128c5a03071247fdc6011b8499fd277d9faeb14306a4af9cd642a302c3", "https://jsr.io/@std/assert/0.216.0/assert_not_match.ts": "f09d94377a6403800f7d8602a70bce27d3d6ff699cd95e141b43c35c3b0e798d", "https://jsr.io/@std/assert/0.216.0/assert_not_strict_equals.ts": "1028e690746157783c44cd0d17d88d17a57ece9d387a8cc8e15aef291ac98258", "https://jsr.io/@std/assert/0.216.0/assert_object_match.ts": "9f02fd409595a8b656ec9f436fe012932e3729a58e8292e7c4c5b9b50266da5f", "https://jsr.io/@std/assert/0.216.0/assert_rejects.ts": "af2d87faafdf44a3af69fd9e8952d5a07707d2b6b8c413f46ec3b90227539b3a", "https://jsr.io/@std/assert/0.216.0/assert_strict_equals.ts": "22be546be0709cfb68529623a079b95692e3e9f2b402ee3f6b580a27d6a5e904", "https://jsr.io/@std/assert/0.216.0/assert_string_includes.ts": "c178bd97da03e2215494e729b2048ae68e780bf0b583a998a3bf808fbdb1eba2", "https://jsr.io/@std/assert/0.216.0/assert_throws.ts": "4209628c4fa3e569bb2924b289fad486f9e5feb0912bca6f60b484ddbfad7136", "https://jsr.io/@std/assert/0.216.0/assertion_error.ts": "dd027fb33707dbff22cd2ef9b55fdb70e2095876caf3c68ecfbb811505ecc022", "https://jsr.io/@std/assert/0.216.0/equal.ts": "166d9377ce8df4d53f676d9a568a13914c2323d9d3b2fd1096aafeb59f3c1edf", "https://jsr.io/@std/assert/0.216.0/fail.ts": "67579a1308b176d52756ded6d1e3149f87703648e59afc333ba5168fefeb8d7b", "https://jsr.io/@std/assert/0.216.0/mod.ts": "325df8c0683ad83a873b9691aa66b812d6275fc9fec0b2d180ac68a2c5efed3b", "https://jsr.io/@std/assert/0.216.0/unimplemented.ts": "ed3115f6fb271277e0522f3b18f020259900c385e3fa986f109a519a1cf25763", "https://jsr.io/@std/assert/0.216.0/unreachable.ts": "1e748f69f73c57f4de9ba1dba39306b86e0ad2c0915975608519a2bcf42c262f", "https://jsr.io/@std/fmt/0.216.0/colors.ts": "85fab9452ef08d5db723cae5202b95b3e072fe7639cf4608426b665e136af4da" }}