123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- {
- "_from": "postcss@^7.0.0",
- "_id": "postcss@7.0.35",
- "_inBundle": false,
- "_integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==",
- "_location": "/postcss",
- "_phantomChildren": {
- "has-flag": "3.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "postcss@^7.0.0",
- "name": "postcss",
- "escapedName": "postcss",
- "rawSpec": "^7.0.0",
- "saveSpec": null,
- "fetchSpec": "^7.0.0"
- },
- "_requiredBy": [
- "/@intervolga/optimize-cssnano-plugin",
- "/@vue/component-compiler-utils",
- "/autoprefixer",
- "/css-declaration-sorter",
- "/cssnano",
- "/cssnano-preset-default",
- "/cssnano-util-raw-cache",
- "/postcss-calc",
- "/postcss-colormin",
- "/postcss-convert-values",
- "/postcss-discard-comments",
- "/postcss-discard-duplicates",
- "/postcss-discard-empty",
- "/postcss-discard-overridden",
- "/postcss-loader",
- "/postcss-merge-longhand",
- "/postcss-merge-rules",
- "/postcss-minify-font-values",
- "/postcss-minify-gradients",
- "/postcss-minify-params",
- "/postcss-minify-selectors",
- "/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-svgo",
- "/postcss-unique-selectors",
- "/stylehacks"
- ],
- "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz",
- "_shasum": "d2be00b998f7f211d8a276974079f2e92b970e24",
- "_spec": "postcss@^7.0.0",
- "_where": "D:\\jiayue\\pig-ui\\node_modules\\@intervolga\\optimize-cssnano-plugin",
- "author": {
- "name": "Andrey Sitnik",
- "email": "andrey@sitnik.ru"
- },
- "browser": {
- "./lib/terminal-highlight": false,
- "supports-color": false,
- "chalk": false,
- "fs": false
- },
- "browserslist": [
- "and_chr 71",
- "and_ff 64",
- "and_qq 1.2",
- "and_uc 11.8",
- "android 67",
- "android 4.4.3-4.4.4",
- "baidu 7.12",
- "chrome 73",
- "chrome 72",
- "edge 18",
- "edge 17",
- "firefox 66",
- "firefox 65",
- "ios_saf 12.0-12.1",
- "ios_saf 11.3-11.4",
- "node 6.17.0",
- "op_mini all",
- "op_mob 46",
- "opera 58",
- "opera 57",
- "safari 12",
- "safari 11.1",
- "samsung 8.2",
- "samsung 7.2-7.4"
- ],
- "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/",
- "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.35"
- }
|