-
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
9d2e3c0
commit 134c108
Showing
192 changed files
with
2,657 additions
and
2,607 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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-mobile-forever", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "一款 postcss 插件,让移动端视图处处可访问。To adapt different displays by one mobile viewport.", | ||
"main": "index.js", | ||
"types": "postcss-mobile-forever.d.ts", | ||
|
@@ -45,20 +45,20 @@ | |
"peerDependencies": { | ||
"postcss": "^8.0.0" | ||
}, | ||
"gitHead": "92decf0da9b14fd50792d58c7493fd99d5e34c3a", | ||
"_id": "[email protected].1", | ||
"gitHead": "680f6d7c8d08fdc6daccc63193b18bdecbfabc79", | ||
"_id": "[email protected].2", | ||
"_nodeVersion": "18.16.0", | ||
"_npmVersion": "9.5.1", | ||
"dist": { | ||
"integrity": "sha512-xL0Ga12SI1L2kPoEb55QYmkwCIKXBInP8rdZswds8GM192Mu4PYLmva8UCgqBLAqawRYxCncJAGzt/KagbBnSg==", | ||
"shasum": "5fb41a49d3fcfe66209b745694941f4dc0a106d0", | ||
"tarball": "https://registry.npmjs.org/postcss-mobile-forever/-/postcss-mobile-forever-4.3.1.tgz", | ||
"integrity": "sha512-l1YuvxouJ7wt2awKtomuTDKXkNlFcUvC62sVUD9+Gr2AdyZRTtP81izo/IHfS2fbbFCY5JzvuTGmAJ2SyEqv+w==", | ||
"shasum": "1dcb35952635c0d38375b6821948c64908fa2e63", | ||
"tarball": "https://registry.npmjs.org/postcss-mobile-forever/-/postcss-mobile-forever-4.3.2.tgz", | ||
"fileCount": 18, | ||
"unpackedSize": 184658, | ||
"unpackedSize": 184902, | ||
"signatures": [ | ||
{ | ||
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA", | ||
"sig": "MEUCIQCFDMegt7/bNBMVeEvWLOKAyyY2xgWu9Teq72hj68EEsAIgGw4vRerbe0Olfe5nDGUswg5jwXQzaMPewz63s/XGRKQ=" | ||
"sig": "MEUCIQCMDItQ7S7jWLNt9e/AcuuT4xP2c78U2JXqT2n+TFNhjAIgCRL7H/VqGGG25VNxrWssxeQZXesLT2SBsUfxDN8jwzQ=" | ||
} | ||
] | ||
}, | ||
|
@@ -74,9 +74,9 @@ | |
} | ||
], | ||
"_npmOperationalInternal": { | ||
"host": "s3://npm-registry-packages", | ||
"tmp": "tmp/postcss-mobile-forever_4.3.1_1732847430573_0.5070621958377297" | ||
"host": "s3://npm-registry-packages-npm-production", | ||
"tmp": "tmp/postcss-mobile-forever_4.3.2_1736569631614_0.338684181704219" | ||
}, | ||
"_hasShrinkwrap": false, | ||
"_time": "2024-11-29T02:30:30.796Z" | ||
"_time": "2025-01-11T04:27:11.845Z" | ||
} |
Oops, something went wrong.