123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- {
- "_from": "postcss@^7.0.32",
- "_id": "postcss@7.0.36",
- "_inBundle": false,
- "_integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
- "_location": "/postcss",
- "_phantomChildren": {
- "has-flag": "3.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "postcss@^7.0.32",
- "name": "postcss",
- "escapedName": "postcss",
- "rawSpec": "^7.0.32",
- "saveSpec": null,
- "fetchSpec": "^7.0.32"
- },
- "_requiredBy": [
- "/autoprefixer",
- "/css-blank-pseudo",
- "/css-declaration-sorter",
- "/css-has-pseudo",
- "/css-loader",
- "/css-prefers-color-scheme",
- "/cssnano",
- "/cssnano-preset-default",
- "/cssnano-util-raw-cache",
- "/icss-utils",
- "/postcss-attribute-case-insensitive",
- "/postcss-browser-comments",
- "/postcss-calc",
- "/postcss-color-functional-notation",
- "/postcss-color-gray",
- "/postcss-color-hex-alpha",
- "/postcss-color-mod-function",
- "/postcss-color-rebeccapurple",
- "/postcss-colormin",
- "/postcss-convert-values",
- "/postcss-custom-media",
- "/postcss-custom-properties",
- "/postcss-custom-selectors",
- "/postcss-dir-pseudo-class",
- "/postcss-discard-comments",
- "/postcss-discard-duplicates",
- "/postcss-discard-empty",
- "/postcss-discard-overridden",
- "/postcss-double-position-gradients",
- "/postcss-env-function",
- "/postcss-flexbugs-fixes",
- "/postcss-focus-visible",
- "/postcss-focus-within",
- "/postcss-font-variant",
- "/postcss-gap-properties",
- "/postcss-image-set-function",
- "/postcss-initial",
- "/postcss-lab-function",
- "/postcss-loader",
- "/postcss-logical",
- "/postcss-media-minmax",
- "/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-nesting",
- "/postcss-normalize",
- "/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-overflow-shorthand",
- "/postcss-page-break",
- "/postcss-place",
- "/postcss-preset-env",
- "/postcss-pseudo-class-any-link",
- "/postcss-reduce-initial",
- "/postcss-reduce-transforms",
- "/postcss-replace-overflow-wrap",
- "/postcss-selector-matches",
- "/postcss-selector-not",
- "/postcss-svgo",
- "/postcss-unique-selectors",
- "/stylehacks"
- ],
- "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
- "_shasum": "056f8cffa939662a8f5905950c07d5285644dfcb",
- "_spec": "postcss@^7.0.32",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\css-loader",
- "author": {
- "name": "Andrey Sitnik",
- "email": "andrey@sitnik.ru"
- },
- "browser": {
- "./lib/terminal-highlight": false,
- "supports-color": false,
- "chalk": false,
- "fs": false
- },
- "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"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- "homepage": "https://postcss.org/",
- "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.36"
- }
|