{ "_args": [ [ "postcss-merge-rules@5.0.2", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "postcss-merge-rules@5.0.2", "_id": "postcss-merge-rules@5.0.2", "_inBundle": false, "_integrity": "sha512-5K+Md7S3GwBewfB4rjDeol6V/RZ8S+v4B66Zk2gChRqLTCC8yjnHQ601omj9TKftS19OPGqZ/XzoqpzNQQLwbg==", "_location": "/postcss-merge-rules", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "postcss-merge-rules@5.0.2", "name": "postcss-merge-rules", "escapedName": "postcss-merge-rules", "rawSpec": "5.0.2", "saveSpec": null, "fetchSpec": "5.0.2" }, "_requiredBy": [ "/cssnano-preset-default" ], "_resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.0.2.tgz", "_spec": "5.0.2", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "author": { "name": "Ben Briggs", "email": "beneb.info@gmail.com", "url": "http://beneb.info" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "dependencies": { "browserslist": "^4.16.6", "caniuse-api": "^3.0.0", "cssnano-utils": "^2.0.1", "postcss-selector-parser": "^6.0.5", "vendors": "^1.0.3" }, "description": "Merge CSS rules with PostCSS.", "devDependencies": { "postcss": "^8.2.15" }, "engines": { "node": "^10 || ^12 || >=14.0" }, "files": [ "LICENSE-MIT", "dist" ], "gitHead": "9b3c54fd94f3e2bdb503d1e21f171d7fe02f33ca", "homepage": "https://github.com/cssnano/cssnano", "keywords": [ "css", "optimise", "postcss", "postcss-plugin" ], "license": "MIT", "main": "dist/index.js", "name": "postcss-merge-rules", "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.2" }