保誠-保戶業務員媒合平台
tomasysh
2022-05-25 43d0eed31f4b2a59e23c06ceba3616aac3f549f6
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
{
  "_from": "css-what@^6.0.1",
  "_id": "css-what@6.1.0",
  "_inBundle": false,
  "_integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  "_location": "/node-html-parser/css-what",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "css-what@^6.0.1",
    "name": "css-what",
    "escapedName": "css-what",
    "rawSpec": "^6.0.1",
    "saveSpec": null,
    "fetchSpec": "^6.0.1"
  },
  "_requiredBy": [
    "/node-html-parser/css-select"
  ],
  "_resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  "_shasum": "fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4",
  "_spec": "css-what@^6.0.1",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\node-html-parser\\node_modules\\css-select",
  "author": {
    "name": "Felix Böhm",
    "email": "me@feedic.com",
    "url": "http://feedic.com"
  },
  "bugs": {
    "url": "https://github.com/fb55/css-what/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "a CSS selector parser",
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@types/node": "^17.0.23",
    "@typescript-eslint/eslint-plugin": "^5.17.0",
    "@typescript-eslint/parser": "^5.17.0",
    "eslint": "^8.12.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-node": "^11.1.0",
    "jest": "^27.5.1",
    "prettier": "^2.6.1",
    "ts-jest": "^27.1.4",
    "typescript": "^4.6.3"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "lib/**/*"
  ],
  "funding": {
    "url": "https://github.com/sponsors/fb55"
  },
  "homepage": "https://github.com/fb55/css-what#readme",
  "jest": {
    "preset": "ts-jest",
    "roots": [
      "src"
    ]
  },
  "license": "BSD-2-Clause",
  "main": "lib/commonjs/index.js",
  "module": "lib/es/index.js",
  "name": "css-what",
  "prettier": {
    "tabWidth": 4
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fb55/css-what.git"
  },
  "scripts": {
    "build": "tsc && tsc -p tsconfig.es.json",
    "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 src",
    "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/es/index.d.ts",
  "version": "6.1.0"
}