Skip to content

Commit b46268f

Browse files
postcss-fluid-typography-2.1.0 (#2286)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f3b1d3f commit b46268f

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"name": "postcss-fluid-typography",
3+
"version": "2.1.0",
4+
"description": "PostCSS plugin for responsive typography values using linear scale",
5+
"keywords": [
6+
"postcss",
7+
"postcss-plugin",
8+
"css",
9+
"typography",
10+
"scale"
11+
],
12+
"license": "MIT",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/daun/postcss-fluid-typography.git"
16+
},
17+
"author": {
18+
"name": "Philipp Daun",
19+
"email": "[email protected]"
20+
},
21+
"maintainers": [
22+
{
23+
"name": "daun",
24+
"email": "[email protected]"
25+
}
26+
],
27+
"bugs": {
28+
"url": "https://github.com/daun/postcss-fluid-typography/issues"
29+
},
30+
"homepage": "https://github.com/daun/postcss-fluid-typography",
31+
"devDependencies": {
32+
"chai": "^4.0.2",
33+
"eslint": "^4.1.1",
34+
"mocha": "^3.4.2",
35+
"postcss": "^8.0.0"
36+
},
37+
"peerDependencies": {
38+
"postcss": "^8.0.0"
39+
},
40+
"scripts": {
41+
"test": "mocha test",
42+
"lint": "eslint .",
43+
"format": "eslint . --fix"
44+
},
45+
"gitHead": "51e772e619d98cee4fd4ff9944c804bb5a60153a",
46+
47+
"_nodeVersion": "18.16.0",
48+
"_npmVersion": "9.5.1",
49+
"dist": {
50+
"integrity": "sha512-N04hdSc0D4OIIsoDcSWlohlkXzY1okyS5W3s29c8zIFYzGDig97zwWEd6ns+++P9siTxBqfBbqSuHkqtkm5Hvg==",
51+
"shasum": "467a45dd5bf46bc3e8ac9923e54d0d5ab828a98f",
52+
"tarball": "https://registry.npmjs.org/postcss-fluid-typography/-/postcss-fluid-typography-2.1.0.tgz",
53+
"fileCount": 36,
54+
"unpackedSize": 620381,
55+
"signatures": [
56+
{
57+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
58+
"sig": "MEYCIQC9B8ADFbozXS9iU4OlUYTgu20iVT0tv51p+pt3i+5ThgIhAN4cZciVMEecwCglByVXH+QPa08PSPy1USPFNT7coEdz"
59+
}
60+
]
61+
},
62+
"_npmUser": {
63+
"name": "daun",
64+
"email": "[email protected]",
65+
"actor": {
66+
"name": "daun",
67+
"email": "[email protected]",
68+
"type": "user"
69+
}
70+
},
71+
"directories": {},
72+
"_npmOperationalInternal": {
73+
"host": "s3://npm-registry-packages-npm-production",
74+
"tmp": "tmp/postcss-fluid-typography_2.1.0_1750416787637_0.3301854322948423"
75+
},
76+
"_hasShrinkwrap": false,
77+
"_time": "2025-06-20T10:53:07.856Z"
78+
}

0 commit comments

Comments
 (0)