Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-05 20:18:36 +0400
committerisaacs <i@izs.me>2010-05-05 20:18:36 +0400
commit8688302cbfe839c8126f9903d9212ea56b298020 (patch)
treef435073174b7d32ded46678b37177283e4412207 /man
parent2db5917cb106148c52c81bb4289df195f609800f (diff)
Make the last todo list item more specific
Diffstat (limited to 'man')
-rw-r--r--man/npm.118
1 files changed, 7 insertions, 11 deletions
diff --git a/man/npm.1 b/man/npm.1
index e92ea9559..0d69bed03 100644
--- a/man/npm.1
+++ b/man/npm.1
@@ -81,15 +81,12 @@ i@izs.me.
.SH "Todo"
.
.IP "\(bu" 4
-Uninstall dependent packages.
-.
-.IP "\(bu" 4
Update dependencies when a new satisfying version is installed.
.
.IP "\(bu" 4
-A few of the commands are still a bit user\-hostile, and crash in
-strange or un\-helpful ways when they are not given the data they expect.
-Make them not do that.
+Clean up after botched builds. Rather than removing stuff, move it aside, and
+only remove it when the process succeeds. If it fails, then roll it all back
+to the way it was beforehand.
.
.IP "\(bu" 4
Some sugar to make it simpler to tie a git repo to a published package, and then
@@ -97,11 +94,6 @@ automatically update the registry whenever a specific branch (or semver\-looking
tag) is pushed.
.
.IP "\(bu" 4
-Clean up after botched builds. Rather than removing stuff, move it aside, and
-only remove it when the process succeeds. If it fails, then roll it all back
-to the way it was beforehand.
-.
-.IP "\(bu" 4
Show what can be installed by looking at the registry.
.
.IP "\(bu" 4
@@ -130,6 +122,10 @@ Use buffers to download tarballs, instead of the "binary" encoding.
When the tarball is downloaded, save it to .tmp/name/ver/package.tgz,
instead of some random garbage filename.
.
+.IP "\(bu" 4
+Cache JSON files locally to .tmp/name/ver/package.json, even if the
+package isn't installed. This would cut down on calls to the registry.
+.
.IP "" 0
.
.SH "Version History"