Skip to content

Commit de8d3f2

Browse files
postcss-nth-nested-1.0.3 (#2194)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d6353d8 commit de8d3f2

1 file changed

Lines changed: 103 additions & 0 deletions

File tree

directory/postcss-nth-nested.json

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"name": "postcss-nth-nested",
3+
"version": "1.0.3",
4+
"description": "PostCSS plugin for :nth-nested(n) descendent depth selector to select elements by their depth in the DOM",
5+
"main": "index.js",
6+
"keywords": [
7+
"postcss",
8+
"css",
9+
"postcss-plugin",
10+
"postcss-nth-nested",
11+
"children"
12+
],
13+
"scripts": {
14+
"test": "jest --coverage && eslint .",
15+
"test:watch": "jest --watch --coverage",
16+
"prepublishOnly": "npm test"
17+
},
18+
"author": {
19+
"name": "George Adamson https://github.com/georgeadamson"
20+
},
21+
"license": "MIT",
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/georgeadamson/postcss-nth-nested.git"
25+
},
26+
"engines": {
27+
"node": ">=15.0.0"
28+
},
29+
"peerDependencies": {
30+
"postcss": "^8.3.0"
31+
},
32+
"devDependencies": {
33+
"clean-publish": "^3.4.2",
34+
"eslint": "^8.0.1",
35+
"eslint-plugin-jest": "^25.2.2",
36+
"jest": "^27.3.1",
37+
"postcss": "^8.3.11"
38+
},
39+
"eslintConfig": {
40+
"parserOptions": {
41+
"ecmaVersion": 2017
42+
},
43+
"env": {
44+
"node": true,
45+
"es6": true
46+
},
47+
"extends": [
48+
"eslint:recommended",
49+
"plugin:jest/recommended"
50+
],
51+
"rules": {
52+
"jest/expect-expect": "off"
53+
}
54+
},
55+
"jest": {
56+
"coverageThreshold": {
57+
"global": {
58+
"statements": 100
59+
}
60+
}
61+
},
62+
"dependencies": {
63+
"postcss-selector-parser": "^6.0.13"
64+
},
65+
66+
"gitHead": "1c4c5aecb628b3244c676fd326d748c6ca6f203a",
67+
"bugs": {
68+
"url": "https://github.com/georgeadamson/postcss-nth-nested/issues"
69+
},
70+
"homepage": "https://github.com/georgeadamson/postcss-nth-nested#readme",
71+
"_nodeVersion": "20.10.0",
72+
"_npmVersion": "10.2.3",
73+
"dist": {
74+
"integrity": "sha512-Bo/lPra8C7zwW5+ddVVFF9zBJ4F4EhaM8c8lRA/wIgmK51hJFIlo0TGW37rItN2NQFwC4tLD4Gnt/ckTs3iXEA==",
75+
"shasum": "072af5dc40f4fa18c7cfff4abd755fd100f44138",
76+
"tarball": "https://registry.npmjs.org/postcss-nth-nested/-/postcss-nth-nested-1.0.3.tgz",
77+
"fileCount": 4,
78+
"unpackedSize": 7144,
79+
"signatures": [
80+
{
81+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82+
"sig": "MEUCIQCKzkIg7mqdIfYBLMfHyjtCFZuQLOSK0nI1t+PEn5fmkgIgKKC/Bn+Wa4h971Em0AfrFXcuavq+bLdmpjm+dHda7os="
83+
}
84+
]
85+
},
86+
"_npmUser": {
87+
"name": "georgeadamson",
88+
"email": "[email protected]"
89+
},
90+
"directories": {},
91+
"maintainers": [
92+
{
93+
"name": "georgeadamson",
94+
"email": "[email protected]"
95+
}
96+
],
97+
"_npmOperationalInternal": {
98+
"host": "s3://npm-registry-packages-npm-production",
99+
"tmp": "tmp/postcss-nth-nested_1.0.3_1746781066060_0.7591998342443176"
100+
},
101+
"_hasShrinkwrap": false,
102+
"_time": "2025-05-09T08:57:46.232Z"
103+
}

0 commit comments

Comments
 (0)