{ "_from": "postcss-merge-longhand@^5.0.4", "_id": "postcss-merge-longhand@5.0.4", "_inBundle": false, "_integrity": "sha512-2lZrOVD+d81aoYkZDpWu6+3dTAAGkCKbV5DoRhnIR7KOULVrI/R7bcMjhrH9KTRy6iiHKqmtG+n/MMj1WmqHFw==", "_location": "/postcss-merge-longhand", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-merge-longhand@^5.0.4", "name": "postcss-merge-longhand", "escapedName": "postcss-merge-longhand", "rawSpec": "^5.0.4", "saveSpec": null, "fetchSpec": "^5.0.4" }, "_requiredBy": [ "/cssnano-preset-default" ], "_resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.0.4.tgz", "_shasum": "41f4f3270282ea1a145ece078b7679f0cef21c32", "_spec": "postcss-merge-longhand@^5.0.4", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\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, "dependencies": { "postcss-value-parser": "^4.1.0", "stylehacks": "^5.0.1" }, "deprecated": false, "description": "Merge longhand properties into shorthand with PostCSS.", "devDependencies": { "postcss": "^8.2.15" }, "engines": { "node": "^10 || ^12 || >=14.0" }, "files": [ "LICENSE-MIT", "dist" ], "homepage": "https://github.com/cssnano/cssnano", "keywords": [ "css", "minify", "optimise", "postcss", "postcss-plugin" ], "license": "MIT", "main": "dist/index.js", "name": "postcss-merge-longhand", "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.4" }