Skip to content

Commit bcfa5fd

Browse files
postcss-inset-shorthand-optimized-1.0.0 (#2250)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a52f3e8 commit bcfa5fd

1 file changed

Lines changed: 81 additions & 0 deletions

File tree

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"name": "postcss-inset-shorthand-optimized",
3+
"version": "1.0.0",
4+
"description": "PostCSS plugin postcss-inset-shorthand-optimized",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"postcss-inset-shorthand-optimized"
10+
],
11+
"author": {
12+
"name": "Ammar1999y",
13+
"email": "[email protected]"
14+
},
15+
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/Ammar1999y/postcss-inset-shorthand-optimized.git"
19+
},
20+
"main": "index.js",
21+
"engines": {
22+
"node": ">=18.0.0"
23+
},
24+
"peerDependencies": {
25+
"postcss": "^8.4.27"
26+
},
27+
"devDependencies": {
28+
"eslint": "^8.47.0",
29+
"postcss": "^8.4.27"
30+
},
31+
"eslintConfig": {
32+
"parserOptions": {
33+
"ecmaVersion": 2017
34+
},
35+
"env": {
36+
"node": true,
37+
"es6": true
38+
},
39+
"extends": [
40+
"eslint:recommended"
41+
]
42+
},
43+
44+
"gitHead": "0cbcfae97007ec070501d484f4fb5e61c2d3be13",
45+
"bugs": {
46+
"url": "https://github.com/Ammar1999y/postcss-inset-shorthand-optimized/issues"
47+
},
48+
"homepage": "https://github.com/Ammar1999y/postcss-inset-shorthand-optimized#readme",
49+
"_nodeVersion": "22.13.1",
50+
"_npmVersion": "11.1.0",
51+
"dist": {
52+
"integrity": "sha512-YgsxmX5CczvNmbhfdengTeLBOkNkmln7P8D+nOz65cUl08indFlyJS/+XroygcGgl4FPv/WMREY5SU3YlAt5tw==",
53+
"shasum": "b8d96b9c7d33fe7fc1329d33ceca544577d34f54",
54+
"tarball": "https://registry.npmjs.org/postcss-inset-shorthand-optimized/-/postcss-inset-shorthand-optimized-1.0.0.tgz",
55+
"fileCount": 4,
56+
"unpackedSize": 3538,
57+
"signatures": [
58+
{
59+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
60+
"sig": "MEQCIF1vovF038Mjh3XRQ9plCJ28Op3d7ONW3yYtZzuOlCnkAiAE7g6Nmq8r9hOdppMrGXvnvoWb4OrIsmNIBHCW7ihn0A=="
61+
}
62+
]
63+
},
64+
"_npmUser": {
65+
"name": "ammar1999y",
66+
"email": "[email protected]"
67+
},
68+
"directories": {},
69+
"maintainers": [
70+
{
71+
"name": "ammar1999y",
72+
"email": "[email protected]"
73+
}
74+
],
75+
"_npmOperationalInternal": {
76+
"host": "s3://npm-registry-packages-npm-production",
77+
"tmp": "tmp/postcss-inset-shorthand-optimized_1.0.0_1746614582794_0.6833081782177883"
78+
},
79+
"_hasShrinkwrap": false,
80+
"_time": "2025-05-07T10:43:02.962Z"
81+
}

0 commit comments

Comments
 (0)