{ "_args": [ [ "postcss-ordered-values@5.0.2", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "postcss-ordered-values@5.0.2", "_id": "postcss-ordered-values@5.0.2", "_inBundle": false, "_integrity": "sha512-8AFYDSOYWebJYLyJi3fyjl6CqMEG/UVworjiyK1r573I56kb3e879sCJLGvR3merj+fAdPpVplXKQZv+ey6CgQ==", "_location": "/postcss-ordered-values", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "postcss-ordered-values@5.0.2", "name": "postcss-ordered-values", "escapedName": "postcss-ordered-values", "rawSpec": "5.0.2", "saveSpec": null, "fetchSpec": "5.0.2" }, "_requiredBy": [ "/cssnano-preset-default" ], "_resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-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": { "cssnano-utils": "^2.0.1", "postcss-value-parser": "^4.1.0" }, "description": "Ensure values are ordered consistently in your CSS.", "devDependencies": { "node-fetch": "^2.6.0", "postcss": "^8.2.15" }, "engines": { "node": "^10 || ^12 || >=14.0" }, "files": [ "dist", "LICENSE-MIT" ], "gitHead": "39b4cc089e8825d308df1fa8a7313d38d8f1f2f7", "homepage": "https://github.com/cssnano/cssnano", "keywords": [ "css", "postcss", "postcss-plugin" ], "license": "MIT", "main": "dist/index.js", "name": "postcss-ordered-values", "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__/\" && node script/buildListStyleType.js", "prebuild": "rimraf dist", "prepare": "yarn build" }, "version": "5.0.2" }