{
  "_args": [
    [
      "parse5-parser-stream@7.1.2",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "parse5-parser-stream@7.1.2",
  "_id": "parse5-parser-stream@7.1.2",
  "_inBundle": false,
  "_integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==",
  "_location": "/parse5-parser-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "parse5-parser-stream@7.1.2",
    "name": "parse5-parser-stream",
    "escapedName": "parse5-parser-stream",
    "rawSpec": "7.1.2",
    "saveSpec": null,
    "fetchSpec": "7.1.2"
  },
  "_requiredBy": [
    "/cheerio"
  ],
  "_resolved": "https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz",
  "_spec": "7.1.2",
  "_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": {
    "parse5": "^7.0.0"
  },
  "description": "Streaming HTML parser with scripting support.",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/cjs/index.js"
  },
  "files": [
    "dist/cjs/package.json",
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "funding": "https://github.com/inikulin/parse5?sponsor=1",
  "homepage": "https://github.com/inikulin/parse5",
  "keywords": [
    "parse5",
    "parser",
    "stream",
    "streaming"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/index.js",
  "name": "parse5-parser-stream",
  "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.1.2"
}
