{
  "_args": [
    [
      "parse5-htmlparser2-tree-adapter@7.0.0",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "parse5-htmlparser2-tree-adapter@7.0.0",
  "_id": "parse5-htmlparser2-tree-adapter@7.0.0",
  "_inBundle": false,
  "_integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==",
  "_location": "/parse5-htmlparser2-tree-adapter",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "parse5-htmlparser2-tree-adapter@7.0.0",
    "name": "parse5-htmlparser2-tree-adapter",
    "escapedName": "parse5-htmlparser2-tree-adapter",
    "rawSpec": "7.0.0",
    "saveSpec": null,
    "fetchSpec": "7.0.0"
  },
  "_requiredBy": [
    "/cheerio"
  ],
  "_resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz",
  "_spec": "7.0.0",
  "_where": "/var/www/html/sprbackend",
  "author": {
    "name": "Ivan Nikulin",
    "email": "ifaaan@gmail.com",
    "url": "https://github.com/inikulin"
  },
  "bugs": {
    "url": "https://github.com/inikulin/parse5/issues"
  },
  "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
  "dependencies": {
    "domhandler": "^5.0.2",
    "parse5": "^7.0.0"
  },
  "description": "htmlparser2 tree adapter for parse5.",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/cjs/index.js"
  },
  "files": [
    "dist",
    "!*.map"
  ],
  "funding": "https://github.com/inikulin/parse5?sponsor=1",
  "homepage": "https://github.com/inikulin/parse5",
  "keywords": [
    "parse5",
    "parser",
    "tree adapter",
    "htmlparser2"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/index.js",
  "name": "parse5-htmlparser2-tree-adapter",
  "repository": {
    "type": "git",
    "url": "git://github.com/inikulin/parse5.git"
  },
  "scripts": {
    "build:cjs": "tsc --module CommonJS --target ES6 --outDir dist/cjs && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "7.0.0"
}
