66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"_from": "postcss-safe-parser@5.0.2",
|
|
"_id": "postcss-safe-parser@5.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ==",
|
|
"_location": "/postcss-safe-parser",
|
|
"_phantomChildren": {
|
|
"colorette": "1.4.0",
|
|
"nanoid": "3.1.25",
|
|
"source-map-js": "0.6.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "postcss-safe-parser@5.0.2",
|
|
"name": "postcss-safe-parser",
|
|
"escapedName": "postcss-safe-parser",
|
|
"rawSpec": "5.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-scripts"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.2.tgz",
|
|
"_shasum": "459dd27df6bc2ba64608824ba39e45dacf5e852d",
|
|
"_spec": "postcss-safe-parser@5.0.2",
|
|
"_where": "/Users/tylerkoenig/Code/personal/react-scss2/node_modules/react-scripts",
|
|
"author": {
|
|
"name": "Andrey Sitnik",
|
|
"email": "andrey@sitnik.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/postcss/postcss-safe-parser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"postcss": "^8.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Fault-tolerant CSS parser for PostCSS",
|
|
"engines": {
|
|
"node": ">=10.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
"homepage": "https://github.com/postcss/postcss-safe-parser#readme",
|
|
"keywords": [
|
|
"css",
|
|
"postcss",
|
|
"postcss-syntax",
|
|
"parser",
|
|
"fault tolerant"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/safe-parse",
|
|
"name": "postcss-safe-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/postcss/postcss-safe-parser.git"
|
|
},
|
|
"version": "5.0.2"
|
|
}
|