@@ -175,51 +175,54 @@ <h2 id="Using-npm-Programmatically">Using npm Programmatically</h2>
175175
176176< h2 id ="More-Docs "> More Docs</ h2 >
177177
178- < p > Check out the < a href ="https://npmjs.org/doc/ "> docs</ a > ,
179- especially the < a href ="https://npmjs.org/doc/faq.html "> faq</ a > .</ p >
178+ < p > Check out the < a href ="https://www. npmjs.org/doc/ "> docs</ a > ,
179+ especially the < a href ="https://www. npmjs.org/doc/faq.html "> faq</ a > .</ p >
180180
181181< p > You can use the < code > npm help</ code > command to read any of them.</ p >
182182
183183< p > If you're a developer, and you want to use npm to publish your program,
184- you should < a href ="https://npmjs.org/doc/developers.html "> read this</ a > </ p >
184+ you should < a href ="https://www. npmjs.org/doc/developers.html "> read this</ a > </ p >
185185
186186< h2 id ="Legal-Stuff "> Legal Stuff</ h2 >
187187
188- < p > "npm" and "the npm registry " are owned by Isaac Z. Schlueter .
188+ < p > "npm" and "The npm Registry " are owned by npm, Inc .
189189All rights reserved. See the included LICENSE file for more details.</ p >
190190
191- < p > "Node.js" and "node" are trademarks owned by Joyent, Inc. npm is not
192- officially part of the Node.js project, and is neither owned by nor
193- officially affiliated with Joyent, Inc.</ p >
191+ < p > "Node.js" and "node" are trademarks owned by Joyent, Inc.</ p >
194192
195- < p > The packages in the npm registry are not part of npm itself, and are the
196- sole property of their respective maintainers. While every effort is
197- made to ensure accountability, there is absolutely no guarantee,
198- warrantee, or assertion made as to the quality, fitness for a specific
199- purpose, or lack of malice in any given npm package. Modules
200- published on the npm registry are not affiliated with or endorsed by
201- Joyent, Inc., Isaac Z. Schlueter, Ryan Dahl, or the Node.js project.</ p >
193+ < p > Modules published on the npm registry are not officially endorsed by
194+ npm, Inc. or the Node.js project.</ p >
202195
203- < p > If you have a complaint about a package in the npm registry, and cannot
204- resolve it with the package owner, please express your concerns to
205- Isaac Z. Schlueter at < a href ="mailto:i@izs.me "> i@izs.me</ a > .</ p >
196+ < p > Data published to the npm registry is not part of npm itself, and is
197+ the sole property of the publisher. While every effort is made to
198+ ensure accountability, there is absolutely no guarantee, warrantee, or
199+ assertion expressed or implied as to the quality, fitness for a
200+ specific purpose, or lack of malice in any given npm package.</ p >
206201
207- < h3 id ="In-plain-english "> In plain english</ h3 >
202+ < p > If you have a complaint about a package in the public npm registry,
203+ and cannot < a href ="https://www.npmjs.org/doc/misc/npm-disputes.html "> resolve it with the package
204+ owner</ a > , please email
205+ < a href ="mailto:support@npmjs.com "> support@npmjs.com</ a > and explain the situation.</ p >
208206
209- < p > This is mine; not my employer's, not Node's, not Joyent's, not Ryan
210- Dahl's.</ p >
207+ < p > Any data published to The npm Registry (including user account
208+ information) may be removed or modified at the sole discretion of the
209+ npm server administrators.</ p >
210+
211+ < h3 id ="In-plainer-english "> In plainer english</ h3 >
212+
213+ < p > npm is the property of npm, Inc.</ p >
211214
212215< p > If you publish something, it's yours, and you are solely accountable
213- for it. Not me, not Node, not Joyent, not Ryan Dahl. </ p >
216+ for it.</ p >
214217
215- < p > If other people publish something, it's theirs. Not mine, not Node's,
216- not Joyent's, not Ryan Dahl's.</ p >
218+ < p > If other people publish something, it's theirs.</ p >
217219
218- < p > Yes, you can publish something evil . It will be removed promptly if
219- reported, and we'll lose respect for you. But there is no vetting
220- process for published modules .</ p >
220+ < p > Users can publish Bad Stuff . It will be removed promptly if reported.
221+ But there is no vetting process for published modules, and you use
222+ them at your own risk. Please inspect the source .</ p >
221223
222- < p > If this concerns you, inspect the source before using packages.</ p >
224+ < p > If you publish Bad Stuff, we may delete it from the registry, or even
225+ ban your account in extreme cases. So don't do that.</ p >
223226
224227< h2 id ="BUGS "> BUGS</ h2 >
225228
@@ -239,7 +242,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
239242
240243< ul > < li > < a href ="cli/npm.html "> npm(1)</ a > </ li > < li > < a href ="misc/npm-faq.html "> npm-faq(7)</ a > </ li > < li > < a href ="cli/npm-help.html "> npm-help(1)</ a > </ li > < li > < a href ="misc/npm-index.html "> npm-index(7)</ a > </ li > </ ul >
241244</ div >
242- < p id ="footer "> < a href ="../doc/README.html "> README</ a > — npm@1.4.0 </ p >
245+ < p id ="footer "> < a href ="../doc/README.html "> README</ a > — npm@1.4.3 </ p >
243246< script >
244247; ( function ( ) {
245248var wrapper = document . getElementById ( "wrapper" )
0 commit comments