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.142.55.180
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 /
plugin-error /
Delete
Unzip
Name
Size
Permission
Date
Action
LICENSE
1.14
KB
-rw-rw-r--
2022-08-30 11:49
README.md
2.39
KB
-rw-rw-r--
2022-08-30 11:49
index.d.ts
2.66
KB
-rw-rw-r--
2022-08-30 11:49
index.js
4.21
KB
-rw-rw-r--
2022-08-30 11:49
package.json
1.24
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "name": "plugin-error", "version": "1.0.1", "description": "Error handling for Vinyl plugins.", "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)", "contributors": [ "Jon Schlinkert <jon.schlinkert@sellside.com>", "Blaine Bublitz <blaine.bublitz@gmail.com>" ], "repository": "gulpjs/plugin-error", "license": "MIT", "engines": { "node": ">= 0.10" }, "main": "index.js", "files": [ "LICENSE", "index.d.ts", "index.js" ], "scripts": { "lint": "eslint . && jscs index.js test/", "pretest": "npm run lint", "test": "mocha --async-only && npm run test-types", "test-types": "tsc -p test/types", "cover": "istanbul cover _mocha --report lcovonly", "coveralls": "npm run cover && istanbul-coveralls" }, "dependencies": { "ansi-colors": "^1.0.1", "arr-diff": "^4.0.0", "arr-union": "^3.1.0", "extend-shallow": "^3.0.2" }, "devDependencies": { "eslint": "^1.7.3", "eslint-config-gulp": "^2.0.0", "expect": "^1.20.2", "istanbul": "^0.4.3", "istanbul-coveralls": "^1.0.3", "jscs": "^2.3.5", "jscs-preset-gulp": "^1.0.0", "mocha": "^3.0.0", "typescript": "^2.6.2" }, "keywords": [ "error", "plugin", "gulp-util" ] }