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-team(1) -- Manage organization teams and team memberships ============================================================= ## SYNOPSIS npm team create <scope:team> npm team destroy <scope:team> npm team add <scope:team> <user> npm team rm <scope:team> <user> npm team ls <scope>|<scope:team> npm team edit <scope:team> ## DESCRIPTION Used to manage teams in organizations, and change team memberships. Does not handle permissions for packages. Teams must always be fully qualified with the organization/scope they belong to when operating on them, separated by a colon (`:`). That is, if you have a `developers` team on a `foo` organization, you must always refer to that team as `foo:developers` in these commands. * create / destroy: Create a new team, or destroy an existing one. * add / rm: Add a user to an existing team, or remove a user from a team they belong to. * ls: If performed on an organization name, will return a list of existing teams under that organization. If performed on a team, it will instead return a list of all users belonging to that particular team. ## DETAILS `npm team` always operates directly on the current registry, configurable from the command line using `--registry=<registry url>`. In order to create teams and manage team membership, you must be a *team admin* under the given organization. Listing teams and team memberships may be done by any member of the organizations. Organization creation and management of team admins and *organization* members is done through the website, not the npm CLI. To use teams to manage permissions on packages belonging to your organization, use the `npm access` command to grant or revoke the appropriate permissions. ## SEE ALSO * npm-access(1) * npm-registry(7)