add enter functionality and resolve title show bug
This commit is contained in:
69
kitabcitab/node_modules/postcss-nested/package.json
generated
vendored
69
kitabcitab/node_modules/postcss-nested/package.json
generated
vendored
@@ -1,17 +1,44 @@
|
||||
{
|
||||
"name": "postcss-nested",
|
||||
"version": "6.0.0",
|
||||
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
|
||||
"keywords": [
|
||||
"postcss",
|
||||
"css",
|
||||
"postcss-plugin",
|
||||
"sass",
|
||||
"nested"
|
||||
"_args": [
|
||||
[
|
||||
"postcss-nested@6.0.0",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"author": "Andrey Sitnik <andrey@sitnik.ru>",
|
||||
"license": "MIT",
|
||||
"repository": "postcss/postcss-nested",
|
||||
"_development": true,
|
||||
"_from": "postcss-nested@6.0.0",
|
||||
"_id": "postcss-nested@6.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==",
|
||||
"_location": "/postcss-nested",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "postcss-nested@6.0.0",
|
||||
"name": "postcss-nested",
|
||||
"escapedName": "postcss-nested",
|
||||
"rawSpec": "6.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "6.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tailwindcss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz",
|
||||
"_spec": "6.0.0",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Andrey Sitnik",
|
||||
"email": "andrey@sitnik.ru"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/postcss/postcss-nested/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"postcss-selector-parser": "^6.0.10"
|
||||
},
|
||||
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
|
||||
"engines": {
|
||||
"node": ">=12.0"
|
||||
},
|
||||
@@ -19,10 +46,22 @@
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/postcss/"
|
||||
},
|
||||
"homepage": "https://github.com/postcss/postcss-nested#readme",
|
||||
"keywords": [
|
||||
"postcss",
|
||||
"css",
|
||||
"postcss-plugin",
|
||||
"sass",
|
||||
"nested"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "postcss-nested",
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.2.14"
|
||||
},
|
||||
"dependencies": {
|
||||
"postcss-selector-parser": "^6.0.10"
|
||||
}
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/postcss/postcss-nested.git"
|
||||
},
|
||||
"version": "6.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user