Skip to content

Commit 9cc7e3b

Browse files
collect plugins data
1 parent 8dc59f4 commit 9cc7e3b

File tree

200 files changed

+4200
-2990
lines changed

Some content is hidden

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

200 files changed

+4200
-2990
lines changed

directory/postcss-focus-visible-within.json

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

docs/index.html

Lines changed: 2 additions & 44 deletions
Large diffs are not rendered by default.
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"name": "postcss-transform-3d-accelerate",
3+
"version": "1.0.2",
4+
"description": "PostCSS plugin to convert 2D transforms to 3D transforms for GPU acceleration",
5+
"main": "lib/index.js",
6+
"scripts": {
7+
"test": "jest",
8+
"bump": "node scripts/bump.js",
9+
"bump:patch": "npm version patch -m \"chore(release): %s\" && npm run update-changelog",
10+
"bump:minor": "npm version minor -m \"chore(release): %s\" && npm run update-changelog",
11+
"bump:major": "npm version major -m \"chore(release): %s\" && npm run update-changelog",
12+
"update-changelog": "node scripts/update-changelog.js",
13+
"prepublishOnly": "npm test"
14+
},
15+
"keywords": [
16+
"postcss",
17+
"postcss-plugin",
18+
"css",
19+
"transform",
20+
"3d",
21+
"gpu",
22+
"acceleration",
23+
"performance"
24+
],
25+
"author": {
26+
"name": "Da-Sheng"
27+
},
28+
"license": "MIT",
29+
"repository": {
30+
"type": "git",
31+
"url": "git+https://github.com/Da-Sheng/transform-plugin-demo.git"
32+
},
33+
"bugs": {
34+
"url": "https://github.com/Da-Sheng/transform-plugin-demo/issues"
35+
},
36+
"homepage": "https://github.com/Da-Sheng/transform-plugin-demo#readme",
37+
"engines": {
38+
"node": ">=12.0.0"
39+
},
40+
"peerDependencies": {
41+
"postcss": "^8.0.0"
42+
},
43+
"devDependencies": {
44+
"bump": "^0.2.5",
45+
"jest": "^29.0.0",
46+
"postcss": "^8.4.31"
47+
},
48+
49+
"gitHead": "fbc4702524052d6ba52bed884785849329848717",
50+
"_nodeVersion": "22.16.0",
51+
"_npmVersion": "10.9.2",
52+
"dist": {
53+
"integrity": "sha512-CRRNWYjtdHVdbDQVahhNnHCPcZDP5cLAMM59baPpD8BJHVQc06lp8FRI4x60KEWmzd5D9k/TbUjfwmN3LSrM6A==",
54+
"shasum": "5e6034343743f43aa05256305f9a445bb123462d",
55+
"tarball": "https://registry.npmjs.org/postcss-transform-3d-accelerate/-/postcss-transform-3d-accelerate-1.0.2.tgz",
56+
"fileCount": 8,
57+
"unpackedSize": 44417,
58+
"signatures": [
59+
{
60+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
61+
"sig": "MEUCIQD0U3cOnga8b12psShf/qYuGfk8+sbC8Dj/vPV9QwuirQIgb87QBysa8S+gpx+d7ld/GVB+QN46VMXBQPQGRCreBVY="
62+
}
63+
]
64+
},
65+
"_npmUser": {
66+
"name": "mr.sheng",
67+
"email": "[email protected]"
68+
},
69+
"directories": {},
70+
"maintainers": [
71+
{
72+
"name": "mr.sheng",
73+
"email": "[email protected]"
74+
}
75+
],
76+
"_npmOperationalInternal": {
77+
"host": "s3://npm-registry-packages-npm-production",
78+
"tmp": "tmp/postcss-transform-3d-accelerate_1.0.2_1754551199662_0.513958788936175"
79+
},
80+
"_hasShrinkwrap": false,
81+
"_time": "2025-08-07T07:19:59.847Z"
82+
}

0 commit comments

Comments
 (0)