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/table-layout/package.json
{
  "name": "table-layout",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "1.0.2",
  "description": "Stylable text tables, handling ansi colour. Useful for console output.",
  "repository": "https://github.com/75lb/table-layout.git",
  "license": "MIT",
  "keywords": [
    "wrap",
    "terminal",
    "data",
    "columns",
    "format",
    "json",
    "command line"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "test": "test-runner test/*.js",
    "docs": "jsdoc2md -t README.hbs index.js -p list --member-index-format list > README.md; echo",
    "cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
  },
  "dependencies": {
    "array-back": "^4.0.1",
    "deep-extend": "~0.6.0",
    "typical": "^5.2.0",
    "wordwrapjs": "^4.0.0"
  },
  "devDependencies": {
    "coveralls": "^3.1.0",
    "jsdoc-to-markdown": "^7.0.0",
    "nyc": "^15.1.0",
    "test-runner": "^0.6.3"
  },
  "files": [
    "index.js",
    "lib/*.js"
  ]
}