Skip to content

Commit e840c94

Browse files
eik/postcss-plugin-5.0.7 (#2529)
1 parent f3ab66d commit e840c94

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed

directory/@eik/postcss-plugin.json

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
{
2+
"name": "@eik/postcss-plugin",
3+
"version": "5.0.7",
4+
"keywords": [
5+
"css",
6+
"postcss",
7+
"postcss-plugin",
8+
"import",
9+
"url"
10+
],
11+
"author": {
12+
"name": "Finn.no"
13+
},
14+
"license": "MIT",
15+
"_id": "@eik/[email protected]",
16+
"maintainers": [
17+
{
18+
"name": "trygve-lie",
19+
"email": "[email protected]"
20+
},
21+
{
22+
"name": "digitalsadhu",
23+
"email": "[email protected]"
24+
},
25+
{
26+
"name": "trygve-bot",
27+
"email": "[email protected]"
28+
},
29+
{
30+
"name": "wllm",
31+
"email": "[email protected]"
32+
}
33+
],
34+
"homepage": "https://github.com/eik-lib/postcss-plugin#readme",
35+
"bugs": {
36+
"url": "https://github.com/eik-lib/postcss-plugin/issues"
37+
},
38+
"dist": {
39+
"shasum": "d8cb726c8cc7f1b6adc12a1a73baff78225f1885",
40+
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.7.tgz",
41+
"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+
],
49+
"attestations": {
50+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected]",
51+
"provenance": {
52+
"predicateType": "https://slsa.dev/provenance/v1"
53+
}
54+
},
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"
73+
},
74+
"_npmUser": {
75+
"name": "GitHub Actions",
76+
"email": "[email protected]",
77+
"trustedPublisher": {
78+
"id": "github",
79+
"oidcConfigId": "oidc:6d7ef4ad-3964-4125-a422-2ccf06c318b1"
80+
}
81+
},
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",
88+
"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+
},
114+
"_npmOperationalInternal": {
115+
"tmp": "tmp/postcss-plugin_5.0.7_1765543173121_0.13669879961053288",
116+
"host": "s3://npm-registry-packages-npm-production"
117+
},
118+
"_time": "2025-12-12T12:39:33.254Z"
119+
}

0 commit comments

Comments
 (0)