package.json 1.74 KB
{
  "_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.1",
    "nanoid": "3.1.20"
  },
  "_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\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\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"
}