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
| {
| "_from": "postcss-selector-parser@^3.0.0",
| "_id": "postcss-selector-parser@3.1.2",
| "_inBundle": false,
| "_integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==",
| "_location": "/postcss-merge-rules/postcss-selector-parser",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "postcss-selector-parser@^3.0.0",
| "name": "postcss-selector-parser",
| "escapedName": "postcss-selector-parser",
| "rawSpec": "^3.0.0",
| "saveSpec": null,
| "fetchSpec": "^3.0.0"
| },
| "_requiredBy": [
| "/postcss-merge-rules"
| ],
| "_resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz",
| "_shasum": "b310f5c4c0fdaf76f94902bbaa30db6aa84f5270",
| "_spec": "postcss-selector-parser@^3.0.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\postcss-merge-rules",
| "ava": {
| "require": "babel-register",
| "concurrency": 5
| },
| "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": {
| "dot-prop": "^5.2.0",
| "indexes-of": "^1.0.1",
| "uniq": "^1.0.1"
| },
| "deprecated": false,
| "description": "> Selector parser with built in methods for working with selector strings.",
| "devDependencies": {
| "ava": "^0.20.0",
| "babel-cli": "^6.4.0",
| "babel-core": "^6.4.0",
| "babel-plugin-add-module-exports": "^0.2.0",
| "babel-plugin-precompile-charcodes": "^1.0.0",
| "babel-preset-es2015": "^6.3.13",
| "babel-preset-es2015-loose": "^7.0.0",
| "babel-preset-stage-0": "^6.3.13",
| "babel-register": "^6.9.0",
| "coveralls": "^2.11.6",
| "del-cli": "^0.2.0",
| "eslint": "^3.0.0",
| "eslint-config-cssnano": "^3.0.0",
| "eslint-plugin-babel": "^3.3.0",
| "eslint-plugin-import": "^1.10.2",
| "glob": "^7.0.3",
| "minimist": "^1.2.0",
| "nyc": "^10.0.0",
| "postcss": "^6.0.6"
| },
| "engines": {
| "node": ">=8"
| },
| "eslintConfig": {
| "extends": "cssnano"
| },
| "files": [
| "API.md",
| "CHANGELOG.md",
| "LICENSE-MIT",
| "dist",
| "postcss-selector-parser.d.ts"
| ],
| "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": {
| "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
| "pretest": "eslint src",
| "report": "nyc report --reporter=html",
| "test": "nyc ava src/__tests__/*.js"
| },
| "types": "postcss-selector-parser.d.ts",
| "version": "3.1.2"
| }
|
|