Skip to content

Commit e181cde

Browse files
postcss-import-styled-js-1.0.21 (#2116)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 18e2da1 commit e181cde

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"name": "postcss-import-styled-js",
3+
"version": "1.0.21",
4+
"description": "Compiles Styled export to CSS at compile time",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"styled-js",
10+
"postcss-import-styled-js"
11+
],
12+
"homepage": "https://github.com/web-atoms/postcss-styled-js#readme",
13+
"bugs": {
14+
"url": "https://github.com/web-atoms/postcss-styled-js/issues"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/web-atoms/postcss-styled-js.git"
19+
},
20+
"license": "MIT",
21+
"author": {
22+
"name": "Akash Kava"
23+
},
24+
"main": "index.js",
25+
"scripts": {
26+
"test": "echo \"Error: no test specified\" && exit 1",
27+
"manual-test": "node --enable-source-maps ./index.js ./manual-test/body.css.js",
28+
"postversion": "git push --follow-tags"
29+
},
30+
"peerDependencies": {
31+
"postcss": "^8.5.3",
32+
"postcss-value-parser": "^4.2.0"
33+
},
34+
"dependencies": {
35+
"glob": "^11.0.1",
36+
"source-map": "^0.7.4",
37+
"stacktrace-parser": "^0.1.11",
38+
"tslib": "^2.8.1"
39+
},
40+
"devDependencies": {
41+
"@types/node": "^22.13.14",
42+
"postcss": "^8.5.3",
43+
"postcss-value-parser": "^4.2.0",
44+
"typescript": "^5.8.2"
45+
},
46+
47+
"gitHead": "f5abb74d0435e7133088bf731106c8bb174ebc01",
48+
"_nodeVersion": "22.14.0",
49+
"_npmVersion": "10.9.2",
50+
"dist": {
51+
"integrity": "sha512-/MCIVqiiDepHViJTBdOf0WOkQQWHucxw7DVf3ppxUfeu5zkQ0UT4kASYMl9JxhF9dZ/YEn28ABsicThzTsHMZw==",
52+
"shasum": "8855acb1a29e44aa760e18945f646e05cb67417b",
53+
"tarball": "https://registry.npmjs.org/postcss-import-styled-js/-/postcss-import-styled-js-1.0.21.tgz",
54+
"fileCount": 43,
55+
"unpackedSize": 80312,
56+
"signatures": [
57+
{
58+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
59+
"sig": "MEUCIQD5avPWo4YipoNuT1rAQaMMlLehmbZeIV6vDQQ/r5eRCAIgCBEYVUvpGvKGz7fDk1rlPOogQWfwfi7I5/6xTj+S/vM="
60+
}
61+
]
62+
},
63+
"_npmUser": {
64+
"name": "ackava",
65+
"email": "[email protected]"
66+
},
67+
"directories": {},
68+
"maintainers": [
69+
{
70+
"name": "ackava",
71+
"email": "[email protected]"
72+
}
73+
],
74+
"_npmOperationalInternal": {
75+
"host": "s3://npm-registry-packages-npm-production",
76+
"tmp": "tmp/postcss-import-styled-js_1.0.21_1743577772720_0.4984492245676413"
77+
},
78+
"_hasShrinkwrap": false,
79+
"_time": "2025-04-02T07:09:32.995Z"
80+
}

0 commit comments

Comments
 (0)