1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_from": "postcss-safe-parser@^6.0.0",
- "_id": "postcss-safe-parser@6.0.0",
- "_inBundle": false,
- "_integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==",
- "_location": "/postcss-safe-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "postcss-safe-parser@^6.0.0",
- "name": "postcss-safe-parser",
- "escapedName": "postcss-safe-parser",
- "rawSpec": "^6.0.0",
- "saveSpec": null,
- "fetchSpec": "^6.0.0"
- },
- "_requiredBy": [
- "/postcss-html",
- "/stylelint"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz",
- "_shasum": "bb4c29894171a94bc5c996b9a30317ef402adaa1",
- "_spec": "postcss-safe-parser@^6.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\postcss-html",
- "author": {
- "name": "Andrey Sitnik",
- "email": "andrey@sitnik.ru"
- },
- "bugs": {
- "url": "https://github.com/postcss/postcss-safe-parser/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Fault-tolerant CSS parser for PostCSS",
- "engines": {
- "node": ">=12.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",
- "peerDependencies": {
- "postcss": "^8.3.3"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/postcss/postcss-safe-parser.git"
- },
- "version": "6.0.0"
- }
|