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/addons/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ function onAddons( error, pkgs ) {
27
27
28
28
The function accepts the following `options`:
29
29
30
-
-**dir**: root directory from which to search for [add-ons][node-add-ons]. May be either an absolute file path or a path relative to the current working directory. Default: current working directory.
30
+
-**dir**: root directory from which to search for [add-ons][node-add-ons]. May be either an absolute path or a path relative to the current working directory. Default: current working directory.
31
31
-**pattern**: glob pattern used to find [add-ons][node-add-ons]. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
32
32
-**ignore**: list of glob patterns used to exclude matches.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/pkgs/browser-compatible/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ function onList( error, names ) {
27
27
28
28
The function accepts the following `options`:
29
29
30
-
-**dir**: root directory from which to search for packages. May be either an absolute file path or a path relative to the `stdlib/lib/node_modules/` directory. Default: `/path/to/stdlib/lib/node_modules/`.
30
+
-**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/`.
31
31
-**pattern**: glob pattern used to find packages. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
32
32
-**ignore**: list of glob patterns used to exclude matches.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/pkgs/clis/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ function onCLIs( error, files ) {
27
27
28
28
The function accepts the following `options`:
29
29
30
-
-**dir**: root directory from which to search for packages. May be either an absolute file path or a path relative to the current working directory. Default: current working directory.
30
+
-**dir**: root directory from which to search for packages. May be either an absolute path or a path relative to the current working directory. Default: current working directory.
31
31
-**pattern**: glob pattern used to find packages. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
32
32
-**ignore**: list of glob patterns used to exclude matches.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/pkgs/entry-points/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Each package is represented by an `object` having the following fields:
38
38
39
39
The function accepts the following `options`:
40
40
41
-
-**dir**: root directory from which to resolve packages. May be either an absolute file path or a path relative to the current working directory.
41
+
-**dir**: root directory from which to resolve packages. May be either an absolute path or a path relative to the current working directory.
42
42
43
43
By default, the function resolves packages relative to the current working directory. To resolve relative to an alternative directory, set the `dir` option.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/pkgs/names/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ function onList( error, names ) {
27
27
28
28
The function accepts the following `options`:
29
29
30
-
-**dir**: root directory from which to search for packages. May be either an absolute file path or a path relative to the `stdlib/lib/node_modules/` directory. Default: `/path/to/stdlib/lib/node_modules/`.
30
+
-**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/`.
31
31
-**pattern**: glob pattern used to find packages. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
32
32
-**ignore**: list of glob patterns used to exclude matches.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/pkgs/namespaces/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ function onList( error, names ) {
27
27
28
28
The function accepts the following `options`:
29
29
30
-
-**dir**: root directory from which to search for namespaces. May be either an absolute file path or a path relative to the `stdlib/lib/node_modules/` directory. Default: `/path/to/stdlib/lib/node_modules/`.
30
+
-**dir**: root directory from which to search for namespaces. May be either an absolute path or a path relative to the `stdlib/lib/node_modules/` directory. Default: `/path/to/stdlib/lib/node_modules/`.
31
31
-**pattern**: glob pattern used to find namespaces. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
32
32
-**ignore**: list of glob patterns used to exclude matches.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/pkgs/tree/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ function onTree( error, tree ) {
27
27
28
28
The function accepts the following `options`:
29
29
30
-
-**dir**: root directory from which to search for packages. May be either an absolute file path or a path relative to the `stdlib/lib/node_modules/` directory. Default: `/path/to/stdlib/lib/node_modules/`.
30
+
-**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/`.
31
31
-**pattern**: glob pattern used to find packages. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
32
32
-**ignore**: list of glob patterns used to exclude matches.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/pkgs/wasm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ function onPkgs( error, pkgs ) {
27
27
28
28
The function accepts the following `options`:
29
29
30
-
-**dir**: root directory from which to search for packages containing [WebAssembly][webassembly]. May be either an absolute file path or a path relative to the current working directory. Default: current working directory.
30
+
-**dir**: root directory from which to search for packages containing [WebAssembly][webassembly]. May be either an absolute path or a path relative to the current working directory. Default: current working directory.
31
31
-**pattern**: glob pattern used to find packages containing [WebAssembly][webassembly]. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
32
32
-**ignore**: list of glob patterns used to exclude matches.
0 commit comments