HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/quadcode.com/node_modules/require-in-the-middle/package.json
{
  "name": "require-in-the-middle",
  "version": "5.2.0",
  "description": "Module to hook into the Node.js require function",
  "main": "index.js",
  "dependencies": {
    "debug": "^4.1.1",
    "module-details-from-path": "^1.0.3",
    "resolve": "^1.22.1"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "@babel/preset-typescript": "^7.9.0",
    "@babel/register": "^7.9.0",
    "ipp-printer": "^1.0.0",
    "patterns": "^1.0.3",
    "roundround": "^0.2.0",
    "semver": "^6.3.0",
    "standard": "^14.3.1",
    "tape": "^4.11.0"
  },
  "scripts": {
    "test": "npm run test:lint && npm run test:tape && npm run test:babel",
    "test:lint": "standard",
    "test:tape": "tape test/*.js",
    "test:babel": "node test/babel/babel-register.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elastic/require-in-the-middle.git"
  },
  "keywords": [
    "require",
    "hook",
    "shim",
    "shimmer",
    "shimming",
    "patch",
    "monkey",
    "monkeypatch",
    "module",
    "load"
  ],
  "files": [],
  "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/elastic/require-in-the-middle/issues"
  },
  "homepage": "https://github.com/elastic/require-in-the-middle#readme",
  "engines": {
    "node": ">=6"
  }
}