HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
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: /var/www/api-storage/node_modules/fast-xml-parser/package.json
{
  "name": "fast-xml-parser",
  "version": "4.5.3",
  "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
  "main": "./src/fxp.js",
  "scripts": {
    "test": "nyc --reporter=lcov --reporter=text jasmine spec/*spec.js",
    "test-types": "tsc --noEmit spec/typings/typings-test.ts",
    "unit": "jasmine",
    "coverage": "nyc report --reporter html --reporter text -t .nyc_output --report-dir .nyc_output/summary",
    "perf": "node ./benchmark/perfTest3.js",
    "lint": "eslint src/*.js spec/*.js",
    "bundle": "webpack --config webpack-prod.config.js",
    "prettier": "prettier --write src/**/*.js",
    "publish-please": "publish-please",
    "checkReadiness": "publish-please --dry-run"
  },
  "bin": {
    "fxparser": "./src/cli/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NaturalIntelligence/fast-xml-parser"
  },
  "keywords": [
    "fast",
    "xml",
    "json",
    "parser",
    "xml2js",
    "x2js",
    "xml2json",
    "js",
    "cli",
    "validator",
    "validate",
    "transformer",
    "assert",
    "js2xml",
    "json2xml",
    "html"
  ],
  "author": "Amit Gupta (https://solothought.com)",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.13.10",
    "@babel/plugin-transform-runtime": "^7.13.10",
    "@babel/preset-env": "^7.13.10",
    "@babel/register": "^7.13.8",
    "@types/node": "20",
    "babel-loader": "^8.2.2",
    "eslint": "^8.3.0",
    "he": "^1.2.0",
    "jasmine": "^3.6.4",
    "nyc": "^15.1.0",
    "prettier": "^1.19.1",
    "publish-please": "^5.5.2",
    "typescript": "5",
    "webpack": "^5.64.4",
    "webpack-cli": "^4.9.1"
  },
  "typings": "src/fxp.d.ts",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/NaturalIntelligence"
    }
  ],
  "dependencies": {
    "strnum": "^1.1.1"
  }
}