Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
node_modules /
npm /
man /
man1 /
[ HOME SHELL ]
Name
Size
Permission
Action
npm-README.1
4.99
KB
-rw-r--r--
npm-access.1
3
KB
-rw-r--r--
npm-adduser.1
3.02
KB
-rw-r--r--
npm-audit.1
4.4
KB
-rw-r--r--
npm-bin.1
381
B
-rw-r--r--
npm-bugs.1
1.05
KB
-rw-r--r--
npm-build.1
641
B
-rw-r--r--
npm-bundle.1
412
B
-rw-r--r--
npm-cache.1
2.76
KB
-rw-r--r--
npm-ci.1
2.01
KB
-rw-r--r--
npm-completion.1
962
B
-rw-r--r--
npm-config.1
1.62
KB
-rw-r--r--
npm-dedupe.1
1.46
KB
-rw-r--r--
npm-deprecate.1
954
B
-rw-r--r--
npm-dist-tag.1
3.08
KB
-rw-r--r--
npm-docs.1
1.14
KB
-rw-r--r--
npm-doctor.1
4.84
KB
-rw-r--r--
npm-edit.1
1.07
KB
-rw-r--r--
npm-explore.1
1.01
KB
-rw-r--r--
npm-fund.1
1.4
KB
-rw-r--r--
npm-help-search.1
928
B
-rw-r--r--
npm-help.1
967
B
-rw-r--r--
npm-hook.1
2.05
KB
-rw-r--r--
npm-init.1
2.37
KB
-rw-r--r--
npm-install-ci-test.1
299
B
-rw-r--r--
npm-install-test.1
757
B
-rw-r--r--
npm-install.1
19.63
KB
-rw-r--r--
npm-link.1
2.79
KB
-rw-r--r--
npm-logout.1
1.25
KB
-rw-r--r--
npm-ls.1
2.79
KB
-rw-r--r--
npm-org.1
1.1
KB
-rw-r--r--
npm-outdated.1
4.28
KB
-rw-r--r--
npm-owner.1
1.21
KB
-rw-r--r--
npm-pack.1
988
B
-rw-r--r--
npm-ping.1
511
B
-rw-r--r--
npm-prefix.1
620
B
-rw-r--r--
npm-profile.1
1.37
KB
-rw-r--r--
npm-prune.1
1.43
KB
-rw-r--r--
npm-publish.1
3.15
KB
-rw-r--r--
npm-rebuild.1
467
B
-rw-r--r--
npm-repo.1
775
B
-rw-r--r--
npm-restart.1
959
B
-rw-r--r--
npm-root.1
376
B
-rw-r--r--
npm-run-script.1
3.69
KB
-rw-r--r--
npm-search.1
3.11
KB
-rw-r--r--
npm-shrinkwrap.1
850
B
-rw-r--r--
npm-star.1
546
B
-rw-r--r--
npm-stars.1
541
B
-rw-r--r--
npm-start.1
750
B
-rw-r--r--
npm-stop.1
384
B
-rw-r--r--
npm-team.1
2.04
KB
-rw-r--r--
npm-test.1
401
B
-rw-r--r--
npm-token.1
392
B
-rw-r--r--
npm-uninstall.1
1.63
KB
-rw-r--r--
npm-unpublish.1
1.47
KB
-rw-r--r--
npm-update.1
3.52
KB
-rw-r--r--
npm-version.1
4.84
KB
-rw-r--r--
npm-view.1
3.26
KB
-rw-r--r--
npm-whoami.1
344
B
-rw-r--r--
npm.1
5.64
KB
-rw-r--r--
npx.1
6.7
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : npm-adduser.1
.TH "NPM\-ADDUSER" "1" "December 2019" "" "" .SH "NAME" \fBnpm-adduser\fR \- Add a registry user account .SS Synopsis .P .RS 2 .nf npm adduser [\-\-registry=url] [\-\-scope=@orgname] [\-\-always\-auth] [\-\-auth\-type=legacy] aliases: login, add\-user .fi .RE .SS Description .P Create or verify a user named \fB<username>\fP in the specified registry, and save the credentials to the \fB\|\.npmrc\fP file\. If no registry is specified, the default registry will be used (see npm help \fBconfig\fP)\. .P The username, password, and email are read in from prompts\. .P To reset your password, go to https://www\.npmjs\.com/forgot .P To change your email address, go to https://www\.npmjs\.com/email\-edit .P You may use this command multiple times with the same user account to authorize on a new machine\. When authenticating on a new machine, the username, password and email address must all match with your existing record\. .P \fBnpm login\fP is an alias to \fBadduser\fP and behaves exactly the same way\. .SS Configuration .SS registry .P Default: https://registry\.npmjs\.org/ .P The base URL of the npm package registry\. If \fBscope\fP is also specified, this registry will only be used for packages with that scope\. \fBscope\fP defaults to the scope of the project directory you're currently in, if any\. See npm help \fBscope\fP\|\. .SS scope .P Default: none .P If specified, the user and login credentials given will be associated with the specified scope\. See npm help \fBscope\fP\|\. You can use both at the same time, e\.g\. .P .RS 2 .nf npm adduser \-\-registry=http://myregistry\.example\.com \-\-scope=@myco .fi .RE .P This will set a registry for the given scope and login or create a user for that registry at the same time\. .SS always\-auth .P Default: false .P If specified, save configuration indicating that all requests to the given registry should include authorization information\. Useful for private registries\. Can be used with \fB\-\-registry\fP and / or \fB\-\-scope\fP, e\.g\. .P .RS 2 .nf npm adduser \-\-registry=http://private\-registry\.example\.com \-\-always\-auth .fi .RE .P This will ensure that all requests to that registry (including for tarballs) include an authorization header\. This setting may be necessary for use with private registries where metadata and package tarballs are stored on hosts with different hostnames\. See \fBalways\-auth\fP in npm help \fBconfig\fP for more details on always\-auth\. Registry\-specific configuration of \fBalways\-auth\fP takes precedence over any global configuration\. .SS auth\-type .RS 0 .IP \(bu 2 Default: \fB\|'legacy'\fP .IP \(bu 2 Type: \fB\|'legacy'\fP, \fB\|'sso'\fP, \fB\|'saml'\fP, \fB\|'oauth'\fP .RE .P What authentication strategy to use with \fBadduser\fP/\fBlogin\fP\|\. Some npm registries (for example, npmE) might support alternative auth strategies besides classic username/password entry in legacy npm\. .SS See Also .RS 0 .IP \(bu 2 npm help registry .IP \(bu 2 npm help config .IP \(bu 2 npm help npmrc .IP \(bu 2 npm help owner .IP \(bu 2 npm help whoami .RE
Close