{ "_from": "postcss-minify-params@^5.0.2", "_id": "postcss-minify-params@5.0.2", "_inBundle": false, "_integrity": "sha512-qJAPuBzxO1yhLad7h2Dzk/F7n1vPyfHfCCh5grjGfjhi1ttCnq4ZXGIW77GSrEbh9Hus9Lc/e/+tB4vh3/GpDg==", "_location": "/postcss-minify-params", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-minify-params@^5.0.2", "name": "postcss-minify-params", "escapedName": "postcss-minify-params", "rawSpec": "^5.0.2", "saveSpec": null, "fetchSpec": "^5.0.2" }, "_requiredBy": [ "/cssnano-preset-default" ], "_resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.0.2.tgz", "_shasum": "1b644da903473fbbb18fbe07b8e239883684b85c", "_spec": "postcss-minify-params@^5.0.2", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cssnano-preset-default", "author": { "name": "Bogdan Chadkin", "email": "trysound@yandex.ru" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "bundleDependencies": false, "dependencies": { "alphanum-sort": "^1.0.2", "browserslist": "^4.16.6", "cssnano-utils": "^2.0.1", "postcss-value-parser": "^4.1.0" }, "deprecated": false, "description": "Minify at-rule params with PostCSS", "devDependencies": { "postcss": "^8.2.15" }, "engines": { "node": "^10 || ^12 || >=14.0" }, "files": [ "dist" ], "homepage": "https://github.com/cssnano/cssnano", "keywords": [ "postcss", "css", "postcss-plugin", "minify", "optimise", "params" ], "license": "MIT", "main": "dist/index.js", "name": "postcss-minify-params", "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": "rimraf dist", "prepare": "yarn build" }, "version": "5.0.2" }