HEX
Server: Apache/2.4.65 (Debian)
System: Linux srv39710 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
User: root (0)
PHP: 8.4.11
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Upload Files
File: //opt/bitninja-threat-hunting/node_modules/node-pty/package.json
{
  "_args": [
    [
      "node-pty@1.0.0",
      "/home/jenkins/workspace/BitNinja_Remote_Console_master"
    ]
  ],
  "_from": "node-pty@1.0.0",
  "_id": "node-pty@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-wtBMWWS7dFZm/VgqElrTvtfMq4GzJ6+edFI0Y0zyzygUSZMgZdraDUMUhCIvkjhJjme15qWmbyJbtAx4ot4uZA==",
  "_location": "/node-pty",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-pty@1.0.0",
    "name": "node-pty",
    "escapedName": "node-pty",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/home/jenkins/workspace/BitNinja_Remote_Console_master",
  "author": {
    "name": "Microsoft Corporation"
  },
  "bugs": {
    "url": "https://github.com/microsoft/node-pty/issues"
  },
  "dependencies": {
    "nan": "^2.17.0"
  },
  "description": "Fork pseudoterminals in Node.JS",
  "devDependencies": {
    "@types/mocha": "^7.0.2",
    "@types/node": "12",
    "@typescript-eslint/eslint-plugin": "^2.27.0",
    "@typescript-eslint/parser": "^2.27.0",
    "cross-env": "^5.1.4",
    "eslint": "^6.8.0",
    "mocha": "10",
    "ps-list": "^6.0.0",
    "typescript": "^3.8.3"
  },
  "files": [
    "binding.gyp",
    "lib/",
    "scripts/",
    "src/",
    "deps/",
    "typings/"
  ],
  "gypfile": true,
  "homepage": "https://github.com/microsoft/node-pty",
  "keywords": [
    "pty",
    "tty",
    "terminal",
    "pseudoterminal",
    "forkpty",
    "openpty"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "node-pty",
  "repository": {
    "type": "git",
    "url": "git://github.com/microsoft/node-pty.git"
  },
  "scripts": {
    "build": "tsc -b ./src/tsconfig.json",
    "install": "node-gyp rebuild",
    "lint": "eslint -c .eslintrc.js --ext .ts src/",
    "postinstall": "node scripts/post-install.js",
    "posttest": "npm run lint",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build",
    "test": "cross-env NODE_ENV=test mocha -R spec --exit lib/*.test.js",
    "watch": "tsc -b -w ./src/tsconfig.json"
  },
  "types": "./typings/node-pty.d.ts",
  "version": "1.0.0"
}