diff options
Diffstat (limited to 'deps/npm/doc/cli')
l--------- | deps/npm/doc/cli/author.md | 1 | ||||
-rw-r--r-- | deps/npm/doc/cli/config.md | 14 | ||||
l--------- | deps/npm/doc/cli/find.md | 1 | ||||
l--------- | deps/npm/doc/cli/get.md | 1 | ||||
l--------- | deps/npm/doc/cli/global.md | 1 | ||||
l--------- | deps/npm/doc/cli/home.md | 1 | ||||
l--------- | deps/npm/doc/cli/ln.md | 1 | ||||
l--------- | deps/npm/doc/cli/ls.md | 1 | ||||
-rw-r--r-- | deps/npm/doc/cli/registry.md | 4 | ||||
l--------- | deps/npm/doc/cli/rm.md | 1 | ||||
l--------- | deps/npm/doc/cli/set.md | 1 |
11 files changed, 15 insertions, 12 deletions
diff --git a/deps/npm/doc/cli/author.md b/deps/npm/doc/cli/author.md deleted file mode 120000 index b7a53cb66b..0000000000 --- a/deps/npm/doc/cli/author.md +++ /dev/null @@ -1 +0,0 @@ -owner.md
\ No newline at end of file diff --git a/deps/npm/doc/cli/config.md b/deps/npm/doc/cli/config.md index 1ede36292e..e380e65eff 100644 --- a/deps/npm/doc/cli/config.md +++ b/deps/npm/doc/cli/config.md @@ -212,7 +212,7 @@ See also the `strict-ssl` config. ### cache -* Default: Windows: `~/npm-cache`, Posix: `~/.npm` +* Default: Windows: `%APPDATA%\npm-cache`, Posix: `~/.npm` * Type: path The location of npm's cache directory. See `npm-cache(1)` @@ -474,6 +474,18 @@ Set to true to run in "production" mode. local `npm install` without any arguments. 2. Set the NODE_ENV="production" for lifecycle scripts. +### proprietary-attribs + +* Default: true +* Type: Boolean + +Whether or not to include proprietary extended attributes in the +tarballs created by npm. + +Unless you are expecting to unpack package tarballs with something other +than npm -- particularly a very outdated tar implementation -- leave +this as true. + ### proxy * Default: `HTTP_PROXY` or `http_proxy` environment variable, or null diff --git a/deps/npm/doc/cli/find.md b/deps/npm/doc/cli/find.md deleted file mode 120000 index 9b687d1c19..0000000000 --- a/deps/npm/doc/cli/find.md +++ /dev/null @@ -1 +0,0 @@ -search.md
\ No newline at end of file diff --git a/deps/npm/doc/cli/get.md b/deps/npm/doc/cli/get.md deleted file mode 120000 index 3dc8737366..0000000000 --- a/deps/npm/doc/cli/get.md +++ /dev/null @@ -1 +0,0 @@ -config.md
\ No newline at end of file diff --git a/deps/npm/doc/cli/global.md b/deps/npm/doc/cli/global.md deleted file mode 120000 index c3598dd7df..0000000000 --- a/deps/npm/doc/cli/global.md +++ /dev/null @@ -1 +0,0 @@ -folders.md
\ No newline at end of file diff --git a/deps/npm/doc/cli/home.md b/deps/npm/doc/cli/home.md deleted file mode 120000 index 8828313f5b..0000000000 --- a/deps/npm/doc/cli/home.md +++ /dev/null @@ -1 +0,0 @@ -docs.md
\ No newline at end of file diff --git a/deps/npm/doc/cli/ln.md b/deps/npm/doc/cli/ln.md deleted file mode 120000 index 243f994145..0000000000 --- a/deps/npm/doc/cli/ln.md +++ /dev/null @@ -1 +0,0 @@ -link.md
\ No newline at end of file diff --git a/deps/npm/doc/cli/ls.md b/deps/npm/doc/cli/ls.md deleted file mode 120000 index eaad7acae2..0000000000 --- a/deps/npm/doc/cli/ls.md +++ /dev/null @@ -1 +0,0 @@ -list.md
\ No newline at end of file diff --git a/deps/npm/doc/cli/registry.md b/deps/npm/doc/cli/registry.md index 8073ea0820..13c872494c 100644 --- a/deps/npm/doc/cli/registry.md +++ b/deps/npm/doc/cli/registry.md @@ -13,9 +13,9 @@ account information. The official public npm registry is at <http://registry.npmjs.org/>. It is powered by a CouchDB database at -<http://isaacs.couchone.com/registry>. The code for the couchapp is +<http://isaacs.iriscouch.com/registry>. The code for the couchapp is available at <http://github.com/isaacs/npmjs.org>. npm user accounts -are CouchDB users, stored in the <http://isaacs.couchone.com/_users> +are CouchDB users, stored in the <http://isaacs.iriscouch.com/_users> database. The registry URL is supplied by the `registry` config parameter. See diff --git a/deps/npm/doc/cli/rm.md b/deps/npm/doc/cli/rm.md deleted file mode 120000 index 32d3b511f9..0000000000 --- a/deps/npm/doc/cli/rm.md +++ /dev/null @@ -1 +0,0 @@ -uninstall.md
\ No newline at end of file diff --git a/deps/npm/doc/cli/set.md b/deps/npm/doc/cli/set.md deleted file mode 120000 index 3dc8737366..0000000000 --- a/deps/npm/doc/cli/set.md +++ /dev/null @@ -1 +0,0 @@ -config.md
\ No newline at end of file |