Skip to content

Commit 5f11f3d

Browse files
collect plugins data
1 parent 2d061bc commit 5f11f3d

214 files changed

Lines changed: 5272 additions & 5243 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/@moohng/postcss-px2vw.json

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

docs/index.html

Lines changed: 2 additions & 47 deletions
Large diffs are not rendered by default.

npm-data/last-version/postcss-overflow-fallbacks.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-overflow-fallbacks",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Postcss plugin which provides fallbacks for `overflow: clip` and `overflow: overlay`",
55
"keywords": [
66
"postcss",
@@ -31,22 +31,22 @@
3131
"postcss": ">=8.0.0"
3232
},
3333
"devDependencies": {
34-
"eslint": "^9.35.0",
35-
"eslint-config-ccb": "^0.36.1",
34+
"eslint": "^9.39.1",
35+
"eslint-config-ccb": "^0.37.2",
3636
"postcss": "^8.5.6",
37-
"vitest": "^3.2.4"
37+
"vitest": "^4.0.12"
3838
},
39-
"_id": "[email protected].6",
39+
"_id": "[email protected].7",
4040
"dist": {
41-
"shasum": "a75293b3db5dbda9d8e3b34e8a72784357c80343",
42-
"integrity": "sha512-8Y/pnyw4DZt1OkmMffTy/aaj3WCYRvqQXd2RdT7yKhd8dIlotl+cJQxNiMsswKPHl9C3mkmJrKEtIkNkteHPiQ==",
43-
"tarball": "https://registry.npmjs.org/postcss-overflow-fallbacks/-/postcss-overflow-fallbacks-1.0.6.tgz",
41+
"shasum": "1fadee57036c61306b3ac0d4b7d0b917a537a8b4",
42+
"integrity": "sha512-tOPVXcd6Kkrsh21SdVZoXTgzjcohU8/Jr7BY7hEXS91zS438gGKZyK6PWNeAEHuJo4JdwTTyxLGooMZdEwvkdg==",
43+
"tarball": "https://registry.npmjs.org/postcss-overflow-fallbacks/-/postcss-overflow-fallbacks-1.0.7.tgz",
4444
"fileCount": 9,
45-
"unpackedSize": 140015,
45+
"unpackedSize": 146514,
4646
"signatures": [
4747
{
4848
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
49-
"sig": "MEQCIEUyGBe86mCj+bp2SxZreThs+R5mdEPgXzenjToV8dLGAiAZ2O4bQW0HdAG3p/UHixq2hVt9XDvCJKkrQCmn80mZUA=="
49+
"sig": "MEYCIQDT43CVD+mrvdg+AwKdbKp+1LJCDMy2ONsj35MZ5HKr9gIhALHENqQVHbxy6BUEl3oNmy2JQ+HURSBT4y0RJyxwjiVk"
5050
}
5151
]
5252
},
@@ -63,8 +63,8 @@
6363
],
6464
"_npmOperationalInternal": {
6565
"host": "s3://npm-registry-packages-npm-production",
66-
"tmp": "tmp/postcss-overflow-fallbacks_1.0.6_1757583811044_0.973436275771467"
66+
"tmp": "tmp/postcss-overflow-fallbacks_1.0.7_1763714551526_0.1734559758681753"
6767
},
6868
"_hasShrinkwrap": false,
69-
"_time": "2025-09-11T09:43:31.258Z"
69+
"_time": "2025-11-21T08:42:31.718Z"
7070
}

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-pixrem",
33
"description": "A CSS post-processor that generates pixel fallbacks for rem units.",
4-
"version": "6.0.5",
4+
"version": "6.0.6",
55
"homepage": "https://github.com/carlosjeurissen/postcss-pixrem",
66
"author": {
77
"name": "Rob Wierzbowski",
@@ -28,11 +28,11 @@
2828
"test": "mocha"
2929
},
3030
"dependencies": {
31-
"browserslist": "^4.25.4",
31+
"browserslist": "^4.28.0",
3232
"reduce-css-calc": "^2.1.8"
3333
},
3434
"devDependencies": {
35-
"mocha": "^11.7.2",
35+
"mocha": "^11.7.5",
3636
"postcss": "^8.5.6"
3737
},
3838
"peerDependencies": {
@@ -49,17 +49,17 @@
4949
],
5050
"license": "BSD-3-Clause",
5151
"licenseText": "Copyright (c) 2013 Robert Wierzbowski, contributors\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n",
52-
"_id": "[email protected].5",
52+
"_id": "[email protected].6",
5353
"dist": {
54-
"shasum": "be271869b1d21d6d66397d24f45dfcbd81879c38",
55-
"integrity": "sha512-AD+79kvH4lrwSw6wkBITfMZnE+Rq4UVcfK4lHZPXqI3ychfZtO5yCOQZt44V4saqL4MArwtiE8JQSQXhxr0Yag==",
56-
"tarball": "https://registry.npmjs.org/postcss-pixrem/-/postcss-pixrem-6.0.5.tgz",
54+
"shasum": "d40a03343ceeb91734c573db5108e56919f2165a",
55+
"integrity": "sha512-MCOIfojtKjCl0rn53gAzuNqOB1isgCrdcvaPSHYn2kFvOdoPD/kYqu6Rn26IgL8YeNnI7i9fFdXZ9fxKYy1rMA==",
56+
"tarball": "https://registry.npmjs.org/postcss-pixrem/-/postcss-pixrem-6.0.6.tgz",
5757
"fileCount": 14,
58-
"unpackedSize": 47755,
58+
"unpackedSize": 48245,
5959
"signatures": [
6060
{
6161
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
62-
"sig": "MEQCID5jdN9fS6BplKsGjRHXxqtWNpvKNxDPsB/bWlEdUG2+AiAwKNnU3vi3c1mXRExUIUIzAvwlz4Lx6l57COI6bL9cFg=="
62+
"sig": "MEUCIHTcwpl7Jg8q3PXOlFgJaILzZ71fVHZfHuxFINUAmxesAiEAuR+Pc07kY6iIzyNF11nR8z3ZLoD+GzEXpO/g47vGhIY="
6363
}
6464
]
6565
},
@@ -76,8 +76,8 @@
7676
],
7777
"_npmOperationalInternal": {
7878
"host": "s3://npm-registry-packages-npm-production",
79-
"tmp": "tmp/postcss-pixrem_6.0.5_1757583701931_0.7467927065733977"
79+
"tmp": "tmp/postcss-pixrem_6.0.6_1763714310747_0.8112063669898779"
8080
},
8181
"_hasShrinkwrap": false,
82-
"_time": "2025-09-11T09:41:42.116Z"
82+
"_time": "2025-11-21T08:38:30.988Z"
8383
}

0 commit comments

Comments
 (0)