|
46 | 46 | "./types": "./src/types.ts" |
47 | 47 | }, |
48 | 48 | "imports": { |
49 | | - "@deno/dnt": "jsr:@deno/dnt@^0.41", |
50 | | - "@std/assert": "jsr:@std/assert@^1", |
51 | | - "@std/cli": "jsr:@std/cli@^1", |
52 | | - "@std/fs": "jsr:@std/fs@^1", |
53 | | - "@std/http": "jsr:@std/http@^0.206.0", |
54 | | - "@std/path": "jsr:@std/path@^1.0.9", |
55 | | - "@std/testing": "jsr:@std/testing@^1", |
56 | | - "@std/text": "jsr:@std/text@^1" |
| 49 | + "@deno/dnt": "https://deno.land/x/dnt@0.41.0/mod.ts", |
| 50 | + "@std/assert": "https://deno.land/std@0.220.0/assert/mod.ts", |
| 51 | + "@std/cli/parse-args": "https://deno.land/std@0.220.0/cli/parse_args.ts", |
| 52 | + "@std/cli": "https://deno.land/std@0.220.0/cli/mod.ts", |
| 53 | + "@std/fs": "https://deno.land/std@0.220.0/fs/mod.ts", |
| 54 | + "@std/http/http-errors": "https://deno.land/std@0.182.0/http/http_errors.ts", |
| 55 | + "@std/http": "https://deno.land/std@0.220.0/http/mod.ts", |
| 56 | + "@std/path": "https://deno.land/std@0.220.0/path/mod.ts", |
| 57 | + "@std/testing/bdd": "https://deno.land/std@0.220.0/testing/bdd.ts", |
| 58 | + "@std/testing/mock": "https://deno.land/std@0.220.0/testing/mock.ts", |
| 59 | + "@std/testing": "https://deno.land/std@0.220.0/testing/mod.ts", |
| 60 | + "@std/text/to-pascal-case": "https://deno.land/std@0.220.0/text/case.ts", |
| 61 | + "@std/text": "https://deno.land/std@0.220.0/text/mod.ts" |
57 | 62 | } |
58 | 63 | } |
0 commit comments