11{
22 "name" : " @eik/postcss-plugin" ,
33 "version" : " 4.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-import-map.git"
21- },
224 "keywords" : [
235 " css" ,
246 " postcss" ,
3012 "name" : " Finn.no"
3113 },
3214 "license" : " MIT" ,
33- "bugs" : {
34- "url" : " https://github.com/eik-lib/postcss-import-map/issues"
35- },
36- "homepage" : " https://github.com/eik-lib/postcss-import-map#readme" ,
37- "devDependencies" : {
38- "@eik/eslint-config" : " 1.0.2" ,
39- "@eik/prettier-config" : " 1.0.1" ,
40- "@eik/semantic-release-config" : " 1.0.0" ,
41- "@eik/typescript-config" : " 1.0.0" ,
42- "eslint" : " 9.9.0" ,
43- "fastify" : " 4.28.1" ,
44- "npm-run-all2" : " 5.0.0" ,
45- "postcss" : " 8.4.41" ,
46- "prettier" : " 3.3.3" ,
47- "rimraf" : " 6.0.1" ,
48- "rollup" : " 4.20.0" ,
49- "semantic-release" : " 24.0.0" ,
50- "tap" : " 20.0.3" ,
51- "typescript" : " 5.5.4"
52- },
53- "dependencies" : {
54- "@eik/common" : " 4.1.1" ,
55- "css-url-parser" : " 1.1.4"
56- },
57- "peerDependencies" : {
58- "postcss" : " ^8.0.0"
59- },
601561- "gitHead" : " b69a02b1303e4316de2c4351c30d87fd358845d5" ,
62- "_nodeVersion" : " 20.16.0" ,
63- "_npmVersion" : " 10.8.2" ,
64- "dist" : {
65- "integrity" : " sha512-By9Q+HSUOAMs3c13Ir9UAMOBhsoHt+Or2+X9cVhXz3dY6Z3kaxZgNGaPdEh8SjCL1420rA4W60Ou+G+u/Ntv4A==" ,
66- "shasum" : " 27db0b48f5961ac49944ac0d52029293c8c4abfa" ,
67- "tarball" : " https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-4.0.6.tgz" ,
68- "fileCount" : 6 ,
69- "unpackedSize" : 24474 ,
70- "signatures" : [
71- {
72- "keyid" : " SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA" ,
73- "sig" : " MEUCIFEKsVycLbbWnFBF2Jwq/fvLW5Qtd/p+LoYA3YBJscfAAiEA6PXC62IjijatL4JFt8v/xKkvTWJ6+xHwROl6gRn+Dwc="
74- }
75- ]
76- },
77- "_npmUser" : {
78- "name" : " trygve-bot" ,
79- 80- },
81- "directories" : {},
8216 "maintainers" : [
8317 {
8418 "name" : " trygve-lie" ,
97319832 }
9933 ],
100- "_npmOperationalInternal" : {
101- "host" : " s3://npm-registry-packages" ,
102- "tmp" : " tmp/postcss-plugin_4.0.6_1723815399588_0.7890186200926947"
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"
10380 },
10481 "_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+ },
101+ "_npmOperationalInternal" : {
102+ "tmp" : " tmp/postcss-plugin_4.0.6_1723815399588_0.7890186200926947" ,
103+ "host" : " s3://npm-registry-packages"
104+ },
105105 "_time" : " 2024-08-16T13:36:39.777Z"
106106}
0 commit comments