initial commit
This commit is contained in:
117
node_modules/postcss/package.json
generated
vendored
Normal file
117
node_modules/postcss/package.json
generated
vendored
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"_from": "postcss@^7.0.17",
|
||||
"_id": "postcss@7.0.17",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ==",
|
||||
"_location": "/postcss",
|
||||
"_phantomChildren": {
|
||||
"has-flag": "3.0.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "postcss@^7.0.17",
|
||||
"name": "postcss",
|
||||
"escapedName": "postcss",
|
||||
"rawSpec": "^7.0.17",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^7.0.17"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/autoprefixer",
|
||||
"/css-declaration-sorter",
|
||||
"/cssnano",
|
||||
"/cssnano-preset-default",
|
||||
"/cssnano-util-raw-cache",
|
||||
"/gulp-postcss",
|
||||
"/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-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.17.tgz",
|
||||
"_shasum": "4da1bdff5322d4a0acaab4d87f3e782436bad31f",
|
||||
"_spec": "postcss@^7.0.17",
|
||||
"_where": "D:\\Air66 Files\\dev_sites\\www.airurl.dev.cc\\user\\plugins\\air66Theme\\node_modules\\autoprefixer",
|
||||
"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.17"
|
||||
}
|
||||
Reference in New Issue
Block a user