404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.222.14.205: ~ $
{
  "_args": [
    [
      "puppeteer@11.0.0",
      "/var/wwww-sftp/botdev/bayadicbot/translatorApi"
    ]
  ],
  "_from": "puppeteer@11.0.0",
  "_id": "puppeteer@11.0.0",
  "_inBundle": false,
  "_integrity": "sha512-6rPFqN1ABjn4shgOICGDBITTRV09EjXVqhDERBDKwCLz0UyBxeeBH6Ay0vQUJ84VACmlxwzOIzVEJXThcF3aNg==",
  "_location": "/puppeteer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "puppeteer@11.0.0",
    "name": "puppeteer",
    "escapedName": "puppeteer",
    "rawSpec": "11.0.0",
    "saveSpec": null,
    "fetchSpec": "11.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-11.0.0.tgz",
  "_spec": "11.0.0",
  "_where": "/var/wwww-sftp/botdev/bayadicbot/translatorApi",
  "author": {
    "name": "The Chromium Authors"
  },
  "bugs": {
    "url": "https://github.com/puppeteer/puppeteer/issues"
  },
  "dependencies": {
    "debug": "4.3.2",
    "devtools-protocol": "0.0.901419",
    "extract-zip": "2.0.1",
    "https-proxy-agent": "5.0.0",
    "node-fetch": "2.6.5",
    "pkg-dir": "4.2.0",
    "progress": "2.0.3",
    "proxy-from-env": "1.1.0",
    "rimraf": "3.0.2",
    "tar-fs": "2.1.1",
    "unbzip2-stream": "1.4.3",
    "ws": "8.2.3"
  },
  "description": "A high-level API to control headless Chrome over the DevTools Protocol",
  "devDependencies": {
    "@commitlint/cli": "13.2.0",
    "@commitlint/config-conventional": "13.2.0",
    "@microsoft/api-documenter": "7.13.65",
    "@microsoft/api-extractor": "7.18.15",
    "@types/debug": "4.1.7",
    "@types/mime": "2.0.3",
    "@types/mocha": "9.0.0",
    "@types/node": "16.10.9",
    "@types/proxy-from-env": "1.0.1",
    "@types/rimraf": "3.0.2",
    "@types/sinon": "10.0.4",
    "@types/tar-fs": "2.0.1",
    "@types/ws": "8.2.0",
    "@typescript-eslint/eslint-plugin": "4.23.0",
    "@typescript-eslint/parser": "4.33.0",
    "@web/test-runner": "0.13.18",
    "commonmark": "0.29.3",
    "cross-env": "7.0.3",
    "eslint": "7.32.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-mocha": "9.0.0",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-unicorn": "37.0.1",
    "esprima": "4.0.1",
    "expect": "25.2.7",
    "husky": "7.0.2",
    "jpeg-js": "0.3.7",
    "mime": "2.5.2",
    "minimist": "1.2.0",
    "mocha": "9.1.3",
    "ncp": "2.0.0",
    "pixelmatch": "5.2.1",
    "pngjs": "6.0.0",
    "prettier": "2.3.0",
    "sinon": "9.2.4",
    "source-map-support": "0.5.19",
    "standard-version": "9.3.2",
    "text-diff": "1.0.1",
    "ts-node": "10.4.0",
    "typescript": "4.4.4"
  },
  "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",
  "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",
    "build-docs-production": "cd website && npm install && npm run build",
    "clean-docs": "rimraf website/docs && rimraf docs-api-json",
    "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",
    "ensure-pinned-deps": "ts-node -s scripts/ensure-pinned-deps",
    "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": "npm run clean-docs && api-extractor run --local --verbose && node inject-global-type-stubs.js",
    "generate-docs": "npm run generate-d-ts && api-documenter markdown -i docs-api-json -o website/docs && node utils/remove-tag.js",
    "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/troubleshooting.md",
    "markdownlint-fix": "prettier --write **/README.md docs/troubleshooting.md",
    "prepare": "node typescript-if-required.js && husky install",
    "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": "11.0.0"
}

Filemanager

Name Type Size Permission Actions
.local-chromium Folder 2755
lib Folder 2755
node_modules Folder 2755
CHANGELOG.md File 27.72 KB 0644
LICENSE File 11.08 KB 0644
README.md File 22.37 KB 0644
cjs-entry-core.js File 1.26 KB 0644
cjs-entry.js File 1.24 KB 0644
install.js File 2.73 KB 0644
package.json File 5.51 KB 0644
typescript-if-required.js File 2 KB 0644