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>
14 lines
1.3 KiB
ReasonML
14 lines
1.3 KiB
ReasonML
selflink@1[.]2[.]3 test/fixtures/selflink
|
|
├── @scope/y@1[.]2[.]3 test/fixtures/selflink/node_modules/@scope/y
|
|
├─┬ @scope/z@1[.]2[.]3 test/fixtures/selflink/node_modules/@scope/z
|
|
│ └── glob@4[.]0[.]5 test/fixtures/selflink/node_modules/foo/node_modules/glob [(]symlink[)]
|
|
└─┬ foo@1[.]2[.]3 test/fixtures/selflink/node_modules/foo
|
|
├─┬ glob@4[.]0[.]5 test/fixtures/selflink/node_modules/foo/node_modules/glob
|
|
│ ├── graceful-fs@3[.]0[.]2 test/fixtures/selflink/node_modules/(foo|@scope/z)/node_modules/glob/node_modules/graceful-fs
|
|
│ ├── inherits@2[.]0[.]1 test/fixtures/selflink/node_modules/(foo|@scope/z)/node_modules/glob/node_modules/inherits
|
|
│ ├─┬ minimatch@1[.]0[.]0 test/fixtures/selflink/node_modules/(foo|@scope/z)/node_modules/glob/node_modules/minimatch
|
|
│ │ ├── lru-cache@2[.]5[.]0 test/fixtures/selflink/node_modules/(foo|@scope/z)/node_modules/glob/node_modules/minimatch/node_modules/lru-cache
|
|
│ │ └── sigmund@1[.]0[.]0 test/fixtures/selflink/node_modules/(foo|@scope/z)/node_modules/glob/node_modules/minimatch/node_modules/sigmund
|
|
│ └── once@1[.]3[.]0 test/fixtures/selflink/node_modules/(foo|@scope/z)/node_modules/glob/node_modules/once
|
|
└── selflink@1[.]2[.]3 test/fixtures/selflink [(]symlink[)]
|