Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lib /
node_modules /
npm /
doc /
cli /
Delete
Unzip
Name
Size
Permission
Date
Action
npm-access.md
2.47
KB
-rw-r--r--
2017-11-28 04:37
npm-adduser.md
2.68
KB
-rw-r--r--
2017-11-03 01:22
npm-bin.md
288
B
-rw-r--r--
2017-11-03 01:22
npm-bugs.md
890
B
-rw-r--r--
2017-11-03 01:22
npm-build.md
476
B
-rw-r--r--
2017-11-03 01:22
npm-bundle.md
339
B
-rw-r--r--
2016-10-13 09:50
npm-cache.md
2.56
KB
-rw-r--r--
2017-11-03 01:22
npm-completion.md
797
B
-rw-r--r--
2017-11-03 01:22
npm-config.md
1.39
KB
-rw-r--r--
2017-11-03 01:22
npm-dedupe.md
1.33
KB
-rw-r--r--
2017-11-03 01:22
npm-deprecate.md
719
B
-rw-r--r--
2017-11-03 01:22
npm-dist-tag.md
2.71
KB
-rw-r--r--
2017-11-03 01:22
npm-docs.md
989
B
-rw-r--r--
2017-11-03 01:22
npm-doctor.md
4.54
KB
-rw-r--r--
2017-11-03 01:22
npm-edit.md
850
B
-rw-r--r--
2017-11-03 01:22
npm-explore.md
869
B
-rw-r--r--
2017-11-03 01:22
npm-help-search.md
807
B
-rw-r--r--
2017-11-03 01:22
npm-help.md
816
B
-rw-r--r--
2017-11-03 01:22
npm-init.md
978
B
-rw-r--r--
2017-09-28 04:27
npm-install-test.md
705
B
-rw-r--r--
2017-11-03 01:22
npm-install.md
16.45
KB
-rw-r--r--
2017-11-28 04:37
npm-link.md
2.36
KB
-rw-r--r--
2017-11-03 01:22
npm-logout.md
1.13
KB
-rw-r--r--
2017-11-03 01:22
npm-ls.md
2.14
KB
-rw-r--r--
2017-11-03 01:22
npm-outdated.md
3.34
KB
-rw-r--r--
2017-11-03 01:22
npm-owner.md
1.08
KB
-rw-r--r--
2017-11-03 01:22
npm-pack.md
724
B
-rw-r--r--
2017-11-03 01:22
npm-ping.md
418
B
-rw-r--r--
2017-11-03 01:22
npm-prefix.md
460
B
-rw-r--r--
2017-09-28 04:27
npm-profile.md
2.82
KB
-rw-r--r--
2017-11-03 01:22
npm-prune.md
728
B
-rw-r--r--
2017-11-03 01:22
npm-publish.md
2.66
KB
-rw-r--r--
2017-11-03 01:22
npm-rebuild.md
389
B
-rw-r--r--
2017-11-03 01:22
npm-repo.md
662
B
-rw-r--r--
2017-11-03 01:22
npm-restart.md
757
B
-rw-r--r--
2017-09-28 04:27
npm-root.md
275
B
-rw-r--r--
2017-11-03 01:22
npm-run-script.md
3.08
KB
-rw-r--r--
2017-11-28 04:37
npm-search.md
2.71
KB
-rw-r--r--
2017-11-03 01:22
npm-shrinkwrap.md
690
B
-rw-r--r--
2017-11-03 01:22
npm-star.md
461
B
-rw-r--r--
2017-11-03 01:22
npm-stars.md
458
B
-rw-r--r--
2017-11-03 01:22
npm-start.md
586
B
-rw-r--r--
2017-09-28 04:27
npm-stop.md
271
B
-rw-r--r--
2017-09-28 04:27
npm-team.md
1.75
KB
-rw-r--r--
2017-11-03 01:22
npm-test.md
296
B
-rw-r--r--
2017-11-03 01:22
npm-token.md
2.74
KB
-rw-r--r--
2017-11-28 04:37
npm-uninstall.md
1.35
KB
-rw-r--r--
2017-11-03 01:22
npm-unpublish.md
1.22
KB
-rw-r--r--
2017-11-03 01:22
npm-update.md
3.34
KB
-rw-r--r--
2017-11-03 01:22
npm-version.md
4.23
KB
-rw-r--r--
2017-11-03 01:22
npm-view.md
2.93
KB
-rw-r--r--
2017-11-03 01:22
npm-whoami.md
268
B
-rw-r--r--
2017-11-03 01:22
npm.md
5.21
KB
-rw-r--r--
2017-11-03 01:22
Save
Rename
npm-owner(1) -- Manage package owners ===================================== ## SYNOPSIS npm owner add <user> [<@scope>/]<pkg> npm owner rm <user> [<@scope>/]<pkg> npm owner ls [<@scope>/]<pkg> aliases: author ## DESCRIPTION Manage ownership of published packages. * ls: List all the users who have access to modify a package and push new versions. Handy when you need to know who to bug for help. * add: Add a new user as a maintainer of a package. This user is enabled to modify metadata, publish new versions, and add other owners. * rm: Remove a user from the package owner list. This immediately revokes their privileges. Note that there is only one level of access. Either you can modify a package, or you can't. Future versions may contain more fine-grained access levels, but that is not implemented at this time. If you have two-factor authentication enabled with `auth-and-writes` then you'll need to include an otp on the command line when changing ownership with `--otp`. ## SEE ALSO * npm-publish(1) * npm-registry(7) * npm-adduser(1) * npm-disputes(7)