Skip to content

Commit 00ade41

Browse files
postcss-classname-obfuscator-1.3.0 (#2674)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ae2b955 commit 00ade41

1 file changed

Lines changed: 91 additions & 0 deletions

File tree

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"name": "postcss-classname-obfuscator",
3+
"version": "1.3.0",
4+
"description": "This PostCSS plugin replaces CSS class names with hard-to-guess characters.",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"postcss-classname-obfuscator"
10+
],
11+
"main": "dist/index.js",
12+
"types": "dist/index.d.ts",
13+
"scripts": {
14+
"remove": "rimraf dist",
15+
"build": "npm run remove && tsc && npm run minify",
16+
"minify": "terser dist/index.js --mangle -o dist/index.js",
17+
"dev": "swc src -d dist",
18+
"unit": "npm run build && node --test index.test.js",
19+
"test": "npm run unit && eslint ./dist",
20+
"format": "prettier --write 'src/**/*.ts'"
21+
},
22+
"author": {
23+
"name": "minagishl"
24+
},
25+
"license": "MIT",
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/minagishl/postcss-classname-obfuscator.git"
29+
},
30+
"engines": {
31+
"node": ">=18.0.0"
32+
},
33+
"peerDependencies": {
34+
"postcss": "^8.4.27"
35+
},
36+
"devDependencies": {
37+
"@swc/cli": "^0.3.9",
38+
"@swc/core": "^1.4.2",
39+
"@types/node": "^20.11.19",
40+
"eslint": "^8.56.0",
41+
"postcss": "^8.4.35",
42+
"prettier": "^3.2.5",
43+
"rimraf": "^5.0.5",
44+
"terser": "^5.27.2",
45+
"typescript": "^5.3.3"
46+
},
47+
"eslintConfig": {
48+
"parserOptions": {
49+
"ecmaVersion": 2017
50+
},
51+
"env": {
52+
"node": true,
53+
"es6": true
54+
},
55+
"extends": [
56+
"eslint:recommended"
57+
]
58+
},
59+
60+
"gitHead": "4c10e6066360a11f92017e2d7a1515d88f5d230c",
61+
"bugs": {
62+
"url": "https://github.com/minagishl/postcss-classname-obfuscator/issues"
63+
},
64+
"homepage": "https://github.com/minagishl/postcss-classname-obfuscator#readme",
65+
"_nodeVersion": "20.15.0",
66+
"_npmVersion": "10.8.1",
67+
"dist": {
68+
"integrity": "sha512-Kxg9uZ2BB3XCeVR/OZCIfGa3n4uWpzYg9OcyUGWXaYuhObBWk+anzuL/LJ7eSo9hnR24QJMHFESGZ+WOuFkfQQ==",
69+
"shasum": "8a6b22a23f12f57e82a46d97ee1f348a1d671721",
70+
"tarball": "https://registry.npmjs.org/postcss-classname-obfuscator/-/postcss-classname-obfuscator-1.3.0.tgz",
71+
"fileCount": 16,
72+
"unpackedSize": 21552,
73+
"signatures": [
74+
{
75+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
76+
"sig": "MEYCIQDcDk2hsIBdTatSQ+L4xY+eE6Vh+db8wPH+MdZOGdHX2QIhAJ1slyPIznoi1VEUlATi07lFC/0GlQvsVmk6l244s6Qn"
77+
}
78+
]
79+
},
80+
"_npmUser": {
81+
"name": "minagishl",
82+
"email": "[email protected]"
83+
},
84+
"directories": {},
85+
"_npmOperationalInternal": {
86+
"host": "s3://npm-registry-packages",
87+
"tmp": "tmp/postcss-classname-obfuscator_1.3.0_1719764294346_0.4547291029820202"
88+
},
89+
"_hasShrinkwrap": false,
90+
"_time": "2024-06-30T16:18:14.480Z"
91+
}

0 commit comments

Comments
 (0)