Skip to content

Commit 465dd1d

Browse files
collect plugins data
1 parent 9ec936d commit 465dd1d

203 files changed

Lines changed: 8608 additions & 8682 deletions

File tree

Some content is hidden

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

directory/postcss-better-units.json

Lines changed: 0 additions & 123 deletions
This file was deleted.

docs/index.html

Lines changed: 3 additions & 48 deletions
Large diffs are not rendered by default.

docs/keywords.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"csstools",
5353
"cursor",
5454
"custom properties",
55-
"custom units",
5655
"dark-theme",
5756
"debug",
5857
"design-tokens",

npm-data/last-version/@lesjoursfr/postcss-extract-css-variables.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lesjoursfr/postcss-extract-css-variables",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "PostCSS plugin to extract rules with CSS variables",
55
"license": "MIT",
66
"repository": {
@@ -32,17 +32,17 @@
3232
"node": "20.x || 22.x || 24.x"
3333
},
3434
"peerDependencies": {
35-
"postcss": "^8.4.49"
35+
"postcss": "^8.5.3"
3636
},
3737
"devDependencies": {
38-
"@eslint/js": "^9.17.0",
39-
"eslint": "^9.17.0",
40-
"eslint-config-prettier": "^9.1.0",
41-
"eslint-plugin-jest": "^28.10.0",
42-
"globals": "^15.14.0",
38+
"@eslint/js": "^9.23.0",
39+
"eslint": "^9.23.0",
40+
"eslint-config-prettier": "^10.1.1",
41+
"eslint-plugin-jest": "^28.11.0",
42+
"globals": "^16.0.0",
4343
"jest": "^29.7.0",
44-
"postcss": "^8.4.49",
45-
"prettier": "^3.4.2"
44+
"postcss": "^8.5.3",
45+
"prettier": "^3.5.3"
4646
},
4747
"jest": {
4848
"coverageThreshold": {
@@ -51,21 +51,21 @@
5151
}
5252
}
5353
},
54-
"packageManager": "yarn@4.6.0",
55-
"_id": "@lesjoursfr/[email protected].6",
56-
"gitHead": "92b88b988c0791b5929a81ae3ff67d4a48cb34ee",
57-
"_nodeVersion": "20.18.1",
58-
"_npmVersion": "10.8.2",
54+
"packageManager": "yarn@4.8.1",
55+
"_id": "@lesjoursfr/[email protected].7",
56+
"gitHead": "bea6c4b7a97198b49c8dad6eab14ab60d5dc3abf",
57+
"_nodeVersion": "22.14.0",
58+
"_npmVersion": "10.9.2",
5959
"dist": {
60-
"integrity": "sha512-W1K56+iYY3hIhzoFI8Iq5eCr3u54O+ak30Ph5nJlAD0iRw0UOLZmMR1fOZXcgWJVozA7mL3AMKDcG9GumwBVUw==",
61-
"shasum": "a82d5f041d9b1f0e6b8ea0a717eb0f17cdcf7d85",
62-
"tarball": "https://registry.npmjs.org/@lesjoursfr/postcss-extract-css-variables/-/postcss-extract-css-variables-2.0.6.tgz",
60+
"integrity": "sha512-o4fYpgfgDCpGNnTyvdxZAVB3qGGkYHf0ZmEfWzkGGgHR25YWrAr7hoObaBgd94TwuysRqUTtGiCfJNOHLrbqHA==",
61+
"shasum": "ab3a9e7472c240765722d60b57ffec17dd6dfd07",
62+
"tarball": "https://registry.npmjs.org/@lesjoursfr/postcss-extract-css-variables/-/postcss-extract-css-variables-2.0.7.tgz",
6363
"fileCount": 8,
64-
"unpackedSize": 9049,
64+
"unpackedSize": 9047,
6565
"signatures": [
6666
{
67-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
68-
"sig": "MEUCIBVrZIxy0pyFKSZZD5C7pllilXh9LMl3qsFJr5z5pM59AiEAww6q3BOaqG1JyRcEe0eAG0V+jhCaijUK4DtL3+69I/s="
67+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
68+
"sig": "MEUCIQCDf+jKIs6ho9k0ocqcVuMaSycc2WLFfTwrkt0eTaotvgIgedv16KVnkhFzmBdoaJ3QtV4zAXuK1Kh+UNpkU39aLtg="
6969
}
7070
]
7171
},
@@ -82,8 +82,8 @@
8282
],
8383
"_npmOperationalInternal": {
8484
"host": "s3://npm-registry-packages-npm-production",
85-
"tmp": "tmp/postcss-extract-css-variables_2.0.6_1735810766456_0.11369706894624243"
85+
"tmp": "tmp/postcss-extract-css-variables_2.0.7_1743575879264_0.6892628278019031"
8686
},
8787
"_hasShrinkwrap": false,
88-
"_time": "2025-01-02T09:39:26.619Z"
88+
"_time": "2025-04-02T06:37:59.471Z"
8989
}

npm-data/last-version/postcss-rtlcss.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-rtlcss",
3-
"version": "5.6.1",
3+
"version": "5.7.0",
44
"description": "PostCSS plugin to build Cascading Style Sheets (CSS) with Left-To-Right (LTR) and Right-To-Left (RTL) rules",
55
"keywords": [
66
"postcss",
@@ -75,6 +75,7 @@
7575
"jest": "^29.7.0",
7676
"jest-specific-snapshot": "^8.0.0",
7777
"postcss": "^8.4.38",
78+
"postcss-preset-env": "^10.1.5",
7879
"replace-in-file": "^8.3.0",
7980
"rimraf": "^6.0.1",
8081
"rollup": "^4.39.0",
@@ -95,30 +96,30 @@
9596
"@babel/helpers@<7.26.10": ">=7.26.10"
9697
}
9798
},
98-
"_id": "postcss-rtlcss@5.6.1",
99-
"gitHead": "52b420d31041eb330db2b206ea3472a5619394ee",
99+
"_id": "postcss-rtlcss@5.7.0",
100+
"gitHead": "2ffba88e791faf1fa14c120092886e231c427a07",
100101
"bugs": {
101102
"url": "https://github.com/elchininet/postcss-rtlcss/issues"
102103
},
103104
"homepage": "https://github.com/elchininet/postcss-rtlcss#readme",
104105
"_nodeVersion": "18.20.7",
105106
"_npmVersion": "10.8.2",
106107
"dist": {
107-
"integrity": "sha512-CJxjDDaYWS+4WoIx2I5IM+4sSApjrUFv1i7P1Aa/tQv/PahP3tab0LG4bHkvk0mWz5uN4c1kP1KIxZO8lA840g==",
108-
"shasum": "08b08a70c495e3e24b6f8d21073521fa82850b88",
109-
"tarball": "https://registry.npmjs.org/postcss-rtlcss/-/postcss-rtlcss-5.6.1.tgz",
108+
"integrity": "sha512-qx0KQ9iX17Qsi6AGZL3D6Ty7UjDebApE92FLP1Z8tQg4cGck/V/w0UrIo1rFQSh3rYsxDnSf1r30X8GNyxy6VQ==",
109+
"shasum": "fab5e48231c40ec4c1836f79f7b0c9104ef873d3",
110+
"tarball": "https://registry.npmjs.org/postcss-rtlcss/-/postcss-rtlcss-5.7.0.tgz",
110111
"fileCount": 12,
111-
"unpackedSize": 113672,
112+
"unpackedSize": 115883,
112113
"attestations": {
113-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/postcss-rtlcss@5.6.1",
114+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/postcss-rtlcss@5.7.0",
114115
"provenance": {
115116
"predicateType": "https://slsa.dev/provenance/v1"
116117
}
117118
},
118119
"signatures": [
119120
{
120121
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
121-
"sig": "MEUCIAnuM7L0zotRYuPYLPb12QQ5V0Uis+K6vTfjZX35BaBAAiEApASWNYEF1X9STSX1zkMarOGQ2RAiOThN4L2H6govKnA="
122+
"sig": "MEYCIQDjqrpxWrW0p2D7kX0k5YcdIJpiJAJY16bLiMrMV3djegIhALqrHfHLCVjAvyj8Sig/qTDsRpwQks4H+vAvZS3z0P/n"
122123
}
123124
]
124125
},
@@ -135,8 +136,8 @@
135136
],
136137
"_npmOperationalInternal": {
137138
"host": "s3://npm-registry-packages-npm-production",
138-
"tmp": "tmp/postcss-rtlcss_5.6.1_1744022021740_0.6369694206713381"
139+
"tmp": "tmp/postcss-rtlcss_5.7.0_1744130500941_0.5557021787559175"
139140
},
140141
"_hasShrinkwrap": false,
141-
"_time": "2025-04-07T10:33:41.916Z"
142+
"_time": "2025-04-08T16:41:41.150Z"
142143
}
Lines changed: 44 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-spring",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "PostCSS plugin that helps you with spring easings",
55
"keywords": [
66
"postcss",
@@ -9,6 +9,29 @@
99
"postcss-spring",
1010
"postcss-spring-easings"
1111
],
12+
"type": "module",
13+
"main": "./dist/index.cjs",
14+
"module": "./dist/index.mjs",
15+
"exports": {
16+
".": {
17+
"import": {
18+
"types": "./dist/index.d.ts",
19+
"default": "./dist/index.mjs"
20+
},
21+
"require": {
22+
"default": "./dist/index.cjs"
23+
}
24+
},
25+
"./runtime": {
26+
"import": {
27+
"types": "./dist/runtime.d.ts",
28+
"default": "./dist/runtime.mjs"
29+
},
30+
"require": {
31+
"default": "./dist/runtime.cjs"
32+
}
33+
}
34+
},
1235
"author": {
1336
"name": "jramke",
1437
"email": "[email protected]"
@@ -19,41 +42,45 @@
1942
"url": "git+https://github.com/jramke/postcss-spring.git"
2043
},
2144
"engines": {
22-
"node": ">=18.0.0"
45+
"node": ">=21.0.0"
2346
},
2447
"peerDependencies": {
2548
"postcss": "^8.0.0"
2649
},
2750
"devDependencies": {
51+
"@types/node": "^22.14.0",
2852
"postcss": "^8.5.3",
2953
"postcss-scss": "^4.0.9",
3054
"sass-embedded": "^1.85.0",
55+
"unbuild": "^3.5.0",
3156
"vite": "^6.1.1"
3257
},
3358
"scripts": {
3459
"dev": "vite ./dev -- --verbose",
35-
"test": "node --test index.test.js"
60+
"test": "node --test \"./tests/**/*.test.{js,cjs}\"",
61+
"build": "unbuild"
3662
},
37-
63+
64+
"types": "./dist/index.d.ts",
3865
"bugs": {
3966
"url": "https://github.com/jramke/postcss-spring/issues"
4067
},
4168
"homepage": "https://github.com/jramke/postcss-spring#readme",
42-
"_integrity": "sha512-8uAyP4neUO2/9EUXZgDqGG9eDK2pehSP9rcuGf/LlW0NoiCdzgzO7Btx170h6pLkgMzKrTsdVsB5ozdWSRdzQQ==",
43-
"_resolved": "/private/var/folders/ry/87hxhfhs419263b17w8s29c40000gn/T/1ba4cda9199827e6b05ec82b0fa2279c/postcss-spring-1.2.2.tgz",
44-
"_from": "file:postcss-spring-1.2.2.tgz",
45-
"_nodeVersion": "20.18.2",
46-
"_npmVersion": "10.8.2",
69+
"_integrity": "sha512-lHQTozjg1ggCqyoRY9vbbKcNc04LUvLBMDq3GJxqlUEfO4smbKXMIz4K1U7sZPm5fpQWx2SGpj22Qbz5SMxMiQ==",
70+
"_resolved": "/private/var/folders/ry/87hxhfhs419263b17w8s29c40000gn/T/9b712b5c43d64be4181c0a09b93e7a13/postcss-spring-1.3.0.tgz",
71+
"_from": "file:postcss-spring-1.3.0.tgz",
72+
"_nodeVersion": "22.14.0",
73+
"_npmVersion": "10.9.2",
4774
"dist": {
48-
"integrity": "sha512-8uAyP4neUO2/9EUXZgDqGG9eDK2pehSP9rcuGf/LlW0NoiCdzgzO7Btx170h6pLkgMzKrTsdVsB5ozdWSRdzQQ==",
49-
"shasum": "0649eda5ef0f36bc45020953d1d34eec54e40424",
50-
"tarball": "https://registry.npmjs.org/postcss-spring/-/postcss-spring-1.2.2.tgz",
51-
"fileCount": 9,
52-
"unpackedSize": 18044,
75+
"integrity": "sha512-lHQTozjg1ggCqyoRY9vbbKcNc04LUvLBMDq3GJxqlUEfO4smbKXMIz4K1U7sZPm5fpQWx2SGpj22Qbz5SMxMiQ==",
76+
"shasum": "4ce397e1554d96ed6cd49c7ecb85fd88c3deed65",
77+
"tarball": "https://registry.npmjs.org/postcss-spring/-/postcss-spring-1.3.0.tgz",
78+
"fileCount": 13,
79+
"unpackedSize": 24517,
5380
"signatures": [
5481
{
5582
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
56-
"sig": "MEYCIQDELxNTPabj4rm3Eh94cGP8Dp7sNRYlmSZiMAdYJ8WZ0QIhAKmS6oteGbryvKcV8bs1WKdtcLiTMpXpQX3NSymfGALv"
83+
"sig": "MEUCIE9VdkmJZCXjncjavWK1TUlNEklIYseoiz0dkjmUZmmFAiEAhw5mOn3JJqs/tegKzp9kMqC43Lzl/pNldw4TXdBTmcU="
5784
}
5885
]
5986
},
@@ -70,8 +97,8 @@
7097
],
7198
"_npmOperationalInternal": {
7299
"host": "s3://npm-registry-packages-npm-production",
73-
"tmp": "tmp/postcss-spring_1.2.2_1743452788663_0.6073815096617556"
100+
"tmp": "tmp/postcss-spring_1.3.0_1744142408561_0.2882610435793529"
74101
},
75102
"_hasShrinkwrap": false,
76-
"_time": "2025-03-31T20:26:28.829Z"
103+
"_time": "2025-04-08T20:00:08.744Z"
77104
}

0 commit comments

Comments
 (0)