Skip to content

Commit 81f7b43

Browse files
collect plugins data
1 parent 452834a commit 81f7b43

205 files changed

Lines changed: 8103 additions & 7848 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

directory/postcss-grid-kiss.json

Lines changed: 0 additions & 83 deletions
This file was deleted.

directory/postcss-single-spa-scoped.json

Lines changed: 0 additions & 66 deletions
This file was deleted.

docs/index.html

Lines changed: 3 additions & 48 deletions
Large diffs are not rendered by default.

docs/keywords.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"alt",
1010
"animation",
1111
"apply",
12-
"ascii-art",
1312
"aspect-ratio",
1413
"atomizer",
1514
"atrule",
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"name": "postcss-focus-visible-within",
3+
"version": "1.0.1",
4+
"description": "PostCSS plugin to add the :focus-visible-within pseudoselector",
5+
"exports": {
6+
".": {
7+
"types": "./dist/index.d.ts",
8+
"default": "./dist/index.js"
9+
}
10+
},
11+
"type": "module",
12+
"license": "ISC",
13+
"homepage": "https://github.com/davidwarrington/postcss-focus-visible-within",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/davidwarrington/postcss-focus-visible-within.git"
17+
},
18+
"bugs": {
19+
"url": "https://github.com/davidwarrington/postcss-focus-visible-within/issues"
20+
},
21+
"keywords": [
22+
"postcss",
23+
"css",
24+
"postcss-plugin",
25+
"postcss-focus-visible-within"
26+
],
27+
"dependencies": {
28+
"postcss-selector-parser": "^7.1.0"
29+
},
30+
"devDependencies": {
31+
"@davidwarrington/eslint-config": "^2.3.2",
32+
"@davidwarrington/prettier-config": "^2.2.3",
33+
"eslint": "^9.30.1",
34+
"postcss": "^8.5.6",
35+
"prettier": "^3.6.2",
36+
"tsdown": "^0.12.9",
37+
"typescript": "^5.8.3",
38+
"vitest": "^3.2.4"
39+
},
40+
"peerDependencies": {
41+
"postcss": "^8.5.6"
42+
},
43+
"scripts": {
44+
"build": "tsdown",
45+
"lint": "eslint .",
46+
"format": "prettier --write .",
47+
"test": "vitest",
48+
"typecheck": "tsc"
49+
},
50+
51+
"_integrity": "sha512-RsFh5KBFlInKiLo50M0RkgAm8JdL+7s/t3nfX1F+kFDyZ30nVZ4z9/+EL1pAPoqbehBjRRz5TQj5A3GLuIqdZg==",
52+
"_resolved": "/private/var/folders/90/nf5fyskd1zn59skb9w5fnwkh0000gn/T/08b88994170ff1843e3c2fbe5b022eaa/postcss-focus-visible-within-1.0.1.tgz",
53+
"_from": "file:postcss-focus-visible-within-1.0.1.tgz",
54+
"_nodeVersion": "24.0.1",
55+
"_npmVersion": "11.3.0",
56+
"dist": {
57+
"integrity": "sha512-RsFh5KBFlInKiLo50M0RkgAm8JdL+7s/t3nfX1F+kFDyZ30nVZ4z9/+EL1pAPoqbehBjRRz5TQj5A3GLuIqdZg==",
58+
"shasum": "e432204b1669623714671991e1f4112da2738f2d",
59+
"tarball": "https://registry.npmjs.org/postcss-focus-visible-within/-/postcss-focus-visible-within-1.0.1.tgz",
60+
"fileCount": 4,
61+
"unpackedSize": 3177,
62+
"signatures": [
63+
{
64+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
65+
"sig": "MEQCIDHG0Z376sun/5ug8k+eDAi2vzR0VqfonQ4jD9hlaDznAiA8SgwLvyaUhNcsei+YvmEoZPCQ6BVG6943wRTbHpGvfw=="
66+
}
67+
]
68+
},
69+
"_npmUser": {
70+
"name": "davidwarrington",
71+
"email": "[email protected]",
72+
"actor": {
73+
"name": "davidwarrington",
74+
"email": "[email protected]",
75+
"type": "user"
76+
}
77+
},
78+
"directories": {},
79+
"maintainers": [
80+
{
81+
"name": "davidwarrington",
82+
"email": "[email protected]"
83+
}
84+
],
85+
"_npmOperationalInternal": {
86+
"host": "s3://npm-registry-packages-npm-production",
87+
"tmp": "tmp/postcss-focus-visible-within_1.0.1_1751813230115_0.5584856100719289"
88+
},
89+
"_hasShrinkwrap": false,
90+
"_time": "2025-07-06T14:47:10.302Z"
91+
}

npm-data/last-version/postcss-unit-processor.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "postcss-unit-processor",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "PostCSS plugin to process css unit.",
55
"main": "index.js",
6+
"types": "index.d.ts",
67
"scripts": {
78
"test": "jest",
89
"test:coverage": "jest --coverage"
@@ -33,20 +34,20 @@
3334
"jest": "^30.0.4",
3435
"postcss": "^8.5.6"
3536
},
36-
"_id": "postcss-unit-processor@1.1.1",
37-
"gitHead": "5efe243071655e4f89f0ef9556810a55b3cd57aa",
37+
"_id": "postcss-unit-processor@1.2.0",
38+
"gitHead": "2223c8ecaeaa003c08358b4a70b59b1f0384949d",
3839
"_nodeVersion": "22.15.0",
3940
"_npmVersion": "10.8.2",
4041
"dist": {
41-
"integrity": "sha512-GPNGU3unvLbkCyhZl+ZXgetTqXIun8z9aJgG+3G7sxpG/TjsquEkDe8AJobORwa5YgKCuoPdQtt4y3whqiWsHQ==",
42-
"shasum": "05a40e680b6846445d290f35f1b95c85a389657e",
43-
"tarball": "https://registry.npmjs.org/postcss-unit-processor/-/postcss-unit-processor-1.1.1.tgz",
44-
"fileCount": 7,
45-
"unpackedSize": 22994,
42+
"integrity": "sha512-Z+OIZY0P5QKoZnQyoS/zBAHGLV2dklik+MFK9KpTuZLulUVQrvQ4zWO67KX0Ud+g1WnSjZczmeYBwMcTVQ6HEQ==",
43+
"shasum": "596637fc09ba0e0153f316ffc12cbb7a0badd5b4",
44+
"tarball": "https://registry.npmjs.org/postcss-unit-processor/-/postcss-unit-processor-1.2.0.tgz",
45+
"fileCount": 5,
46+
"unpackedSize": 15165,
4647
"signatures": [
4748
{
4849
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
49-
"sig": "MEUCIQCMZkVFK7fGRf1/w3c4DfOJLVLcHYql1HYQ1AcniMLIqQIgX+jMs5m+EFw7INACLlzBssCZOq71JzB52EkVtDHyQHw="
50+
"sig": "MEQCIG1jGm1hkCeqC+HOsAsaydWnpNZl1xEkWA0aTRy7pyK2AiBaRUk40rRoocwmOSXVr0/6JIM4JU1M3AFLcW8m+Rn0ug=="
5051
}
5152
]
5253
},
@@ -68,8 +69,8 @@
6869
],
6970
"_npmOperationalInternal": {
7071
"host": "s3://npm-registry-packages-npm-production",
71-
"tmp": "tmp/postcss-unit-processor_1.1.1_1751777055141_0.16459187292080535"
72+
"tmp": "tmp/postcss-unit-processor_1.2.0_1751939164421_0.6492287724291834"
7273
},
7374
"_hasShrinkwrap": false,
74-
"_time": "2025-07-06T04:44:15.341Z"
75+
"_time": "2025-07-08T01:46:04.608Z"
7576
}

0 commit comments

Comments
 (0)