line_push/node_modules/postcss/package.json
2022-07-21 03:28:35 +00:00

152 lines
3.9 KiB
JSON

{
"_args": [
[
"postcss@7.0.39",
"/home/node/nuxt"
]
],
"_from": "postcss@7.0.39",
"_id": "postcss@7.0.39",
"_inBundle": false,
"_integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
"_location": "/postcss",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss@7.0.39",
"name": "postcss",
"escapedName": "postcss",
"rawSpec": "7.0.39",
"saveSpec": null,
"fetchSpec": "7.0.39"
},
"_requiredBy": [
"/@nuxt/webpack",
"/@types/autoprefixer",
"/@vue/component-compiler-utils",
"/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-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-focus-visible",
"/postcss-focus-within",
"/postcss-font-variant",
"/postcss-gap-properties",
"/postcss-image-set-function",
"/postcss-import",
"/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-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",
"/postcss-url",
"/stylehacks"
],
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
"_spec": "7.0.39",
"_where": "/home/node/nuxt",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"browser": {
"./lib/terminal-highlight": false,
"fs": false
},
"bugs": {
"url": "https://github.com/postcss/postcss/issues"
},
"dependencies": {
"picocolors": "^0.2.1",
"source-map": "^0.6.1"
},
"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.39"
}