Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
udbhav21433@iiitd.edu.in /
.nvm /
[ HOME SHELL ]
Name
Size
Permission
Action
.cache
[ DIR ]
drwxr-xr-x
.git
[ DIR ]
drwxr-xr-x
.github
[ DIR ]
drwxr-xr-x
alias
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
versions
[ DIR ]
drwxr-xr-x
.dockerignore
140
B
-rw-r--r--
.editorconfig
523
B
-rw-r--r--
.gitattributes
9
B
-rw-r--r--
.gitignore
253
B
-rw-r--r--
.mailmap
51
B
-rw-r--r--
.npmrc
19
B
-rw-r--r--
.travis.yml
2.88
KB
-rw-r--r--
CODE_OF_CONDUCT.md
5.3
KB
-rw-r--r--
CONTRIBUTING.md
1.03
KB
-rw-r--r--
Dockerfile
3.6
KB
-rw-r--r--
GOVERNANCE.md
467
B
-rw-r--r--
LICENSE.md
1.09
KB
-rw-r--r--
Makefile
5.24
KB
-rw-r--r--
PROJECT_CHARTER.md
2.87
KB
-rw-r--r--
README.md
40.15
KB
-rw-r--r--
ROADMAP.md
882
B
-rw-r--r--
bash_completion
2.25
KB
-rw-r--r--
install.sh
14.68
KB
-rwxr-xr-x
nvm-exec
351
B
-rwxr-xr-x
nvm.sh
135.96
KB
-rw-r--r--
package.json
2.32
KB
-rw-r--r--
rename_test.sh
1.21
KB
-rwxr-xr-x
update_test_mocks.sh
2.35
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "nvm", "version": "0.39.1", "description": "Node Version Manager - Simple bash script to manage multiple active node.js versions", "directories": { "test": "test" }, "scripts": { "test": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make test-$shell", "test/fast": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); env -i TERM=\"$TERM\" bash -lc \"make TEST_SUITE=fast test-$shell\"", "test/slow": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=slow test-$shell", "test/install_script": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=install_script test-$shell", "test/installation": "npm run --silent test/installation/node && npm run --silent test/installation/iojs", "test/installation/node": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=installation_node test-$shell", "test/installation/iojs": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=installation_iojs test-$shell", "test/sourcing": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=sourcing test-$shell", "doctoc": "doctoc --title='## Table of Contents' --github README.md", "predoctoc:check": "cp README.md v-README.md.orig && npm run doctoc", "doctoc:check": "diff -q README.md v-README.md.orig", "postdoctoc:check": "mv v-README.md.orig README.md", "eclint": "eclint check $(git ls-tree --name-only HEAD | xargs)", "dockerfile_lint": "dockerfile_lint", "markdown-link-check": "git ls-files | command grep -E '\\.md$' | xargs -n 1 markdown-link-check -p" }, "repository": { "type": "git", "url": "git://github.com/nvm-sh/nvm.git" }, "keywords": [ "nvm", "node", "iojs", "version", "manager" ], "author": "Tim Caswell <tim@creationix.com>", "license": "MIT", "bugs": { "url": "https://github.com/nvm-sh/nvm/issues" }, "homepage": "https://github.com/nvm-sh/nvm", "devDependencies": { "dockerfile_lint": "^0.3.4", "doctoc": "^2.1.0", "eclint": "^2.8.1", "markdown-link-check": "^3.9.0", "replace": "^1.2.1", "semver": "^7.3.5", "urchin": "^0.0.5" } }
Close