Skip to content

Commit 27d5ad6

Browse files
byronogis/postcss-global-data-1.0.1 (#2439)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e5d2550 commit 27d5ad6

1 file changed

Lines changed: 94 additions & 0 deletions

File tree

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"name": "@byronogis/postcss-global-data",
3+
"type": "module",
4+
"version": "1.0.1",
5+
"description": "PostCSS plugin to define global data that will be injected into PostCSS for use in other plugins.",
6+
"author": {
7+
"name": "Byron",
8+
"email": "[email protected]"
9+
},
10+
"license": "MIT",
11+
"funding": "https://github.com/sponsors/byronogis",
12+
"homepage": "https://github.com/byronogis/postcss-global-data#readme",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/byronogis/postcss-global-data.git"
16+
},
17+
"bugs": {
18+
"url": "https://github.com/byronogis/postcss-global-data/issues"
19+
},
20+
"keywords": [
21+
"css injection",
22+
"global data",
23+
"postcss-plugin",
24+
"productivity"
25+
],
26+
"sideEffects": false,
27+
"publishConfig": {
28+
"access": "public"
29+
},
30+
"exports": {
31+
".": "./dist/index.js",
32+
"./package.json": "./package.json"
33+
},
34+
"main": "./dist/index.cjs",
35+
"module": "./dist/index.js",
36+
"types": "./dist/index.d.cts",
37+
"peerDependencies": {
38+
"postcss": "^8.4"
39+
},
40+
"devDependencies": {
41+
"@csstools/postcss-cascade-layers": "^5.0.2",
42+
"@csstools/postcss-tape": "*",
43+
"open-props": "^1.7.15",
44+
"postcss-custom-media": "^11.0.6",
45+
"postcss-custom-properties": "^14.0.6"
46+
},
47+
"scripts": {
48+
"dev": "tsdown --watch",
49+
"build": "tsdown",
50+
"start": "jiti src/index.ts",
51+
"automd": "automd README.md",
52+
"release": "pnpm publish",
53+
"typecheck": "tsc --noEmit",
54+
"test": "node --test",
55+
"test:rewrite-expects": "REWRITE_EXPECTS=true node --test",
56+
"clear": "rimraf dist"
57+
},
58+
"_id": "@byronogis/[email protected]",
59+
"_integrity": "sha512-bfg+M4aMUS6Jwo35M34RHm8KqsUCdijOalL5VPRjdkj0qvFUE/hAOTby5bANRr2hCjlkVx2Rj/6ueTrfFrRaPQ==",
60+
"_resolved": "/tmp/353cded5ab547ef46e15fc3bb36d15c2/byronogis-postcss-global-data-1.0.1.tgz",
61+
"_from": "file:byronogis-postcss-global-data-1.0.1.tgz",
62+
"_nodeVersion": "22.18.0",
63+
"_npmVersion": "10.9.3",
64+
"dist": {
65+
"integrity": "sha512-bfg+M4aMUS6Jwo35M34RHm8KqsUCdijOalL5VPRjdkj0qvFUE/hAOTby5bANRr2hCjlkVx2Rj/6ueTrfFrRaPQ==",
66+
"shasum": "1906ebd6b50e61f14253d0b97aaf9a26cd814d9b",
67+
"tarball": "https://registry.npmjs.org/@byronogis/postcss-global-data/-/postcss-global-data-1.0.1.tgz",
68+
"fileCount": 7,
69+
"unpackedSize": 14186,
70+
"signatures": [
71+
{
72+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
73+
"sig": "MEYCIQDq3ObpNPuILRcBOh5oS7GjJ4yzcrGN1JWmnw6O9j7ltAIhAMPO8F8+tm4ypefxsMXoQyd+at/4pDADSUqw9HzALHbQ"
74+
}
75+
]
76+
},
77+
"_npmUser": {
78+
"name": "byronogis",
79+
"email": "[email protected]"
80+
},
81+
"directories": {},
82+
"maintainers": [
83+
{
84+
"name": "byronogis",
85+
"email": "[email protected]"
86+
}
87+
],
88+
"_npmOperationalInternal": {
89+
"host": "s3://npm-registry-packages-npm-production",
90+
"tmp": "tmp/postcss-global-data_1.0.1_1755280270874_0.15576567150201948"
91+
},
92+
"_hasShrinkwrap": false,
93+
"_time": "2025-08-15T17:51:11.076Z"
94+
}

0 commit comments

Comments
 (0)