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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-12 21:34:29 +0400
committerisaacs <i@izs.me>2010-08-12 21:34:29 +0400
commit319b63a8f73ea3d01e260f28e5ff8d8eaf6c2b46 (patch)
tree4b1aedbe4dd8200367d2c81641f872d5e73c71b4 /man/folders.1
parente7d403e2c559cb23cb7b2e14cacebb5c7de43762 (diff)
update folders doc
Diffstat (limited to 'man/folders.1')
-rw-r--r--man/folders.127
1 files changed, 24 insertions, 3 deletions
diff --git a/man/folders.1 b/man/folders.1
index 707b25d9c..f0589903d 100644
--- a/man/folders.1
+++ b/man/folders.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "NPM\-FOLDERS" "1" "July 2010" "" ""
+.TH "NPM\-FOLDERS" "1" "August 2010" "" ""
.
.SH "NAME"
\fBnpm\-folders\fR \- Folder Structures Used by npm
@@ -22,7 +22,28 @@ Everything lives in the \fBroot\fR setting\. Check \fBnpm help config\fR for mor
\fBroot/\.npm/foo/active\fR symlink to the active version\.
.
.P
-\fBroot/foo\-1\.0\.0\.js\fR symlink to \fB\.npm/foo/1\.0\.0/main\.js\fR
+\fBroot/foo\-1\.0\.0\.js\fR shim to \fB\.npm/foo/1\.0\.0/main\.js\fR
.
.P
-\fBroot/foo\.js\fR symlink to \fB\.npm/foo/active/main\.js\fR
+\fBroot/foo\.js\fR shim to \fB\.npm/foo/active/main\.js\fR
+.
+.P
+\fBroot/\.npm/foo/1\.0\.0/dependencies\fR links to the modules that foo depends upon\. This is loaded into the require path first in the foo shims\.
+.
+.P
+\fBroot/\.npm/foo/1\.0\.0/dependson\fR links to the package folders that foo depends on\. This is here so that npm can access those packages programmatically\.
+.
+.P
+\fBroot/\.npm/foo/1\.0\.0/dependents\fR links to the packages that depend upon foo\.
+.
+.P
+\fBroot/\.npm/\.cache\fR the cache folder\.
+.
+.P
+\fBroot/\.npm/\.cache/foo/1\.0\.0/package\.json\fR the parsed package\.json for foo@1\.0\.0
+.
+.P
+\fBroot/\.npm/\.cache/foo/1\.0\.0/package\.tgz\fR the tarball of foo@1\.0\.0
+.
+.P
+\fBroot/\.npm/\.cache/foo/1\.0\.0/package\fR the untouched pristine copy of foo@1\.0\.0