Skip to content

Commit aaa0131

Browse files
postcss-import-16.1.1 (#2283)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c90cda commit aaa0131

File tree

1 file changed

+69
-77
lines changed

1 file changed

+69
-77
lines changed

directory/postcss-import.json

Lines changed: 69 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "postcss-import",
3-
"version": "16.1.0",
3+
"version": "16.1.1",
4+
"description": "PostCSS plugin to import CSS files",
45
"keywords": [
56
"css",
67
"postcss",
@@ -13,97 +14,88 @@
1314
"name": "Maxime Thirouin"
1415
},
1516
"license": "MIT",
16-
17-
"maintainers": [
18-
{
19-
"name": "ai",
20-
"email": "[email protected]"
21-
},
22-
{
23-
"name": "ryanzim",
24-
"email": "[email protected]"
25-
}
26-
],
27-
"homepage": "https://github.com/postcss/postcss-import#readme",
28-
"bugs": {
29-
"url": "https://github.com/postcss/postcss-import/issues"
30-
},
31-
"dist": {
32-
"shasum": "258732175518129667fe1e2e2a05b19b5654b96a",
33-
"tarball": "https://registry.npmjs.org/postcss-import/-/postcss-import-16.1.0.tgz",
34-
"fileCount": 15,
35-
"integrity": "sha512-7hsAZ4xGXl4MW+OKEWCnF6T5jqBw80/EE9aXg1r2yyn1RsVEU8EtKXbijEODa+rg7iih4bKf7vlvTGYR4CnPNg==",
36-
"signatures": [
37-
{
38-
"sig": "MEUCIHipKKOLcfIN8AHcoXRLbAQN48a19XMByIRcw81X8ABLAiEAjxKzE0WbRNLQNclGyjts4dpPexvq8utxAge71vLOBzU=",
39-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
40-
}
41-
],
42-
"unpackedSize": 29924
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/postcss/postcss-import.git"
4320
},
4421
"engines": {
4522
"node": ">=18.0.0"
4623
},
47-
"gitHead": "9217ec361b8d0b062841d5634f40017aeaad078b",
48-
"scripts": {
49-
"ci": "eslint . && ava",
50-
"lint": "eslint . --fix",
51-
"test": "c8 ava",
52-
"pretest": "npm run lint"
53-
},
54-
"_npmUser": {
55-
"name": "ryanzim",
56-
"email": "[email protected]"
57-
},
58-
"repository": {
59-
"url": "git+https://github.com/postcss/postcss-import.git",
60-
"type": "git"
61-
},
62-
"_npmVersion": "10.2.4",
63-
"description": "PostCSS plugin to import CSS files",
64-
"directories": {},
65-
"_nodeVersion": "21.5.0",
6624
"dependencies": {
67-
"resolve": "^1.1.7",
25+
"postcss-value-parser": "^4.0.0",
6826
"read-cache": "^1.0.0",
69-
"postcss-value-parser": "^4.0.0"
70-
},
71-
"eslintConfig": {
72-
"env": {
73-
"node": true
74-
},
75-
"rules": {
76-
"prettier/prettier": [
77-
"error",
78-
{
79-
"semi": false,
80-
"arrowParens": "avoid"
81-
}
82-
]
83-
},
84-
"extends": "eslint-config-problems",
85-
"plugins": [
86-
"prettier"
87-
]
27+
"resolve": "^1.1.7"
8828
},
89-
"_hasShrinkwrap": false,
9029
"devDependencies": {
91-
"c8": "^9.0.0",
9230
"ava": "^6.0.0",
93-
"eslint": "^8.27.0",
31+
"c8": "^10.0.0",
32+
"eslint": "^9.28.0",
33+
"eslint-config-problems": "^9.0.0",
34+
"eslint-plugin-prettier": "^5.0.0",
35+
"globals": "^16.2.0",
9436
"postcss": "^8.0.0",
95-
"sugarss": "^4.0.0",
96-
"prettier": "~3.2.0",
9737
"postcss-scss": "^4.0.0",
98-
"eslint-config-problems": "^8.0.0",
99-
"eslint-plugin-prettier": "^5.0.0"
38+
"prettier": "~3.5.0",
39+
"sugarss": "^5.0.0"
10040
},
10141
"peerDependencies": {
10242
"postcss": "^8.0.0"
10343
},
44+
"scripts": {
45+
"ci": "eslint . && ava",
46+
"lint": "eslint . --fix",
47+
"pretest": "npm run lint",
48+
"test": "c8 ava"
49+
},
50+
51+
"gitHead": "4ae9894edc6bced4ad983c5556de493d77c8cc6d",
52+
"bugs": {
53+
"url": "https://github.com/postcss/postcss-import/issues"
54+
},
55+
"homepage": "https://github.com/postcss/postcss-import#readme",
56+
"_nodeVersion": "22.14.0",
57+
"_npmVersion": "10.8.3",
58+
"dist": {
59+
"integrity": "sha512-2xVS1NCZAfjtVdvXiyegxzJ447GyqCeEI5V7ApgQVOWnros1p5lGNovJNapwPpMombyFBfqDwt7AD3n2l0KOfQ==",
60+
"shasum": "cfbe79e6c9232b0dbbe1c18f35308825cfe8ff2a",
61+
"tarball": "https://registry.npmjs.org/postcss-import/-/postcss-import-16.1.1.tgz",
62+
"fileCount": 15,
63+
"unpackedSize": 31185,
64+
"signatures": [
65+
{
66+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
67+
"sig": "MEUCIHQX/bDs/QuPSbmR8Kq/izF6nIqWMeZiDWYfRjT7XkcYAiEAjf53q4CYMmU9VeKjyWj1nREwB3J/05IuO+7PKwpjWxs="
68+
}
69+
]
70+
},
71+
"_npmUser": {
72+
"name": "romainmenke",
73+
"email": "[email protected]",
74+
"actor": {
75+
"name": "romainmenke",
76+
"email": "[email protected]",
77+
"type": "user"
78+
}
79+
},
80+
"directories": {},
81+
"maintainers": [
82+
{
83+
"name": "ai",
84+
"email": "[email protected]"
85+
},
86+
{
87+
"name": "ryanzim",
88+
"email": "[email protected]"
89+
},
90+
{
91+
"name": "romainmenke",
92+
"email": "[email protected]"
93+
}
94+
],
10495
"_npmOperationalInternal": {
105-
"tmp": "tmp/postcss-import_16.1.0_1710966663320_0.21165072620670977",
106-
"host": "s3://npm-registry-packages"
96+
"host": "s3://npm-registry-packages-npm-production",
97+
"tmp": "tmp/postcss-import_16.1.1_1750138637177_0.9593425994401403"
10798
},
108-
"_time": "2024-03-20T20:31:03.528Z"
99+
"_hasShrinkwrap": false,
100+
"_time": "2025-06-17T05:37:17.350Z"
109101
}

0 commit comments

Comments
 (0)