{
  "_args": [
    [
      "cheerio@1.0.0-rc.9",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "cheerio@1.0.0-rc.9",
  "_id": "cheerio@1.0.0-rc.9",
  "_inBundle": false,
  "_integrity": "sha512-QF6XVdrLONO6DXRF5iaolY+odmhj2CLj+xzNod7INPWMi/x9X4SOylH0S/vaPpX+AUU6t04s34SQNh7DbkuCng==",
  "_location": "/cheerio",
  "_phantomChildren": {
    "domelementtype": "2.2.0",
    "domutils": "2.6.0",
    "entities": "2.2.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cheerio@1.0.0-rc.9",
    "name": "cheerio",
    "escapedName": "cheerio",
    "rawSpec": "1.0.0-rc.9",
    "saveSpec": null,
    "fetchSpec": "1.0.0-rc.9"
  },
  "_requiredBy": [
    "/juice"
  ],
  "_resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.9.tgz",
  "_spec": "1.0.0-rc.9",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Matt Mueller",
    "email": "mattmuelle@gmail.com",
    "url": "mat.io"
  },
  "bugs": {
    "url": "https://github.com/cheeriojs/cheerio/issues"
  },
  "dependencies": {
    "cheerio-select": "^1.4.0",
    "dom-serializer": "^1.3.1",
    "domhandler": "^4.2.0",
    "htmlparser2": "^6.1.0",
    "parse5": "^6.0.1",
    "parse5-htmlparser2-tree-adapter": "^6.0.1",
    "tslib": "^2.2.0"
  },
  "description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server",
  "devDependencies": {
    "@octokit/graphql": "^4.6.1",
    "@types/benchmark": "^2.1.0",
    "@types/jest": "^26.0.23",
    "@types/jsdom": "^16.2.10",
    "@types/node": "^15.0.2",
    "@types/node-fetch": "^2.5.10",
    "@types/parse5": "^6.0.0",
    "@types/parse5-htmlparser2-tree-adapter": "^6.0.0",
    "@typescript-eslint/eslint-plugin": "^4.22.1",
    "@typescript-eslint/parser": "^4.22.1",
    "benchmark": "^2.1.4",
    "eslint": "^7.25.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^24.3.6",
    "eslint-plugin-jsdoc": "^33.1.0",
    "eslint-plugin-node": "^11.1.0",
    "husky": "^4.3.8",
    "jest": "^26.6.3",
    "jquery": "^3.6.0",
    "jsdom": "^16.5.3",
    "lint-staged": "^10.5.4",
    "node-fetch": "^2.6.1",
    "prettier": "^2.2.1",
    "prettier-plugin-jsdoc": "0.3.22",
    "ts-jest": "^26.5.6",
    "ts-node": "^9.1.1",
    "typedoc": "^0.20.36",
    "typescript": "^4.2.4"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "lib"
  ],
  "funding": "https://github.com/cheeriojs/cheerio?sponsor=1",
  "homepage": "https://cheerio.js.org/",
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/__fixtures__/"
    ]
  },
  "keywords": [
    "htmlparser",
    "jquery",
    "selector",
    "scraper",
    "parser",
    "html"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "npm run test:lint -- --fix"
    ],
    "*.{json,md,ts,yml}": [
      "prettier --write"
    ]
  },
  "main": "lib/index.js",
  "name": "cheerio",
  "prettier": {
    "singleQuote": true,
    "tabWidth": 2,
    "tsdoc": true
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cheeriojs/cheerio.git"
  },
  "scripts": {
    "bench": "npm run benchmark",
    "benchmark": "ts-node benchmark/benchmark.ts --regex \"^(?!.*highmem)\"",
    "build": "tsc",
    "build:docs": "typedoc --hideGenerator src/index.ts",
    "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 \"**/*.{js,ts,md,json,yml}\" --ignore-path .gitignore",
    "lint": "npm run lint:es && npm run lint:prettier",
    "lint:es": "eslint --ignore-path .gitignore .",
    "lint:prettier": "npm run format:prettier:raw -- --check",
    "pre-commit": "lint-staged",
    "prepublishOnly": "npm run build",
    "test": "npm run lint && npm run test:jest",
    "test:jest": "jest",
    "test:jest:cov": "npm run test:jest -- --coverage",
    "update-sponsors": "ts-node scripts/fetch-sponsors.ts"
  },
  "types": "lib/index.d.ts",
  "version": "1.0.0-rc.9"
}
