mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 14:54:35 +00:00

PR-URL: https://github.com/nodejs/node/pull/3310 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
11 lines
1.1 KiB
Plaintext
11 lines
1.1 KiB
Plaintext
root@1.2.3 test/fixtures/linkedroot
|
|
├─┬ @scope/x@1.2.3 test/fixtures/linkedroot/node_modules/@scope/x
|
|
│ └─┬ glob@4.0.5 test/fixtures/linkedroot/node_modules/@scope/x/node_modules/glob
|
|
│ ├── graceful-fs@3.0.2 test/fixtures/linkedroot/node_modules/@scope/x/node_modules/glob/node_modules/graceful-fs
|
|
│ ├── inherits@2.0.1 test/fixtures/linkedroot/node_modules/@scope/x/node_modules/glob/node_modules/inherits
|
|
│ ├─┬ minimatch@1.0.0 test/fixtures/linkedroot/node_modules/@scope/x/node_modules/glob/node_modules/minimatch
|
|
│ │ ├── lru-cache@2.5.0 test/fixtures/linkedroot/node_modules/@scope/x/node_modules/glob/node_modules/minimatch/node_modules/lru-cache
|
|
│ │ └── sigmund@1.0.0 test/fixtures/linkedroot/node_modules/@scope/x/node_modules/glob/node_modules/minimatch/node_modules/sigmund
|
|
│ └── once@1.3.0 test/fixtures/linkedroot/node_modules/@scope/x/node_modules/glob/node_modules/once
|
|
├── @scope/y@1.2.3 test/fixtures/linkedroot/node_modules/@scope/y
|
|
└── foo@1.2.3 test/fixtures/linkedroot/node_modules/foo |