Skip to content

Commit 9d66b9c

Browse files
collect plugins data
1 parent 8384286 commit 9d66b9c

198 files changed

Lines changed: 3556 additions & 3043 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"name": "postcss-rem-to-em",
3+
"description": "A CSS post-processor that converts px to rem.",
4+
"version": "6.0.0",
5+
"author": {
6+
"name": "cuth"
7+
},
8+
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+ssh://[email protected]/cuth/postcss-pxtorem.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/cuth/postcss-pxtorem/issues"
15+
},
16+
"main": "index.js",
17+
"scripts": {
18+
"lint": "eslint .",
19+
"test": "jasmine-node spec"
20+
},
21+
"husky": {
22+
"hooks": {
23+
"pre-commit": "lint-staged"
24+
}
25+
},
26+
"lint-staged": {
27+
"*.js": [
28+
"eslint --fix",
29+
"prettier --write"
30+
]
31+
},
32+
"devDependencies": {
33+
"eslint": "^6.8.0",
34+
"husky": "^4.2.3",
35+
"jasmine-node": "^3.0.0",
36+
"lint-staged": "^10.0.8",
37+
"postcss": "^8.0.0",
38+
"prettier": "^1.19.1"
39+
},
40+
"keywords": [
41+
"css",
42+
"rem",
43+
"pixel",
44+
"px",
45+
"postcss",
46+
"postcss-plugin"
47+
],
48+
"peerDependencies": {
49+
"postcss": "^8.0.0"
50+
},
51+
"gitHead": "e1b11c98eacf0f733f7e54f3571a67ac2106a3dc",
52+
"homepage": "https://github.com/cuth/postcss-pxtorem#readme",
53+
54+
"_nodeVersion": "16.13.0",
55+
"_npmVersion": "8.1.0",
56+
"dist": {
57+
"integrity": "sha512-wCBk6DFQPAwwzoDweEmlF/2V6mHdEpo2vWAqhTON8GkUXrlQp1B9EwsEWVhPkpe4BNLw1jUxJAO2WHGeyKdvMw==",
58+
"shasum": "aba64399458766aab6f0ff3403736c6e93edecd6",
59+
"tarball": "https://registry.npmjs.org/postcss-rem-to-em/-/postcss-rem-to-em-6.0.0.tgz",
60+
"fileCount": 13,
61+
"unpackedSize": 30371,
62+
"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",
63+
"signatures": [
64+
{
65+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
66+
"sig": "MEYCIQDQhu9qWe87yXmRXY0hceX5KO2fJ7GkMhKPuRTu05c1/AIhAK0NCaarkkqOpP40+jLuWPe7nQtmEac2Uu9/ir+PfU4y"
67+
}
68+
]
69+
},
70+
"_npmUser": {
71+
"name": "filipot",
72+
"email": "[email protected]"
73+
},
74+
"directories": {},
75+
"maintainers": [
76+
{
77+
"name": "filipot",
78+
"email": "[email protected]"
79+
}
80+
],
81+
"_npmOperationalInternal": {
82+
"host": "s3://npm-registry-packages",
83+
"tmp": "tmp/postcss-rem-to-em_6.0.0_1642259003099_0.8013473122941697"
84+
},
85+
"_hasShrinkwrap": false,
86+
"_time": "2022-01-15T15:03:23.275Z"
87+
}

0 commit comments

Comments
 (0)