Skip to content

Commit c43c564

Browse files
collect plugins data
1 parent 5021019 commit c43c564

File tree

204 files changed

+3750
-3283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+3750
-3283
lines changed
Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
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",
@@ -30,76 +12,94 @@
3012
"name": "Finn.no"
3113
},
3214
"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+
"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-
"_id": "@eik/[email protected]",
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",
8266
"email": "[email protected]"
8367
},
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-
"email": "[email protected]"
89-
},
90-
{
91-
"name": "digitalsadhu",
92-
"email": "[email protected]"
93-
},
94-
{
95-
"name": "trygve-bot",
96-
"email": "[email protected]"
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
}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"name": "postcss-normalize-stylus-compatible-container-query-syntax",
3+
"version": "1.0.0",
4+
"description": "PostCSS plugin changing the Stylus-compatible irregular container queries syntax to the regular one.",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"container-query"
10+
],
11+
"scripts": {
12+
"unit": "node --test index.test.js",
13+
"test": "npm run unit && eslint ."
14+
},
15+
"author": {
16+
"name": "Takesi Tokugawa",
17+
"email": "[email protected]"
18+
},
19+
"license": "MIT",
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax.git"
23+
},
24+
"engines": {
25+
"node": ">=18.0.0"
26+
},
27+
"peerDependencies": {
28+
"postcss": "^8.4.27"
29+
},
30+
"devDependencies": {
31+
"eslint": "^8.47.0",
32+
"postcss": "^8.4.27"
33+
},
34+
"eslintConfig": {
35+
"parserOptions": {
36+
"ecmaVersion": 2017
37+
},
38+
"env": {
39+
"node": true,
40+
"es6": true
41+
},
42+
"extends": [
43+
"eslint:recommended"
44+
]
45+
},
46+
47+
"gitHead": "586d9ec50fd155c43c6b2135b828aeded66217e5",
48+
"bugs": {
49+
"url": "https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax/issues"
50+
},
51+
"homepage": "https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax#readme",
52+
"_nodeVersion": "22.15.0",
53+
"_npmVersion": "10.9.0",
54+
"dist": {
55+
"integrity": "sha512-yuabFrt/eycZAS1iAymMpa0N867XgTltxuyU5QENpm8TK6nw3fnbi/q/NZFY5qGki3+bSka+03amCZGsg/Oe6w==",
56+
"shasum": "3c369e191cae283dd116206a35705986bde24866",
57+
"tarball": "https://registry.npmjs.org/postcss-normalize-stylus-compatible-container-query-syntax/-/postcss-normalize-stylus-compatible-container-query-syntax-1.0.0.tgz",
58+
"fileCount": 10,
59+
"unpackedSize": 5385,
60+
"signatures": [
61+
{
62+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
63+
"sig": "MEUCIQCb562S73W7nQe9PnWjRzFj80L63pg+OWBwalVKGr5B9QIgKa7tqq3Tpn6Y6Cwm+PhQq0eM6ddEV2eY/ehHdChwyAI="
64+
}
65+
]
66+
},
67+
"_npmUser": {
68+
"name": "yd-tokugawa_t",
69+
"email": "[email protected]"
70+
},
71+
"directories": {},
72+
"maintainers": [
73+
{
74+
"name": "yd-tokugawa_t",
75+
"email": "[email protected]"
76+
}
77+
],
78+
"_npmOperationalInternal": {
79+
"host": "s3://npm-registry-packages-npm-production",
80+
"tmp": "tmp/postcss-normalize-stylus-compatible-container-query-syntax_1.0.0_1760526639096_0.18322576280340352"
81+
},
82+
"_hasShrinkwrap": false,
83+
"_time": "2025-10-15T11:10:39.273Z"
84+
}

0 commit comments

Comments
 (0)