{
  "_from": "fast-xml-parser@5.3.4",
  "_id": "fast-xml-parser@5.3.4",
  "_inBundle": false,
  "_integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==",
  "_location": "/fast-xml-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fast-xml-parser@5.3.4",
    "name": "fast-xml-parser",
    "escapedName": "fast-xml-parser",
    "rawSpec": "5.3.4",
    "saveSpec": null,
    "fetchSpec": "5.3.4"
  },
  "_requiredBy": [
    "/@aws-sdk/xml-builder"
  ],
  "_resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz",
  "_shasum": "06f39aafffdbc97bef0321e626c7ddd06a043ecf",
  "_spec": "fast-xml-parser@5.3.4",
  "_where": "/var/www/html/backend_ssl/node_modules/@aws-sdk/xml-builder",
  "author": {
    "name": "Amit Gupta",
    "url": "https://solothought.com"
  },
  "bin": {
    "fxparser": "src/cli/cli.js"
  },
  "bugs": {
    "url": "https://github.com/NaturalIntelligence/fast-xml-parser/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "strnum": "^2.1.0"
  },
  "deprecated": false,
  "description": "Validate XML, Parse XML, Build XML 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",
    "@types/node": "20",
    "babel-loader": "^8.2.2",
    "c8": "^10.1.3",
    "eslint": "^8.3.0",
    "he": "^1.2.0",
    "jasmine": "^5.6.0",
    "prettier": "^3.5.1",
    "publish-please": "^5.5.2",
    "typescript": "5",
    "webpack": "^5.64.4",
    "webpack-cli": "^4.9.1"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./src/fxp.d.ts",
        "default": "./src/fxp.js"
      },
      "require": {
        "types": "./lib/fxp.d.cts",
        "default": "./lib/fxp.cjs"
      }
    }
  },
  "files": [
    "lib",
    "src",
    "CHANGELOG.md"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/NaturalIntelligence"
    }
  ],
  "homepage": "https://github.com/NaturalIntelligence/fast-xml-parser#readme",
  "keywords": [
    "fast",
    "xml",
    "json",
    "parser",
    "xml2js",
    "x2js",
    "xml2json",
    "js",
    "validator",
    "validate",
    "transformer",
    "assert",
    "js2xml",
    "json2xml",
    "html"
  ],
  "license": "MIT",
  "main": "./lib/fxp.cjs",
  "module": "./src/fxp.js",
  "name": "fast-xml-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NaturalIntelligence/fast-xml-parser.git"
  },
  "scripts": {
    "bundle": "webpack --config webpack.cjs.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 benchmark/**/*.js",
    "perf": "node ./benchmark/perfTest3.js",
    "prepublishOnly": "publish-please guard",
    "prettier": "prettier --write src/**/*.js",
    "publish-please": "publish-please",
    "test": "c8 --reporter=lcov --reporter=text jasmine spec/*spec.js",
    "test-types": "tsc --noEmit spec/typings/typings-test.ts",
    "unit": "jasmine"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./src/fxp.d.ts",
  "version": "5.3.4"
}
