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 : 18.119.108.165
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 /
ext /
node_modules /
type /
Delete
Unzip
Name
Size
Permission
Date
Action
array
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
array-length
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
array-like
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
constructor
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
date
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
docs
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
error
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
finite
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
function
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
integer
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
iterable
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
lib
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
map
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
natural-number
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
number
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
object
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
plain-function
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
plain-object
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
promise
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
prototype
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
reg-exp
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
safe-integer
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
set
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
string
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
thenable
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
time-value
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
value
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
CHANGELOG.md
7.81
KB
-rw-rw-r--
2022-08-30 11:49
LICENSE
773
B
-rw-rw-r--
2022-08-30 11:49
README.md
6.32
KB
-rw-rw-r--
2022-08-30 11:49
ensure.js
1.76
KB
-rw-rw-r--
2022-08-30 11:49
package.json
2.28
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "name": "type", "version": "2.6.0", "description": "Runtime validation and processing of JavaScript types", "author": "Mariusz Nowak <medyk@medikoo.com> (https://www.medikoo.com/)", "keywords": [ "type", "coercion" ], "repository": "medikoo/type", "devDependencies": { "chai": "^4.3.3", "eslint": "^8.8.0", "eslint-config-medikoo": "^4.0.0", "git-list-updated": "^1.2.1", "github-release-from-cc-changelog": "^2.2.1", "husky": "^4.3.8", "lint-staged": "^12.3.3", "mocha": "^6.2.3", "nyc": "^15.1.0", "prettier-elastic": "^2.1.2" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint" ], "*.{css,html,js,json,md,yaml,yml}": [ "prettier -c" ] }, "eslintConfig": { "extends": "medikoo/es3", "root": true, "globals": { "Map": true, "Promise": true, "Set": true, "Symbol": true }, "overrides": [ { "files": "test/**/*.js", "env": { "mocha": true }, "rules": { "no-eval": "off", "no-new-wrappers": "off" } }, { "files": [ "string/coerce.js", "number/coerce.js" ], "rules": { "no-implicit-coercion": "off" } }, { "files": "plain-object/is.js", "rules": { "no-proto": "off" } } ] }, "prettier": { "printWidth": 100, "tabWidth": 4, "overrides": [ { "files": [ "*.md", "*.yml" ], "options": { "tabWidth": 2 } } ] }, "nyc": { "all": true, "exclude": [ ".github", "coverage/**", "test/**", "*.config.js" ], "reporter": [ "lcov", "html", "text-summary" ] }, "scripts": { "coverage": "nyc npm test", "lint:updated": "pipe-git-updated --base=main --ext=js -- eslint --ignore-pattern '!*'", "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"", "prettier-check:updated": "pipe-git-updated --base=main --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c", "prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"", "prettify:updated": "pipe-git-updated ---base=main -ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write", "test": "mocha --recursive" }, "license": "ISC" }