-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b39386
commit fff4ee4
Showing
189 changed files
with
530 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
@@ -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" | ||
|
@@ -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=" | ||
} | ||
] | ||
}, | ||
|
@@ -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" | ||
} |
Oops, something went wrong.