Lines Matching +full:ls +full:- +full:tree
1 .TH "NPM-FUND" "1" "February 2024" "" ""
3 \fBnpm-fund\fR - Retrieve funding information
8 npm fund \[lB]<package-spec>\[rB]
13 …tree structure, listing the type of funding and the url to visit. If a package name is provided th…
15 …url as a single entry. Thus, the list does not have the same shape of the output from \fBnpm ls\fR.
19 …ce and its dependencies using the \fB\fBworkspace\fR config\fR \fI\(la/using-npm/config#workspace\…
27 test-workspaces-fund@1.0.0
28 +-- https://example.com/a
29 | | `-- a@1.0.0
30 | `-- https://example.com/maintainer
31 | `-- foo@1.0.0
32 +-- https://example.com/npmcli-funding
33 | `-- @npmcli/test-funding
34 `-- https://example.com/org
35 `-- bar@2.0.0
43 $ npm fund -w a
44 test-workspaces-fund@1.0.0
45 `-- https://example.com/a
46 | `-- a@1.0.0
47 `-- https://example.com/maintainer
48 `-- foo@2.0.0
72 Default: OS X: \fB"open"\fR, Windows: \fB"start"\fR, Others: \fB"xdg-open"\fR
92 When set to true, npm uses unicode characters in the tree output. When false, it uses ascii charact…
127 If there are multiple funding sources, which 1-indexed source URL to open.
137 npm help ls