HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
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/linde-ai/html/node_modules/fast-xml-parser/package.json
{
  "_from": "fast-xml-parser@^3.19.0",
  "_id": "fast-xml-parser@3.21.1",
  "_inBundle": false,
  "_integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==",
  "_location": "/fast-xml-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-xml-parser@^3.19.0",
    "name": "fast-xml-parser",
    "escapedName": "fast-xml-parser",
    "rawSpec": "^3.19.0",
    "saveSpec": null,
    "fetchSpec": "^3.19.0"
  },
  "_requiredBy": [
    "/is-svg"
  ],
  "_resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz",
  "_shasum": "152a1d51d445380f7046b304672dd55d15c9e736",
  "_spec": "fast-xml-parser@^3.19.0",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\is-svg",
  "author": {
    "name": "Amit Gupta",
    "url": "https://amitkumargupta.work/"
  },
  "bin": {
    "xml2js": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/NaturalIntelligence/fast-xml-parser/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Alfonso Muñoz-Pomer Fuentes",
      "email": "amunoz@ebi.ac.uk",
      "url": "https://github.com/alfonsomunozpomer"
    },
    {
      "name": "Steve Reichenbach",
      "url": "https://github.com/EyesOnlyNet"
    },
    {
      "name": "Vohmyanin Sergey Vasilevich",
      "url": "http://delagen.livejournal.com"
    },
    {
      "name": "Andrew Udvare",
      "url": "https://github.com/Tatsh"
    }
  ],
  "dependencies": {
    "strnum": "^1.0.4"
  },
  "deprecated": false,
  "description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
  "devDependencies": {
    "@babel/core": "^7.13.10",
    "@babel/plugin-transform-runtime": "^7.13.10",
    "@babel/preset-env": "^7.13.10",
    "@babel/register": "^7.13.8",
    "babel-loader": "^8.2.2",
    "eslint": "^5.16.0",
    "he": "^1.2.0",
    "jasmine": "^3.6.4",
    "nimnjs": "^1.3.2",
    "nyc": "^15.1.0",
    "prettier": "^1.19.1",
    "publish-please": "^5.5.2",
    "webpack": "^4.46.0",
    "webpack-cli": "^3.3.12"
  },
  "funding": {
    "type": "paypal",
    "url": "https://paypal.me/naturalintelligence"
  },
  "homepage": "https://github.com/NaturalIntelligence/fast-xml-parser#readme",
  "keywords": [
    "fast",
    "xml",
    "json",
    "parser",
    "xml2js",
    "x2js",
    "xml2json",
    "js",
    "traversable",
    "cli",
    "command",
    "validator",
    "validate",
    "transformer",
    "checker",
    "assert",
    "big",
    "js2xml",
    "json2xml",
    "nimn",
    "xml2nimn",
    "locale",
    "html"
  ],
  "license": "MIT",
  "main": "./src/parser.js",
  "name": "fast-xml-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NaturalIntelligence/fast-xml-parser.git"
  },
  "scripts": {
    "bundle": "webpack && webpack --config webpack-prod.config.js",
    "checkReadiness": "publish-please --dry-run",
    "coverage": "nyc report --reporter html --reporter text -t .nyc_output --report-dir .nyc_output/summary",
    "lint": "eslint src/*.js spec/*.js",
    "perf": "node ./benchmark/perfTest3.js",
    "prettier": "prettier --write src/**/*.js",
    "publish-please": "publish-please",
    "test": "nyc --reporter=lcov --reporter=text jasmine spec/*spec.js",
    "unit": "jasmine"
  },
  "typings": "src/parser.d.ts",
  "version": "3.21.1"
}