You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
isaacs f11a3dfcd6 npm: Upgrade to 1.1.48 12 years ago
..
README.html npm: Upgrade to 1.1.48 12 years ago
adduser.html npm: Upgrade to 1.1.48 12 years ago
bin.html npm: Upgrade to 1.1.48 12 years ago
bugs.html npm: Upgrade to 1.1.48 12 years ago
build.html npm: Upgrade to 1.1.48 12 years ago
bundle.html npm: Upgrade to 1.1.48 12 years ago
cache.html npm: Upgrade to 1.1.48 12 years ago
changelog.html npm: Upgrade to 1.1.48 12 years ago
coding-style.html npm: Upgrade to 1.1.48 12 years ago
completion.html npm: Upgrade to 1.1.48 12 years ago
config.html npm: Upgrade to 1.1.48 12 years ago
deprecate.html npm: Upgrade to 1.1.48 12 years ago
developers.html npm: Upgrade to 1.1.48 12 years ago
disputes.html npm: Upgrade to 1.1.48 12 years ago
docs.html npm: Upgrade to 1.1.48 12 years ago
edit.html npm: Upgrade to 1.1.48 12 years ago
explore.html npm: Upgrade to 1.1.48 12 years ago
faq.html npm: Upgrade to 1.1.48 12 years ago
folders.html npm: Upgrade to 1.1.48 12 years ago
help-search.html npm: Upgrade to 1.1.48 12 years ago
help.html npm: Upgrade to 1.1.48 12 years ago
index.html npm: Upgrade to 1.1.48 12 years ago
init.html npm: Upgrade to 1.1.48 12 years ago
install.html npm: Upgrade to 1.1.48 12 years ago
json.html npm: Upgrade to 1.1.48 12 years ago
link.html npm: Upgrade to 1.1.48 12 years ago
list.html npm: Upgrade to 1.1.48 12 years ago
npm.html npm: Upgrade to 1.1.48 12 years ago
outdated.html npm: Upgrade to 1.1.48 12 years ago
owner.html npm: Upgrade to 1.1.48 12 years ago
pack.html npm: Upgrade to 1.1.48 12 years ago
prefix.html npm: Upgrade to 1.1.48 12 years ago
prune.html npm: Upgrade to 1.1.48 12 years ago
publish.html npm: Upgrade to 1.1.48 12 years ago
rebuild.html npm: Upgrade to 1.1.48 12 years ago
registry.html npm: Upgrade to 1.1.48 12 years ago
removing-npm.html npm: Upgrade to 1.1.48 12 years ago
restart.html npm: Upgrade to 1.1.48 12 years ago
root.html npm: Upgrade to 1.1.48 12 years ago
run-script.html npm: Upgrade to 1.1.48 12 years ago
scripts.html npm: Upgrade to 1.1.48 12 years ago
search.html npm: Upgrade to 1.1.48 12 years ago
semver.html npm: Upgrade to 1.1.48 12 years ago
shrinkwrap.html npm: Upgrade to 1.1.48 12 years ago
star.html npm: Upgrade to 1.1.48 12 years ago
start.html npm: Upgrade to 1.1.48 12 years ago
stop.html npm: Upgrade to 1.1.48 12 years ago
submodule.html npm: Upgrade to 1.1.48 12 years ago
tag.html npm: Upgrade to 1.1.48 12 years ago
test.html npm: Upgrade to 1.1.48 12 years ago
uninstall.html npm: Upgrade to 1.1.48 12 years ago
unpublish.html npm: Upgrade to 1.1.48 12 years ago
update.html npm: Upgrade to 1.1.48 12 years ago
version.html npm: Upgrade to 1.1.48 12 years ago
view.html npm: Upgrade to 1.1.48 12 years ago
whoami.html npm: Upgrade to 1.1.48 12 years ago

README.html

<!doctype html>
<html>
<title>README</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../static/style.css">

<body>
<div id="wrapper">
<h1><a href="../doc/npm.html">npm</a></h1> <p>node package manager</p>

<h2 id="SYNOPSIS">SYNOPSIS</h2>

<p>This is just enough info to get you up and running.</p>

<p>Much more info available via <code>npm help</code> once it&#39;s installed.</p>

<h2 id="IMPORTANT">IMPORTANT</h2>

<p><strong>You need node v0.6 or higher to run this program.</strong></p>

<p>To install an old <strong>and unsupported</strong> version of npm that works on node 0.3
and prior, clone the git repo and dig through the old tags and branches.</p>

<h2 id="Super-Easy-Install">Super Easy Install</h2>

<p>npm comes with node now.</p>

<h3 id="Windows-Computers">Windows Computers</h3>

<p>Get the MSI. npm is in it.</p>

<h3 id="Apple-Macintosh-Computers">Apple Macintosh Computers</h3>

<p>Get the pkg. npm is in it.</p>

<h3 id="Oth