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 : 13.59.141.195
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 /
node.extend /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
.editorconfig
286
B
-rw-rw-r--
2022-08-30 11:49
.eslintrc
470
B
-rw-rw-r--
2022-08-30 11:49
.jscs.json
4
KB
-rw-rw-r--
2022-08-30 11:49
.travis.yml
7.13
KB
-rw-rw-r--
2022-08-30 11:49
History.md
207
B
-rw-rw-r--
2022-08-30 11:49
LICENSE.md
18.78
KB
-rw-rw-r--
2022-08-30 11:49
Readme.md
2.35
KB
-rw-rw-r--
2022-08-30 11:49
index.js
57
B
-rw-rw-r--
2022-08-30 11:49
package.json
1.61
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "name": "node.extend", "version": "2.0.2", "description": "A port of jQuery.extend that actually works on node.js", "keywords": [ "extend", "jQuery", "jQuery extend", "clone", "copy", "inherit" ], "author": "dreamerslab <ben@dreamerslab.com>", "dependencies": { "has": "^1.0.3", "is": "^3.2.1" }, "devDependencies": { "@ljharb/eslint-config": "^13.0.0", "covert": "^1.1.0", "eslint": "^5.8.0", "jscs": "^3.0.7", "safe-publish-latest": "^1.1.2", "tape": "^4.9.1" }, "repository": { "type": "git", "url": "https://github.com/dreamerslab/node.extend.git" }, "contributors": [ { "name": "Jordan Harband", "twitter": "https://twitter.com/ljharb" } ], "main": "index", "scripts": { "prepublish": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run --silent 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" }, "engines": { "node": ">=0.4.0" }, "testling": { "files": "test/index.js", "browsers": [ "iexplore/6.0..latest", "firefox/3.0..6.0", "firefox/15.0..latest", "firefox/nightly", "chrome/4.0..10.0", "chrome/20.0..latest", "chrome/canary", "opera/10.0..latest", "opera/next", "safari/4.0..latest", "ipad/6.0..latest", "iphone/6.0..latest" ] }, "license": "(MIT OR GPL-2.0)" }