summaryrefslogtreecommitdiff
path: root/deps/npm/man/man5/npm-json.5
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man5/npm-json.5')
-rw-r--r--deps/npm/man/man5/npm-json.526
1 files changed, 13 insertions, 13 deletions
diff --git a/deps/npm/man/man5/npm-json.5 b/deps/npm/man/man5/npm-json.5
index 5182d29a7..8233dc173 100644
--- a/deps/npm/man/man5/npm-json.5
+++ b/deps/npm/man/man5/npm-json.5
@@ -1,7 +1,7 @@
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
-.TH "PACKAGE\.JSON" "5" "July 2014" "" ""
+.TH "PACKAGE\.JSON" "5" "September 2014" "" ""
.
.SH "NAME"
\fBpackage.json\fR \-\- Specifics of npm\'s package\.json handling
@@ -12,7 +12,7 @@ file\. It must be actual JSON, not just a JavaScript object literal\.
.
.P
A lot of the behavior described in this document is affected by the config
-npm help settings described in \fBnpm\-config\fR\|\.
+settings described in npm help 7 \fBnpm\-config\fR\|\.
.
.SH "name"
The \fImost\fR important things in your package\.json are the name and version fields\.
@@ -56,7 +56,7 @@ Version must be parseable by node\-semver \fIhttps://github\.com/isaacs/node\-se
with npm as a dependency\. (\fBnpm install semver\fR to use it yourself\.)
.
.P
-npm help More on version numbers and ranges at semver\.
+More on version numbers and ranges at npm help 7 semver\.
.
.SH "description"
Put a description in it\. It\'s a string\. This helps people discover your
@@ -371,7 +371,7 @@ at various times in the lifecycle of your package\. The key is the lifecycle
event, and the value is the command to run at that point\.
.
.P
-npm help See \fBnpm\-scripts\fR to find out more about writing package scripts\.
+See npm help 7 \fBnpm\-scripts\fR to find out more about writing package scripts\.
.
.SH "config"
A "config" hash can be used to set configuration
@@ -393,7 +393,7 @@ and then had a "start" command that then referenced the \fBnpm_package_config_po
override that by doing \fBnpm config set foo:port 8001\fR\|\.
.
.P
-npm help See \fBnpm\-confignpm help \fR and \fBnpm\-scripts\fR for more on package
+See npm help 7 \fBnpm\-config\fR and npm help 7 \fBnpm\-scripts\fR for more on package
configs\.
.
.SH "dependencies"
@@ -406,7 +406,7 @@ a tarball or git URL\.
\fBPlease do not put test harnesses or transpilers in your \fBdependencies\fR hash\.\fR See \fBdevDependencies\fR, below\.
.
.P
-npm help See semver for more details about specifying version ranges\.
+See npm help 7 semver for more details about specifying version ranges\.
.
.IP "\(bu" 4
\fBversion\fR Must match \fBversion\fR exactly
@@ -424,10 +424,10 @@ npm help See semver for more details about specifying version ranges\.
\fB<=version\fR
.
.IP "\(bu" 4
-npm help \fB~version\fR "Approximately equivalent to version" See semver
+\fB~version\fR "Approximately equivalent to version" See npm help 7 semver
.
.IP "\(bu" 4
-npm help \fB^version\fR "Compatible with version" See semver
+\fB^version\fR "Compatible with version" See npm help 7 semver
.
.IP "\(bu" 4
\fB1\.2\.x\fR 1\.2\.0, 1\.2\.1, etc\., but not 1\.3\.0
@@ -535,7 +535,7 @@ In this case, it\'s best to list these additional items in a \fBdevDependencies\
.P
These things will be installed when doing \fBnpm link\fR or \fBnpm install\fR
from the root of a package, and can be managed like any other npm
-npm help configuration param\. See \fBnpm\-config\fR for more on the topic\.
+configuration param\. See npm help 7 \fBnpm\-config\fR for more on the topic\.
.
.P
For build steps that are not platform\-specific, such as compiling
@@ -804,7 +804,7 @@ Any config values can be overridden, but of course only "tag" and
"registry" probably matter for the purposes of publishing\.
.
.P
-npm help See \fBnpm\-config\fR to see the list of config options that can be
+See npm help 7 \fBnpm\-config\fR to see the list of config options that can be
overridden\.
.
.SH "DEFAULT VALUES"
@@ -838,7 +838,7 @@ ignored\.
.SH "SEE ALSO"
.
.IP "\(bu" 4
-npm help semver
+npm help 7 semver
.
.IP "\(bu" 4
npm help init
@@ -850,13 +850,13 @@ npm help version
npm help config
.
.IP "\(bu" 4
-npm help config
+npm help 7 config
.
.IP "\(bu" 4
npm help help
.
.IP "\(bu" 4
-npm help faq
+npm help 7 faq
.
.IP "\(bu" 4
npm help install