You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/pkgs/names/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ function onList( error, names ) {
47
47
48
48
The function accepts the following `options`:
49
49
50
-
-**dir**: root directory from which to search for packages. May be either an absolute path or a path relative to the `stdlib/lib/node_modules/` directory. Default: `/path/to/stdlib/lib/node_modules/`.
50
+
-**dir**: directory from which to search for packages. May be either an absolute path or a path relative to the `stdlib/lib/node_modules/` directory. Default: `/path/to/stdlib/lib/node_modules/`.
51
51
-**pattern**: glob pattern used to find packages. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
52
52
-**ignore**: list of glob patterns used to exclude matches.
53
53
@@ -185,7 +185,7 @@ Options:
185
185
186
186
### Notes
187
187
188
-
- If not provided a `dir` argument, the search directory is the current working directory.
188
+
- If not provided a `dir` argument, the search directory is the top-level `stdlib` package directory.
189
189
190
190
- To provide multiple exclusion glob patterns, set multiple `--ignore` option arguments.
0 commit comments