mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-26 10:10:23 +00:00
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "gulp-purgecss",
|
|
"version": "4.1.3",
|
|
"description": "Gulp plugin for purgecss",
|
|
"author": "Ffloriel",
|
|
"homepage": "https://purgecss.com",
|
|
"keywords": [
|
|
"optimize",
|
|
"optimization",
|
|
"remove",
|
|
"unused",
|
|
"css",
|
|
"gulpplugin",
|
|
"gulp",
|
|
"plugin",
|
|
"purge",
|
|
"uncss"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/gulp-purgecss.js",
|
|
"module": "./lib/gulp-purgecss.esm.js",
|
|
"types": "./lib/gulp-purgecss.d.ts",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/FullHuman/purgecss.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"glob": "^7.1.6",
|
|
"plugin-error": "^1.0.1",
|
|
"purgecss": "^4.1.3",
|
|
"through2": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/event-stream": "^4.0.0",
|
|
"@types/through2": "^2.0.34",
|
|
"@types/vinyl": "^2.0.4",
|
|
"event-stream": "^4.0.1",
|
|
"vinyl": "^2.2.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/FullHuman/purgecss/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"gitHead": "37e5053a446880d12fd2f55abfc362c3dac9c49c"
|
|
}
|