Skip to content

Commit bad9306

Browse files
postcss-color-scheme-2.1.0 (#2131)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bba6c47 commit bad9306

File tree

1 file changed

+141
-0
lines changed

1 file changed

+141
-0
lines changed

directory/postcss-color-scheme.json

+141
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
{
2+
"name": "postcss-color-scheme",
3+
"version": "2.1.0",
4+
"description": "postcss plugin for handling prefers-color-scheme more gracefully",
5+
"type": "module",
6+
"main": "lib/postcss.js",
7+
"types": "types/postcss.d.ts",
8+
"exports": {
9+
".": {
10+
"types": "./types/postcss.d.ts",
11+
"import": "./lib/postcss.js",
12+
"default": "./lib/postcss.js"
13+
},
14+
"./tailwind.css": "./lib/tailwind.css"
15+
},
16+
"publishConfig": {
17+
"access": "public",
18+
"provenance": true
19+
},
20+
"license": "MIT",
21+
"keywords": [
22+
"postcss-plugin",
23+
"postcss",
24+
"plugin",
25+
"theme",
26+
"dark",
27+
"color",
28+
"scheme",
29+
"mode"
30+
],
31+
"author": {
32+
"name": "Quang Phan",
33+
"email": "[email protected]",
34+
"url": "https://github.com/vnphanquang"
35+
},
36+
"homepage": "https://github.com/vnphanquang/postcss-color-scheme",
37+
"bugs": {
38+
"url": "https://github.com/vnphanquang/postcss-color-scheme/issues"
39+
},
40+
"repository": {
41+
"type": "git",
42+
"url": "git+https://github.com/vnphanquang/postcss-color-scheme.git",
43+
"directory": "package"
44+
},
45+
"peerDependencies": {
46+
"postcss": "^8.0.0"
47+
},
48+
"devDependencies": {
49+
"@changesets/changelog-github": "^0.5.0",
50+
"@changesets/cli": "^2.27.10",
51+
"@types/node": "^22.10.0",
52+
"@vitest/coverage-istanbul": "^2.1.6",
53+
"@vitest/ui": "^2.1.6",
54+
"@vnphanquang/eslint-config": "^3.0.1",
55+
"dedent": "^1.5.3",
56+
"dts-buddy": "^0.5.3",
57+
"eslint": "^9.15.0",
58+
"postcss": "^8.4.49",
59+
"prettier": "^3.4.1",
60+
"prettier-plugin-embed": "^0.4.15",
61+
"publint": "^0.2.12",
62+
"typescript": "^5.7.2",
63+
"vitest": "^2.1.6"
64+
},
65+
"devEngines": {
66+
"runtime": [
67+
{
68+
"name": "node",
69+
"version": ">= 22.0.0",
70+
"onFail": "error"
71+
}
72+
],
73+
"packageManager": [
74+
{
75+
"name": "npm",
76+
"version": ">=10.9.0",
77+
"onFail": "ignore"
78+
},
79+
{
80+
"name": "pnpm",
81+
"version": ">=9.0.0",
82+
"onFail": "error"
83+
}
84+
]
85+
},
86+
"volta": {
87+
"node": "22.11.0"
88+
},
89+
"scripts": {
90+
"dts": "dts-buddy --write && publint",
91+
"format": "prettier --write .",
92+
"lint": "eslint lib/**/*",
93+
"test": "vitest --coverage",
94+
"ci:test:units": "vitest run tests/units --coverage --reporter=junit --outputFile=./coverage/junit.xml",
95+
"ci:test:integrations": "vitest run tests/vite tests/tailwind",
96+
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
97+
"ci:publish": "changeset publish && pnpm install"
98+
},
99+
100+
"_integrity": "sha512-hU/ln4Sn4v/X6aR3mQ56T5tST/0wuDEWvvuGEg8lEpygyE/uomzyrEvWMUVh7Z4dHaXIiCRvkr0kBh9k/M8lLA==",
101+
"_resolved": "/tmp/8e0686b0b9f285e7518b1b1ec0221985/postcss-color-scheme-2.1.0.tgz",
102+
"_from": "file:postcss-color-scheme-2.1.0.tgz",
103+
"_nodeVersion": "22.11.0",
104+
"_npmVersion": "10.9.0",
105+
"dist": {
106+
"integrity": "sha512-hU/ln4Sn4v/X6aR3mQ56T5tST/0wuDEWvvuGEg8lEpygyE/uomzyrEvWMUVh7Z4dHaXIiCRvkr0kBh9k/M8lLA==",
107+
"shasum": "34aa959cfd9efed5747090fb813dc2913e58c186",
108+
"tarball": "https://registry.npmjs.org/postcss-color-scheme/-/postcss-color-scheme-2.1.0.tgz",
109+
"fileCount": 8,
110+
"unpackedSize": 14967,
111+
"attestations": {
112+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected]",
113+
"provenance": {
114+
"predicateType": "https://slsa.dev/provenance/v1"
115+
}
116+
},
117+
"signatures": [
118+
{
119+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
120+
"sig": "MEYCIQDcpn7xZ7vSbMPuB7r2AcrE0noB6hKgO7m+MQNjrc0u5QIhAJmNSur3BLzUDbOcFXnznBQlC4cWBYZhTbima3+aioJW"
121+
}
122+
]
123+
},
124+
"_npmUser": {
125+
"name": "vnphanquang",
126+
"email": "[email protected]"
127+
},
128+
"directories": {},
129+
"maintainers": [
130+
{
131+
"name": "vnphanquang",
132+
"email": "[email protected]"
133+
}
134+
],
135+
"_npmOperationalInternal": {
136+
"host": "s3://npm-registry-packages",
137+
"tmp": "tmp/postcss-color-scheme_2.1.0_1732769779111_0.7312843504557085"
138+
},
139+
"_hasShrinkwrap": false,
140+
"_time": "2024-11-28T04:56:19.320Z"
141+
}

0 commit comments

Comments
 (0)