mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
0709c051f8
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.
12 lines
683 B
Text
12 lines
683 B
Text
Download http://localhost:4545/jsr/registry/@denotest/no_module_graph/meta.json
|
|
Download http://localhost:4545/jsr/registry/@denotest/no_module_graph/0.1.0_meta.json
|
|
Download http://localhost:4545/jsr/registry/@denotest/no_module_graph/0.1.0/mod.ts
|
|
Download http://localhost:4545/jsr/registry/@denotest/no_module_graph/0.1.0/TestClass.ts
|
|
local: [WILDCARD]main.ts
|
|
type: TypeScript
|
|
dependencies: 2 unique
|
|
size: [WILDCARD]
|
|
|
|
file:///[WILDCARD]/jsr/no_module_graph/main.ts ([WILDCARD])
|
|
└─┬ http://localhost:4545/jsr/registry/@denotest/no_module_graph/0.1.0/mod.ts ([WILDCARD])
|
|
└── http://localhost:4545/jsr/registry/@denotest/no_module_graph/0.1.0/TestClass.ts ([WILDCARD])
|