summaryrefslogtreecommitdiff
path: root/deps/npm/man/man7/npm-index.7
blob: 1d7d5d0bf46cac505c0c962d6191b87acbd02252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
.TH "NPM\-INDEX" "7" "January 2019" "" ""
.SH "NAME"
\fBnpm-index\fR \- Index of all npm documentation
.SS npm help README
.P
a JavaScript package manager
.SH Command Line Documentation
.P
Using npm on the command line
.SS npm help npm
.P
javascript package manager
.SS npm help access
.P
Set access level on published packages
.SS npm help adduser
.P
Add a registry user account
.SS npm help audit
.P
Run a security audit
.SS npm help bin
.P
Display npm bin folder
.SS npm help bugs
.P
Bugs for a package in a web browser maybe
.SS npm help build
.P
Build a package
.SS npm help bundle
.P
REMOVED
.SS npm help cache
.P
Manipulates packages cache
.SS npm help ci
.P
Install a project with a clean slate
.SS npm help completion
.P
Tab Completion for npm
.SS npm help config
.P
Manage the npm configuration files
.SS npm help dedupe
.P
Reduce duplication
.SS npm help deprecate
.P
Deprecate a version of a package
.SS npm help dist\-tag
.P
Modify package distribution tags
.SS npm help docs
.P
Docs for a package in a web browser maybe
.SS npm help doctor
.P
Check your environments
.SS npm help edit
.P
Edit an installed package
.SS npm help explore
.P
Browse an installed package
.SS npm help help\-search
.P
Search npm help documentation
.SS npm help help
.P
Get help on npm
.SS npm help hook
.P
Manage registry hooks
.SS npm help init
.P
create a package\.json file
.SS npm help install\-ci\-test
.P
Install a project with a clean slate and run tests
.SS npm help install\-test
.P
Install package(s) and run tests
.SS npm help install
.P
Install a package
.SS npm help link
.P
Symlink a package folder
.SS npm help logout
.P
Log out of the registry
.SS npm help ls
.P
List installed packages
.SS npm help org
.P
Manage orgs
.SS npm help outdated
.P
Check for outdated packages
.SS npm help owner
.P
Manage package owners
.SS npm help pack
.P
Create a tarball from a package
.SS npm help ping
.P
Ping npm registry
.SS npm help prefix
.P
Display prefix
.SS npm help profile
.P
Change settings on your registry profile
.SS npm help prune
.P
Remove extraneous packages
.SS npm help publish
.P
Publish a package
.SS npm help rebuild
.P
Rebuild a package
.SS npm help repo
.P
Open package repository page in the browser
.SS npm help restart
.P
Restart a package
.SS npm help root
.P
Display npm root
.SS npm help run\-script
.P
Run arbitrary package scripts
.SS npm help search
.P
Search for packages
.SS npm help shrinkwrap
.P
Lock down dependency versions for publication
.SS npm help star
.P
Mark your favorite packages
.SS npm help stars
.P
View packages marked as favorites
.SS npm help start
.P
Start a package
.SS npm help stop
.P
Stop a package
.SS npm help team
.P
Manage organization teams and team memberships
.SS npm help test
.P
Test a package
.SS npm help token
.P
Manage your authentication tokens
.SS npm help uninstall
.P
Remove a package
.SS npm help unpublish
.P
Remove a package from the registry
.SS npm help update
.P
Update a package
.SS npm help version
.P
Bump a package version
.SS npm help view
.P
View registry info
.SS npm help whoami
.P
Display npm username
.SH API Documentation
.P
Using npm in your Node programs
.SH Files
.P
File system structures npm uses
.SS npm help 5 folders
.P
Folder Structures Used by npm
.SS npm help 5 package\-locks
.P
An explanation of npm lockfiles
.SS npm help 5 shrinkwrap\.json
.P
A publishable lockfile
.SS npm help 5 npmrc
.P
The npm config files
.SS npm help 5 package\-lock\.json
.P
A manifestation of the manifest
.SS npm help 5 package\.json
.P
Specifics of npm's package\.json handling
.SH Misc
.P
Various other bits and bobs
.SS npm help 7 coding\-style
.P
npm's "funny" coding style
.SS npm help 7 config
.P
More than you probably want to know about npm configuration
.SS npm help 7 developers
.P
Developer Guide
.SS npm help 7 disputes
.P
Handling Module Name Disputes
.SS npm help 7 index
.P
Index of all npm documentation
.SS npm help 7 orgs
.P
Working with Teams & Orgs
.SS npm help 7 registry
.P
The JavaScript Package Registry
.SS npm help 7 scope
.P
Scoped packages
.SS npm help 7 scripts
.P
How npm handles the "scripts" field
.SS npm help 7 removing\-npm
.P
Cleaning the Slate
.SS npm help 7 semver
.P
The semantic versioner for npm