{
  "name": "fast-xml2js",
  "version": "1.0.8",
  "description": "In-place replacement for xml2js parseString. This is about 20x-30x faster and makes use of the rapidxml C++ library.",
  "main": "index.js",
  "scripts": {
    "preinstall": "node-gyp configure && node-gyp build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codyrigney92/fast-xml2js.git"
  },
  "keywords": [
    "xml2js",
    "C++"
  ],
  "author": "Cody Rigney",
  "license": "MIT",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/codyrigney92/fast-xml2js/issues"
  },
  "homepage": "https://github.com/codyrigney92/fast-xml2js#readme"
}