1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
| {
| "_from": "cheerio-select@^1.5.0",
| "_id": "cheerio-select@1.6.0",
| "_inBundle": false,
| "_integrity": "sha512-eq0GdBvxVFbqWgmCm7M3XGs1I8oLy/nExUnh6oLqmBditPO9AqQJrkslDpMun/hZ0yyTs8L0m85OHp4ho6Qm9g==",
| "_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.6.0.tgz",
| "_shasum": "489f36604112c722afa147dedd0d4609c09e1696",
| "_spec": "cheerio-select@^1.5.0",
| "_where": "/home/l/plc/node-red/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.3.0",
| "css-what": "^6.0.1",
| "domelementtype": "^2.2.0",
| "domhandler": "^4.3.1",
| "domutils": "^2.8.0"
| },
| "deprecated": false,
| "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"
| }
|
|