Skip to content

Commit

Permalink
collect plugins data
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2024
1 parent 0b39386 commit fff4ee4
Show file tree
Hide file tree
Showing 189 changed files with 530 additions and 506 deletions.
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2801,7 +2801,7 @@ <h3>exponential-functions <span style="font-size: 0.8em;">(csstools)</span></h3>
</dd>

<dt>Version</dt>
<dd><code>2.0.3</code></dd>
<dd><code>2.0.4</code></dd>

<dt>License</dt>
<dd><code>MIT-0</code></dd>
Expand Down Expand Up @@ -3728,7 +3728,7 @@ <h3>gamut-mapping <span style="font-size: 0.8em;">(csstools)</span></h3>
</dd>

<dt>Version</dt>
<dd><code>2.0.4</code></dd>
<dd><code>2.0.5</code></dd>

<dt>License</dt>
<dd><code>MIT-0</code></dd>
Expand Down Expand Up @@ -3863,7 +3863,7 @@ <h3>gradients-interpolation-method <span style="font-size: 0.8em;">(csstools)</s
</dd>

<dt>Version</dt>
<dd><code>5.0.4</code></dd>
<dd><code>5.0.5</code></dd>

<dt>License</dt>
<dd><code>MIT-0</code></dd>
Expand Down Expand Up @@ -4175,7 +4175,7 @@ <h3>hwb-function <span style="font-size: 0.8em;">(csstools)</span></h3>
</dd>

<dt>Version</dt>
<dd><code>4.0.4</code></dd>
<dd><code>4.0.5</code></dd>

<dt>License</dt>
<dd><code>MIT-0</code></dd>
Expand Down Expand Up @@ -5096,7 +5096,7 @@ <h3>light-dark-function <span style="font-size: 0.8em;">(csstools)</span></h3>
</dd>

<dt>Version</dt>
<dd><code>2.0.6</code></dd>
<dd><code>2.0.7</code></dd>

<dt>License</dt>
<dd><code>MIT-0</code></dd>
Expand Down Expand Up @@ -5366,7 +5366,7 @@ <h3>logical-viewport-units <span style="font-size: 0.8em;">(csstools)</span></h3
</dd>

<dt>Version</dt>
<dd><code>3.0.2</code></dd>
<dd><code>3.0.3</code></dd>

<dt>License</dt>
<dd><code>MIT-0</code></dd>
Expand Down
23 changes: 12 additions & 11 deletions npm-data/last-version/postcss-import-rewrite.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-import-rewrite",
"version": "1.4.1",
"version": "1.4.2",
"description": "PostCSS plugin to rewrite import statements so their paths work with further processing.",
"keywords": [
"postcss",
Expand All @@ -10,7 +10,8 @@
],
"scripts": {
"unit": "node --test index.test.js",
"test": "npm run unit && eslint ."
"test": "npm run unit && eslint .",
"debug": "node debug.js"
},
"author": {
"name": "Aria Bounds",
Expand Down Expand Up @@ -43,7 +44,7 @@
"eslint:recommended"
]
},
"_id": "[email protected].1",
"_id": "[email protected].2",
"gitHead": "9e6181e360ca63a12b452d300dcd73848d7d5e2a",
"bugs": {
"url": "https://gitlab.com/Soyvolon/postcss-import-rewrite/issues"
Expand All @@ -52,15 +53,15 @@
"_nodeVersion": "21.4.0",
"_npmVersion": "10.2.5",
"dist": {
"integrity": "sha512-1GmlDa9zQhXSnBpkLQs+gv4lh9IOEd5lPGZA0i4hONSw3FYkLHbW7wmxCmVUItDrY2LdxxHgb693iQOtYJ7Odw==",
"shasum": "5f1e08941dac71b91e0241246c417da5d9177f80",
"tarball": "https://registry.npmjs.org/postcss-import-rewrite/-/postcss-import-rewrite-1.4.1.tgz",
"fileCount": 17,
"unpackedSize": 158140,
"integrity": "sha512-shn0OC4fVjKDC9MNXxi1b/xwsvp5spaxJs0ne95pAIn7NsvvMe3T0jl7oRSJLJTLiOc14JvE78Y3Pawxo/DliQ==",
"shasum": "e13570cc03152fc2c16baf1c2c8c8ffc12c35cad",
"tarball": "https://registry.npmjs.org/postcss-import-rewrite/-/postcss-import-rewrite-1.4.2.tgz",
"fileCount": 18,
"unpackedSize": 172233,
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEYCIQCPNBblZHs0fQYfZqcgI84g5zN/763jOm2rKX02cmvzhAIhAK4P/OV/ZuX2MC9Uvii7upk9AOH/vqrjhIfsQHr/B1gZ"
"sig": "MEUCIQDav4MZwlbQLkQeeyfsU8YY8reXiuT03vIkBAyU+ckaewIgMy8HQW/Bg+3g4uuL5c9zDEhD88m1vW8It9OWEWw8LNw="
}
]
},
Expand All @@ -77,8 +78,8 @@
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/postcss-import-rewrite_1.4.1_1725648695658_0.6724906876656436"
"tmp": "tmp/postcss-import-rewrite_1.4.2_1729294197732_0.42187884364211525"
},
"_hasShrinkwrap": false,
"_time": "2024-09-06T18:51:35.816Z"
"_time": "2024-10-18T23:29:57.905Z"
}
Loading

0 comments on commit fff4ee4

Please sign in to comment.