1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_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.2.2",
- "nanoid": "3.1.23",
- "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": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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"
- }
|