Skip to content

Commit 9dbb7f0

Browse files
postcss-ruler-2.0.0 (#2675)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00ade41 commit 9dbb7f0

1 file changed

Lines changed: 93 additions & 0 deletions

File tree

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": "2.0.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": 2020
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": "6c8c34d318f8f07a1eb944f5b90ae285198c0ff1",
56+
57+
"bugs": {
58+
"url": "https://github.com/homeworkclubco/postcss-ruler/issues"
59+
},
60+
"homepage": "https://github.com/homeworkclubco/postcss-ruler#readme",
61+
"_nodeVersion": "24.12.0",
62+
"_npmVersion": "11.6.2",
63+
"dist": {
64+
"integrity": "sha512-ay/GhyqIxNiSx0ntzlCTDISNSrRZU7wDDYGkw7p5NAPn+4T1dt+ouGtVHHNK6raG7Atb4FE/b+R835dodqxqsg==",
65+
"shasum": "468bcfc65babfd66f0d147ace82486b13967fa45",
66+
"tarball": "https://registry.npmjs.org/postcss-ruler/-/postcss-ruler-2.0.0.tgz",
67+
"fileCount": 4,
68+
"unpackedSize": 33797,
69+
"signatures": [
70+
{
71+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
72+
"sig": "MEUCIQCE8stgzvW4NHAhzdLUfPGCD4wUQw0DCJqfNM9NWlR5nwIgTz2FXvFwKaIe/yz+s9LXvyKdyhNXM49xvf0mdwaLV+4="
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_2.0.0_1770293900170_0.10481075099003734"
90+
},
91+
"_hasShrinkwrap": false,
92+
"_time": "2026-02-05T12:18:20.322Z"
93+
}

0 commit comments

Comments
 (0)