Skip to content

Commit 9bb63a8

Browse files
postcss-spring-1.3.0 (#2282)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c27d25 commit 9bb63a8

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

directory/postcss-spring.json

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"name": "postcss-spring",
3+
"version": "1.3.0",
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+
"type": "module",
13+
"main": "./dist/index.cjs",
14+
"module": "./dist/index.mjs",
15+
"exports": {
16+
".": {
17+
"import": {
18+
"types": "./dist/index.d.ts",
19+
"default": "./dist/index.mjs"
20+
},
21+
"require": {
22+
"default": "./dist/index.cjs"
23+
}
24+
},
25+
"./runtime": {
26+
"import": {
27+
"types": "./dist/runtime.d.ts",
28+
"default": "./dist/runtime.mjs"
29+
},
30+
"require": {
31+
"default": "./dist/runtime.cjs"
32+
}
33+
}
34+
},
35+
"author": {
36+
"name": "jramke",
37+
"email": "[email protected]"
38+
},
39+
"license": "MIT",
40+
"repository": {
41+
"type": "git",
42+
"url": "git+https://github.com/jramke/postcss-spring.git"
43+
},
44+
"engines": {
45+
"node": ">=21.0.0"
46+
},
47+
"peerDependencies": {
48+
"postcss": "^8.0.0"
49+
},
50+
"devDependencies": {
51+
"@types/node": "^22.14.0",
52+
"postcss": "^8.5.3",
53+
"postcss-scss": "^4.0.9",
54+
"sass-embedded": "^1.85.0",
55+
"unbuild": "^3.5.0",
56+
"vite": "^6.1.1"
57+
},
58+
"scripts": {
59+
"dev": "vite ./dev -- --verbose",
60+
"test": "node --test \"./tests/**/*.test.{js,cjs}\"",
61+
"build": "unbuild"
62+
},
63+
64+
"types": "./dist/index.d.ts",
65+
"bugs": {
66+
"url": "https://github.com/jramke/postcss-spring/issues"
67+
},
68+
"homepage": "https://github.com/jramke/postcss-spring#readme",
69+
"_integrity": "sha512-lHQTozjg1ggCqyoRY9vbbKcNc04LUvLBMDq3GJxqlUEfO4smbKXMIz4K1U7sZPm5fpQWx2SGpj22Qbz5SMxMiQ==",
70+
"_resolved": "/private/var/folders/ry/87hxhfhs419263b17w8s29c40000gn/T/9b712b5c43d64be4181c0a09b93e7a13/postcss-spring-1.3.0.tgz",
71+
"_from": "file:postcss-spring-1.3.0.tgz",
72+
"_nodeVersion": "22.14.0",
73+
"_npmVersion": "10.9.2",
74+
"dist": {
75+
"integrity": "sha512-lHQTozjg1ggCqyoRY9vbbKcNc04LUvLBMDq3GJxqlUEfO4smbKXMIz4K1U7sZPm5fpQWx2SGpj22Qbz5SMxMiQ==",
76+
"shasum": "4ce397e1554d96ed6cd49c7ecb85fd88c3deed65",
77+
"tarball": "https://registry.npmjs.org/postcss-spring/-/postcss-spring-1.3.0.tgz",
78+
"fileCount": 13,
79+
"unpackedSize": 24517,
80+
"signatures": [
81+
{
82+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
83+
"sig": "MEUCIE9VdkmJZCXjncjavWK1TUlNEklIYseoiz0dkjmUZmmFAiEAhw5mOn3JJqs/tegKzp9kMqC43Lzl/pNldw4TXdBTmcU="
84+
}
85+
]
86+
},
87+
"_npmUser": {
88+
"name": "jramke",
89+
"email": "[email protected]"
90+
},
91+
"directories": {},
92+
"maintainers": [
93+
{
94+
"name": "jramke",
95+
"email": "[email protected]"
96+
}
97+
],
98+
"_npmOperationalInternal": {
99+
"host": "s3://npm-registry-packages-npm-production",
100+
"tmp": "tmp/postcss-spring_1.3.0_1744142408561_0.2882610435793529"
101+
},
102+
"_hasShrinkwrap": false,
103+
"_time": "2025-04-08T20:00:08.744Z"
104+
}

0 commit comments

Comments
 (0)