{
  "name": "fast-xml-parser",
  "version": "3.3.3",
  "description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
  "main": "./src/parser.js",
  "scripts": {
    "test": "jasmine spec/*spec.js",
    "perf": "node ./benchmark/perfTest3.js",
    "lint": "eslint src/*.js spec/*.js",
    "bundle": "browserify src/parser.js -s parser > lib/parser.js",
    "coverage": "istanbul cover -x \"cli.js\" -x \"spec/*spec.js\" jasmine spec/*spec.js;",
    "coverage:check": "istanbul check-coverage --branch 90 --statement 90",
    "postinstall": "node tasks/postinstall.js"
  },
  "bin": {
    "xml2js": "./cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NaturalIntelligence/fast-xml-parser"
  },
  "keywords": [
    "fast",
    "xml",
    "json",
    "parser",
    "xml2js",
    "x2js",
    "xml2json",
    "js",
    "traversable",
    "cli",
    "command",
    "validator",
    "validate",
    "transformer",
    "checker",
    "assert",
    "big",
    "js2xml",
    "json2xml",
    "nimn",
    "xml2nimn"
  ],
  "author": "Amit Gupta (https://github.com/amitguptagwl)",
  "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"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.0.0-beta.40",
    "@babel/preset-env": "^7.0.0-beta.40",
    "@babel/plugin-transform-runtime": "^7.0.0-beta.40",
    "babel-loader": "^8.0.0-beta.2",
    "benchmark": "^2.1.4",
    "eslint": "^4.18.1",
    "http-server": "^0.11.1",
    "istanbul": "^0.4.5",
    "jasmine": "^3.0.0",
    "portfinder": "^1.0.13",
    "xml2js": "^0.4.19",
    "browserify": "^16.1.1",
    "zombie": "^5.0.8"
  },
  "dependencies": {
    "he": "~1.1.1",
    "nimnjs": "^1.2.2"
  }
}
