Skip to content

Commit f3b1d3f

Browse files
collect plugins data
1 parent 0385992 commit f3b1d3f

213 files changed

Lines changed: 3527 additions & 3399 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.

directory/postcss-color-scheme.json

Lines changed: 0 additions & 141 deletions
This file was deleted.

docs/index.html

Lines changed: 44 additions & 44 deletions
Large diffs are not rendered by default.

docs/keywords.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"extend",
6969
"fallback",
7070
"flex",
71+
"fluid",
7172
"focus",
7273
"focus-visible",
7374
"font-face",
@@ -173,7 +174,6 @@
173174
"sqrt",
174175
"srgb",
175176
"srgb-linear",
176-
"theme",
177177
"theme-switcher",
178178
"tint",
179179
"token",

npm-data/last-version/postcss-fluid-typography.json

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-fluid-typography",
3-
"version": "1.0.0",
3+
"version": "2.1.0",
44
"description": "PostCSS plugin for responsive typography values using linear scale",
55
"keywords": [
66
"postcss",
@@ -32,42 +32,47 @@
3232
"chai": "^4.0.2",
3333
"eslint": "^4.1.1",
3434
"mocha": "^3.4.2",
35-
"postcss": "^8.4.6"
35+
"postcss": "^8.0.0"
3636
},
3737
"peerDependencies": {
38-
"postcss": "^8.4.6"
38+
"postcss": "^8.0.0"
3939
},
4040
"scripts": {
4141
"test": "mocha test",
42-
"posttest": "eslint .",
42+
"lint": "eslint .",
4343
"format": "eslint . --fix"
4444
},
45-
"gitHead": "06d23eb086f30c328dcfe37bd3b9ea349dea0294",
46-
"_id": "postcss-fluid-typography@1.0.0",
45+
"gitHead": "51e772e619d98cee4fd4ff9944c804bb5a60153a",
46+
"_id": "postcss-fluid-typography@2.1.0",
4747
"_nodeVersion": "18.16.0",
4848
"_npmVersion": "9.5.1",
4949
"dist": {
50-
"integrity": "sha512-gyGiwmmTbkLtbTjUs+vgEo4V9qPgNFzI+CrIn7Ylanjwaea3+FPd/4SGnEZt815RMUKLMjgGWRobTBTLuQuYQQ==",
51-
"shasum": "05691f427ce86313ce1c73e9c14fefa8be243838",
52-
"tarball": "https://registry.npmjs.org/postcss-fluid-typography/-/postcss-fluid-typography-1.0.0.tgz",
50+
"integrity": "sha512-N04hdSc0D4OIIsoDcSWlohlkXzY1okyS5W3s29c8zIFYzGDig97zwWEd6ns+++P9siTxBqfBbqSuHkqtkm5Hvg==",
51+
"shasum": "467a45dd5bf46bc3e8ac9923e54d0d5ab828a98f",
52+
"tarball": "https://registry.npmjs.org/postcss-fluid-typography/-/postcss-fluid-typography-2.1.0.tgz",
5353
"fileCount": 36,
54-
"unpackedSize": 619016,
54+
"unpackedSize": 620381,
5555
"signatures": [
5656
{
57-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
58-
"sig": "MEUCIHYqFQcvs2VxGQkyND1pL+OfoILaHr1SyItnplB36uFXAiEAw4mlLRpGdzm3J1CKmQPCgiCXgi3ua8cW/t5Bw94reUg="
57+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
58+
"sig": "MEYCIQC9B8ADFbozXS9iU4OlUYTgu20iVT0tv51p+pt3i+5ThgIhAN4cZciVMEecwCglByVXH+QPa08PSPy1USPFNT7coEdz"
5959
}
6060
]
6161
},
6262
"_npmUser": {
6363
"name": "daun",
64-
"email": "[email protected]"
64+
"email": "[email protected]",
65+
"actor": {
66+
"name": "daun",
67+
"email": "[email protected]",
68+
"type": "user"
69+
}
6570
},
6671
"directories": {},
6772
"_npmOperationalInternal": {
68-
"host": "s3://npm-registry-packages",
69-
"tmp": "tmp/postcss-fluid-typography_1.0.0_1712161845553_0.5577916104075258"
73+
"host": "s3://npm-registry-packages-npm-production",
74+
"tmp": "tmp/postcss-fluid-typography_2.1.0_1750416787637_0.3301854322948423"
7075
},
7176
"_hasShrinkwrap": false,
72-
"_time": "2024-04-03T16:30:45.820Z"
77+
"_time": "2025-06-20T10:53:07.856Z"
7378
}

0 commit comments

Comments
 (0)