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.216.32
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-prune(1) -- Remove extraneous packages ========================================== ## SYNOPSIS npm prune [[<@scope>/]<pkg>...] [--production] ## DESCRIPTION This command removes "extraneous" packages. If a package name is provided, then only packages matching one of the supplied names are removed. Extraneous packages are packages that are not listed on the parent package's dependencies list. If the `--production` flag is specified or the `NODE_ENV` environment variable is set to `production`, this command will remove the packages specified in your `devDependencies`. Setting `--production=false` will negate `NODE_ENV` being set to `production`. ## SEE ALSO * npm-uninstall(1) * npm-folders(5) * npm-ls(1)