Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit d9e865b

Browse files
committed
Merge branch 'master' of github.com:nodesource/understanding-npm
2 parents 1b4ceee + 2d588ed commit d9e865b

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

LICENSE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
The MIT License (MIT)
2+
=====================
3+
4+
Copyright (c) 2015 NodeSource
5+
-----------------------------
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
8+
9+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10+
11+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ Some other packages that were born from this project include:
6969
* [`rapid-stream`](http://github.com/nodesource/rapid-stream)
7070
* [`lookat-camera`](http://github.com/stackgl/lookat-camera)
7171
* [`glsl-scale-log`](http://github.com/stackgl/glsl-scale-log)
72-
* [`glsl-scale-log`](http://github.com/stackgl/glsl-scale-linear)
72+
* [`glsl-scale-linear`](http://github.com/stackgl/glsl-scale-linear)
7373
* [`md5ify`](http://github.com/hughsk/md5ify)
7474

7575
## Authors and Contributors
7676

7777
<table><tbody>
78-
<tr><th align="left">Hugh Kennedy</th><td><a href="https://github.com/hughsk">GitHub/hughsk</a></td><td><a href="http://twitter.com/hughsk">Twitter/@hughsk</a></td></tr>
78+
<tr><th align="left">Hugh Kennedy</th><td><a href="https://github.com/hughsk">GitHub/hughsk</a></td><td><a href="http://twitter.com/hughskennedy">Twitter/@hughskennedy</a></td></tr>
7979
<tr><th align="left"> Paul DeVay</th><td><a href="https://github.com/pauldevay">GitHub/pauldevay</a></td><td><a href="http://twitter.com/pauldevay">Twitter/@pdevay</a></td></tr>
8080
</tbody></table>
8181

unpm-frontend/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1>Packages</h1>
6666
<section id="unpm-content-intro-package"><div class="content-body">
6767
<h1>Packages</h1>
6868
<p>
69-
npm has a lot of packages. Right now, there's <strong data-stats="total">142,000</strong>
69+
npm has a lot of packages. Right now, there are <strong data-stats="total">142,000</strong>
7070
of them that have been published by the community.
7171
</p>
7272
</div>
@@ -80,7 +80,7 @@ <h1>Registry Growth</h1>
8080
<p>
8181
npm's growing significantly every day. Right now, there are about
8282
<strong data-stats="publish-rate">5,925</strong> new packages published per week.
83-
Of those, here's <strong>32,768</strong> of npm's most downloaded packages.
83+
Of those, here are <strong>32,768</strong> of npm's most downloaded packages.
8484
</p>
8585
</div>
8686
<aside class="content-stat">
@@ -119,7 +119,7 @@ <h1>Downloads Per Week</h1>
119119
<h1>Package Quality</h1>
120120
<p>
121121
npm's greatest strength, its size, is also its greatest weakness. There's
122-
too much code out there to conceiveably digest on your own.
122+
too much code out there to conceivably digest on your own.
123123
However, there are a few quick checks you can make to narrow down the
124124
list of potential packages to use.
125125
</p>

0 commit comments

Comments
 (0)