Skip to content

Commit 7e9b03c

Browse files
collect plugins data
1 parent b4a50a8 commit 7e9b03c

209 files changed

Lines changed: 3113 additions & 2755 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.

npm-data/last-version/css-declaration-sorter.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-declaration-sorter",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "Sorts CSS declarations fast and automatically in a certain order.",
55
"type": "module",
66
"exports": {
@@ -26,11 +26,11 @@
2626
},
2727
"devDependencies": {
2828
"@eslint/js": "^9.35.0",
29-
"@mdn/browser-compat-data": "^7.1.6",
29+
"@mdn/browser-compat-data": "^7.1.7",
3030
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
3131
"eslint": "^9.35.0",
3232
"postcss": "^8.5.6",
33-
"rollup": "^4.50.0",
33+
"rollup": "^4.52.4",
3434
"uvu": "^0.5.6"
3535
},
3636
"peerDependencies": {
@@ -58,30 +58,30 @@
5858
"property",
5959
"order"
6060
],
61-
"_id": "[email protected].0",
62-
"gitHead": "4f7413f0f3791972b1a23b00d014fe9ce1b4283a",
61+
"_id": "[email protected].1",
62+
"gitHead": "8ee1fc79c2341f3289c7901e25a83aa5e794b27e",
6363
"bugs": {
6464
"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
6565
},
6666
"homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
67-
"_nodeVersion": "20.19.5",
67+
"_nodeVersion": "20.19.6",
6868
"_npmVersion": "10.8.2",
6969
"dist": {
70-
"integrity": "sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==",
71-
"shasum": "edc45c36bcdfea0788b1d4452829f142ef1c4a4a",
72-
"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.3.0.tgz",
70+
"integrity": "sha512-gz6x+KkgNCjxq3Var03pRYLhyNfwhkKF1g/yoLgDNtFvVu0/fOLV9C8fFEZRjACp/XQLumjAYo7JVjzH3wLbxA==",
71+
"shasum": "acd204976d7ca5240b5579bfe6e73d4d088fd568",
72+
"tarball": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.3.1.tgz",
7373
"fileCount": 14,
74-
"unpackedSize": 125132,
74+
"unpackedSize": 125184,
7575
"attestations": {
76-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].0",
76+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].1",
7777
"provenance": {
7878
"predicateType": "https://slsa.dev/provenance/v1"
7979
}
8080
},
8181
"signatures": [
8282
{
8383
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
84-
"sig": "MEQCIAOubkqQ+ahuOs6IUFlW+drp0MeoZdjl2iwo+sWhMTvEAiB7nr+NC5gW6s2Crotx5IHyvEClEuMkR1XKtpfwz3/zig=="
84+
"sig": "MEUCIQClkzh19N0+c0v0kcw54ExvPfMvEVWrmSNuHtL/ADZiSwIgKXN8Ki8V4OXkcgzxoYY+MA7lThLhy46HqnRnwSnb4eE="
8585
}
8686
]
8787
},
@@ -98,8 +98,8 @@
9898
],
9999
"_npmOperationalInternal": {
100100
"host": "s3://npm-registry-packages-npm-production",
101-
"tmp": "tmp/css-declaration-sorter_7.3.0_1758227399671_0.9811160010429241"
101+
"tmp": "tmp/css-declaration-sorter_7.3.1_1767369452617_0.6537462761946689"
102102
},
103103
"_hasShrinkwrap": false,
104-
"_time": "2025-09-18T20:29:59.900Z"
104+
"_time": "2026-01-02T15:57:32.773Z"
105105
}
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"name": "postcss-figma-blur-fix",
3+
"version": "1.0.0",
4+
"packageManager": "[email protected]",
5+
"description": "PostCSS plugin that adjusts blur values imported from Figma to ensure they visually match the blur effect in browsers. Perfect for syncing design and implementation.",
6+
"author": {
7+
"name": "Ivan Bulakhov",
8+
"email": "[email protected]"
9+
},
10+
"license": "MIT",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/kabarchonok/postcss-figma-blur-fix.git"
14+
},
15+
"keywords": [
16+
"postcss",
17+
"css",
18+
"postcss-plugin",
19+
"postcss-figma-blur-fix"
20+
],
21+
"engines": {
22+
"node": ">=18.0.0",
23+
"pnpm": "^9.0.0"
24+
},
25+
"scripts": {
26+
"unit": "node --test index.test.js",
27+
"test": "npm run unit && eslint .",
28+
"release": "pnpm dlx bumpp -r && pnpm -r publish"
29+
},
30+
"peerDependencies": {
31+
"postcss": "^8.4.27"
32+
},
33+
"devDependencies": {
34+
"@antfu/eslint-config": "^3.13.0",
35+
"eslint": "^9.18.0",
36+
"postcss": "^8.4.27"
37+
},
38+
"eslintConfig": {
39+
"parserOptions": {
40+
"ecmaVersion": 2017
41+
},
42+
"env": {
43+
"node": true,
44+
"es6": true
45+
},
46+
"extends": [
47+
"eslint:recommended"
48+
]
49+
},
50+
51+
"gitHead": "40681edd1edf32bd758e46a65e6228bbf2f53d79",
52+
"bugs": {
53+
"url": "https://github.com/kabarchonok/postcss-figma-blur-fix/issues"
54+
},
55+
"homepage": "https://github.com/kabarchonok/postcss-figma-blur-fix#readme",
56+
"_nodeVersion": "24.8.0",
57+
"_npmVersion": "11.6.0",
58+
"dist": {
59+
"integrity": "sha512-Q7OtC0VAhO+61rWFL84gxThr5yJ1iPFGJk5zm4eyKVDiG7CEmEPk3qxCl/MU7Gjt/Mpj6gO9KRd2xAv4TqS3GA==",
60+
"shasum": "da9a635b4a7f41f8ca3d45810ca9f30e52b1ad63",
61+
"tarball": "https://registry.npmjs.org/postcss-figma-blur-fix/-/postcss-figma-blur-fix-1.0.0.tgz",
62+
"fileCount": 20,
63+
"unpackedSize": 18981,
64+
"signatures": [
65+
{
66+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
67+
"sig": "MEYCIQCNv4GRrTz4ERuSIILqUwaxj0jGdnoeahRH05I70BpLZgIhAIY1aC1QoPKFG9e/JEVZvzILG3vcchTD2rR7Jb8OgYDx"
68+
}
69+
]
70+
},
71+
"_npmUser": {
72+
"name": "kabarchonok",
73+
"email": "[email protected]"
74+
},
75+
"directories": {},
76+
"maintainers": [
77+
{
78+
"name": "kabarchonok",
79+
"email": "[email protected]"
80+
}
81+
],
82+
"_npmOperationalInternal": {
83+
"host": "s3://npm-registry-packages-npm-production",
84+
"tmp": "tmp/postcss-figma-blur-fix_1.0.0_1766961707764_0.07664373596009533"
85+
},
86+
"_hasShrinkwrap": false,
87+
"_time": "2025-12-28T22:41:47.909Z"
88+
}

0 commit comments

Comments
 (0)