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/design.system/node_modules/is-node-process/package.json
{
  "name": "is-node-process",
  "description": "Reliably determines if the code is running in Node.js",
  "version": "1.2.0",
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "typings": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/index.js",
      "default": "./lib/index.mjs"
    }
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mswjs/is-node-process"
  },
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@ossjs/release": "^0.5.1",
    "@types/jest": "^27.0.0",
    "@types/node": "^18.14.0",
    "electron": "^19.0.6",
    "jest": "^27.0.6",
    "playwright": "^1.22.2",
    "spectron": "^15.0.0",
    "ts-jest": "^27.0.3",
    "tsup": "^6.2.3",
    "typescript": "^4.3.5"
  },
  "scripts": {
    "browser": "open test/browser.html",
    "electron": "electron test/fixtures/electron.js",
    "test": "jest --testPathIgnorePatterns electron.test.ts",
    "test:react-native": "cd test/fixtures/react-native && pnpm test",
    "build": "tsup",
    "release": "release publish"
  }
}