Skip to content

Commit 3b9273b

Browse files
gebruederheitz/postcss-pkg-version-to-stylesheet-1.1.0 (#2742)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 48ad93b commit 3b9273b

1 file changed

Lines changed: 111 additions & 0 deletions

File tree

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"name": "@gebruederheitz/postcss-pkg-version-to-stylesheet",
3+
"version": "1.1.0",
4+
"description": "PostCSS plugin to replace a template string in your stylesheet with your current package version from package.json",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"package.json",
10+
"semver",
11+
"version"
12+
],
13+
"scripts": {
14+
"test": "jest --coverage && eslint ."
15+
},
16+
"author": {
17+
"name": "AndreasMaros",
18+
"email": "[email protected]"
19+
},
20+
"license": "MIT",
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/gebruederheitz/postcss-pkg-version-to-stylesheet.git"
24+
},
25+
"engines": {
26+
"node": ">=10.0.0"
27+
},
28+
"peerDependencies": {
29+
"postcss": "^8.2.8"
30+
},
31+
"devDependencies": {
32+
"clean-publish": "^2.1.0",
33+
"eslint": "^7.21.0",
34+
"eslint-plugin-jest": "^24.2.1",
35+
"jest": "^26.6.3",
36+
"lint-staged": "^10.5.4",
37+
"postcss": "^8.2.8",
38+
"simple-git-hooks": "^2.0.2"
39+
},
40+
"simple-git-hooks": {
41+
"pre-commit": "npx lint-staged"
42+
},
43+
"lint-staged": {
44+
"*.js": "eslint --fix"
45+
},
46+
"eslintConfig": {
47+
"parserOptions": {
48+
"ecmaVersion": 2017
49+
},
50+
"env": {
51+
"node": true,
52+
"es6": true
53+
},
54+
"extends": [
55+
"eslint:recommended",
56+
"plugin:jest/recommended"
57+
],
58+
"rules": {
59+
"jest/expect-expect": "off"
60+
}
61+
},
62+
"jest": {
63+
"testEnvironment": "node",
64+
"coverageThreshold": {
65+
"global": {
66+
"statements": 100
67+
}
68+
}
69+
},
70+
"dependencies": {
71+
"lodash": "^4.17.23"
72+
},
73+
"gitHead": "b756d3656b4e52744efb40492a327d235f672e27",
74+
"_id": "@gebruederheitz/[email protected]",
75+
"bugs": {
76+
"url": "https://github.com/gebruederheitz/postcss-pkg-version-to-stylesheet/issues"
77+
},
78+
"homepage": "https://github.com/gebruederheitz/postcss-pkg-version-to-stylesheet#readme",
79+
"_nodeVersion": "24.13.0",
80+
"_npmVersion": "11.6.2",
81+
"dist": {
82+
"integrity": "sha512-WN2fNoK8vr0kUfnVdDMyGqa8Z8n0CQgQvTjVqkqp9LroiQYoNW7xIgiZiND8uzrL8LARNJPdxRGmXOyBsXXmrA==",
83+
"shasum": "ac99a9ea7e11d0808e7fd226ab4dacc2519b2f52",
84+
"tarball": "https://registry.npmjs.org/@gebruederheitz/postcss-pkg-version-to-stylesheet/-/postcss-pkg-version-to-stylesheet-1.1.0.tgz",
85+
"fileCount": 8,
86+
"unpackedSize": 6170,
87+
"signatures": [
88+
{
89+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
90+
"sig": "MEQCIDJdOJ/lBgWcelTSv+4F7xCvhPB2cix/ltqVfhtDOInAAiBEnROKKlUAOuP/DSRaRyatDPw7wEpEsUf7gLo1To9XsA=="
91+
}
92+
]
93+
},
94+
"_npmUser": {
95+
"name": "mediocrity",
96+
"email": "[email protected]"
97+
},
98+
"directories": {},
99+
"maintainers": [
100+
{
101+
"name": "mediocrity",
102+
"email": "[email protected]"
103+
}
104+
],
105+
"_npmOperationalInternal": {
106+
"host": "s3://npm-registry-packages-npm-production",
107+
"tmp": "tmp/postcss-pkg-version-to-stylesheet_1.1.0_1769679341591_0.04734000733741639"
108+
},
109+
"_hasShrinkwrap": false,
110+
"_time": "2026-01-29T09:35:41.711Z"
111+
}

0 commit comments

Comments
 (0)