11{
22 "name" : " postcss-glitch" ,
3- "version" : " 3.2.38 " ,
3+ "version" : " 5.0.1 " ,
44 "description" : " PostCSS plugin for glitch effect" ,
55 "main" : " dist/index.js" ,
6- "repository" : " https://github.com/crftd/postcss-glitch.git" ,
7- "author" :
" Crash <[email protected] >" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/hex22a/postcss-glitch.git"
9+ },
10+ "author" : {
11+ "name" : " Albert Fazullin" ,
12+ 13+ },
814 "license" : " MIT" ,
915 "keywords" : [
1016 " css" ,
1420 " effect" ,
1521 " animation"
1622 ],
17- "scripts" : {
18- "start" : " yarn build:ci" ,
19- "check-types" : " tsc" ,
20- "cypress" : " cypress open" ,
21- "size" : " NODE_ENV=production npx size-limit --why" ,
22- "lint" : " CI=true NODE_ENV=production npx size-limit && eslint ./src --ext .js,.jsx,.ts,.tsx" ,
23- "test" : " jest --ci" ,
24- "jest" : " jest" ,
25- "build:ci" : " CI=true yarn build" ,
26- "build:dev" : " NODE_ENV=development webpack-cli --mode=development" ,
27- "build" : " NODE_ENV=production webpack-cli --mode=production"
28- },
2923 "engines" : {
30- "node" : " >=12 "
24+ "node" : " >=18 "
3125 },
3226 "husky" : {
3327 "hooks" : {
3428 "pre-commit" : " pretty-quick --staged" ,
35- "post-merge" : " yarn outdated"
29+ "post-merge" : " pnpm outdated"
3630 }
3731 },
3832 "size-limit" : [
4337 }
4438 ],
4539 "devDependencies" : {
46- "@babel/cli" : " ^7.11.6" ,
47- "@babel/core" : " ^7.11.6" ,
48- "@babel/plugin-proposal-class-properties" : " ^7.10.4" ,
49- "@babel/plugin-proposal-object-rest-spread" : " ^7.11.0" ,
50- "@babel/preset-env" : " ^7.11.5" ,
51- "@babel/preset-typescript" : " ^7.10.4" ,
52- "@size-limit/preset-big-lib" : " ^4.6.0" ,
53- "@types/jest" : " ^26.0.14" ,
54- "@types/node" : " ^14.11.2" ,
55- "@typescript-eslint/eslint-plugin" : " ^4.3.0" ,
56- "@typescript-eslint/parser" : " ^4.3.0" ,
57- "babel-eslint" : " ^10.1.0" ,
58- "babel-jest" : " ^26.3.0" ,
59- "babel-loader" : " ^8.1.0" ,
60- "babel-polyfill" : " ^6.26.0" ,
61- "cypress" : " ^5.3.0" ,
62- "cypress-image-snapshot" : " ^3.1.1" ,
63- "eslint" : " ^7.10.0" ,
64- "eslint-config-airbnb-base" : " ^14.2.0" ,
65- "eslint-config-airbnb-typescript" : " ^11.0.0" ,
66- "eslint-config-prettier" : " ^6.12.0" ,
67- "eslint-plugin-import" : " ^2.22.1" ,
68- "husky" : " ^4.3.0" ,
69- "jest" : " ^26.4.2" ,
70- "jest-ts-auto-mock" : " ^1.0.11" ,
71- "pnp-webpack-plugin" : " ^1.6.4" ,
72- "postcss" : " ^8.1.1" ,
73- "prettier" : " 2.1.2" ,
74- "pretty-quick" : " ^3.0.2" ,
75- "size-limit" : " ^4.6.0" ,
76- "ts-auto-mock" : " ^2.6.4" ,
77- "ts-jest" : " ^26.4.0" ,
78- "ts-loader" : " ^8.0.4" ,
79- "ttypescript" : " ^1.5.12" ,
80- "typescript" : " ^4.0.3" ,
81- "webpack" : " ^4.44.2" ,
82- "webpack-bundle-analyzer" : " ^3.9.0" ,
83- "webpack-cli" : " ^3.3.12"
40+ "@size-limit/preset-big-lib" : " ^12.0.0" ,
41+ "@types/jest" : " ^30.0.0" ,
42+ "@types/node" : " ^25.0.10" ,
43+ "@typescript-eslint/eslint-plugin" : " ^8.54.0" ,
44+ "@typescript-eslint/parser" : " ^8.54.0" ,
45+ "cypress" : " ^15.9.0" ,
46+ "cypress-image-snapshot" : " ^4.0.1" ,
47+ "eslint" : " ^9.39.2" ,
48+ "eslint-config-prettier" : " ^10.1.8" ,
49+ "husky" : " ^9.1.7" ,
50+ "jest" : " ^30.2.0" ,
51+ "jest-mock-extended" : " ^4.0.0" ,
52+ "jest-ts-auto-mock" : " ^2.1.0" ,
53+ "postcss" : " ^8.5.6" ,
54+ "prettier" : " 3.8.1" ,
55+ "pretty-quick" : " ^4.2.2" ,
56+ "size-limit" : " ^12.0.0" ,
57+ "ts-jest" : " ^29.4.6" ,
58+ "ts-loader" : " ^9.5.4" ,
59+ "typescript" : " ^5.9.3" ,
60+ "typescript-eslint" : " ^8.54.0" ,
61+ "webpack" : " ^5.104.1" ,
62+ "webpack-bundle-analyzer" : " ^5.2.0" ,
63+ "webpack-cli" : " ^6.0.1"
8464 },
8565 "browserslist" : [
8666 " last 1 version" ,
8969 "peerDependencies" : {
9070 "postcss" : " ^8.1.1"
9171 },
92- 72+ "scripts" : {
73+ "start" : " pnpm build:ci" ,
74+ "check-types" : " tsc" ,
75+ "cypress" : " cypress open" ,
76+ "size" : " NODE_ENV=production npx size-limit --why" ,
77+ "size:ci" : " CI=true NODE_ENV=production npx size-limit" ,
78+ "lint" : " eslint ./src --ext .js,.jsx,.ts,.tsx" ,
79+ "test" : " jest --ci" ,
80+ "jest" : " jest" ,
81+ "build:ci" : " CI=true pnpm build" ,
82+ "build:dev" : " NODE_ENV=development webpack-cli --mode=development" ,
83+ "build" : " NODE_ENV=production webpack-cli --mode=production"
84+ },
85+ 86+ "bugs" : {
87+ "url" : " https://github.com/hex22a/postcss-glitch/issues"
88+ },
89+ "homepage" : " https://github.com/hex22a/postcss-glitch#readme" ,
90+ "_integrity" : " sha512-SqiCt6HcUpmaPkUi0Deo2thYLt/Te3Z+x1flWV+p22+dr8e3m5qoLEFdU8ypuc4t5toTfPcgQ3Txn4fMZeM45A==" ,
91+ "_resolved" : " /tmp/36b16b286ade89b90e11e4f72b1b85ed/postcss-glitch-5.0.1.tgz" ,
92+ "_from" : " file:postcss-glitch-5.0.1.tgz" ,
93+ "_nodeVersion" : " 24.13.0" ,
94+ "_npmVersion" : " 11.6.2" ,
9395 "dist" : {
94- "shasum" : " 490bb145ed29e636aab6c83e12e26b71e2e1f9fe" ,
95- "integrity" : " sha512-uFGeBTUMJ0LlULRAKKKNSkJztUfHlgTIo5ptStpqOt9G8Q0j5FzvaZTT37QXtaet+snpftn6EqJycq+7a9e1xw==" ,
96- "tarball" : " https://registry.npmjs.org/postcss-glitch/-/postcss-glitch-3.2.38.tgz" ,
97- "fileCount" : 8 ,
98- "unpackedSize" : 96621 ,
99- "npm-signature" : " -----BEGIN PGP SIGNATURE-----\r\n Version: OpenPGP.js v3.0.13\r\n Comment: https://openpgpjs.org\r\n\r\n wsFcBAEBCAAQBQJfdHCBCRA9TVsSAnZWagAAJQUP+wQ6K7XwlfSXluxOMcOV\n +17/567LRoE8yFxcMFombjhMcaM4xxsBWsveHqdCGYCVvIFMuWmB32kmiQjw\n b2D765y0NeWcBGVw1IE/wo8iY6tLh1M8jWySqtOl22Nnsvu60GAsAeMf46i9\n CU0WgLcoTTWJ5mi3aaUw5dEsnX7S1DJh12Ln34EqnLM73KrVcx26is8PYFPW\n 6VgDB3SRaxJZCIMkgzzeLn4Jx2jkn4wdMy10E1znm/3wF9shFFWHkCHL/rN+\n +mxGyLwbdjI+UUAxRTMPM1o5Awdk/PQ0MvBNY1ME0MI40UBh+ANdX+Q6P/TA\n yk46ndZkinWKV9GCPcygehVtGCRXKBCmGCKr2jEKAIqTzGPDV3dK1CKJcieV\n P0LAPdQWFx0m+zSYrlakaqX9A12KTcsqPLbO59+RdDlvf37iLB111FBbdKjT\n 80aj6vZvjq16Go2uVanJ+8HdZUluuUvbJECX/usMieIBU5GfPtPg+cSAil5Y\n 0i4NZiJ0YdKy08LgZ0DYLxVaXjnXUtkIF1CIC4d7KMaqdPlbj9WZDVIiUJI5\n 56hDpJzKEXuWa0JboTD7+3Kyggla2GcWvLy2BSHsOKAXFjU6or364Tp+DH4s\n sIHi7PFk+S0jgxMM/foHsQxNOjtSwKchFe+lGnuQ/OiF6pb4fVDUgqQMs4Ug\n A15i\r\n =rrXW\r\n -----END PGP SIGNATURE-----\r\n " ,
96+ "integrity" : " sha512-SqiCt6HcUpmaPkUi0Deo2thYLt/Te3Z+x1flWV+p22+dr8e3m5qoLEFdU8ypuc4t5toTfPcgQ3Txn4fMZeM45A==" ,
97+ "shasum" : " b64c6a126e19ee52e586e3dba32eca48754b9df7" ,
98+ "tarball" : " https://registry.npmjs.org/postcss-glitch/-/postcss-glitch-5.0.1.tgz" ,
99+ "fileCount" : 6 ,
100+ "unpackedSize" : 93302 ,
101+ "attestations" : {
102+ "url" :
" https://registry.npmjs.org/-/npm/v1/attestations/[email protected] " ,
103+ "provenance" : {
104+ "predicateType" : " https://slsa.dev/provenance/v1"
105+ }
106+ },
100107 "signatures" : [
101108 {
102- "keyid" : " SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA " ,
103- "sig" : " MEYCIQCIToGANeDn/32lFGu5rJ4S5tmRyu5V2LiiEsLRguM5vQIhAMwnN4jYgyCX/V+UfANaWwcKD+q85mtWQcqq36DIo8KW "
109+ "keyid" : " SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U " ,
110+ "sig" : " MEUCIA+eEI8SZ8kxpb9jSHk2zEyhhufKyPgXRi4o6PkqOCzsAiEAncrYylII/uCGSa9Nxw8/R991uLuqYP+TPa1+WQhG9Ro= "
104111 }
105112 ]
106113 },
114+ "_npmUser" : {
115+ "name" : " GitHub Actions" ,
116+ 117+ "trustedPublisher" : {
118+ "id" : " github" ,
119+ "oidcConfigId" : " oidc:78811e7e-85a6-4c4d-a8d7-fd6b56f4c7c6"
120+ }
121+ },
122+ "directories" : {},
107123 "maintainers" : [
108124 {
109125 "name" : " hex22a" ,
110126111127 }
112128 ],
113- "_npmUser" : {
114- "name" : " hex22a" ,
115- 116- },
117- "directories" : {},
118129 "_npmOperationalInternal" : {
119- "host" : " s3://npm-registry-packages" ,
120- "tmp" : " tmp/postcss-glitch_3.2.38_1601466475328_0.43926859343167957 "
130+ "host" : " s3://npm-registry-packages-npm-production " ,
131+ "tmp" : " tmp/postcss-glitch_5.0.1_1769548358025_0.3897036903493696 "
121132 },
122133 "_hasShrinkwrap" : false ,
123- "_time" : " 2020-09-30T11:48:16.809Z "
134+ "_time" : " 2026-01-27T21:12:38.197Z "
124135}
0 commit comments