biobulkbende.org/node_modules/postcss/package.json
2020-09-16 14:23:28 +02:00

88 lines
2.0 KiB
JSON

{
"_from": "postcss@^7.0.32",
"_id": "postcss@7.0.32",
"_inBundle": false,
"_integrity": "sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==",
"_location": "/postcss",
"_phantomChildren": {},
"_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",
"/gulp-postcss"
],
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz",
"_shasum": "4310d6ee347053da3433db2be492883d62cec59d",
"_spec": "postcss@^7.0.32",
"_where": "/home/outis/Documents/Sites/BBB/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"
},
"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.32"
}