85 lines
1.8 KiB
JSON
85 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"purgecss@4.0.3",
|
|
"/d"
|
|
]
|
|
],
|
|
"_from": "purgecss@4.0.3",
|
|
"_id": "purgecss@4.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-PYOIn5ibRIP34PBU9zohUcCI09c7drPJJtTDAc0Q6QlRz2/CHQ8ywGLdE7ZhxU2VTqB7p5wkvj5Qcm05Rz3Jmw==",
|
|
"_location": "/purgecss",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "purgecss@4.0.3",
|
|
"name": "purgecss",
|
|
"escapedName": "purgecss",
|
|
"rawSpec": "4.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/@fullhuman/postcss-purgecss",
|
|
"/tailwindcss"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/purgecss/-/purgecss-4.0.3.tgz",
|
|
"_spec": "4.0.3",
|
|
"_where": "/d",
|
|
"author": {
|
|
"name": "Ffloriel"
|
|
},
|
|
"bin": {
|
|
"purgecss": "bin/purgecss.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/FullHuman/purgecss/issues"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^6.0.0",
|
|
"glob": "^7.0.0",
|
|
"postcss": "^8.2.1",
|
|
"postcss-selector-parser": "^6.0.2"
|
|
},
|
|
"description": "Remove unused css selectors",
|
|
"devDependencies": {
|
|
"@types/glob": "^7.1.1"
|
|
},
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib"
|
|
],
|
|
"gitHead": "ff1c5582383288e5300ecfb798a89e262d65c071",
|
|
"homepage": "https://purgecss.com",
|
|
"keywords": [
|
|
"optimize",
|
|
"optimization",
|
|
"remove",
|
|
"unused",
|
|
"css",
|
|
"html",
|
|
"rules",
|
|
"purge",
|
|
"uncss",
|
|
"purify"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/purgecss.js",
|
|
"module": "./lib/purgecss.esm.js",
|
|
"name": "purgecss",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/FullHuman/purgecss.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"types": "./lib/purgecss.d.ts",
|
|
"version": "4.0.3"
|
|
}
|