Skip to content

Commit 544e541

Browse files
postcss-fontpie-2.0.1 (#2323)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c878882 commit 544e541

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

directory/postcss-fontpie.json

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"name": "postcss-fontpie",
3+
"version": "2.0.1",
4+
"author": {
5+
"name": "Tomer Aberbach",
6+
"email": "[email protected]",
7+
"url": "https://tomeraberba.ch"
8+
},
9+
"description": "A PostCSS plugin for optimizing font loading layout shifts using fontpie!",
10+
"keywords": [
11+
"css",
12+
"postcss",
13+
"postcss-plugin",
14+
"fontpie",
15+
"fonts",
16+
"cls"
17+
],
18+
"homepage": "https://github.com/TomerAberbach/postcss-fontpie",
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/TomerAberbach/postcss-fontpie.git"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/TomerAberbach/postcss-fontpie/issues"
25+
},
26+
"license": "Apache-2.0",
27+
"type": "module",
28+
"sideEffects": false,
29+
"engines": {
30+
"node": ">= 18"
31+
},
32+
"exports": {
33+
"types": "./dist/index.d.ts",
34+
"require": "./dist/index.cjs",
35+
"import": "./dist/index.js"
36+
},
37+
"types": "./dist/index.d.ts",
38+
"main": "./dist/index.cjs",
39+
"module": "./dist/index.js",
40+
"prettier": "tomer/prettier",
41+
"dependencies": {
42+
"@csstools/css-parser-algorithms": "^2.6.3",
43+
"@csstools/css-tokenizer": "^2.3.1",
44+
"fontkit": "^2.0.2",
45+
"fontpie-calc": "^0.2.0",
46+
"slashes": "^3.0.12"
47+
},
48+
"peerDependencies": {
49+
"postcss": "^8"
50+
},
51+
"devDependencies": {
52+
"@types/jest": "^29.5.12",
53+
"eslint": "^8.57.0",
54+
"jest": "^29.7.0",
55+
"postcss": "^8.4.38",
56+
"prettier": "^3.2.5",
57+
"tomer": "^3.2.0",
58+
"typescript": "^5.4.5"
59+
},
60+
"scripts": {
61+
"format": "tomer format",
62+
"lint": "tomer lint",
63+
"typecheck": "tomer typecheck",
64+
"test": "tomer test",
65+
"build": "tomer build",
66+
"clean": "tomer clean dist"
67+
},
68+
69+
"_integrity": "sha512-cxMkGyrZiki6uzM+LeLLx22lM8ZklDiMBwj/r0PUe/UcN1pCqH3iYM+TydWVIbaps2AIbfiqplXiuZCKUdfibQ==",
70+
"_resolved": "/private/var/folders/kn/41l_nk9568j6j0grkb3g35580000gn/T/a20836999761a9c69408aa25f49ee868/postcss-fontpie-2.0.1.tgz",
71+
"_from": "file:postcss-fontpie-2.0.1.tgz",
72+
"_nodeVersion": "21.7.3",
73+
"_npmVersion": "10.5.0",
74+
"dist": {
75+
"integrity": "sha512-cxMkGyrZiki6uzM+LeLLx22lM8ZklDiMBwj/r0PUe/UcN1pCqH3iYM+TydWVIbaps2AIbfiqplXiuZCKUdfibQ==",
76+
"shasum": "9be1390a1b058b24df5ba2b7803e249c35179f77",
77+
"tarball": "https://registry.npmjs.org/postcss-fontpie/-/postcss-fontpie-2.0.1.tgz",
78+
"fileCount": 6,
79+
"unpackedSize": 36559,
80+
"signatures": [
81+
{
82+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
83+
"sig": "MEQCIFrb8kEemXHvlmj5hT1fsUCqvVEeXMwbhi0xSpaeePFTAiAf0u3HIMFMxuSBUoHRx4PpqvVpgX5Zc090r1lpWCFAhA=="
84+
}
85+
]
86+
},
87+
"_npmUser": {
88+
"name": "tomeraberbach",
89+
"email": "[email protected]"
90+
},
91+
"directories": {},
92+
"maintainers": [
93+
{
94+
"name": "tomeraberbach",
95+
"email": "[email protected]"
96+
}
97+
],
98+
"_npmOperationalInternal": {
99+
"host": "s3://npm-registry-packages",
100+
"tmp": "tmp/postcss-fontpie_2.0.1_1715358216791_0.008102553735877205"
101+
},
102+
"_hasShrinkwrap": false,
103+
"_time": "2024-05-10T16:23:36.993Z"
104+
}

0 commit comments

Comments
 (0)