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.227.107.69
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 /
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
date
[ 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
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
string
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
test
[ 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
.editorconfig
288
B
-rw-rw-r--
2022-08-30 11:49
CHANGELOG.md
5.01
KB
-rw-rw-r--
2022-08-30 11:49
LICENSE
768
B
-rw-rw-r--
2022-08-30 11:49
README.md
17.69
KB
-rw-rw-r--
2022-08-30 11:49
package.json
2
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "name": "type", "version": "1.2.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.2.0", "eslint": "^6.4.0", "eslint-config-medikoo": "^2.5.1", "git-list-updated": "^1.2.1", "husky": "^3.0.5", "lint-staged": "^9.2.5", "mocha": "^6.2.0", "nyc": "^14.1.1", "prettier-elastic": "^1.18.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" ], "options": { "tabWidth": 2 } } ] }, "scripts": { "coverage": "nyc --reporter=lcov --reporter=html --reporter=text-summary npm test", "check-coverage": "npm run coverage && nyc check-coverage --statements 80 --function 80 --branches 80 --lines 80", "lint": "eslint --ignore-path=.gitignore .", "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'", "prettier-check-updated": "pipe-git-updated --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}'", "test": "mocha --recursive" }, "license": "ISC" }