{ "_args": [ [ "purgecss@2.0.6", "/tmp/tailwind-hugo" ] ], "_development": true, "_from": "purgecss@2.0.6", "_id": "purgecss@2.0.6", "_inBundle": false, "_integrity": "sha512-Xab72ykpWtg+j/dTphz9HCrychRNbMebNBrI+pOU0mC7mG5OlwRksEEpNAdOLb1jg9oRHDDu6Exe+nlM9ZLp5Q==", "_location": "/purgecss", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "purgecss@2.0.6", "name": "purgecss", "escapedName": "purgecss", "rawSpec": "2.0.6", "saveSpec": null, "fetchSpec": "2.0.6" }, "_requiredBy": [ "/@fullhuman/postcss-purgecss" ], "_resolved": "https://registry.npmjs.org/purgecss/-/purgecss-2.0.6.tgz", "_spec": "2.0.6", "_where": "/tmp/tailwind-hugo", "author": { "name": "Ffloriel", "email": "florielfedry@gmail.com" }, "bin": { "purgecss": "bin/purgecss" }, "bugs": { "url": "https://github.com/FullHuman/purgecss/issues" }, "dependencies": { "commander": "^4.0.0", "glob": "^7.0.0", "postcss": "7.0.26", "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": "11f76506924277ec6833e0cd7d0798676b4ac9ef", "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": "2.0.6" }