-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b72655
commit 2c7ffa0
Showing
517 changed files
with
23,952 additions
and
4,082 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For | |
example, running `npm ls promzard` in npm's source tree will show: | ||
|
||
```bash | ||
npm@9.8.1 /path/to/npm | ||
npm@10.1.0 /path/to/npm | ||
└─┬ [email protected] | ||
└── [email protected] | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces. | |
|
||
### Version | ||
|
||
9.8.1 | ||
10.1.0 | ||
|
||
### Description | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,8 +93,10 @@ It should look like this: | |
|
||
```json | ||
{ | ||
"url" : "https://github.com/owner/project/issues", | ||
"email" : "[email protected]" | ||
"bugs": { | ||
"url": "https://github.com/owner/project/issues", | ||
"email": "[email protected]" | ||
} | ||
} | ||
``` | ||
|
||
|
@@ -285,6 +287,7 @@ Certain files are always included, regardless of settings: | |
* `README` | ||
* `LICENSE` / `LICENCE` | ||
* The file in the "main" field | ||
* The file(s) in the "bin" field | ||
|
||
`README` & `LICENSE` can have any case and extension. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,7 +160,7 @@ <h3 id="description">Description</h3> | |
the results to only the paths to the packages named. Note that nested | ||
packages will <em>also</em> show the paths to the specified packages. For | ||
example, running <code>npm ls promzard</code> in npm's source tree will show:</p> | ||
<pre><code class="language-bash">npm@9.8.1 /path/to/npm | ||
<pre><code class="language-bash">npm@10.1.0 /path/to/npm | ||
└─┬ [email protected] | ||
└── [email protected] | ||
</code></pre> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -211,8 +211,10 @@ <h3 id="bugs">bugs</h3> | |
issues with your package.</p> | ||
<p>It should look like this:</p> | ||
<pre><code class="language-json">{ | ||
"url" : "https://github.com/owner/project/issues", | ||
"email" : "[email protected]" | ||
"bugs": { | ||
"url": "https://github.com/owner/project/issues", | ||
"email": "[email protected]" | ||
} | ||
} | ||
</code></pre> | ||
<p>You can specify either one or both values. If you want to provide only a | ||
|
@@ -359,6 +361,7 @@ <h3 id="files">files</h3> | |
<li><code>README</code></li> | ||
<li><code>LICENSE</code> / <code>LICENCE</code></li> | ||
<li>The file in the "main" field</li> | ||
<li>The file(s) in the "bin" field</li> | ||
</ul> | ||
<p><code>README</code> & <code>LICENSE</code> can have any case and extension.</p> | ||
<p>Conversely, some files are always ignored:</p> | ||
|
Oops, something went wrong.