11{
22 "name" : " @eik/postcss-plugin" ,
3- "version" : " 4.0.6" ,
3+ "version" : " 5.0.0" ,
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- 33+ "bugs" : {
34+ "url" : " https://github.com/eik-lib/postcss-plugin/issues"
35+ },
36+ "homepage" : " https://github.com/eik-lib/postcss-plugin#readme" ,
37+ "devDependencies" : {
38+ "@eik/eslint-config" : " 1.0.15" ,
39+ "@eik/prettier-config" : " 1.0.1" ,
40+ "@eik/semantic-release-config" : " 1.0.2" ,
41+ "@eik/typescript-config" : " 1.0.0" ,
42+ "eslint" : " 9.26.0" ,
43+ "fastify" : " 5.3.2" ,
44+ "npm-run-all2" : " 8.0.1" ,
45+ "postcss" : " 8.5.3" ,
46+ "prettier" : " 3.5.3" ,
47+ "rimraf" : " 6.0.1" ,
48+ "rollup" : " 4.40.2" ,
49+ "semantic-release" : " 24.2.3" ,
50+ "tap" : " 21.1.0" ,
51+ "typescript" : " 5.8.3"
52+ },
53+ "dependencies" : {
54+ "@eik/common" : " 5.1.0" ,
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" : " f17c7fb16cdf2d19727518e2ec00991cf856f124" ,
65+ "_nodeVersion" : " 20.19.1" ,
66+ "_npmVersion" : " 10.9.2" ,
67+ "dist" : {
68+ "integrity" : " sha512-fghx4EsT3B6ORmOaupyRh803UBg2uCF2NUf3ZoaCmjl6gebfRJc4oBkv0eAwElkbQaxq/uWLaVfwMv23gytHaQ==" ,
69+ "shasum" : " 94714590f5fd5c79078594ce12381d7073dce3da" ,
70+ "tarball" : " https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.0.tgz" ,
71+ "fileCount" : 6 ,
72+ "unpackedSize" : 24187 ,
73+ "signatures" : [
74+ {
75+ "keyid" : " SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U" ,
76+ "sig" : " MEUCIQDFNtSlVQJwBQM3ezFyjY/ePuGXRPPm6qkqKFW1dPXpCwIgIkwU3jvu7NAS8B3S58CKIVCYVh7WB3dGHH6tgOBGi8s="
77+ }
78+ ]
79+ },
80+ "_npmUser" : {
81+ "name" : " trygve-bot" ,
82+ 83+ },
84+ "directories" : {},
1685 "maintainers" : [
1786 {
1887 "name" : " trygve-lie" ,
2594 {
2695 "name" : " trygve-bot" ,
279628- },
29- {
30- "name" : " stipsan" ,
31- 3297 }
3398 ],
34- "homepage" : " https://github.com/eik-lib/postcss-import-map#readme" ,
35- "bugs" : {
36- "url" : " https://github.com/eik-lib/postcss-import-map/issues"
37- },
38- "dist" : {
39- "shasum" : " 27db0b48f5961ac49944ac0d52029293c8c4abfa" ,
40- "tarball" : " https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-4.0.6.tgz" ,
41- "fileCount" : 6 ,
42- "integrity" : " sha512-By9Q+HSUOAMs3c13Ir9UAMOBhsoHt+Or2+X9cVhXz3dY6Z3kaxZgNGaPdEh8SjCL1420rA4W60Ou+G+u/Ntv4A==" ,
43- "signatures" : [
44- {
45- "sig" : " MEUCIFEKsVycLbbWnFBF2Jwq/fvLW5Qtd/p+LoYA3YBJscfAAiEA6PXC62IjijatL4JFt8v/xKkvTWJ6+xHwROl6gRn+Dwc=" ,
46- "keyid" : " SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
47- }
48- ],
49- "unpackedSize" : 24474
50- },
51- "main" : " src/plugin.js" ,
52- "type" : " module" ,
53- "types" : " ./types/plugin.d.ts" ,
54- "gitHead" : " b69a02b1303e4316de2c4351c30d87fd358845d5" ,
55- "scripts" : {
56- "lint" : " eslint ." ,
57- "test" : " tap test/*.js --disable-coverage --allow-empty-coverage" ,
58- "clean" : " rimraf .tap node_modules types" ,
59- "types" : " run-s types:module types:test" ,
60- "lint:fix" : " eslint . --fix" ,
61- "types:test" : " tsc --project tsconfig.test.json" ,
62- "types:module" : " tsc" ,
63- "test:snapshot" : " TAP_SNAPSHOT=1 tap test/*.js --disable-coverage --allow-empty-coverage"
64- },
65- "_npmUser" : {
66- "name" : " trygve-bot" ,
67- 68- },
69- "repository" : {
70- "url" : " git+https://github.com/eik-lib/postcss-import-map.git" ,
71- "type" : " git"
72- },
73- "_npmVersion" : " 10.8.2" ,
74- "description" : " PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules" ,
75- "directories" : {},
76- "_nodeVersion" : " 20.16.0" ,
77- "dependencies" : {
78- "@eik/common" : " 4.1.1" ,
79- "css-url-parser" : " 1.1.4"
80- },
81- "_hasShrinkwrap" : false ,
82- "devDependencies" : {
83- "tap" : " 20.0.3" ,
84- "eslint" : " 9.9.0" ,
85- "rimraf" : " 6.0.1" ,
86- "rollup" : " 4.20.0" ,
87- "fastify" : " 4.28.1" ,
88- "postcss" : " 8.4.41" ,
89- "prettier" : " 3.3.3" ,
90- "typescript" : " 5.5.4" ,
91- "npm-run-all2" : " 5.0.0" ,
92- "semantic-release" : " 24.0.0" ,
93- "@eik/eslint-config" : " 1.0.2" ,
94- "@eik/prettier-config" : " 1.0.1" ,
95- "@eik/typescript-config" : " 1.0.0" ,
96- "@eik/semantic-release-config" : " 1.0.0"
97- },
98- "peerDependencies" : {
99- "postcss" : " ^8.0.0"
100- },
10199 "_npmOperationalInternal" : {
102- "tmp " : " tmp/postcss-plugin_4.0.6_1723815399588_0.7890186200926947 " ,
103- "host " : " s3://npm-registry-packages "
100+ "host " : " s3://npm-registry-packages-npm-production " ,
101+ "tmp " : " tmp/postcss-plugin_5.0.0_1746706528128_0.021445701084493507 "
104102 },
105- "_time" : " 2024-08-16T13:36:39.777Z"
103+ "_hasShrinkwrap" : false ,
104+ "_time" : " 2025-05-08T12:15:28.303Z"
106105}
0 commit comments