mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
27 lines
552 B
JSON
27 lines
552 B
JSON
|
{
|
||
|
"name": "postcss-safe-parser",
|
||
|
"version": "5.0.2",
|
||
|
"description": "Fault-tolerant CSS parser for PostCSS",
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"postcss",
|
||
|
"postcss-syntax",
|
||
|
"parser",
|
||
|
"fault tolerant"
|
||
|
],
|
||
|
"author": "Andrey Sitnik <andrey@sitnik.ru>",
|
||
|
"license": "MIT",
|
||
|
"repository": "postcss/postcss-safe-parser",
|
||
|
"engines": {
|
||
|
"node": ">=10.0"
|
||
|
},
|
||
|
"main": "lib/safe-parse",
|
||
|
"funding": {
|
||
|
"type": "opencollective",
|
||
|
"url": "https://opencollective.com/postcss/"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"postcss": "^8.1.0"
|
||
|
}
|
||
|
}
|