diff options
Diffstat (limited to 'deps/npm/docs/output/commands/npm-fund.html')
-rw-r--r-- | deps/npm/docs/output/commands/npm-fund.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/deps/npm/docs/output/commands/npm-fund.html b/deps/npm/docs/output/commands/npm-fund.html index 08389cb45b..cd86db8c17 100644 --- a/deps/npm/docs/output/commands/npm-fund.html +++ b/deps/npm/docs/output/commands/npm-fund.html @@ -146,14 +146,8 @@ npm command-line interface </section> <div id="_content"><h3 id="synopsis">Synopsis</h3> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <pre lang="bash"><code>npm fund [<package-spec>] </code></pre> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <h3 id="description">Description</h3> <p>This command retrieves information on how to fund the dependencies of a given project. If no package name is provided, it will list all @@ -193,9 +187,6 @@ test-workspaces-fund@1.0.0 `-- foo@2.0.0 </code></pre> <h3 id="configuration">Configuration</h3> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -207,8 +198,6 @@ test-workspaces-fund@1.0.0 saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <h4 id="browser"><code>browser</code></h4> <ul> <li>Default: OS X: <code>"open"</code>, Windows: <code>"start"</code>, Others: <code>"xdg-open"</code></li> @@ -218,8 +207,6 @@ saving them to your <code>package.json</code>.</li> <p>Set to <code>false</code> to suppress browser behavior and instead print urls to terminal.</p> <p>Set to <code>true</code> to use default system URL opener.</p> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <h4 id="unicode"><code>unicode</code></h4> <ul> <li>Default: false on windows, true on mac/unix systems with a unicode locale, @@ -228,8 +215,6 @@ as defined by the <code>LC_ALL</code>, <code>LC_CTYPE</code>, or <code>LANG</cod </ul> <p>When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs.</p> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -249,17 +234,12 @@ workspaces within that folder)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <h4 id="which"><code>which</code></h4> <ul> <li>Default: null</li> <li>Type: null or Number</li> </ul> <p>If there are multiple funding sources, which 1-indexed source URL to open.</p> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <h2 id="see-also">See Also</h2> <ul> <li><a href="../using-npm/package-spec.html">package spec</a></li> |