芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/cheerio-select/package.json
{ "_args": [ [ "cheerio-select@1.5.0", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "cheerio-select@1.5.0", "_id": "cheerio-select@1.5.0", "_inBundle": false, "_integrity": "sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==", "_location": "/cheerio-select", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "cheerio-select@1.5.0", "name": "cheerio-select", "escapedName": "cheerio-select", "rawSpec": "1.5.0", "saveSpec": null, "fetchSpec": "1.5.0" }, "_requiredBy": [ "/cheerio" ], "_resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.5.0.tgz", "_spec": "1.5.0", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Felix Boehm", "email": "me@feedic.com" }, "bugs": { "url": "https://github.com/cheeriojs/cheerio-select/issues" }, "dependencies": { "css-select": "^4.1.3", "css-what": "^5.0.1", "domelementtype": "^2.2.0", "domhandler": "^4.2.0", "domutils": "^2.7.0" }, "description": "CSS selector engine supporting jQuery selectors", "devDependencies": { "@types/jest": "^26.0.23", "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", "coveralls": "^3.1.0", "eslint": "^7.28.0", "eslint-config-prettier": "^8.3.0", "htmlparser2": "^6.1.0", "jest": "^27.0.4", "prettier": "^2.3.1", "ts-jest": "^27.0.3", "typescript": "^4.3.2" }, "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", "coverage": "cat coverage/lcov.info | coveralls", "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": "jest --coverage && npm run lint" }, "sideEffects": false, "types": "lib/index.d.ts", "version": "1.5.0" }