{
"_from": "postcss@^7.0.14",
"_id": "postcss@7.0.18",
"_inBundle": false,
"_integrity": "sha512-/7g1QXXgegpF+9GJj4iN7ChGF40sYuGYJ8WZu8DZWnmhQ/G36hfdk3q9LBJmoK+lZ+yzZ5KYpOoxq7LF1BxE8g==",
"_location": "/postcss",
"_phantomChildren": {
"ansi-styles": "3.2.1",
"escape-string-regexp": "1.0.5",
"has-flag": "3.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss@^7.0.14",
"name": "postcss",
"escapedName": "postcss",
"rawSpec": "^7.0.14",
"saveSpec": null,
"fetchSpec": "^7.0.14"
},
"_requiredBy": [
"/css-declaration-sorter",
"/css-loader",
"/cssnano",
"/cssnano-preset-default",
"/cssnano-util-raw-cache",
"/icss-utils",
"/postcss-calc",
"/postcss-colormin",
"/postcss-convert-values",
"/postcss-discard-comments",
"/postcss-discard-duplicates",
"/postcss-discard-empty",
"/postcss-discard-overridden",
"/postcss-merge-longhand",
"/postcss-merge-rules",
"/postcss-minify-font-values",
"/postcss-minify-gradients",
"/postcss-minify-params",
"/postcss-minify-selectors",
"/postcss-modules-extract-imports",
"/postcss-modules-local-by-default",
"/postcss-modules-scope",
"/postcss-modules-values",
"/postcss-normalize-charset",
"/postcss-normalize-display-values",
"/postcss-normalize-positions",
"/postcss-normalize-repeat-style",
"/postcss-normalize-string",
"/postcss-normalize-timing-functions",
"/postcss-normalize-unicode",
"/postcss-normalize-url",
"/postcss-normalize-whitespace",
"/postcss-ordered-values",
"/postcss-reduce-initial",
"/postcss-reduce-transforms",
"/postcss-safe-parser",
"/postcss-svgo",
"/postcss-unique-selectors",
"/stylehacks"
],
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.18.tgz",
"_shasum": "4b9cda95ae6c069c67a4d933029eddd4838ac233",
"_spec": "postcss@^7.0.14",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/css-loader",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"browser": {
"./lib/terminal-highlight": false,
"supports-color": false,
"chalk": false,
"fs": false
},
"browserslist": [
"last 2 version",
"not dead",
"not Explorer 11",
"not ExplorerMobile 11",
"node 6"
],
"bugs": {
"url": "https://github.com/postcss/postcss/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^2.4.2",
"source-map": "^0.6.1",
"supports-color": "^6.1.0"
},
"deprecated": false,
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://postcss.org/",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"css",
"postcss",
"rework",
"preprocessor",
"parser",
"source map",
"transform",
"manipulation",
"transpiler"
],
"license": "MIT",
"main": "lib/postcss",
"name": "postcss",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss.git"
},
"types": "lib/postcss.d.ts",
"version": "7.0.18"
}