Skip to content

Commit fc36758

Browse files
csstools/postcss-rewrite-url-2.1.1 (#2448)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d8a5ab0 commit fc36758

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
{
2+
"name": "@csstools/postcss-rewrite-url",
3+
"description": "Rewrite url values in CSS",
4+
"version": "2.1.1",
5+
"contributors": [
6+
{
7+
"name": "Antonio Laguna",
8+
"email": "[email protected]",
9+
"url": "https://antonio.laguna.es"
10+
},
11+
{
12+
"name": "Romain Menke",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"license": "MIT-0",
17+
"funding": [
18+
{
19+
"type": "github",
20+
"url": "https://github.com/sponsors/csstools"
21+
},
22+
{
23+
"type": "opencollective",
24+
"url": "https://opencollective.com/csstools"
25+
}
26+
],
27+
"engines": {
28+
"node": ">=18"
29+
},
30+
"type": "module",
31+
"main": "dist/index.cjs",
32+
"module": "dist/index.mjs",
33+
"exports": {
34+
".": {
35+
"import": {
36+
"types": "./dist/index.d.ts",
37+
"default": "./dist/index.mjs"
38+
},
39+
"require": {
40+
"default": "./dist/index.cjs"
41+
}
42+
}
43+
},
44+
"dependencies": {
45+
"@csstools/css-parser-algorithms": "^3.0.5",
46+
"@csstools/css-tokenizer": "^3.0.4"
47+
},
48+
"peerDependencies": {
49+
"postcss": "^8.4"
50+
},
51+
"scripts": {},
52+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-rewrite-url#readme",
53+
"repository": {
54+
"type": "git",
55+
"url": "git+https://github.com/csstools/postcss-plugins.git",
56+
"directory": "plugins/postcss-rewrite-url"
57+
},
58+
"bugs": {
59+
"url": "https://github.com/csstools/postcss-plugins/issues"
60+
},
61+
"keywords": [
62+
"postcss-plugin",
63+
"rewrite",
64+
"url"
65+
],
66+
"_id": "@csstools/[email protected]",
67+
"gitHead": "6a9692563a7db8b6997714369fa9ab138c26a4e9",
68+
"types": "./dist/index.d.ts",
69+
"_nodeVersion": "22.12.0",
70+
"_npmVersion": "10.9.0",
71+
"dist": {
72+
"integrity": "sha512-c1fGUtdC4qvoiUhGrzNXiTjVsHJhoJ4lbsLKORSoRhkWnjyx6CUJyWhfkvGDLyQtYkKLDxtXm25em+we6yOL8w==",
73+
"shasum": "71c7eec113d5d476529d85de9c8bfb2ef4d960c3",
74+
"tarball": "https://registry.npmjs.org/@csstools/postcss-rewrite-url/-/postcss-rewrite-url-2.1.1.tgz",
75+
"fileCount": 7,
76+
"unpackedSize": 11027,
77+
"signatures": [
78+
{
79+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
80+
"sig": "MEYCIQC8gtcurbuwAcROkctoqKa6dswT1wINe4eSiUQ9u96GWgIhAPQBV2jNG/RWX0QJVZRqq9FCb1PW3SOm+AAHjnIIUTwV"
81+
}
82+
]
83+
},
84+
"_npmUser": {
85+
"name": "romainmenke",
86+
"email": "[email protected]"
87+
},
88+
"directories": {},
89+
"maintainers": [
90+
{
91+
"name": "jonathantneal",
92+
"email": "[email protected]"
93+
},
94+
{
95+
"name": "alaguna",
96+
"email": "[email protected]"
97+
},
98+
{
99+
"name": "romainmenke",
100+
"email": "[email protected]"
101+
}
102+
],
103+
"_npmOperationalInternal": {
104+
"host": "s3://npm-registry-packages-npm-production",
105+
"tmp": "tmp/postcss-rewrite-url_2.1.1_1748342913514_0.4532350534463818"
106+
},
107+
"_hasShrinkwrap": false,
108+
"_time": "2025-05-27T10:48:33.674Z"
109+
}

0 commit comments

Comments
 (0)