Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.135.190.40
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
extend /
Delete
Unzip
Name
Size
Permission
Date
Action
.editorconfig
286
B
-rw-rw-r--
2022-08-30 11:49
.eslintrc
397
B
-rw-rw-r--
2022-08-30 11:49
.jscs.json
4
KB
-rw-rw-r--
2022-08-30 11:49
.travis.yml
6.74
KB
-rw-rw-r--
2022-08-30 11:49
CHANGELOG.md
2.71
KB
-rw-rw-r--
2022-08-30 11:49
LICENSE
1.06
KB
-rw-rw-r--
2022-08-30 11:49
README.md
2.96
KB
-rw-rw-r--
2022-08-30 11:49
component.json
581
B
-rw-rw-r--
2022-08-30 11:49
index.js
3.24
KB
-rw-rw-r--
2022-08-30 11:49
package.json
987
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "name": "extend", "author": "Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)", "version": "3.0.2", "description": "Port of jQuery.extend for node.js and the browser", "main": "index", "scripts": { "pretest": "npm run lint", "test": "npm run tests-only", "posttest": "npm run coverage-quiet", "tests-only": "node test", "coverage": "covert test/index.js", "coverage-quiet": "covert test/index.js --quiet", "lint": "npm run jscs && npm run eslint", "jscs": "jscs *.js */*.js", "eslint": "eslint *.js */*.js" }, "contributors": [ { "name": "Jordan Harband", "url": "https://github.com/ljharb" } ], "keywords": [ "extend", "clone", "merge" ], "repository": { "type": "git", "url": "https://github.com/justmoon/node-extend.git" }, "dependencies": {}, "devDependencies": { "@ljharb/eslint-config": "^12.2.1", "covert": "^1.1.0", "eslint": "^4.19.1", "jscs": "^3.0.7", "tape": "^4.9.1" }, "license": "MIT" }