Skip to content
Closed
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
87 changes: 87 additions & 0 deletions directory/postcss-rem-to-em.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"name": "postcss-rem-to-em",
"description": "A CSS post-processor that converts px to rem.",
"version": "6.0.0",
"author": {
"name": "cuth"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/cuth/postcss-pxtorem.git"
},
"bugs": {
"url": "https://github.com/cuth/postcss-pxtorem/issues"
},
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "jasmine-node spec"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"prettier --write"
]
},
"devDependencies": {
"eslint": "^6.8.0",
"husky": "^4.2.3",
"jasmine-node": "^3.0.0",
"lint-staged": "^10.0.8",
"postcss": "^8.0.0",
"prettier": "^1.19.1"
},
"keywords": [
"css",
"rem",
"pixel",
"px",
"postcss",
"postcss-plugin"
],
"peerDependencies": {
"postcss": "^8.0.0"
},
"gitHead": "e1b11c98eacf0f733f7e54f3571a67ac2106a3dc",
"homepage": "https://github.com/cuth/postcss-pxtorem#readme",
"_id": "[email protected]",
"_nodeVersion": "16.13.0",
"_npmVersion": "8.1.0",
"dist": {
"integrity": "sha512-wCBk6DFQPAwwzoDweEmlF/2V6mHdEpo2vWAqhTON8GkUXrlQp1B9EwsEWVhPkpe4BNLw1jUxJAO2WHGeyKdvMw==",
"shasum": "aba64399458766aab6f0ff3403736c6e93edecd6",
"tarball": "https://registry.npmjs.org/postcss-rem-to-em/-/postcss-rem-to-em-6.0.0.tgz",
"fileCount": 13,
"unpackedSize": 30371,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4uI7CRA9TVsSAnZWagAAw7oP/jwruo4haw3bcI/xJRUT\nxzx4RQO3Qx1SC4Rvzn6bUTWCOnT4aAURuvldHDZXIPwQWoUYdBfaTNA/2zBu\n7Gztt2HtZnaHy2XlARJaSWHdwXylRiLaAr576GIVwYh3du8KvqIOOQbRhfxD\nvPbtlQa40CX3tCx36ewuchXGSTKQqKH9ypXuNPzAqXUJphAjFfry8xqXvJAJ\nMf1R8ejyR/w2Z96AJAHGI6YDbAsCkBcpDCeolAHIhRQIvCbP62mNwu09N7Pc\ncVZaYe/xPOeOiuIsF6zq0jMVVJxT0h1+840xcUpyBRxIjIZQMfhQVjTVsuQ1\nJo8tQZCiENUeKeKP5zX0GWwAVP84Y4jARKsgax703Oc86PXlslpdyNMcTydo\nZKpXM4CCa6iB3ZKt9w3QDUUsI6ugGN1+N7u+s4ci/H8gyWSlNnBF1R5Oy9Zw\nFKX71QaKtyc9+Ejr+T5YeMHauocj0KYU7ma4U2NumTjT/Ca6UWNcTmBJay9e\nr9IKVyUEerWMnEJiSnjdt400RAsUrjOOe41VJ7lk2p7x1+8Sl9sI8+1vRjIz\nq7eIh+Dd0MnSUP+01WfL1TaTfcyJjr353rT2WuJhpD3k1trXcxqVwlkvUFI2\nuPtTZtZCqRPa2QU9OWh+2915DMf6awGsYIfa8HHuG4nfPIUPYYBW7VuGL56O\nPFyu\r\n=lgh9\r\n-----END PGP SIGNATURE-----\r\n",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEYCIQDQhu9qWe87yXmRXY0hceX5KO2fJ7GkMhKPuRTu05c1/AIhAK0NCaarkkqOpP40+jLuWPe7nQtmEac2Uu9/ir+PfU4y"
}
]
},
"_npmUser": {
"name": "filipot",
"email": "[email protected]"
},
"directories": {},
"maintainers": [
{
"name": "filipot",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/postcss-rem-to-em_6.0.0_1642259003099_0.8013473122941697"
},
"_hasShrinkwrap": false,
"_time": "2022-01-15T15:03:23.275Z"
}