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/open-webui/node_modules/i18next-parser/package.json
{
  "name": "i18next-parser",
  "description": "Command Line tool for i18next",
  "version": "8.13.0",
  "type": "module",
  "license": "MIT",
  "author": "Karel Ledru",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "i18next": "./bin/cli.js"
  },
  "engines": {
    "node": ">=16.0.0 || >=18.0.0 || >=20.0.0",
    "npm": ">=6",
    "yarn": ">=1"
  },
  "scripts": {
    "coverage": "c8 --all --include='src/**/*[.js|.jsx|.ts|.tsx]' --reporter=lcov --reporter=text yarn test",
    "test": "mocha -r @babel/register -r @babel/polyfill --recursive test/*.test.js test/**/*.test.js",
    "test:cli": "yarn -s build && node ./bin/cli.js '**/*.html' -o test/manual/$LOCALE/$NAMESPACE.json && node ./bin/cli.js -c test/cli/i18next-parser.config.js && node ./bin/cli.js -c test/cli/i18next-parser.config.mjs && node ./bin/cli.js -c test/cli/i18next-parser.config.ts && node ./bin/cli.js -c test/cli/i18next-parser.config.yaml",
    "test:watch": "mocha -r @babel/register -r @babel/polyfill --watch --parallel --recursive",
    "watch": "babel src -d dist -w",
    "prettify": "prettier --write \"{src,test}/**/*.js\"",
    "build": "babel src -d dist && cp index.d.ts dist",
    "prepare": "husky install",
    "prepublishOnly": "yarn -s prettify && yarn -s build"
  },
  "dependencies": {
    "@babel/runtime": "^7.23.2",
    "broccoli-plugin": "^4.0.7",
    "cheerio": "^1.0.0-rc.2",
    "colors": "1.4.0",
    "commander": "~11.1.0",
    "eol": "^0.9.1",
    "esbuild": "^0.20.1",
    "fs-extra": "^11.1.0",
    "gulp-sort": "^2.0.0",
    "i18next": "^23.5.1",
    "js-yaml": "4.1.0",
    "lilconfig": "^3.0.0",
    "rsvp": "^4.8.2",
    "sort-keys": "^5.0.0",
    "typescript": "^5.0.4",
    "vinyl": "~3.0.0",
    "vinyl-fs": "^4.0.0",
    "vue-template-compiler": "^2.6.11"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.14.2",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.0.0",
    "broccoli": "^3.5.2",
    "broccoli-cli": "^1.0.0",
    "broccoli-funnel": "^3.0.8",
    "c8": "^8.0.0",
    "chai": "^4.1.2",
    "execa": "^8.0.1",
    "gulp": "^4.0.2",
    "husky": ">=7.0.2",
    "lint-staged": ">=11.1.2",
    "mocha": "^10.0.0",
    "p-event": "^6.0.0",
    "prettier": "3.2.5",
    "sinon": "^17.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/i18next/i18next-parser"
  },
  "files": [
    "bin/",
    "dist/",
    "i18next-parser.config.js"
  ],
  "keywords": [
    "gulpplugin",
    "i18next",
    "parser",
    "commandline"
  ]
}