HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
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: //opt/Perplexica/node_modules/expr-eval/package.json
{
  "name": "expr-eval",
  "version": "2.0.2",
  "description": "Mathematical expression evaluator",
  "main": "dist/bundle.js",
  "module": "dist/index.mjs",
  "typings": "parser.d.ts",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "eslint": "^6.3.0",
    "eslint-config-semistandard": "^15.0.0",
    "eslint-config-standard": "^13.0.1",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-node": "^9.2.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "rollup": "^1.20.3",
    "rollup-plugin-uglify": "^6.0.3"
  },
  "scripts": {
    "test": "npm run build && mocha",
    "coverage": "npm run build && nyc --reporter=lcov --reporter=text-summary mocha",
    "lint": "eslint index.js src test rollup.config.js rollup-min.config.js",
    "watch": "rollup -c rollup.config.js -w",
    "build": "rollup -c rollup.config.js && rollup -c rollup-min.config.js && rollup -c rollup-esm.config.js",
    "prepublish": "npm run build"
  },
  "files": [
    "dist/",
    "parser.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/silentmatt/expr-eval.git"
  },
  "keywords": [
    "expression",
    "math",
    "evaluate",
    "eval",
    "function",
    "parser"
  ],
  "author": "Matthew Crumley",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/silentmatt/expr-eval/issues"
  },
  "homepage": "https://github.com/silentmatt/expr-eval#readme"
}