postcss-safe-parser
Version:
Fault-tolerant CSS parser for PostCSS
37 lines (36 loc) • 770 B
JSON
{
"name": "postcss-safe-parser",
"version": "7.1.0",
"description": "Fault-tolerant CSS parser for PostCSS",
"keywords": [
"css",
"fault tolerant",
"parser",
"postcss",
"postcss-syntax"
],
"license": "MIT",
"author": "Andrey Sitnik <andrey@sitnik.es>",
"repository": "postcss/postcss-safe-parser",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"main": "lib/safe-parse",
"peerDependencies": {
"postcss": "^8.4.31"
},
"engines": {
"node": ">=18.0"
}
}