| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 | {  "_args": [    [      "cheerio-select@1.6.0",      "F:\\cocorobo\\CocoRoboDesktop\\node"    ]  ],  "_from": "cheerio-select@1.6.0",  "_id": "cheerio-select@1.6.0",  "_inBundle": false,  "_integrity": "sha512-eq0GdBvxVFbqWgmCm7M3XGs1I8oLy/nExUnh6oLqmBditPO9AqQJrkslDpMun/hZ0yyTs8L0m85OHp4ho6Qm9g==",  "_location": "/cheerio-select",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "cheerio-select@1.6.0",    "name": "cheerio-select",    "escapedName": "cheerio-select",    "rawSpec": "1.6.0",    "saveSpec": null,    "fetchSpec": "1.6.0"  },  "_requiredBy": [    "/cheerio"  ],  "_resolved": "https://registry.npmmirror.com/cheerio-select/-/cheerio-select-1.6.0.tgz",  "_spec": "1.6.0",  "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",  "author": {    "name": "Felix Boehm",    "email": "me@feedic.com"  },  "bugs": {    "url": "https://github.com/cheeriojs/cheerio-select/issues"  },  "dependencies": {    "css-select": "^4.3.0",    "css-what": "^6.0.1",    "domelementtype": "^2.2.0",    "domhandler": "^4.3.1",    "domutils": "^2.8.0"  },  "description": "CSS selector engine supporting jQuery selectors",  "devDependencies": {    "@types/jest": "^27.4.1",    "@types/node": "^17.0.23",    "@typescript-eslint/eslint-plugin": "^5.16.0",    "@typescript-eslint/parser": "^5.16.0",    "eslint": "^8.12.0",    "eslint-config-prettier": "^8.5.0",    "htmlparser2": "^7.2.0",    "jest": "^27.5.1",    "prettier": "^2.6.1",    "ts-jest": "^27.1.3",    "typescript": "^4.6.3"  },  "directories": {    "lib": "lib/"  },  "files": [    "lib/**/*"  ],  "funding": {    "url": "https://github.com/sponsors/fb55"  },  "homepage": "https://github.com/cheeriojs/cheerio-select#readme",  "jest": {    "preset": "ts-jest",    "testEnvironment": "node"  },  "license": "BSD-2-Clause",  "main": "lib/index.js",  "name": "cheerio-select",  "prettier": {    "tabWidth": 4  },  "repository": {    "type": "git",    "url": "git://github.com/cheeriojs/cheerio-select.git"  },  "scripts": {    "build": "tsc",    "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": "1.6.0"}
 |