Initial commit
This commit is contained in:
+63
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_from": "postcss-nested@5.0.6",
|
||||
"_id": "postcss-nested@5.0.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==",
|
||||
"_location": "/postcss-nested",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "postcss-nested@5.0.6",
|
||||
"name": "postcss-nested",
|
||||
"escapedName": "postcss-nested",
|
||||
"rawSpec": "5.0.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.0.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tailwindcss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz",
|
||||
"_shasum": "466343f7fc8d3d46af3e7dba3fcd47d052a945bc",
|
||||
"_spec": "postcss-nested@5.0.6",
|
||||
"_where": "/home/kossa/projects/knaeckeboot-tailwind/themes/bluewater/node_modules/tailwindcss",
|
||||
"author": {
|
||||
"name": "Andrey Sitnik",
|
||||
"email": "andrey@sitnik.ru"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/postcss/postcss-nested/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"postcss-selector-parser": "^6.0.6"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
|
||||
"engines": {
|
||||
"node": ">=12.0"
|
||||
},
|
||||
"funding": {
|
||||
"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"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/postcss/postcss-nested.git"
|
||||
},
|
||||
"version": "5.0.6"
|
||||
}
|
||||
Reference in New Issue
Block a user