Skip to content

Commit eee0030

Browse files
postcss-single-spa-scoped-1.6.6 (#2528)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 06ef16b commit eee0030

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"name": "postcss-single-spa-scoped",
3+
"version": "1.6.6",
4+
"description": "PostCSS plugin for manipulating the CSS in a single-spa application to best achieve scoped CSS",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"postcss-single-spa-scoped"
10+
],
11+
"author": {
12+
"name": "Fisnik",
13+
"email": "[email protected]"
14+
},
15+
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "github.com/ukaj808/postcss-single-spa-prefix"
19+
},
20+
"engines": {
21+
"node": ">=16.0.0"
22+
},
23+
"main": "index.js",
24+
"types": "index.d.ts",
25+
"peerDependencies": {
26+
"postcss": "^8.3.0"
27+
},
28+
"dependencies": {
29+
"css.escape": "^1.5.1",
30+
"uuid": "^9.0.1"
31+
},
32+
33+
"gitHead": "1ff58b1f522aa568d4bfd97a7dd97ac20e12c397",
34+
"_nodeVersion": "20.18.3",
35+
"_npmVersion": "10.8.2",
36+
"dist": {
37+
"integrity": "sha512-RdOcIGon0EgaYMyXiA9cY9oiUXO8lbk5sTCzlTRRxwjufL98tVtixEDaA4XbQwcQ3dUNYOCe0uE34iZB+EVVgw==",
38+
"shasum": "58accd6f272b02087e21475a3b97034c4d8324c9",
39+
"tarball": "https://registry.npmjs.org/postcss-single-spa-scoped/-/postcss-single-spa-scoped-1.6.6.tgz",
40+
"fileCount": 6,
41+
"unpackedSize": 11708,
42+
"signatures": [
43+
{
44+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
45+
"sig": "MEUCIC7BHQl25cgvlibZbYMJ0aBHqxK1043/gkiwmo7KQI7WAiEAwTH2vMMdLVZu5gSrPszjhmC8qmixiMYaQ5Nb3YzfOGo="
46+
}
47+
]
48+
},
49+
"_npmUser": {
50+
"name": "ukaj808",
51+
"email": "[email protected]"
52+
},
53+
"directories": {},
54+
"maintainers": [
55+
{
56+
"name": "ukaj808",
57+
"email": "[email protected]"
58+
}
59+
],
60+
"_npmOperationalInternal": {
61+
"host": "s3://npm-registry-packages-npm-production",
62+
"tmp": "tmp/postcss-single-spa-scoped_1.6.6_1740567057972_0.7706801406613597"
63+
},
64+
"_hasShrinkwrap": false,
65+
"_time": "2025-02-26T10:50:58.210Z"
66+
}

0 commit comments

Comments
 (0)