Skip to content

Commit 9ec936d

Browse files
collect plugins data
1 parent 68d1162 commit 9ec936d

196 files changed

Lines changed: 7299 additions & 6399 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: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"name": "@lab4studio/postcss-px-to-rem",
3+
"version": "1.0.4",
4+
"description": "PostCSS plugin to convert px to rem/em with advanced syntax support",
5+
"main": "index.js",
6+
"exports": {
7+
".": "./index.js",
8+
"./package.json": "./package.json"
9+
},
10+
"engines": {
11+
"node": ">=14.0.0"
12+
},
13+
"scripts": {
14+
"test": "jest",
15+
"test:watch": "jest --watch",
16+
"test:coverage": "jest --coverage",
17+
"lint": "eslint ./src/**/*.js",
18+
"prepublishOnly": "npm test && npm run lint"
19+
},
20+
"keywords": [
21+
"postcss",
22+
"postcss-plugin",
23+
"css",
24+
"rem",
25+
"em",
26+
"units",
27+
"conversion"
28+
],
29+
"peerDependencies": {
30+
"postcss": "^8.0.0"
31+
},
32+
"devDependencies": {
33+
"eslint": "^8.0.0",
34+
"eslint-config-airbnb-base": "^15.0.0",
35+
"eslint-plugin-import": "^2.25.0",
36+
"jest": "^29.0.0",
37+
"postcss": "^8.0.0"
38+
},
39+
"license": "MIT",
40+
"repository": {
41+
"type": "git",
42+
"url": "git+https://github.com/lab4studio/postcss-px-to-rem.git"
43+
},
44+
"bugs": {
45+
"url": "https://github.com/lab4studio/postcss-px-to-rem/issues"
46+
},
47+
"homepage": "https://github.com/lab4studio/postcss-px-to-rem#readme",
48+
"_id": "@lab4studio/[email protected]",
49+
"gitHead": "deb3bc30b880267a0cc7fa51209d583913ff626e",
50+
"_nodeVersion": "20.19.0",
51+
"_npmVersion": "10.8.2",
52+
"dist": {
53+
"integrity": "sha512-5/NMjK0DZ4uCwpJzgfqjiO4gno/2tdpeH58kKgbFufgV3qbFhKYnp5mS+WdVt9HYZTIIJ8SBeQd1ufC1m8CEuw==",
54+
"shasum": "73a577eea2442d738dcd202d7a55620902b9975d",
55+
"tarball": "https://registry.npmjs.org/@lab4studio/postcss-px-to-rem/-/postcss-px-to-rem-1.0.4.tgz",
56+
"fileCount": 9,
57+
"unpackedSize": 6441,
58+
"signatures": [
59+
{
60+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
61+
"sig": "MEUCIDQCrps7ZF9jZWGNGFyvndkn+z1epC8Wj+Nr6AMsbkoAAiEAtaXPIz2QJ9JeC7KMCDSO/RrC2RV27IIMcl5DTIE2Fis="
62+
}
63+
]
64+
},
65+
"_npmUser": {
66+
"name": "lab4studio",
67+
"email": "[email protected]"
68+
},
69+
"directories": {},
70+
"maintainers": [
71+
{
72+
"name": "lab4studio",
73+
"email": "[email protected]"
74+
}
75+
],
76+
"_npmOperationalInternal": {
77+
"host": "s3://npm-registry-packages-npm-production",
78+
"tmp": "tmp/postcss-px-to-rem_1.0.4_1744024523143_0.16161715277180955"
79+
},
80+
"_hasShrinkwrap": false,
81+
"_time": "2025-04-07T11:15:23.311Z"
82+
}

npm-data/last-version/postcss-rtlcss.json

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-rtlcss",
3-
"version": "5.6.0",
3+
"version": "5.6.1",
44
"description": "PostCSS plugin to build Cascading Style Sheets (CSS) with Left-To-Right (LTR) and Right-To-Left (RTL) rules",
55
"keywords": [
66
"postcss",
@@ -40,7 +40,7 @@
4040
},
4141
"scripts": {
4242
"test": "jest --clearCache && jest --verbose",
43-
"lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\"",
43+
"lint": "eslint \"src/**/*.ts\" \"playground/src/**/*.tsx\" \"tests/**/*.ts\"",
4444
"clean": "./scripts/clean.sh",
4545
"copy": "./scripts/copy.sh",
4646
"modify-dts": "replace-in-file --configFile=config.replace.json",
@@ -67,53 +67,58 @@
6767
"@types/eslint": "^9.6.1",
6868
"@types/jest": "^29.5.14",
6969
"@types/jest-specific-snapshot": "^0.5.9",
70-
"@types/node": "^22.10.1",
70+
"@types/node": "^22.14.0",
7171
"@types/rtlcss": "^3.5.4",
72-
"eslint": "^9.16.0",
73-
"eslint-plugin-jest": "^28.9.0",
74-
"globals": "^15.13.0",
72+
"eslint": "^9.24.0",
73+
"eslint-plugin-jest": "^28.11.0",
74+
"globals": "^16.0.0",
7575
"jest": "^29.7.0",
7676
"jest-specific-snapshot": "^8.0.0",
77-
"postcss": "^8.4.26",
78-
"replace-in-file": "^8.2.0",
77+
"postcss": "^8.4.38",
78+
"replace-in-file": "^8.3.0",
7979
"rimraf": "^6.0.1",
80-
"rollup": "^4.28.1",
80+
"rollup": "^4.39.0",
8181
"rollup-plugin-ts": "^3.4.5",
82-
"ts-jest": "^29.2.5",
82+
"ts-jest": "^29.3.1",
8383
"tslib": "^2.8.1",
84-
"typescript": "^5.7.2",
85-
"typescript-eslint": "^8.17.0"
84+
"typescript": "^5.8.3",
85+
"typescript-eslint": "^8.29.0"
8686
},
8787
"peerDependencies": {
8888
"postcss": "^8.4.21"
8989
},
9090
"engines": {
9191
"node": ">=18.0.0"
9292
},
93-
94-
"gitHead": "d15a91a1cab147552e81c6ebeb12cfbfce9ceecc",
93+
"pnpm": {
94+
"overrides": {
95+
"@babel/helpers@<7.26.10": ">=7.26.10"
96+
}
97+
},
98+
99+
"gitHead": "52b420d31041eb330db2b206ea3472a5619394ee",
95100
"bugs": {
96101
"url": "https://github.com/elchininet/postcss-rtlcss/issues"
97102
},
98103
"homepage": "https://github.com/elchininet/postcss-rtlcss#readme",
99-
"_nodeVersion": "18.20.5",
104+
"_nodeVersion": "18.20.7",
100105
"_npmVersion": "10.8.2",
101106
"dist": {
102-
"integrity": "sha512-vfO8AcjuQ6eFD3zBjN1UBjkZppgHTjMfIM+InCvzLjMtREI/Kax4YvTyFH/i+lRSI8BFeHuOJUc2Ah47zlungQ==",
103-
"shasum": "6df1094f629a2e0533e38b8c643717775bc6bb1f",
104-
"tarball": "https://registry.npmjs.org/postcss-rtlcss/-/postcss-rtlcss-5.6.0.tgz",
107+
"integrity": "sha512-CJxjDDaYWS+4WoIx2I5IM+4sSApjrUFv1i7P1Aa/tQv/PahP3tab0LG4bHkvk0mWz5uN4c1kP1KIxZO8lA840g==",
108+
"shasum": "08b08a70c495e3e24b6f8d21073521fa82850b88",
109+
"tarball": "https://registry.npmjs.org/postcss-rtlcss/-/postcss-rtlcss-5.6.1.tgz",
105110
"fileCount": 12,
106-
"unpackedSize": 113527,
111+
"unpackedSize": 113672,
107112
"attestations": {
108-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].0",
113+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].1",
109114
"provenance": {
110115
"predicateType": "https://slsa.dev/provenance/v1"
111116
}
112117
},
113118
"signatures": [
114119
{
115-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
116-
"sig": "MEYCIQDeDeOGHSC/WyVEzSxUQ8f5gCuZiKTYlMiugORTNGw/QwIhAPO1oUVrVjToskUVG7O1+D51R4byFVCXphEpK6z5qlOF"
120+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
121+
"sig": "MEUCIAnuM7L0zotRYuPYLPb12QQ5V0Uis+K6vTfjZX35BaBAAiEApASWNYEF1X9STSX1zkMarOGQ2RAiOThN4L2H6govKnA="
117122
}
118123
]
119124
},
@@ -130,8 +135,8 @@
130135
],
131136
"_npmOperationalInternal": {
132137
"host": "s3://npm-registry-packages-npm-production",
133-
"tmp": "tmp/postcss-rtlcss_5.6.0_1734117862665_0.6487971327366295"
138+
"tmp": "tmp/postcss-rtlcss_5.6.1_1744022021740_0.6369694206713381"
134139
},
135140
"_hasShrinkwrap": false,
136-
"_time": "2024-12-13T19:24:22.852Z"
141+
"_time": "2025-04-07T10:33:41.916Z"
137142
}

0 commit comments

Comments
 (0)