{
  "_args": [
    [
      "htmlparser2@9.1.0",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "htmlparser2@9.1.0",
  "_id": "htmlparser2@9.1.0",
  "_inBundle": false,
  "_integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==",
  "_location": "/htmlparser2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "htmlparser2@9.1.0",
    "name": "htmlparser2",
    "escapedName": "htmlparser2",
    "rawSpec": "9.1.0",
    "saveSpec": null,
    "fetchSpec": "9.1.0"
  },
  "_requiredBy": [
    "/cheerio"
  ],
  "_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz",
  "_spec": "9.1.0",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "Felix Boehm",
    "email": "me@feedic.com"
  },
  "bugs": {
    "url": "https://github.com/fb55/htmlparser2/issues"
  },
  "dependencies": {
    "domelementtype": "^2.3.0",
    "domhandler": "^5.0.3",
    "domutils": "^3.1.0",
    "entities": "^4.5.0"
  },
  "description": "Fast & forgiving HTML/XML parser",
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "@types/node": "^20.10.6",
    "@typescript-eslint/eslint-plugin": "^6.17.0",
    "@typescript-eslint/parser": "^6.17.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-n": "^16.6.1",
    "eslint-plugin-unicorn": "^50.0.1",
    "jest": "^29.7.0",
    "prettier": "^3.1.1",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3"
  },
  "directories": {
    "lib": "lib/"
  },
  "exports": {
    ".": {
      "require": "./lib/index.js",
      "import": "./lib/esm/index.js"
    },
    "./lib/WritableStream": {
      "require": "./lib/WritableStream.js",
      "import": "./lib/esm/WritableStream.js"
    }
  },
  "files": [
    "lib/**/*"
  ],
  "funding": [
    "https://github.com/fb55/htmlparser2?sponsor=1",
    {
      "type": "github",
      "url": "https://github.com/sponsors/fb55"
    }
  ],
  "homepage": "https://github.com/fb55/htmlparser2#readme",
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "coverageProvider": "v8",
    "moduleNameMapper": {
      "^(.*)\\.js$": [
        "$1",
        "$1.js"
      ]
    }
  },
  "keywords": [
    "html",
    "parser",
    "streams",
    "xml",
    "dom",
    "rss",
    "feed",
    "atom"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/esm/index.js",
  "name": "htmlparser2",
  "prettier": {
    "tabWidth": 4
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fb55/htmlparser2.git"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "tsc --sourceRoot https://raw.githubusercontent.com/fb55/htmlparser2/$(git rev-parse HEAD)/src/",
    "build:esm": "npm run build:cjs -- --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json",
    "format": "npm run format:es && npm run format:prettier",
    "format:es": "npm run lint:es -- --fix",
    "format:prettier": "npm run format:prettier:raw -- --write",
    "format:prettier:raw": "prettier '**/*.{ts,md,json,yml}'",
    "lint": "npm run lint:es && npm run lint:prettier",
    "lint:es": "eslint src",
    "lint:prettier": "npm run format:prettier:raw -- --check",
    "prepare": "npm run build",
    "test": "npm run test:jest && npm run lint",
    "test:jest": "jest"
  },
  "sideEffects": false,
  "types": "lib/index.d.ts",
  "version": "9.1.0"
}
