Dotawo/node_modules/postcss/package.json

83 lines
1.9 KiB
JSON

{
"_from": "postcss",
"_id": "postcss@8.1.4",
"_inBundle": false,
"_integrity": "sha512-LfqcwgMq9LOd8pX7K2+r2HPitlIGC5p6PoZhVELlqhh2YGDVcXKpkCseqan73Hrdik6nBd2OvoDPUaP/oMj9hQ==",
"_location": "/postcss",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "postcss",
"name": "postcss",
"escapedName": "postcss",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.4.tgz",
"_shasum": "356dfef367a70f3d04347f74560c85846e20e4c1",
"_spec": "postcss",
"_where": "/home/l/Dotawo",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"browser": {
"./lib/terminal-highlight": false,
"colorette": false,
"fs": false
},
"bugs": {
"url": "https://github.com/postcss/postcss/issues"
},
"bundleDependencies": false,
"dependencies": {
"colorette": "^1.2.1",
"line-column": "^1.0.2",
"nanoid": "^3.1.15",
"source-map": "^0.6.1"
},
"deprecated": false,
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": "^10 || ^12 || >=14"
},
"exports": {
".": {
"require": "./lib/postcss.js",
"import": "./lib/postcss.mjs",
"types": "./lib/postcss.d.ts"
},
"./": "./"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"homepage": "https://postcss.org/",
"keywords": [
"css",
"postcss",
"rework",
"preprocessor",
"parser",
"source map",
"transform",
"manipulation",
"transpiler"
],
"license": "MIT",
"main": "./lib/postcss.js",
"name": "postcss",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss.git"
},
"types": "./lib/postcss.d.ts",
"version": "8.1.4"
}