12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "postcss-discard-empty@5.1.1",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "postcss-discard-empty@5.1.1",
- "_id": "postcss-discard-empty@5.1.1",
- "_inBundle": false,
- "_integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
- "_location": "/postcss-discard-empty",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-discard-empty@5.1.1",
- "name": "postcss-discard-empty",
- "escapedName": "postcss-discard-empty",
- "rawSpec": "5.1.1",
- "saveSpec": null,
- "fetchSpec": "5.1.1"
- },
- "_requiredBy": [
- "/cssnano-preset-default"
- ],
- "_resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
- "_spec": "5.1.1",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Ben Briggs",
- "email": "beneb.info@gmail.com",
- "url": "http://beneb.info"
- },
- "bugs": {
- "url": "https://github.com/cssnano/cssnano/issues"
- },
- "description": "Discard empty rules and values with PostCSS.",
- "devDependencies": {
- "postcss": "^8.2.15"
- },
- "engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "files": [
- "src",
- "LICENSE-MIT",
- "types"
- ],
- "homepage": "https://github.com/cssnano/cssnano",
- "keywords": [
- "compress",
- "css",
- "empty",
- "minify",
- "optimisation",
- "postcss",
- "postcss-plugin"
- ],
- "license": "MIT",
- "main": "src/index.js",
- "name": "postcss-discard-empty",
- "peerDependencies": {
- "postcss": "^8.2.15"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cssnano/cssnano.git"
- },
- "types": "types/index.d.ts",
- "version": "5.1.1"
- }
|