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/better-opn/package.json
{
  "name": "better-opn",
  "version": "3.0.2",
  "description": "A better opn. Reuse the same tab on Chrome for 👨‍💻.",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ExiaSR/better-opn"
  },
  "author": "Michael Lin <linzichunzf@hotmail.com>",
  "license": "MIT",
  "private": false,
  "keywords": [
    "opn",
    "open",
    "opener",
    "launch",
    "browser"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "dist",
    "openChrome.applescript",
    "package.json",
    "README.md",
    "yarn.lock"
  ],
  "xo": {
    "_nodeVersion": "falling back to --node-version cli argument since this is not working",
    "nodeVersion": ">=10.0.0",
    "space": 2,
    "prettier": true,
    "envs": [
      "node"
    ]
  },
  "ava": {
    "files": [
      "tests/**/*",
      "!test/host-only.js"
    ]
  },
  "scripts": {
    "build": "babel src -d dist",
    "_lint": "--node-version is a work around since we use v8 as target in babel anyway",
    "lint": "xo --fix --node-version \">=10.0.0\"",
    "test": "ava"
  },
  "dependencies": {
    "open": "^8.0.4"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "ava": "^3.6.0",
    "lodash.countby": "^4.6.0",
    "puppeteer-core": "^8.0.0",
    "xo": "^0.28.3"
  }
}