diff options
Diffstat (limited to 'docs/tools')
-rw-r--r-- | docs/tools/dependency_inspector.md | 107 |
1 files changed, 53 insertions, 54 deletions
diff --git a/docs/tools/dependency_inspector.md b/docs/tools/dependency_inspector.md index 55e80154e..80b747b3c 100644 --- a/docs/tools/dependency_inspector.md +++ b/docs/tools/dependency_inspector.md @@ -3,62 +3,61 @@ `deno info [URL]` will inspect ES module and all of its dependencies. ```shell -deno info https://deno.land/std@0.52.0/http/file_server.ts -Download https://deno.land/std@0.52.0/http/file_server.ts +deno info https://deno.land/std@0.67.0/http/file_server.ts +Download https://deno.land/std@0.67.0/http/file_server.ts ... -local: /Users/deno/Library/Caches/deno/deps/https/deno.land/5bd138988e9d20db1a436666628ffb3f7586934e0a2a9fe2a7b7bf4fb7f70b98 +local: /home/deno/.cache/deno/deps/https/deno.land/f57792e36f2dbf28b14a75e2372a479c6392780d4712d76698d5031f943c0020 type: TypeScript -compiled: /Users/deno/Library/Caches/deno/gen/https/deno.land/std@0.52.0/http/file_server.ts.js -map: /Users/deno/Library/Caches/deno/gen/https/deno.land/std@0.52.0/http/file_server.ts.js.map -deps: -https://deno.land/std@0.52.0/http/file_server.ts - ├─┬ https://deno.land/std@0.52.0/path/mod.ts - │ ├─┬ https://deno.land/std@0.52.0/path/win32.ts - │ │ ├── https://deno.land/std@0.52.0/path/_constants.ts - │ │ ├─┬ https://deno.land/std@0.52.0/path/_util.ts - │ │ │ └── https://deno.land/std@0.52.0/path/_constants.ts - │ │ └─┬ https://deno.land/std@0.52.0/testing/asserts.ts - │ │ ├── https://deno.land/std@0.52.0/fmt/colors.ts - │ │ └── https://deno.land/std@0.52.0/testing/diff.ts - │ ├─┬ https://deno.land/std@0.52.0/path/posix.ts - │ │ ├── https://deno.land/std@0.52.0/path/_constants.ts - │ │ └── https://deno.land/std@0.52.0/path/_util.ts - │ ├─┬ https://deno.land/std@0.52.0/path/common.ts - │ │ └── https://deno.land/std@0.52.0/path/separator.ts - │ ├── https://deno.land/std@0.52.0/path/separator.ts - │ ├── https://deno.land/std@0.52.0/path/interface.ts - │ └─┬ https://deno.land/std@0.52.0/path/glob.ts - │ ├── https://deno.land/std@0.52.0/path/separator.ts - │ ├── https://deno.land/std@0.52.0/path/_globrex.ts - │ ├── https://deno.land/std@0.52.0/path/mod.ts - │ └── https://deno.land/std@0.52.0/testing/asserts.ts - ├─┬ https://deno.land/std@0.52.0/http/server.ts - │ ├── https://deno.land/std@0.52.0/encoding/utf8.ts - │ ├─┬ https://deno.land/std@0.52.0/io/bufio.ts - │ │ ├─┬ https://deno.land/std@0.52.0/io/util.ts - │ │ │ ├── https://deno.land/std@0.52.0/path/mod.ts - │ │ │ └── https://deno.land/std@0.52.0/encoding/utf8.ts - │ │ └── https://deno.land/std@0.52.0/testing/asserts.ts - │ ├── https://deno.land/std@0.52.0/testing/asserts.ts - │ ├─┬ https://deno.land/std@0.52.0/async/mod.ts - │ │ ├── https://deno.land/std@0.52.0/async/deferred.ts - │ │ ├── https://deno.land/std@0.52.0/async/delay.ts - │ │ └─┬ https://deno.land/std@0.52.0/async/mux_async_iterator.ts - │ │ └── https://deno.land/std@0.52.0/async/deferred.ts - │ └─┬ https://deno.land/std@0.52.0/http/_io.ts - │ ├── https://deno.land/std@0.52.0/io/bufio.ts - │ ├─┬ https://deno.land/std@0.52.0/textproto/mod.ts - │ │ ├── https://deno.land/std@0.52.0/io/util.ts - │ │ ├─┬ https://deno.land/std@0.52.0/bytes/mod.ts - │ │ │ └── https://deno.land/std@0.52.0/io/util.ts - │ │ └── https://deno.land/std@0.52.0/encoding/utf8.ts - │ ├── https://deno.land/std@0.52.0/testing/asserts.ts - │ ├── https://deno.land/std@0.52.0/encoding/utf8.ts - │ ├── https://deno.land/std@0.52.0/http/server.ts - │ └── https://deno.land/std@0.52.0/http/http_status.ts - ├─┬ https://deno.land/std@0.52.0/flags/mod.ts - │ └── https://deno.land/std@0.52.0/testing/asserts.ts - └── https://deno.land/std@0.52.0/testing/asserts.ts +compiled: /home/deno/.cache/deno/gen/https/deno.land/f57792e36f2dbf28b14a75e2372a479c6392780d4712d76698d5031f943c0020.js +deps: 23 unique (total 139.89KB) +https://deno.land/std@0.67.0/http/file_server.ts (10.49KB) +├─┬ https://deno.land/std@0.67.0/path/mod.ts (717B) +│ ├── https://deno.land/std@0.67.0/path/_constants.ts (2.35KB) +│ ├─┬ https://deno.land/std@0.67.0/path/win32.ts (27.36KB) +│ │ ├── https://deno.land/std@0.67.0/path/_interface.ts (657B) +│ │ ├── https://deno.land/std@0.67.0/path/_constants.ts * +│ │ ├─┬ https://deno.land/std@0.67.0/path/_util.ts (3.3KB) +│ │ │ ├── https://deno.land/std@0.67.0/path/_interface.ts * +│ │ │ └── https://deno.land/std@0.67.0/path/_constants.ts * +│ │ └── https://deno.land/std@0.67.0/_util/assert.ts (405B) +│ ├─┬ https://deno.land/std@0.67.0/path/posix.ts (12.67KB) +│ │ ├── https://deno.land/std@0.67.0/path/_interface.ts * +│ │ ├── https://deno.land/std@0.67.0/path/_constants.ts * +│ │ └── https://deno.land/std@0.67.0/path/_util.ts * +│ ├─┬ https://deno.land/std@0.67.0/path/common.ts (1.14KB) +│ │ └─┬ https://deno.land/std@0.67.0/path/separator.ts (264B) +│ │ └── https://deno.land/std@0.67.0/path/_constants.ts * +│ ├── https://deno.land/std@0.67.0/path/separator.ts * +│ ├── https://deno.land/std@0.67.0/path/_interface.ts * +│ └─┬ https://deno.land/std@0.67.0/path/glob.ts (8.12KB) +│ ├── https://deno.land/std@0.67.0/path/_constants.ts * +│ ├── https://deno.land/std@0.67.0/path/mod.ts * +│ └── https://deno.land/std@0.67.0/path/separator.ts * +├─┬ https://deno.land/std@0.67.0/http/server.ts (10.23KB) +│ ├── https://deno.land/std@0.67.0/encoding/utf8.ts (433B) +│ ├─┬ https://deno.land/std@0.67.0/io/bufio.ts (21.15KB) +│ │ ├── https://deno.land/std@0.67.0/bytes/mod.ts (4.34KB) +│ │ └── https://deno.land/std@0.67.0/_util/assert.ts * +│ ├── https://deno.land/std@0.67.0/_util/assert.ts * +│ ├─┬ https://deno.land/std@0.67.0/async/mod.ts (202B) +│ │ ├── https://deno.land/std@0.67.0/async/deferred.ts (1.03KB) +│ │ ├── https://deno.land/std@0.67.0/async/delay.ts (279B) +│ │ ├─┬ https://deno.land/std@0.67.0/async/mux_async_iterator.ts (1.98KB) +│ │ │ └── https://deno.land/std@0.67.0/async/deferred.ts * +│ │ └── https://deno.land/std@0.67.0/async/pool.ts (1.58KB) +│ └─┬ https://deno.land/std@0.67.0/http/_io.ts (11.25KB) +│ ├── https://deno.land/std@0.67.0/io/bufio.ts * +│ ├─┬ https://deno.land/std@0.67.0/textproto/mod.ts (4.52KB) +│ │ ├── https://deno.land/std@0.67.0/io/bufio.ts * +│ │ ├── https://deno.land/std@0.67.0/bytes/mod.ts * +│ │ └── https://deno.land/std@0.67.0/encoding/utf8.ts * +│ ├── https://deno.land/std@0.67.0/_util/assert.ts * +│ ├── https://deno.land/std@0.67.0/encoding/utf8.ts * +│ ├── https://deno.land/std@0.67.0/http/server.ts * +│ └── https://deno.land/std@0.67.0/http/http_status.ts (5.93KB) +├─┬ https://deno.land/std@0.67.0/flags/mod.ts (9.54KB) +│ └── https://deno.land/std@0.67.0/_util/assert.ts * +└── https://deno.land/std@0.67.0/_util/assert.ts * ``` Dependency inspector works with any local or remote ES modules. |