This repository has been archived on 2020-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
Syllabus/themes/piratecare/node_modules/postcss/package.json

102 lines
2.1 KiB
JSON

{
"_args": [
[
"postcss@7.0.26",
"/tmp/tailwind-hugo"
]
],
"_development": true,
"_from": "postcss@7.0.26",
"_id": "postcss@7.0.26",
"_inBundle": false,
"_integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
"_location": "/postcss",
"_phantomChildren": {
"has-flag": "3.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss@7.0.26",
"name": "postcss",
"escapedName": "postcss",
"rawSpec": "7.0.26",
"saveSpec": null,
"fetchSpec": "7.0.26"
},
"_requiredBy": [
"#DEV:/",
"/@fullhuman/postcss-purgecss",
"/autoprefixer",
"/postcss-cli",
"/postcss-import",
"/postcss-js",
"/postcss-nested",
"/postcss-reporter",
"/purgecss",
"/tailwindcss"
],
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
"_spec": "7.0.26",
"_where": "/tmp/tailwind-hugo",
"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"
},
"dependencies": {
"chalk": "^2.4.2",
"source-map": "^0.6.1",
"supports-color": "^6.1.0"
},
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=6.0.0"
},
"funding": {
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/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.26"
}