projecte_ionic/node_modules/postcss-discard-empty/package.json
2022-02-09 18:30:03 +01:00

74 lines
2 KiB
JSON
Executable file

{
"_from": "postcss-discard-empty@^5.0.1",
"_id": "postcss-discard-empty@5.0.1",
"_inBundle": false,
"_integrity": "sha512-vfU8CxAQ6YpMxV2SvMcMIyF2LX1ZzWpy0lqHDsOdaKKLQVQGVP1pzhrI9JlsO65s66uQTfkQBKBD/A5gp9STFw==",
"_location": "/postcss-discard-empty",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-discard-empty@^5.0.1",
"name": "postcss-discard-empty",
"escapedName": "postcss-discard-empty",
"rawSpec": "^5.0.1",
"saveSpec": null,
"fetchSpec": "^5.0.1"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.0.1.tgz",
"_shasum": "ee136c39e27d5d2ed4da0ee5ed02bc8a9f8bf6d8",
"_spec": "postcss-discard-empty@^5.0.1",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/cssnano-preset-default",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Discard empty rules and values with PostCSS.",
"devDependencies": {
"postcss": "^8.2.15"
},
"engines": {
"node": "^10 || ^12 || >=14.0"
},
"files": [
"dist",
"LICENSE-MIT"
],
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"compress",
"css",
"empty",
"minify",
"optimisation",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-discard-empty",
"peerDependencies": {
"postcss": "^8.2.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
"prebuild": "del-cli dist",
"prepublish": "yarn build"
},
"version": "5.0.1"
}