'f'
mh-two-thousand-and-two
2024-04-12 26f2711ef9461961fb953e2b497bd314ef95e345
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
{
  "_args": [
    [
      "css-select@2.1.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "css-select@2.1.0",
  "_id": "css-select@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
  "_location": "/svgo/css-select",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "css-select@2.1.0",
    "name": "css-select",
    "escapedName": "css-select",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/svgo"
  ],
  "_resolved": "https://registry.npmmirror.com/css-select/-/css-select-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Felix Boehm",
    "email": "me@feedic.com"
  },
  "bugs": {
    "url": "https://github.com/fb55/css-select/issues"
  },
  "dependencies": {
    "boolbase": "^1.0.0",
    "css-what": "^3.2.1",
    "domutils": "^1.7.0",
    "nth-check": "^1.0.2"
  },
  "description": "a CSS selector compiler/engine",
  "devDependencies": {
    "cheerio-soupselect": "^0.1.1",
    "coveralls": "^3.0.2",
    "eslint": "^6.0.0",
    "expect.js": "^0.3.1",
    "htmlparser2": "^4.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^6.0.0",
    "mocha-lcov-reporter": "^1.3.0"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib"
  ],
  "homepage": "https://github.com/fb55/css-select#readme",
  "keywords": [
    "css",
    "selector",
    "sizzle"
  ],
  "license": "BSD-2-Clause",
  "name": "css-select",
  "prettier": {
    "tabWidth": 4
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fb55/css-select.git"
  },
  "scripts": {
    "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
    "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
    "lint": "eslint index.js lib/*.js test/*.js",
    "test": "mocha && npm run lint"
  },
  "types": "index.d.ts",
  "version": "2.1.0"
}