Files
asciidisco.com/build/node_modules/postcss/package.json
2023-08-01 13:49:46 +02:00

70 lines
1.6 KiB
JSON

{
"_from": "postcss@6.0.15",
"_id": "postcss@6.0.15",
"_inBundle": false,
"_integrity": "sha512-v/SpyMzLbtkmh45zUdaqLAaqXqzPdSrw8p4cQVO0/w6YiYfpj4k+Wkzhn68qk9br+H+0qfddhdPEVnbmBPfXVQ==",
"_location": "/postcss",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss@6.0.15",
"name": "postcss",
"escapedName": "postcss",
"rawSpec": "6.0.15",
"saveSpec": null,
"fetchSpec": "6.0.15"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.15.tgz",
"_shasum": "f460cd6269fede0d1bf6defff0b934a9845d974d",
"_spec": "postcss@6.0.15",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"browser": {
"supports-color": false,
"chalk": false,
"fs": false
},
"bugs": {
"url": "https://github.com/postcss/postcss/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^2.3.0",
"source-map": "^0.6.1",
"supports-color": "^5.1.0"
},
"deprecated": false,
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=4.0.0"
},
"homepage": "http://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": "6.0.15"
}