{ "_args": [ [ "postcss-preset-env@6.5.0", "/home/riddhi/simulation/Gazebo_simulation-Frontend" ] ], "_from": "postcss-preset-env@6.5.0", "_id": "postcss-preset-env@6.5.0", "_inBundle": false, "_integrity": "sha512-RdsIrYJd9p9AouQoJ8dFP5ksBJEIegA4q4WzJDih8nevz3cZyIP/q1Eaw3pTVpUAu3n7Y32YmvAW3X07mSRGkw==", "_location": "/postcss-preset-env", "_phantomChildren": { "chalk": "2.4.2", "has-flag": "3.0.0" }, "_requested": { "type": "version", "registry": true, "raw": "postcss-preset-env@6.5.0", "name": "postcss-preset-env", "escapedName": "postcss-preset-env", "rawSpec": "6.5.0", "saveSpec": null, "fetchSpec": "6.5.0" }, "_requiredBy": [ "/react-scripts" ], "_resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.5.0.tgz", "_spec": "6.5.0", "_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend", "author": { "name": "Jonathan Neal", "email": "jonathantneal@hotmail.com" }, "bugs": { "url": "https://github.com/csstools/postcss-preset-env/issues" }, "dependencies": { "autoprefixer": "^9.4.2", "browserslist": "^4.3.5", "caniuse-lite": "^1.0.30000918", "css-blank-pseudo": "^0.1.4", "css-has-pseudo": "^0.10.0", "css-prefers-color-scheme": "^3.1.1", "cssdb": "^4.3.0", "postcss": "^7.0.6", "postcss-attribute-case-insensitive": "^4.0.0", "postcss-color-functional-notation": "^2.0.1", "postcss-color-gray": "^5.0.0", "postcss-color-hex-alpha": "^5.0.2", "postcss-color-mod-function": "^3.0.3", "postcss-color-rebeccapurple": "^4.0.1", "postcss-custom-media": "^7.0.7", "postcss-custom-properties": "^8.0.9", "postcss-custom-selectors": "^5.1.2", "postcss-dir-pseudo-class": "^5.0.0", "postcss-double-position-gradients": "^1.0.0", "postcss-env-function": "^2.0.2", "postcss-focus-visible": "^4.0.0", "postcss-focus-within": "^3.0.0", "postcss-font-variant": "^4.0.0", "postcss-gap-properties": "^2.0.0", "postcss-image-set-function": "^3.0.1", "postcss-initial": "^3.0.0", "postcss-lab-function": "^2.0.1", "postcss-logical": "^3.0.0", "postcss-media-minmax": "^4.0.0", "postcss-nesting": "^7.0.0", "postcss-overflow-shorthand": "^2.0.0", "postcss-page-break": "^2.0.0", "postcss-place": "^4.0.1", "postcss-pseudo-class-any-link": "^6.0.0", "postcss-replace-overflow-wrap": "^3.0.0", "postcss-selector-matches": "^4.0.0", "postcss-selector-not": "^4.0.0" }, "description": "Convert modern CSS into something browsers understand", "devDependencies": { "@babel/core": "^7.2.0", "@babel/preset-env": "^7.2.0", "babel-eslint": "^10.0.1", "eslint": "^5.10.0", "eslint-config-dev": "^2.0.0", "postcss-simple-vars": "^5.0.1", "postcss-tape": "^3.0.0-rc.2", "pre-commit": "^1.2.2", "rollup": "^0.67.4", "rollup-plugin-babel": "^4.1.0" }, "engines": { "node": ">=6.0.0" }, "eslintConfig": { "extends": "dev", "parser": "babel-eslint" }, "files": [ "index.js", "index.js.map", "index.mjs", "index.mjs.map" ], "homepage": "https://github.com/csstools/postcss-preset-env#readme", "keywords": [ "postcss", "css", "postcss-plugin", "specifications", "specs", "features", "lists", "stages", "w3c", "csswg", "future", "next" ], "license": "CC0-1.0", "main": "index.js", "module": "index.mjs", "name": "postcss-preset-env", "repository": { "type": "git", "url": "git+https://github.com/csstools/postcss-preset-env.git" }, "scripts": { "prepublishOnly": "npm test", "pretest": "rollup -c .rollup.js --silent", "test": "npm run test:js && npm run test:tape", "test:js": "eslint src/*.js src/lib/*.js src/patch/*.js --cache --ignore-path .gitignore --quiet", "test:tape": "postcss-tape" }, "version": "6.5.0" }