Skip to content

postcss-pixrem-6.0.3 #2163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions directory/postcss-pixrem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"name": "postcss-pixrem",
"description": "A CSS post-processor that generates pixel fallbacks for rem units.",
"version": "6.0.3",
"homepage": "https://github.com/carlosjeurissen/postcss-pixrem",
"author": {
"name": "Rob Wierzbowski",
"email": "[email protected]",
"url": "http://robwierzbowski.com"
},
"repository": {
"type": "git",
"url": "git://github.com/carlosjeurissen/postcss-pixrem.git"
},
"bugs": {
"url": "https://github.com/carlosjeurissen/postcss-pixrem/issues"
},
"licenses": [
{
"type": "BSD-3-Clause"
}
],
"main": "lib/pixrem.js",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"browserslist": "^4.24.2",
"reduce-css-calc": "^2.1.8"
},
"devDependencies": {
"mocha": "^11.0.1",
"postcss": "^8.4.49"
},
"peerDependencies": {
"postcss": ">=8.0.0"
},
"keywords": [
"css",
"postcss",
"postcss-plugin",
"rem",
"parser",
"postproccessor",
"responsive"
],
"license": "BSD-3-Clause",
"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",
"_id": "[email protected]",
"dist": {
"shasum": "1016d1054f26dcaea793cef538c04dccae7a64fa",
"integrity": "sha512-7P40S3fmYga+GbHD/2vksOY7mlP1QyAD1g8e8KQI0xWDzx5Lq/hZ3rAYa/pfxKtxwJTdVBjb5P3hlvYPruBW/A==",
"tarball": "https://registry.npmjs.org/postcss-pixrem/-/postcss-pixrem-6.0.3.tgz",
"fileCount": 14,
"unpackedSize": 51359,
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEQCIAV/rreorWlFvd9Xg3Kzim04YYJZgSAlKpNPtt//BlmsAiBHJyjfWlcZrRNg9FQ+krkqweUNOd5hQ9f59JLf8eojrg=="
}
]
},
"_npmUser": {
"name": "carlosjeurissen",
"email": "[email protected]"
},
"directories": {},
"maintainers": [
{
"name": "carlosjeurissen",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages-npm-production",
"tmp": "tmp/postcss-pixrem_6.0.3_1733810273292_0.2272515780026496"
},
"_hasShrinkwrap": false,
"_time": "2024-12-10T05:57:53.454Z"
}