{ "_from": "cheerio@^1.0.0-rc.3", "_id": "cheerio@1.1.2", "_inBundle": false, "_integrity": "sha512-IkxPpb5rS/d1IiLbHMgfPuS0FgiWTtFIm/Nj+2woXDLTZ7fOT2eqzgYbdMlLweqlHbsZjxEChoVK+7iph7jyQg==", "_location": "/cheerio", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "cheerio@^1.0.0-rc.3", "name": "cheerio", "escapedName": "cheerio", "rawSpec": "^1.0.0-rc.3", "saveSpec": null, "fetchSpec": "^1.0.0-rc.3" }, "_requiredBy": [ "/enzyme" ], "_resolved": "https://registry.npmmirror.com/cheerio/-/cheerio-1.1.2.tgz", "_shasum": "26af77e89336c81c63ea83197f868b4cbd351369", "_spec": "cheerio@^1.0.0-rc.3", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/enzyme", "author": { "name": "Matt Mueller", "email": "mattmuelle@gmail.com" }, "browser": "./dist/browser/index.js", "bugs": { "url": "https://github.com/cheeriojs/cheerio/issues" }, "bundleDependencies": false, "dependencies": { "cheerio-select": "^2.1.0", "dom-serializer": "^2.0.0", "domhandler": "^5.0.3", "domutils": "^3.2.2", "encoding-sniffer": "^0.2.1", "htmlparser2": "^10.0.0", "parse5": "^7.3.0", "parse5-htmlparser2-tree-adapter": "^7.1.0", "parse5-parser-stream": "^7.1.2", "undici": "^7.12.0", "whatwg-mimetype": "^4.0.0" }, "deprecated": false, "description": "The fast, flexible & elegant library for parsing and manipulating HTML and XML.", "devDependencies": { "@eslint/compat": "^1.3.1", "@eslint/js": "^9.30.1", "@imgix/js-core": "^3.8.0", "@octokit/graphql": "^9.0.1", "@types/jsdom": "^21.1.7", "@types/node": "^24.0.15", "@types/whatwg-mimetype": "^3.0.2", "@vitest/coverage-v8": "^3.2.4", "@vitest/eslint-plugin": "^1.3.4", "eslint": "^9.31.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jsdoc": "^51.4.1", "eslint-plugin-n": "^17.21.0", "eslint-plugin-unicorn": "^59.0.1", "globals": "^16.3.0", "husky": "^9.1.7", "jquery": "^3.7.1", "jsdom": "^26.1.0", "lint-staged": "^16.1.2", "prettier": "^3.6.2", "prettier-plugin-jsdoc": "^1.3.3", "tinybench": "^4.0.1", "tshy": "^3.0.2", "tsx": "^4.20.3", "typescript": "^5.8.3", "typescript-eslint": "^8.37.0", "vitest": "^3.1.4" }, "engines": { "node": ">=20.18.1" }, "exports": { ".": { "browser": { "types": "./dist/browser/index.d.ts", "default": "./dist/browser/index.js" }, "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/commonjs/index.d.ts", "default": "./dist/commonjs/index.js" } }, "./slim": { "browser": { "types": "./dist/browser/slim.d.ts", "default": "./dist/browser/slim.js" }, "import": { "types": "./dist/esm/slim.d.ts", "default": "./dist/esm/slim.js" }, "require": { "types": "./dist/commonjs/slim.d.ts", "default": "./dist/commonjs/slim.js" } }, "./utils": { "browser": { "types": "./dist/browser/utils.d.ts", "default": "./dist/browser/utils.js" }, "import": { "types": "./dist/esm/utils.d.ts", "default": "./dist/esm/utils.js" }, "require": { "types": "./dist/commonjs/utils.d.ts", "default": "./dist/commonjs/utils.js" } }, "./package.json": "./package.json" }, "files": [ "dist", "src" ], "funding": "https://github.com/cheeriojs/cheerio?sponsor=1", "homepage": "https://cheerio.js.org/", "keywords": [ "htmlparser", "jquery", "selector", "scraper", "parser", "dom", "xml", "html" ], "license": "MIT", "lint-staged": { "*.js": [ "prettier --write", "eslint --fix" ], "*.{json,md,ts,yml}": [ "prettier --write" ] }, "main": "./dist/commonjs/index.js", "maintainers": [ { "name": "Felix Boehm", "email": "me@feedic.com" } ], "module": "./dist/esm/index.js", "name": "cheerio", "prettier": { "plugins": [ "./node_modules/prettier-plugin-jsdoc/dist/index.js" ], "proseWrap": "always", "singleQuote": true, "tabWidth": 2, "tsdoc": true }, "repository": { "type": "git", "url": "git://github.com/cheeriojs/cheerio.git" }, "scripts": { "benchmark": "node --import=tsx benchmark/benchmark.ts", "build": "tshy", "format": "npm run format:es && npm run format:prettier", "format:es": "eslint . --fix", "format:prettier": "npm run format:prettier:raw -- --write", "format:prettier:raw": "prettier \"**/*.{{m,c,}{j,t}s{x,},md{x,},json,y{a,}ml}\" --ignore-path .gitignore", "lint": "npm run lint:es && npm run lint:prettier && npm run lint:ts", "lint:es": "eslint .", "lint:prettier": "npm run format:prettier:raw -- --check", "lint:ts": "tsc --noEmit", "prepare": "husky", "prepublishOnly": "npm run build", "test": "npm run lint && npm run test:vi", "test:vi": "vitest run", "update-sponsors": "tsx scripts/fetch-sponsors.mts" }, "tshy": { "esmDialects": [ "browser" ], "exports": { ".": "./src/index.ts", "./slim": "./src/slim.ts", "./utils": "./src/utils.ts", "./package.json": "./package.json" }, "exclude": [ "**/*.spec.ts", "**/__fixtures__/*", "**/__tests__/*", "**/__snapshots__/*" ] }, "type": "module", "types": "./dist/commonjs/index.d.ts", "version": "1.1.2" }