Skip to content

Commit 3b25120

Browse files
postcss-nest-1.0.3 (#2296)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9ed64c1 commit 3b25120

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

directory/postcss-nest.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"name": "postcss-nest",
3+
"version": "1.0.3",
4+
"description": "PostCss plugin for Property-level factoring, block-level merging, and nesting of pseudo-classes/elements producing beautiful, modern, minimal, maintainable, DRY CSS",
5+
"author": {
6+
"name": "xero"
7+
},
8+
"license": "CC0-1.0",
9+
"main": "postcss-nest.js",
10+
"type": "module",
11+
"types": "postcss-nest.d.ts",
12+
"exports": {
13+
"import": "./postcss-nest.js",
14+
"require": "./postcss-nest.js"
15+
},
16+
"keywords": [
17+
"postcss",
18+
"postcss-plugin",
19+
"css",
20+
"nesting",
21+
"css nesting",
22+
"plugin",
23+
"css transpiler"
24+
],
25+
"peerDependencies": {
26+
"postcss": "^8.0.0"
27+
},
28+
"devDependencies": {
29+
"vitest": "^3.2.4"
30+
},
31+
"scripts": {
32+
"test": "vitest run",
33+
"test:watch": "vitest"
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/xero/postcss-nest.git"
38+
},
39+
40+
"gitHead": "432cb5cf2f8fcd8f65bbbdce88a305be0fb5d279",
41+
"bugs": {
42+
"url": "https://github.com/xero/postcss-nest/issues"
43+
},
44+
"homepage": "https://github.com/xero/postcss-nest#readme",
45+
"_nodeVersion": "22.8.0",
46+
"_npmVersion": "10.8.2",
47+
"dist": {
48+
"integrity": "sha512-ODM21En+ab802TfNugiuk8Cl99M+97x8a25GGOvY8NoADHjQchVUu3PJ/8gz3wO+sxR/6KMpFKy1oRDQ4mkfeQ==",
49+
"shasum": "24eb8f5ee3a3cb1dc71f621ec4375a29d3219cc9",
50+
"tarball": "https://registry.npmjs.org/postcss-nest/-/postcss-nest-1.0.3.tgz",
51+
"fileCount": 6,
52+
"unpackedSize": 56579,
53+
"signatures": [
54+
{
55+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
56+
"sig": "MEUCIF9o7Qb5kisXwOueTGYUPXcdxzIyW/qBDoucuOnexL4eAiEAm3OC2qlpU6nPsPEhzNd3A5RgNYVgCzPJirsWkuZlCvc="
57+
}
58+
]
59+
},
60+
"_npmUser": {
61+
"name": "xero",
62+
"email": "[email protected]",
63+
"actor": {
64+
"name": "xero",
65+
"email": "[email protected]",
66+
"type": "user"
67+
}
68+
},
69+
"directories": {},
70+
"maintainers": [
71+
{
72+
"name": "xero",
73+
"email": "[email protected]"
74+
}
75+
],
76+
"_npmOperationalInternal": {
77+
"host": "s3://npm-registry-packages-npm-production",
78+
"tmp": "tmp/postcss-nest_1.0.3_1750771658187_0.5061486160626043"
79+
},
80+
"_hasShrinkwrap": false,
81+
"_time": "2025-06-24T13:27:38.371Z"
82+
}

0 commit comments

Comments
 (0)