{
  "_args": [
    [
      "@selderee/plugin-htmlparser2@0.11.0",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "@selderee/plugin-htmlparser2@0.11.0",
  "_id": "@selderee/plugin-htmlparser2@0.11.0",
  "_inBundle": false,
  "_integrity": "sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==",
  "_location": "/@selderee/plugin-htmlparser2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@selderee/plugin-htmlparser2@0.11.0",
    "name": "@selderee/plugin-htmlparser2",
    "escapedName": "@selderee%2fplugin-htmlparser2",
    "scope": "@selderee",
    "rawSpec": "0.11.0",
    "saveSpec": null,
    "fetchSpec": "0.11.0"
  },
  "_requiredBy": [
    "/html-to-text"
  ],
  "_resolved": "https://registry.npmjs.org/@selderee/plugin-htmlparser2/-/plugin-htmlparser2-0.11.0.tgz",
  "_spec": "0.11.0",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "KillyMXI"
  },
  "bugs": {
    "url": "https://github.com/mxxii/selderee/issues"
  },
  "dependencies": {
    "domhandler": "^5.0.3",
    "selderee": "^0.11.0"
  },
  "description": "selderee plugin - selectors decision tree builder for htmlparser2 DOM.",
  "devDependencies": {
    "htmlparser2": "^8.0.1"
  },
  "exports": {
    "import": "./lib/hp2-builder.mjs",
    "require": "./lib/hp2-builder.cjs"
  },
  "files": [
    "lib"
  ],
  "funding": "https://ko-fi.com/killymxi",
  "homepage": "https://github.com/mxxii/selderee",
  "keywords": [
    "htmlparser2",
    "selderee",
    "plugin",
    "selderee plugin"
  ],
  "license": "MIT",
  "main": "./lib/hp2-builder.cjs",
  "module": "./lib/hp2-builder.mjs",
  "name": "@selderee/plugin-htmlparser2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mxxii/selderee.git"
  },
  "scripts": {
    "build": "npm run clean && npm run build:rollup && npm run build:types",
    "build:rollup": "rollup -c",
    "build:types": "tsc -d --emitDeclarationOnly --declarationDir ./lib",
    "clean": "rimraf lib"
  },
  "type": "module",
  "typedocMain": "./src/hp2-builder.ts",
  "types": "./lib/hp2-builder.d.ts",
  "version": "0.11.0"
}
