1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/cli/tests/testdata/jsr/deps/main_info.out
David Sherret 0709c051f8
feat(unstable): package manager (#20517)
Adds an experimental unstable built-in package manager to Deno, but it is
currently not usable because the registry infrastructure hasn't been
setup and it points to a non-existent url by default. The default
registry url can be configured via the `DENO_REGISTRY_URL` environment
variable.
2023-09-18 10:46:44 -04:00

22 lines
1.3 KiB
Text

Download http://localhost:4545/jsr/registry/@denotest/deps/meta.json
Download http://localhost:4545/jsr/registry/@denotest/deps/1.0.0_meta.json
Download http://localhost:4545/jsr/registry/@denotest/module_graph/meta.json
Download http://localhost:4545/jsr/registry/@denotest/no_module_graph/meta.json
Download http://localhost:4545/jsr/registry/@denotest/module_graph/1.4.0_meta.json
Download http://localhost:4545/jsr/registry/@denotest/no_module_graph/0.1.1_meta.json
[UNORDERED_START]
Download http://localhost:4545/jsr/registry/@denotest/deps/1.0.0/mod.ts
Download http://localhost:4545/jsr/registry/@denotest/module_graph/1.4.0/other.ts
Download http://localhost:4545/jsr/registry/@denotest/no_module_graph/0.1.1/mod.ts
Download http://localhost:4545/jsr/registry/@denotest/no_module_graph/0.1.1/TestClass.ts
[UNORDERED_END]
local: [WILDCARD]main.ts
type: TypeScript
dependencies: 4 unique
size: [WILDCARD]
file:///[WILDCARD]main.ts ([WILDCARD])
└─┬ http://localhost:4545/jsr/registry/@denotest/deps/1.0.0/mod.ts ([WILDCARD])
├── http://localhost:4545/jsr/registry/@denotest/module_graph/1.4.0/other.ts ([WILDCARD])
└─┬ http://localhost:4545/jsr/registry/@denotest/no_module_graph/0.1.1/mod.ts ([WILDCARD])
└── http://localhost:4545/jsr/registry/@denotest/no_module_graph/0.1.1/TestClass.ts ([WILDCARD])