| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_from": "cheerio-select@^1.5.0",
- "_id": "cheerio-select@1.5.0",
- "_inBundle": false,
- "_integrity": "sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==",
- "_location": "/cheerio-select",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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",
- "_shasum": "faf3daeb31b17c5e1a9dabcee288aaf8aafa5823",
- "_spec": "cheerio-select@^1.5.0",
- "_where": "D:\\diligent\\projects\\scrapper\\node_modules\\cheerio",
- "author": {
- "name": "Felix Boehm",
- "email": "me@feedic.com"
- },
- "bugs": {
- "url": "https://github.com/cheeriojs/cheerio-select/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "css-select": "^4.1.3",
- "css-what": "^5.0.1",
- "domelementtype": "^2.2.0",
- "domhandler": "^4.2.0",
- "domutils": "^2.7.0"
- },
- "deprecated": false,
- "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"
- }
|