11{
22 "name" : " @eik/postcss-plugin" ,
33 "version" : " 5.0.6" ,
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- },
224 "keywords" : [
235 " css" ,
246 " postcss" ,
3012 "name" : " Finn.no"
3113 },
3214 "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+ "homepage" : " https://github.com/eik-lib/postcss-plugin#readme" ,
3331 "bugs" : {
3432 "url" : " https://github.com/eik-lib/postcss-plugin/issues"
3533 },
36- "homepage" : " https://github.com/eik-lib/postcss-plugin#readme" ,
37- "devDependencies" : {
38- "@eik/eslint-config" : " 1.0.21" ,
39- "@eik/prettier-config" : " 1.0.1" ,
40- "@eik/semantic-release-config" : " 1.0.8" ,
41- "@eik/typescript-config" : " 1.0.0" ,
42- "eslint" : " 9.35.0" ,
43- "fastify" : " 5.6.0" ,
44- "npm-run-all2" : " 8.0.4" ,
45- "postcss" : " 8.5.6" ,
46- "prettier" : " 3.6.2" ,
47- "rimraf" : " 6.0.1" ,
48- "rollup" : " 4.50.1" ,
49- "semantic-release" : " 24.2.7" ,
50- "tap" : " 21.1.0" ,
51- "typescript" : " 5.9.2"
52- },
53- "dependencies" : {
54- "@eik/common" : " 5.1.7" ,
55- "css-url-parser" : " 1.1.4"
56- },
57- "peerDependencies" : {
58- "postcss" : " ^8.0.0"
59- },
60- "engines" : {
61- "node" : " >=20"
62- },
63- 64- "gitHead" : " d20d008309704f401ccf756cb620998cd54ba05f" ,
65- "_nodeVersion" : " 22.19.0" ,
66- "_npmVersion" : " 10.9.3" ,
6734 "dist" : {
68- "integrity" : " sha512-qiQc/J1Knu/D38FeGza3qLmctnyWExmO6WJE5UH99OcdF8M1jdLnZnEPG1b3JieoVOGYYs3t+3hjTB/uvwsPeA==" ,
6935 "shasum" : " 07eddc713f3a702421e1e22d0c68c2f2aec4bde8" ,
7036 "tarball" : " https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.6.tgz" ,
7137 "fileCount" : 6 ,
72- "unpackedSize " : 26149 ,
38+ "integrity " : " sha512-qiQc/J1Knu/D38FeGza3qLmctnyWExmO6WJE5UH99OcdF8M1jdLnZnEPG1b3JieoVOGYYs3t+3hjTB/uvwsPeA== " ,
7339 "signatures" : [
7440 {
75- "keyid " : " SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U " ,
76- "sig " : " MEQCICMObnc2ZxoTslWuU2E0gtmkXUYaA3rrCLdVtwPlShRhAiAGwNtocfMNLxNRCCOZDQE9myTT6iXue+zycvWteBLSIA== "
41+ "sig " : " MEQCICMObnc2ZxoTslWuU2E0gtmkXUYaA3rrCLdVtwPlShRhAiAGwNtocfMNLxNRCCOZDQE9myTT6iXue+zycvWteBLSIA== " ,
42+ "keyid " : " SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U "
7743 }
78- ]
44+ ],
45+ "unpackedSize" : 26149
46+ },
47+ "main" : " src/plugin.js" ,
48+ "type" : " module" ,
49+ "types" : " ./types/plugin.d.ts" ,
50+ "engines" : {
51+ "node" : " >=20"
52+ },
53+ "gitHead" : " d20d008309704f401ccf756cb620998cd54ba05f" ,
54+ "scripts" : {
55+ "lint" : " eslint ." ,
56+ "test" : " tap test/*.js --disable-coverage --allow-empty-coverage" ,
57+ "clean" : " rimraf .tap node_modules types" ,
58+ "types" : " run-s types:module types:test" ,
59+ "lint:fix" : " eslint . --fix" ,
60+ "types:test" : " tsc --project tsconfig.test.json" ,
61+ "types:module" : " tsc" ,
62+ "test:snapshot" : " TAP_SNAPSHOT=1 tap test/*.js --disable-coverage --allow-empty-coverage"
7963 },
8064 "_npmUser" : {
8165 "name" : " trygve-bot" ,
82668367 },
68+ "repository" : {
69+ "url" : " git+https://github.com/eik-lib/postcss-plugin.git" ,
70+ "type" : " git"
71+ },
72+ "_npmVersion" : " 10.9.3" ,
73+ "description" : " PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules" ,
8474 "directories" : {},
85- "maintainers" : [
86- {
87- "name" : " trygve-lie" ,
88- 89- },
90- {
91- "name" : " digitalsadhu" ,
92- 93- },
94- {
95- "name" : " trygve-bot" ,
96- 97- }
98- ],
99- "_npmOperationalInternal" : {
100- "host" : " s3://npm-registry-packages-npm-production" ,
101- "tmp" : " tmp/postcss-plugin_5.0.6_1757440475601_0.6621087745005803"
75+ "_nodeVersion" : " 22.19.0" ,
76+ "dependencies" : {
77+ "@eik/common" : " 5.1.7" ,
78+ "css-url-parser" : " 1.1.4"
10279 },
10380 "_hasShrinkwrap" : false ,
81+ "devDependencies" : {
82+ "tap" : " 21.1.0" ,
83+ "eslint" : " 9.35.0" ,
84+ "rimraf" : " 6.0.1" ,
85+ "rollup" : " 4.50.1" ,
86+ "fastify" : " 5.6.0" ,
87+ "postcss" : " 8.5.6" ,
88+ "prettier" : " 3.6.2" ,
89+ "typescript" : " 5.9.2" ,
90+ "npm-run-all2" : " 8.0.4" ,
91+ "semantic-release" : " 24.2.7" ,
92+ "@eik/eslint-config" : " 1.0.21" ,
93+ "@eik/prettier-config" : " 1.0.1" ,
94+ "@eik/typescript-config" : " 1.0.0" ,
95+ "@eik/semantic-release-config" : " 1.0.8"
96+ },
97+ "peerDependencies" : {
98+ "postcss" : " ^8.0.0"
99+ },
100+ "_npmOperationalInternal" : {
101+ "tmp" : " tmp/postcss-plugin_5.0.6_1757440475601_0.6621087745005803" ,
102+ "host" : " s3://npm-registry-packages-npm-production"
103+ },
104104 "_time" : " 2025-09-09T17:54:35.872Z"
105105}
0 commit comments