Skip to content

Commit 99f76fc

Browse files
postcss-day-1.0.0 (#2267)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aa8db88 commit 99f76fc

1 file changed

Lines changed: 89 additions & 0 deletions

File tree

directory/postcss-day.json

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"name": "postcss-day",
3+
"type": "module",
4+
"version": "1.0.0",
5+
"description": "PostCSS plugin to acknowledge that another CSS Day went by, and to give you a bitterbal.",
6+
"keywords": [
7+
"postcss",
8+
"css",
9+
"postcss-plugin",
10+
"postcss-day"
11+
],
12+
"scripts": {
13+
"unit": "node --test index.test.js",
14+
"test": "npm run unit && eslint ."
15+
},
16+
"author": {
17+
"name": "Maarten Van Hoof",
18+
"email": "[email protected]"
19+
},
20+
"license": "MIT",
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/mrtnvh/postcss-day.git"
24+
},
25+
"engines": {
26+
"node": ">=22.0.0"
27+
},
28+
"peerDependencies": {
29+
"postcss": "^8.4.27"
30+
},
31+
"devDependencies": {
32+
"eslint": "^8.47.0",
33+
"postcss": "^8.4.27"
34+
},
35+
"eslintConfig": {
36+
"parserOptions": {
37+
"ecmaVersion": 2017,
38+
"sourceType": "module"
39+
},
40+
"env": {
41+
"node": true,
42+
"es6": true
43+
},
44+
"extends": [
45+
"eslint:recommended"
46+
]
47+
},
48+
"dependencies": {
49+
"date-fns": "^4.1.0"
50+
},
51+
52+
"gitHead": "5d2091996681a832b75d58a2eb5b438961057cbf",
53+
"bugs": {
54+
"url": "https://github.com/mrtnvh/postcss-day/issues"
55+
},
56+
"homepage": "https://github.com/mrtnvh/postcss-day#readme",
57+
"_nodeVersion": "24.1.0",
58+
"_npmVersion": "11.3.0",
59+
"dist": {
60+
"integrity": "sha512-kxKUhW6donxeptSEzNvcMj7v9pZ/DaK+dUsdOvG/h9B5f2KSSZWuWVtovfdWUjoqTf5AZ58Rzn7JD6K/nT9OXQ==",
61+
"shasum": "767b5b34f9622d8c5f9ebd97d504f7ee58468dc4",
62+
"tarball": "https://registry.npmjs.org/postcss-day/-/postcss-day-1.0.0.tgz",
63+
"fileCount": 4,
64+
"unpackedSize": 6078,
65+
"signatures": [
66+
{
67+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
68+
"sig": "MEYCIQD6IapjrAmu798Zm4TFPRTnkl10pYfXO4o8QEQTP3dP8gIhAPBwI6DJQffRW80zzDuIm+88YPrmW0jGjdYHA4kL0p1A"
69+
}
70+
]
71+
},
72+
"_npmUser": {
73+
"name": "mrtnvh",
74+
"email": "[email protected]"
75+
},
76+
"directories": {},
77+
"maintainers": [
78+
{
79+
"name": "mrtnvh",
80+
"email": "[email protected]"
81+
}
82+
],
83+
"_npmOperationalInternal": {
84+
"host": "s3://npm-registry-packages-npm-production",
85+
"tmp": "tmp/postcss-day_1.0.0_1749327735366_0.6371756488271119"
86+
},
87+
"_hasShrinkwrap": false,
88+
"_time": "2025-06-07T20:22:15.551Z"
89+
}

0 commit comments

Comments
 (0)