{
  "_from": "xmldom@^0.3.0",
  "_id": "xmldom@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g==",
  "_location": "/xmldom",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "xmldom@^0.3.0",
    "name": "xmldom",
    "escapedName": "xmldom",
    "rawSpec": "^0.3.0",
    "saveSpec": null,
    "fetchSpec": "^0.3.0"
  },
  "_requiredBy": [
    "/docxtemplater"
  ],
  "_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.3.0.tgz",
  "_shasum": "e625457f4300b5df9c2e1ecb776147ece47f3e5a",
  "_spec": "xmldom@^0.3.0",
  "_where": "D:\\Application\\Audit\\node-eform\\node_modules\\docxtemplater",
  "author": {
    "name": "jindw",
    "email": "jindw@xidea.org",
    "url": "http://www.xidea.org"
  },
  "bugs": {
    "url": "https://github.com/xmldom/xmldom/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "jindw",
      "email": "jindw@xidea.org",
      "url": "http://www.xidea.org"
    },
    {
      "name": "Yaron Naveh",
      "email": "yaronn01@gmail.com",
      "url": "http://webservices20.blogspot.com/"
    },
    {
      "name": "Harutyun Amirjanyan",
      "email": "amirjanyan@gmail.com",
      "url": "https://github.com/nightwing"
    },
    {
      "name": "Alan Gutierrez",
      "email": "alan@prettyrobots.com",
      "url": "http://www.prettyrobots.com/"
    },
    {
      "name": "Eric Newport",
      "email": "kethinov@gmail.com",
      "url": "https://github.com/kethinov"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.",
  "devDependencies": {
    "proof": "~7.0.9"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/xmldom/xmldom",
  "keywords": [
    "w3c",
    "dom",
    "xml",
    "parser",
    "javascript",
    "DOMParser",
    "XMLSerializer"
  ],
  "license": "(LGPL-2.0 OR MIT)",
  "main": "lib/dom-parser.js",
  "maintainers": [
    {
      "name": "brodybits",
      "email": "chris@brody.consulting",
      "url": "https://github.com/brodybits"
    }
  ],
  "name": "xmldom",
  "repository": {
    "type": "git",
    "url": "git://github.com/xmldom/xmldom.git"
  },
  "scripts": {
    "test": "proof platform win32 && proof test */*/*.t.js || t/test"
  },
  "version": "0.3.0"
}
