Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
.nvm /
Delete
Unzip
Name
Size
Permission
Date
Action
.cache
[ DIR ]
drwxrwxr-x
2025-06-22 16:21
.git
[ DIR ]
drwxrwxr-x
2025-06-22 16:20
.github
[ DIR ]
drwxrwxr-x
2025-06-22 16:20
alias
[ DIR ]
drwxrwxr-x
2025-06-22 16:25
test
[ DIR ]
drwxrwxr-x
2025-06-22 16:20
versions
[ DIR ]
drwxrwxr-x
2025-06-22 16:25
.dockerignore
155
B
-rw-rw-r--
2025-06-22 16:20
.editorconfig
658
B
-rw-rw-r--
2025-06-22 16:20
.gitattributes
19
B
-rw-rw-r--
2025-06-22 16:20
.gitignore
268
B
-rw-rw-r--
2025-06-22 16:20
.gitmodules
103
B
-rw-rw-r--
2025-06-22 16:20
.mailmap
51
B
-rw-rw-r--
2025-06-22 16:20
.npmrc
19
B
-rw-rw-r--
2025-06-22 16:20
.travis.yml
3.77
KB
-rw-rw-r--
2025-06-22 16:20
CODE_OF_CONDUCT.md
7.38
KB
-rw-rw-r--
2025-06-22 16:20
CONTRIBUTING.md
4.63
KB
-rw-rw-r--
2025-06-22 16:20
Dockerfile
3.52
KB
-rw-rw-r--
2025-06-22 16:20
GOVERNANCE.md
467
B
-rw-rw-r--
2025-06-22 16:20
LICENSE.md
1.09
KB
-rw-rw-r--
2025-06-22 16:20
Makefile
5.28
KB
-rw-rw-r--
2025-06-22 16:20
PROJECT_CHARTER.md
2.87
KB
-rw-rw-r--
2025-06-22 16:20
README.md
47.07
KB
-rw-rw-r--
2025-06-22 16:20
ROADMAP.md
882
B
-rw-rw-r--
2025-06-22 16:20
bash_completion
2.25
KB
-rw-rw-r--
2025-06-22 16:20
install.sh
16.17
KB
-rwxrwxr-x
2025-06-22 16:20
nvm-exec
371
B
-rwxrwxr-x
2025-06-22 16:20
nvm.sh
144.33
KB
-rwxrwxr-x
2025-06-22 16:20
package.json
2.32
KB
-rw-rw-r--
2025-06-22 16:20
rename_test.sh
1.21
KB
-rwxrwxr-x
2025-06-22 16:20
update_test_mocks.sh
2.42
KB
-rwxrwxr-x
2025-06-22 16:20
Save
Rename
{ "name": "nvm", "version": "0.40.0", "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.2.1", "eclint": "^2.8.1", "markdown-link-check": "^3.12.2", "replace": "^1.2.2", "semver": "^7.6.3", "urchin": "^0.0.5" } }