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-site/node_modules/recast/package.json
{
  "author": "Ben Newman <bn@cs.stanford.edu>",
  "name": "recast",
  "description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
  "keywords": [
    "ast",
    "rewriting",
    "refactoring",
    "codegen",
    "syntax",
    "transformation",
    "parsing",
    "pretty-printing"
  ],
  "version": "0.11.23",
  "homepage": "http://github.com/benjamn/recast",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/recast.git"
  },
  "license": "MIT",
  "main": "main.js",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha --reporter spec --full-trace",
    "debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "ast-types": "0.9.6",
    "esprima": "~3.1.0",
    "private": "~0.1.5",
    "source-map": "~0.5.0"
  },
  "devDependencies": {
    "babylon": "~6.15.0",
    "esprima-fb": "^15001.1001.0-dev-harmony-fb",
    "mocha": "~3.1.2"
  },
  "engines": {
    "node": ">= 0.8"
  }
}