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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
| {
| "_from": "postcss-selector-parser@^6.0.2",
| "_id": "postcss-selector-parser@6.0.10",
| "_inBundle": false,
| "_integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
| "_location": "/postcss-selector-parser",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "postcss-selector-parser@^6.0.2",
| "name": "postcss-selector-parser",
| "escapedName": "postcss-selector-parser",
| "rawSpec": "^6.0.2",
| "saveSpec": null,
| "fetchSpec": "^6.0.2"
| },
| "_requiredBy": [
| "/@vue/component-compiler-utils",
| "/postcss-attribute-case-insensitive",
| "/postcss-calc",
| "/postcss-modules-local-by-default",
| "/postcss-modules-scope"
| ],
| "_resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
| "_shasum": "79b61e2c0d1bfc2602d549e11d0876256f8df88d",
| "_spec": "postcss-selector-parser@^6.0.2",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\postcss-modules-local-by-default",
| "ava": {
| "require": [
| "@babel/register"
| ],
| "concurrency": 5,
| "timeout": "25s"
| },
| "bugs": {
| "url": "https://github.com/postcss/postcss-selector-parser/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Ben Briggs",
| "email": "beneb.info@gmail.com",
| "url": "http://beneb.info"
| },
| {
| "name": "Chris Eppstein",
| "email": "chris@eppsteins.net",
| "url": "http://twitter.com/chriseppstein"
| }
| ],
| "dependencies": {
| "cssesc": "^3.0.0",
| "util-deprecate": "^1.0.2"
| },
| "deprecated": false,
| "description": "> Selector parser with built in methods for working with selector strings.",
| "devDependencies": {
| "@babel/cli": "^7.11.6",
| "@babel/core": "^7.11.6",
| "@babel/eslint-parser": "^7.11.5",
| "@babel/eslint-plugin": "^7.11.5",
| "@babel/plugin-proposal-class-properties": "^7.10.4",
| "@babel/preset-env": "^7.11.5",
| "@babel/register": "^7.11.5",
| "ava": "^3.12.1",
| "babel-plugin-add-module-exports": "^1.0.4",
| "coveralls": "^3.1.0",
| "del-cli": "^3.0.1",
| "eslint": "^7.9.0",
| "eslint-plugin-import": "^2.22.0",
| "glob": "^7.1.6",
| "minimist": "^1.2.5",
| "nyc": "^15.1.0",
| "postcss": "^8.0.0",
| "semver": "^7.3.2",
| "typescript": "^4.0.3"
| },
| "engines": {
| "node": ">=4"
| },
| "files": [
| "API.md",
| "CHANGELOG.md",
| "LICENSE-MIT",
| "dist",
| "postcss-selector-parser.d.ts",
| "!**/__tests__"
| ],
| "homepage": "https://github.com/postcss/postcss-selector-parser",
| "license": "MIT",
| "main": "dist/index.js",
| "name": "postcss-selector-parser",
| "nyc": {
| "exclude": [
| "node_modules",
| "**/__tests__"
| ]
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/postcss/postcss-selector-parser.git"
| },
| "scripts": {
| "lintfix": "eslint --fix src",
| "prepare": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
| "pretest": "eslint src && tsc --noEmit postcss-selector-parser.d.ts",
| "report": "nyc report --reporter=html",
| "test": "nyc ava src/__tests__/*.js ",
| "testone": "ava"
| },
| "types": "postcss-selector-parser.d.ts",
| "version": "6.0.10"
| }
|
|