11{
22 "name" : " @eik/postcss-plugin" ,
3- "version" : " 5.0.7" ,
3+ "version" : " 5.0.8" ,
4+ "description" : " PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules" ,
5+ "main" : " src/plugin.js" ,
6+ "types" : " ./types/plugin.d.ts" ,
7+ "type" : " module" ,
8+ "scripts" : {
9+ "clean" : " rimraf .tap node_modules types" ,
10+ "test" : " tap test/*.js --disable-coverage --allow-empty-coverage" ,
11+ "test:snapshot" : " TAP_SNAPSHOT=1 tap test/*.js --disable-coverage --allow-empty-coverage" ,
12+ "lint" : " eslint ." ,
13+ "lint:fix" : " eslint . --fix" ,
14+ "types" : " run-s types:module types:test" ,
15+ "types:module" : " tsc" ,
16+ "types:test" : " tsc --project tsconfig.test.json"
17+ },
18+ "repository" : {
19+ "type" : " git" ,
20+ "url" : " git+https://github.com/eik-lib/postcss-plugin.git"
21+ },
422 "keywords" : [
523 " css" ,
624 " postcss" ,
1230 "name" : " Finn.no"
1331 },
1432 "license" : " MIT" ,
15- 16- "maintainers" : [
17- {
18- "name" : " trygve-lie" ,
19- 20- },
21- {
22- "name" : " digitalsadhu" ,
23- 24- },
25- {
26- "name" : " trygve-bot" ,
27- 28- },
29- {
30- "name" : " wllm" ,
31- 32- }
33- ],
34- "homepage" : " https://github.com/eik-lib/postcss-plugin#readme" ,
3533 "bugs" : {
3634 "url" : " https://github.com/eik-lib/postcss-plugin/issues"
3735 },
36+ "homepage" : " https://github.com/eik-lib/postcss-plugin#readme" ,
37+ "devDependencies" : {
38+ "@eik/eslint-config" : " 1.0.23" ,
39+ "@eik/prettier-config" : " 1.0.1" ,
40+ "@eik/semantic-release-config" : " 1.0.11" ,
41+ "@eik/typescript-config" : " 1.0.0" ,
42+ "eslint" : " 9.39.2" ,
43+ "fastify" : " 5.6.2" ,
44+ "npm-run-all2" : " 8.0.4" ,
45+ "postcss" : " 8.5.6" ,
46+ "prettier" : " 3.7.4" ,
47+ "rimraf" : " 6.1.2" ,
48+ "rollup" : " 4.53.3" ,
49+ "semantic-release" : " 25.0.2" ,
50+ "tap" : " 21.5.0" ,
51+ "typescript" : " 5.9.3"
52+ },
53+ "dependencies" : {
54+ "@eik/common" : " 5.1.12" ,
55+ "css-url-parser" : " 1.1.4"
56+ },
57+ "peerDependencies" : {
58+ "postcss" : " ^8.0.0"
59+ },
60+ "engines" : {
61+ "node" : " >=20"
62+ },
63+ "gitHead" : " f4f6c65aaa9fe9cab59bcdd75f7ca837aad33882" ,
64+ 65+ "_nodeVersion" : " 24.12.0" ,
66+ "_npmVersion" : " 11.7.0" ,
3867 "dist" : {
39- "shasum" : " d8cb726c8cc7f1b6adc12a1a73baff78225f1885" ,
40- "tarball" : " https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.7.tgz" ,
68+ "integrity" : " sha512-utDOTwDM734tKpZy5PEybXV/gibFusUCY2AGpplughkJIJ92yZS8KgUidBn/g47q9iC2DZK/oUzLjTJsykeJOw==" ,
69+ "shasum" : " f2afc796c836c2dffa96c8da1e6bf7eed9291797" ,
70+ "tarball" : " https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.8.tgz" ,
4171 "fileCount" : 6 ,
42- "integrity" : " sha512-GylqZVM/M4kbyq/TulIBR+owNXvKsb4BKN2i3pvBe71KWa8PhOlRPJP8rQz5xJGkKd4AbZXyamz9SEHrA0YWQA==" ,
43- "signatures" : [
44- {
45- "sig" : " MEYCIQDcjpzDYSJ8i9kKLkIruoSUE/7qgn2ddcWTX4eT4OjZDwIhAIoQcbxe201SZ8cMp4P0DrXjNoaL/REMmmFoFxONAKLb" ,
46- "keyid" : " SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
47- }
48- ],
72+ "unpackedSize" : 26711 ,
4973 "attestations" : {
50- "url" :
" https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected] .7 " ,
74+ "url" :
" https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected] .8 " ,
5175 "provenance" : {
5276 "predicateType" : " https://slsa.dev/provenance/v1"
5377 }
5478 },
55- "unpackedSize" : 26383
56- },
57- "main" : " src/plugin.js" ,
58- "type" : " module" ,
59- "types" : " ./types/plugin.d.ts" ,
60- "engines" : {
61- "node" : " >=20"
62- },
63- "gitHead" : " a6fcba5f5f6911f6c874a819580cc4b8bd7ec99c" ,
64- "scripts" : {
65- "lint" : " eslint ." ,
66- "test" : " tap test/*.js --disable-coverage --allow-empty-coverage" ,
67- "clean" : " rimraf .tap node_modules types" ,
68- "types" : " run-s types:module types:test" ,
69- "lint:fix" : " eslint . --fix" ,
70- "types:test" : " tsc --project tsconfig.test.json" ,
71- "types:module" : " tsc" ,
72- "test:snapshot" : " TAP_SNAPSHOT=1 tap test/*.js --disable-coverage --allow-empty-coverage"
79+ "signatures" : [
80+ {
81+ "keyid" : " SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U" ,
82+ "sig" : " MEYCIQD1p9Z8GV2Un4iT4vl+x8TXnDjbpUBOJSVQL73F4vImFgIhAPVRy+cZmX7rbBn2tD7RgulhjFk84flH7NFZRKxgEfOg"
83+ }
84+ ]
7385 },
7486 "_npmUser" : {
7587 "name" : " GitHub Actions" ,
7991 "oidcConfigId" : " oidc:6d7ef4ad-3964-4125-a422-2ccf06c318b1"
8092 }
8193 },
82- "repository" : {
83- "url" : " git+https://github.com/eik-lib/postcss-plugin.git" ,
84- "type" : " git"
85- },
86- "_npmVersion" : " 11.7.0" ,
87- "description" : " PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules" ,
8894 "directories" : {},
89- "_nodeVersion" : " 24.11.1" ,
90- "dependencies" : {
91- "@eik/common" : " 5.1.11" ,
92- "css-url-parser" : " 1.1.4"
93- },
94- "_hasShrinkwrap" : false ,
95- "devDependencies" : {
96- "tap" : " 21.5.0" ,
97- "eslint" : " 9.39.1" ,
98- "rimraf" : " 6.1.2" ,
99- "rollup" : " 4.53.3" ,
100- "fastify" : " 5.6.2" ,
101- "postcss" : " 8.5.6" ,
102- "prettier" : " 3.7.4" ,
103- "typescript" : " 5.9.3" ,
104- "npm-run-all2" : " 8.0.4" ,
105- "semantic-release" : " 25.0.2" ,
106- "@eik/eslint-config" : " 1.0.23" ,
107- "@eik/prettier-config" : " 1.0.1" ,
108- "@eik/typescript-config" : " 1.0.0" ,
109- "@eik/semantic-release-config" : " 1.0.10"
110- },
111- "peerDependencies" : {
112- "postcss" : " ^8.0.0"
113- },
95+ "maintainers" : [
96+ {
97+ "name" : " trygve-lie" ,
98+ 99+ },
100+ {
101+ "name" : " digitalsadhu" ,
102+ 103+ },
104+ {
105+ "name" : " trygve-bot" ,
106+ 107+ },
108+ {
109+ "name" : " leftiefriele" ,
110+ 111+ },
112+ {
113+ "name" : " wllm" ,
114+ 115+ }
116+ ],
114117 "_npmOperationalInternal" : {
115- "tmp " : " tmp/postcss-plugin_5.0.7_1765543173121_0.13669879961053288 " ,
116- "host " : " s3://npm-registry-packages-npm-production "
118+ "host " : " s3://npm-registry-packages-npm-production " ,
119+ "tmp " : " tmp/postcss-plugin_5.0.8_1766224875543_0.2942407462228507 "
117120 },
118- "_time" : " 2025-12-12T12:39:33.254Z"
121+ "_hasShrinkwrap" : false ,
122+ "_time" : " 2025-12-20T10:01:15.741Z"
119123}
0 commit comments