Skip to content

Commit b5b12ad

Browse files
postcss-ruler-1.1.0 (#2505)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ba602b4 commit b5b12ad

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

directory/postcss-ruler.json

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
{
2+
"name": "postcss-ruler",
3+
"version": "1.1.0",
4+
"description": "PostCSS plugin to generate fluid scales and values.",
5+
"main": "index.js",
6+
"keywords": [
7+
"postcss",
8+
"css",
9+
"postcss-plugin",
10+
"postcss-ruler",
11+
"fluid",
12+
"clamp",
13+
"responsive",
14+
"typography"
15+
],
16+
"scripts": {
17+
"unit": "node --test index.test.js",
18+
"test": "npm run unit && eslint ."
19+
},
20+
"author": {
21+
"name": "Kurt Stubbings",
22+
"email": "[email protected]"
23+
},
24+
"license": "MIT",
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/homeworkclubco/postcss-ruler.git"
28+
},
29+
"engines": {
30+
"node": ">=18.0.0"
31+
},
32+
"peerDependencies": {
33+
"postcss": "^8.4.27"
34+
},
35+
"devDependencies": {
36+
"eslint": "^8.47.0",
37+
"postcss": "^8.4.27"
38+
},
39+
"eslintConfig": {
40+
"parserOptions": {
41+
"ecmaVersion": 2018
42+
},
43+
"env": {
44+
"node": true,
45+
"es6": true
46+
},
47+
"extends": [
48+
"eslint:recommended"
49+
]
50+
},
51+
"dependencies": {
52+
"postcss-value-parser": "^4.2.0",
53+
"prettier": "^3.6.2"
54+
},
55+
"gitHead": "eb056f7bc3c5ab3c6f26b8fb805dc051daa27b82",
56+
57+
"bugs": {
58+
"url": "https://github.com/homeworkclubco/postcss-ruler/issues"
59+
},
60+
"homepage": "https://github.com/homeworkclubco/postcss-ruler#readme",
61+
"_nodeVersion": "25.0.0",
62+
"_npmVersion": "11.6.2",
63+
"dist": {
64+
"integrity": "sha512-hG/NDM3ydf8xWI1UCjOCLDNT33wGD5OKw0Zep7h8Kl23Jj/zwvl2BVNSUYunXvGDgrru6OmY+76s7/OJ91dOog==",
65+
"shasum": "c945f3fb64005db907aab5b8ca5b43ee7d7ade42",
66+
"tarball": "https://registry.npmjs.org/postcss-ruler/-/postcss-ruler-1.1.0.tgz",
67+
"fileCount": 4,
68+
"unpackedSize": 26926,
69+
"signatures": [
70+
{
71+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
72+
"sig": "MEQCIEQtiQt9zrcPWFiNlFrnJISADcLW3K3jm/ryMbQI3ojmAiBcnlqS8qRRO9L5fcJUtt1kgMkaXJRGWYq67aQs+w8Sbw=="
73+
}
74+
]
75+
},
76+
"_npmUser": {
77+
"name": "kurto",
78+
"email": "[email protected]"
79+
},
80+
"directories": {},
81+
"maintainers": [
82+
{
83+
"name": "kurto",
84+
"email": "[email protected]"
85+
}
86+
],
87+
"_npmOperationalInternal": {
88+
"host": "s3://npm-registry-packages-npm-production",
89+
"tmp": "tmp/postcss-ruler_1.1.0_1761886926488_0.6808201694044502"
90+
},
91+
"_hasShrinkwrap": false,
92+
"_time": "2025-10-31T05:02:06.920Z"
93+
}

0 commit comments

Comments
 (0)