summaryrefslogtreecommitdiff
path: root/deps/npm/doc/misc/npm-index.md
blob: e6f9d1e49ce6f8007e258e6b3d592d627b72280e (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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
npm-index(7) -- Index of all npm documentation
==============================================

### README(1)

a JavaScript package manager

## Command Line Documentation

Using npm on the command line

### npm(1)

javascript package manager

### npm-access(1)

Set access level on published packages

### npm-adduser(1)

Add a registry user account

### npm-audit(1)

Run a security audit

### npm-bin(1)

Display npm bin folder

### npm-bugs(1)

Bugs for a package in a web browser maybe

### npm-build(1)

Build a package

### npm-bundle(1)

REMOVED

### npm-cache(1)

Manipulates packages cache

### npm-ci(1)

Install a project with a clean slate

### npm-completion(1)

Tab Completion for npm

### npm-config(1)

Manage the npm configuration files

### npm-dedupe(1)

Reduce duplication

### npm-deprecate(1)

Deprecate a version of a package

### npm-dist-tag(1)

Modify package distribution tags

### npm-docs(1)

Docs for a package in a web browser maybe

### npm-doctor(1)

Check your environments

### npm-edit(1)

Edit an installed package

### npm-explore(1)

Browse an installed package

### npm-help-search(1)

Search npm help documentation

### npm-help(1)

Get help on npm

### npm-hook(1)

Manage registry hooks

### npm-init(1)

create a package.json file

### npm-install-ci-test(1)

Install a project with a clean slate and run tests

### npm-install-test(1)

Install package(s) and run tests

### npm-install(1)

Install a package

### npm-link(1)

Symlink a package folder

### npm-logout(1)

Log out of the registry

### npm-ls(1)

List installed packages

### npm-org(1)

Manage orgs

### npm-outdated(1)

Check for outdated packages

### npm-owner(1)

Manage package owners

### npm-pack(1)

Create a tarball from a package

### npm-ping(1)

Ping npm registry

### npm-prefix(1)

Display prefix

### npm-profile(1)

Change settings on your registry profile

### npm-prune(1)

Remove extraneous packages

### npm-publish(1)

Publish a package

### npm-rebuild(1)

Rebuild a package

### npm-repo(1)

Open package repository page in the browser

### npm-restart(1)

Restart a package

### npm-root(1)

Display npm root

### npm-run-script(1)

Run arbitrary package scripts

### npm-search(1)

Search for packages

### npm-shrinkwrap(1)

Lock down dependency versions for publication

### npm-star(1)

Mark your favorite packages

### npm-stars(1)

View packages marked as favorites

### npm-start(1)

Start a package

### npm-stop(1)

Stop a package

### npm-team(1)

Manage organization teams and team memberships

### npm-test(1)

Test a package

### npm-token(1)

Manage your authentication tokens

### npm-uninstall(1)

Remove a package

### npm-unpublish(1)

Remove a package from the registry

### npm-update(1)

Update a package

### npm-version(1)

Bump a package version

### npm-view(1)

View registry info

### npm-whoami(1)

Display npm username

## API Documentation

Using npm in your Node programs

## Files

File system structures npm uses

### npm-folders(5)

Folder Structures Used by npm

### npm-package-locks(5)

An explanation of npm lockfiles

### npm-shrinkwrap.json(5)

A publishable lockfile

### npmrc(5)

The npm config files

### package-lock.json(5)

A manifestation of the manifest

### package.json(5)

Specifics of npm's package.json handling

## Misc

Various other bits and bobs

### npm-coding-style(7)

npm's "funny" coding style

### npm-config(7)

More than you probably want to know about npm configuration

### npm-developers(7)

Developer Guide

### npm-disputes(7)

Handling Module Name Disputes

### npm-index(7)

Index of all npm documentation

### npm-orgs(7)

Working with Teams & Orgs

### npm-registry(7)

The JavaScript Package Registry

### npm-scope(7)

Scoped packages

### npm-scripts(7)

How npm handles the "scripts" field

### removing-npm(7)

Cleaning the Slate

### semver(7)

The semantic versioner for npm