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": "nth-check@^2.0.1",
| "_id": "nth-check@2.0.1",
| "_inBundle": false,
| "_integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
| "_location": "/node-html-parser/nth-check",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "nth-check@^2.0.1",
| "name": "nth-check",
| "escapedName": "nth-check",
| "rawSpec": "^2.0.1",
| "saveSpec": null,
| "fetchSpec": "^2.0.1"
| },
| "_requiredBy": [
| "/node-html-parser/css-select"
| ],
| "_resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
| "_shasum": "2efe162f5c3da06a28959fbd3db75dbeea9f0fc2",
| "_spec": "nth-check@^2.0.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\node-html-parser\\node_modules\\css-select",
| "author": {
| "name": "Felix Boehm",
| "email": "me@feedic.com"
| },
| "bugs": {
| "url": "https://github.com/fb55/nth-check/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "boolbase": "^1.0.0"
| },
| "deprecated": false,
| "description": "Parses and compiles CSS nth-checks to highly optimized functions.",
| "devDependencies": {
| "@types/jest": "^27.0.1",
| "@types/node": "^16.9.1",
| "@typescript-eslint/eslint-plugin": "^4.31.1",
| "@typescript-eslint/parser": "^4.31.1",
| "eslint": "^7.32.0",
| "eslint-config-prettier": "^8.3.0",
| "jest": "^27.2.0",
| "prettier": "^2.4.1",
| "ts-jest": "^27.0.5",
| "typescript": "^4.4.3"
| },
| "directories": {
| "lib": "lib/"
| },
| "files": [
| "lib/**/*"
| ],
| "funding": {
| "url": "https://github.com/fb55/nth-check?sponsor=1"
| },
| "homepage": "https://github.com/fb55/nth-check",
| "jest": {
| "preset": "ts-jest",
| "testEnvironment": "node"
| },
| "keywords": [
| "nth-child",
| "nth",
| "css"
| ],
| "license": "BSD-2-Clause",
| "main": "lib/index.js",
| "name": "nth-check",
| "prettier": {
| "tabWidth": 4
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/fb55/nth-check.git"
| },
| "scripts": {
| "build": "tsc",
| "format": "npm run format:es && npm run format:prettier",
| "format:es": "npm run lint:es -- --fix",
| "format:prettier": "npm run prettier -- --write",
| "lint": "npm run lint:es && npm run lint:prettier",
| "lint:es": "eslint .",
| "lint:prettier": "npm run prettier -- --check",
| "prepare": "npm run build",
| "prettier": "prettier '**/*.{ts,md,json,yml}'",
| "test": "npm run test:jest && npm run lint",
| "test:jest": "jest"
| },
| "sideEffects": false,
| "types": "lib/index.d.ts",
| "version": "2.0.1"
| }
|
|