Skip to main content
Module

x/timers/deno.lock

All timing functions you need - long and async timeouts, intervals, promise timeouts and more
Latest
File
{ "version": "3", "packages": { "specifiers": { "jsr:@std/assert@^0.223.0": "jsr:@std/assert@0.223.0", "jsr:@std/async@^0.223.0": "jsr:@std/async@0.223.0", "jsr:@std/data-structures@^0.223.0": "jsr:@std/data-structures@0.223.0", "jsr:@std/fmt@^0.223.0": "jsr:@std/fmt@0.223.0", "jsr:@std/testing@^0.223.0": "jsr:@std/testing@0.223.0" }, "jsr": { "@std/assert@0.223.0": { "integrity": "eb8d6d879d76e1cc431205bd346ed4d88dc051c6366365b1af47034b0670be24", "dependencies": [ "jsr:@std/fmt@^0.223.0" ] }, "@std/async@0.223.0": { "integrity": "b42f635d89fb8f9e0e7dc258fbc8f33233e4977f61e0b20da08a8b51fd7b2c5d" }, "@std/data-structures@0.223.0": { "integrity": "1ced7c4d278ccc2c8ac28b2d947187f7c9ead461861503d544da5ed77fcb88e2" }, "@std/fmt@0.223.0": { "integrity": "6deb37794127dfc7d7bded2586b9fc6f5d50e62a8134846608baf71ffc1a5208" }, "@std/testing@0.223.0": { "integrity": "7a48b9a14589ed16beb2a31ec7150e9fff3acda58f3077af6a1fcdb92375143b", "dependencies": [ "jsr:@std/assert@^0.223.0", "jsr:@std/async@^0.223.0", "jsr:@std/data-structures@^0.223.0" ] } } }, "remote": {}, "workspace": { "dependencies": [ "jsr:@std/assert@^0.223.0", "jsr:@std/testing@^0.223.0" ] }}