Skip to content

Commit 438a847

Browse files
collect plugins data
1 parent dd522a2 commit 438a847

192 files changed

Lines changed: 9912 additions & 9636 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.

docs/index.html

Lines changed: 47 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
{
2+
"name": "postcss-use-plus",
3+
"version": "4.0.1",
4+
"description": "Enable PostCSS plugins directly in your stylesheet. Support PostCSS 8.",
5+
"main": "dist/index.js",
6+
"scripts": {
7+
"contributorAdd": "all-contributors add",
8+
"contributorGenerate": "all-contributors generate",
9+
"pretest": "eslint src/*.js src/__tests__/*.js",
10+
"prepublish": "del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
11+
"report": "nyc report --reporter=html",
12+
"test": "nyc ava src/__tests__/*.js"
13+
},
14+
"keywords": [
15+
"css",
16+
"postcss",
17+
"postcss-plugin"
18+
],
19+
"license": "MIT",
20+
"devDependencies": {
21+
"@babel/cli": "^7.27.0",
22+
"@babel/core": "^7.26.10",
23+
"@babel/preset-env": "^7.26.9",
24+
"@babel/register": "^7.25.9",
25+
"all-contributors-cli": "^6.26.1",
26+
"autoprefixer": "^10.4.21",
27+
"ava": "^6.2.0",
28+
"coveralls": "^3.1.1",
29+
"cross-env": "^7.0.3",
30+
"del-cli": "^6.0.0",
31+
"eslint": "^9.25.1",
32+
"globals": "^16.0.0",
33+
"nyc": "^17.1.0",
34+
"postcss": "^8.5.3",
35+
"postcss-discard-comments": "^7.0.3",
36+
"postcss-discard-font-face": "^3.0.0",
37+
"postcss-nesting": "^13.0.1"
38+
},
39+
"homepage": "https://github.com/hex-ci/postcss-use-plus",
40+
"author": {
41+
"name": "Hex",
42+
"email": "[email protected]",
43+
"url": "https://codeigniter.org.cn"
44+
},
45+
"repository": {
46+
"type": "git",
47+
"url": "git+https://github.com/hex-ci/postcss-use-plus.git"
48+
},
49+
"dependencies": {
50+
"resolve-from": "^5.0.0"
51+
},
52+
"peerDependencies": {
53+
"postcss": "^8.0.0"
54+
},
55+
"ava": {
56+
"require": [
57+
"@babel/register"
58+
]
59+
},
60+
61+
"gitHead": "75cd3800af25a954c2b4dd03a53b14fe86f1a72c",
62+
"bugs": {
63+
"url": "https://github.com/hex-ci/postcss-use-plus/issues"
64+
},
65+
"_nodeVersion": "18.20.8",
66+
"_npmVersion": "10.8.2",
67+
"dist": {
68+
"integrity": "sha512-YYOrZFewBULoCIbEPINqIBgpZer7dJl0D/uhAi4mBr4h25kyl7ir0uBg4y4ftxKErLbLhhLd/RbhyKgk8b8v+g==",
69+
"shasum": "ebd3812fbfedec252f72c6e6665baaf92d3a099b",
70+
"tarball": "https://registry.npmjs.org/postcss-use-plus/-/postcss-use-plus-4.0.1.tgz",
71+
"fileCount": 6,
72+
"unpackedSize": 28245,
73+
"signatures": [
74+
{
75+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
76+
"sig": "MEUCIQCIjuO9lV56X4CMVS5348HHkvKgrFgBMrNhvpIIVD3+ogIgAOUi64aiikSvQ8AmtjPli04db3njUsA5QDTE6aMp/bw="
77+
}
78+
]
79+
},
80+
"_npmUser": {
81+
"name": "hex",
82+
"email": "[email protected]"
83+
},
84+
"directories": {},
85+
"maintainers": [
86+
{
87+
"name": "hex",
88+
"email": "[email protected]"
89+
}
90+
],
91+
"_npmOperationalInternal": {
92+
"host": "s3://npm-registry-packages-npm-production",
93+
"tmp": "tmp/postcss-use-plus_4.0.1_1745301235624_0.37548925890176443"
94+
},
95+
"_hasShrinkwrap": false,
96+
"_time": "2025-04-22T05:53:55.797Z"
97+
}

0 commit comments

Comments
 (0)