Skip to content

Commit 0244e47

Browse files
csstools/postcss-initial-2.0.1 (#2451)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 38c6841 commit 0244e47

1 file changed

Lines changed: 103 additions & 0 deletions

File tree

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"name": "@csstools/postcss-initial",
3+
"description": "PostCSS plugin to fallback initial keyword.",
4+
"version": "2.0.1",
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+
"peerDependencies": {
45+
"postcss": "^8.4"
46+
},
47+
"scripts": {},
48+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-initial#readme",
49+
"repository": {
50+
"type": "git",
51+
"url": "git+https://github.com/csstools/postcss-plugins.git",
52+
"directory": "plugins/postcss-initial"
53+
},
54+
"bugs": {
55+
"url": "https://github.com/csstools/postcss-plugins/issues"
56+
},
57+
"keywords": [
58+
"postcss-plugin"
59+
],
60+
"_id": "@csstools/[email protected]",
61+
"gitHead": "b89c3cea8debef851ed7e7cfddfd0c9f8b1afe91",
62+
"types": "./dist/index.d.ts",
63+
"_nodeVersion": "22.12.0",
64+
"_npmVersion": "10.9.0",
65+
"dist": {
66+
"integrity": "sha512-L1wLVMSAZ4wovznquK0xmC7QSctzO4D0Is590bxpGqhqjboLXYA16dWZpfwImkdOgACdQ9PqXsuRroW6qPlEsg==",
67+
"shasum": "c385bd9d8ad31ad159edd7992069e97ceea4d09a",
68+
"tarball": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.1.tgz",
69+
"fileCount": 7,
70+
"unpackedSize": 16272,
71+
"signatures": [
72+
{
73+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
74+
"sig": "MEUCIQC0pUFpcmRTbNgMmsQ6CrYAmUKSHd6+tyt+peNH36Ww/wIgX/9liUMwWgyzqMbQBt8HHk8rJCI5s/jUgNZMOxUw1JA="
75+
}
76+
]
77+
},
78+
"_npmUser": {
79+
"name": "romainmenke",
80+
"email": "[email protected]"
81+
},
82+
"directories": {},
83+
"maintainers": [
84+
{
85+
"name": "jonathantneal",
86+
"email": "[email protected]"
87+
},
88+
{
89+
"name": "alaguna",
90+
"email": "[email protected]"
91+
},
92+
{
93+
"name": "romainmenke",
94+
"email": "[email protected]"
95+
}
96+
],
97+
"_npmOperationalInternal": {
98+
"host": "s3://npm-registry-packages-npm-production",
99+
"tmp": "tmp/postcss-initial_2.0.1_1739379951883_0.3687382810362345"
100+
},
101+
"_hasShrinkwrap": false,
102+
"_time": "2025-02-12T17:05:52.077Z"
103+
}

0 commit comments

Comments
 (0)