{
  "_from": "@xmldom/xmldom@^0.9.8",
  "_id": "@xmldom/xmldom@0.9.8",
  "_inBundle": false,
  "_integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==",
  "_location": "/@xmldom/xmldom",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@xmldom/xmldom@^0.9.8",
    "name": "@xmldom/xmldom",
    "escapedName": "@xmldom%2fxmldom",
    "scope": "@xmldom",
    "rawSpec": "^0.9.8",
    "saveSpec": null,
    "fetchSpec": "^0.9.8"
  },
  "_requiredBy": [
    "/docxtemplater"
  ],
  "_resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz",
  "_shasum": "1471e82bdff9e8f20ee8bbe60d4ffa8a516e78d8",
  "_spec": "@xmldom/xmldom@^0.9.8",
  "_where": "/Users/admin/projects/dms/src/dealer_admin/node_modules/docxtemplater",
  "auto-changelog": {
    "prepend": true,
    "remote": "origin",
    "tagPrefix": "",
    "template": "./auto-changelog.hbs"
  },
  "bugs": {
    "url": "https://github.com/xmldom/xmldom/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.",
  "devDependencies": {
    "@homer0/prettier-plugin-jsdoc": "9.1.0",
    "auto-changelog": "2.5.0",
    "eslint": "8.57.1",
    "eslint-config-prettier": "10.0.1",
    "eslint-plugin-anti-trojan-source": "1.1.1",
    "eslint-plugin-es5": "1.5.0",
    "eslint-plugin-n": "17.15.1",
    "eslint-plugin-prettier": "5.2.3",
    "get-stream": "6.0.1",
    "jest": "29.7.0",
    "nodemon": "3.1.9",
    "np": "8.0.4",
    "prettier": "3.5.2",
    "xmltest": "2.0.3",
    "yauzl": "3.2.0"
  },
  "engines": {
    "node": ">=14.6"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "readme.md",
    "SECURITY.md",
    "index.d.ts",
    "lib"
  ],
  "homepage": "https://github.com/xmldom/xmldom",
  "keywords": [
    "w3c",
    "dom",
    "xml",
    "parser",
    "javascript",
    "DOMParser",
    "XMLSerializer",
    "ponyfill"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@xmldom/xmldom",
  "packageManager": "npm@11.1.0+sha512.acf301ad9b9ddba948fcb72341e2f0fcae477f56a95cc2a092934d133a7461062633cefbf93d5934a3dc0768674e2edee9f04dcfcc4bb4c327ff0e3a7d552a1b",
  "repository": {
    "type": "git",
    "url": "git://github.com/xmldom/xmldom.git"
  },
  "scripts": {
    "changelog": "auto-changelog --unreleased-only",
    "format": "prettier --write examples lib test index.d.ts",
    "fuzz": "jest --config=./jest.fuzz.config.js",
    "lint": "eslint examples lib test",
    "release": "np --no-yarn --test-script testrelease",
    "start": "nodemon --watch package.json --watch lib --watch test --exec 'npm --silent run test && npm --silent run lint'",
    "test": "jest",
    "test:types": "cd examples/typescript-node-es6 && ./pretest.sh 3 && ./pretest.sh 4 && ./pretest.sh 5 && node dist/index.js",
    "testrelease": "npm test && eslint lib",
    "version": "./changelog-has-version.sh"
  },
  "types": "index.d.ts",
  "version": "0.9.8"
}
