Skip to content

Commit e56d273

Browse files
csstools/postcss-trigonometric-functions-4.0.9 (#2437)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ed7f94 commit e56d273

1 file changed

Lines changed: 117 additions & 0 deletions

File tree

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
{
2+
"name": "@csstools/postcss-trigonometric-functions",
3+
"description": "Use sin(), cos(), tan(), acos(), atan(), and atan2() to compute trigonometric relationships",
4+
"version": "4.0.9",
5+
"contributors": [
6+
{
7+
"name": "Antonio Laguna",
8+
"email": "[email protected]",
9+
"url": "https://antonio.laguna.es"
10+
},
11+
{
12+
"name": "Romain Menke",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"license": "MIT-0",
17+
"funding": [
18+
{
19+
"type": "github",
20+
"url": "https://github.com/sponsors/csstools"
21+
},
22+
{
23+
"type": "opencollective",
24+
"url": "https://opencollective.com/csstools"
25+
}
26+
],
27+
"engines": {
28+
"node": ">=18"
29+
},
30+
"type": "module",
31+
"main": "dist/index.cjs",
32+
"module": "dist/index.mjs",
33+
"exports": {
34+
".": {
35+
"import": {
36+
"types": "./dist/index.d.ts",
37+
"default": "./dist/index.mjs"
38+
},
39+
"require": {
40+
"default": "./dist/index.cjs"
41+
}
42+
}
43+
},
44+
"dependencies": {
45+
"@csstools/css-calc": "^2.1.4",
46+
"@csstools/css-parser-algorithms": "^3.0.5",
47+
"@csstools/css-tokenizer": "^3.0.4"
48+
},
49+
"peerDependencies": {
50+
"postcss": "^8.4"
51+
},
52+
"scripts": {},
53+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions#readme",
54+
"repository": {
55+
"type": "git",
56+
"url": "git+https://github.com/csstools/postcss-plugins.git",
57+
"directory": "plugins/postcss-trigonometric-functions"
58+
},
59+
"bugs": {
60+
"url": "https://github.com/csstools/postcss-plugins/issues"
61+
},
62+
"keywords": [
63+
"acos",
64+
"acos2",
65+
"asin",
66+
"atan",
67+
"cos",
68+
"css",
69+
"postcss-plugin",
70+
"sin",
71+
"tan",
72+
"trigonometric"
73+
],
74+
"_id": "@csstools/[email protected]",
75+
"gitHead": "26252d3311350b5e993e37014b3c479b4f10eda6",
76+
"types": "./dist/index.d.ts",
77+
"_nodeVersion": "22.12.0",
78+
"_npmVersion": "10.9.0",
79+
"dist": {
80+
"integrity": "sha512-Hnh5zJUdpNrJqK9v1/E3BbrQhaDTj5YiX7P61TOvUhoDHnUmsNNxcDAgkQ32RrcWx9GVUvfUNPcUkn8R3vIX6A==",
81+
"shasum": "3f94ed2e319b57f2c59720b64e4d0a8a6fb8c3b2",
82+
"tarball": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.9.tgz",
83+
"fileCount": 7,
84+
"unpackedSize": 9537,
85+
"signatures": [
86+
{
87+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
88+
"sig": "MEUCIBjWIuzUQ+fIwXTOpv324mCjI+oszOV4aqFGmB88fJ8nAiEAikf2Tbvs+qNB+DDWC+oxbRFlbTQ/iOENoKWGG5Wn8y8="
89+
}
90+
]
91+
},
92+
"_npmUser": {
93+
"name": "romainmenke",
94+
"email": "[email protected]"
95+
},
96+
"directories": {},
97+
"maintainers": [
98+
{
99+
"name": "jonathantneal",
100+
"email": "[email protected]"
101+
},
102+
{
103+
"name": "alaguna",
104+
"email": "[email protected]"
105+
},
106+
{
107+
"name": "romainmenke",
108+
"email": "[email protected]"
109+
}
110+
],
111+
"_npmOperationalInternal": {
112+
"host": "s3://npm-registry-packages-npm-production",
113+
"tmp": "tmp/postcss-trigonometric-functions_4.0.9_1748343107968_0.05800196901446775"
114+
},
115+
"_hasShrinkwrap": false,
116+
"_time": "2025-05-27T10:51:48.141Z"
117+
}

0 commit comments

Comments
 (0)