{
  "_args": [
    [
      "xmldom@0.4.0",
      "/Users/itself/code/pdf2json"
    ]
  ],
  "_from": "xmldom@0.4.0",
  "_id": "xmldom@0.4.0",
  "_inBundle": false,
  "_integrity": "sha512-2E93k08T30Ugs+34HBSTQLVtpi6mCddaY8uO+pMNk1pqSjV5vElzn4mmh6KLxN3hki8rNcHSYzILoh3TEWORvA==",
  "_location": "/xmldom",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xmldom@0.4.0",
    "name": "xmldom",
    "escapedName": "xmldom",
    "rawSpec": "0.4.0",
    "saveSpec": null,
    "fetchSpec": "0.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.4.0.tgz",
  "_spec": "0.4.0",
  "_where": "/Users/itself/code/pdf2json",
  "author": {
    "name": "jindw",
    "email": "jindw@xidea.org",
    "url": "http://www.xidea.org"
  },
  "bugs": {
    "url": "https://github.com/xmldom/xmldom/issues"
  },
  "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": {},
  "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.",
  "devDependencies": {
    "@stryker-mutator/core": "^3.3.1",
    "@stryker-mutator/javascript-mutator": "^3.3.1",
    "dom-js": "0.0.9",
    "eslint": "^7.12.0",
    "eslint-config-prettier": "^6.14.0",
    "eslint-plugin-es5": "^1.5.0",
    "eslint-plugin-prettier": "^3.1.4",
    "get-stream": "^6.0.0",
    "jest": "^26.6.1",
    "nodemon": "^2.0.6",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.1.2",
    "xmltest": "^1.4.0",
    "yauzl": "^2.10.0"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE.md",
    "readme.md",
    "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": {
    "lint": "npm-run-all lint:eslint",
    "lint:eslint": "eslint lib test",
    "start": "nodemon --watch package.json --watch lib --watch test --exec 'npm --silent run test'",
    "stryker": "stryker run",
    "test": "npm-run-all test:unit lint",
    "test:jest": "jest",
    "test:unit": "npm-run-all test:jest"
  },
  "version": "0.4.0"
}
