Skip to content

Commit 22fd76c

Browse files
postcss-spring-1.0.1 (#2085)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 77a3fe7 commit 22fd76c

1 file changed

Lines changed: 77 additions & 0 deletions

File tree

directory/postcss-spring.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"name": "postcss-spring",
3+
"version": "1.0.1",
4+
"description": "PostCSS plugin that helps you with spring easings",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"postcss-spring",
10+
"postcss-spring-easings"
11+
],
12+
"author": {
13+
"name": "jramke",
14+
"email": "[email protected]"
15+
},
16+
"license": "MIT",
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/jramke/postcss-spring.git"
20+
},
21+
"engines": {
22+
"node": ">=18.0.0"
23+
},
24+
"peerDependencies": {
25+
"postcss": "^8.0.0"
26+
},
27+
"devDependencies": {
28+
"postcss": "^8.5.3",
29+
"postcss-scss": "^4.0.9",
30+
"sass-embedded": "^1.85.0",
31+
"vite": "^6.1.1"
32+
},
33+
"scripts": {
34+
"dev": "vite ./dev -- --verbose",
35+
"test": "node --test index.test.js"
36+
},
37+
38+
"bugs": {
39+
"url": "https://github.com/jramke/postcss-spring/issues"
40+
},
41+
"homepage": "https://github.com/jramke/postcss-spring#readme",
42+
"_integrity": "sha512-6HCehVeskS9P+MbluBDABeEB3eZJhR14XLhalrQO6snvRq4XInP00PLPQxZVzzj1iPmZmptOwMc8ls9dN4WJxg==",
43+
"_resolved": "/private/var/folders/ry/87hxhfhs419263b17w8s29c40000gn/T/49478515c19f621dfd1e4239e2f7a0d1/postcss-spring-1.0.1.tgz",
44+
"_from": "file:postcss-spring-1.0.1.tgz",
45+
"_nodeVersion": "22.14.0",
46+
"_npmVersion": "10.9.2",
47+
"dist": {
48+
"integrity": "sha512-6HCehVeskS9P+MbluBDABeEB3eZJhR14XLhalrQO6snvRq4XInP00PLPQxZVzzj1iPmZmptOwMc8ls9dN4WJxg==",
49+
"shasum": "34cb13660f72f4426145918f5fb775000e874398",
50+
"tarball": "https://registry.npmjs.org/postcss-spring/-/postcss-spring-1.0.1.tgz",
51+
"fileCount": 6,
52+
"unpackedSize": 12583,
53+
"signatures": [
54+
{
55+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
56+
"sig": "MEQCID2q1Hjhiu7N2ltJ72geh7HpM2Dz0zEFNE43t2wsL751AiBofiJxpM4GLxjbqUUrmlSEZ84oROtgzMkfulCHwjkheQ=="
57+
}
58+
]
59+
},
60+
"_npmUser": {
61+
"name": "jramke",
62+
"email": "[email protected]"
63+
},
64+
"directories": {},
65+
"maintainers": [
66+
{
67+
"name": "jramke",
68+
"email": "[email protected]"
69+
}
70+
],
71+
"_npmOperationalInternal": {
72+
"host": "s3://npm-registry-packages-npm-production",
73+
"tmp": "tmp/postcss-spring_1.0.1_1740258138072_0.7992815859548257"
74+
},
75+
"_hasShrinkwrap": false,
76+
"_time": "2025-02-22T21:02:18.231Z"
77+
}

0 commit comments

Comments
 (0)