91 lines
1.7 KiB
JSON
91 lines
1.7 KiB
JSON
|
|
{
|
||
|
|
"name": "postcss-nesting",
|
||
|
|
"description": "Nest rules inside each other in CSS",
|
||
|
|
"version": "13.0.2",
|
||
|
|
"contributors": [
|
||
|
|
{
|
||
|
|
"name": "Antonio Laguna",
|
||
|
|
"email": "antonio@laguna.es",
|
||
|
|
"url": "https://antonio.laguna.es"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Jonathan Neal",
|
||
|
|
"email": "jonathantneal@hotmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Romain Menke",
|
||
|
|
"email": "romainmenke@gmail.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"license": "MIT-0",
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"type": "github",
|
||
|
|
"url": "https://github.com/sponsors/csstools"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "opencollective",
|
||
|
|
"url": "https://opencollective.com/csstools"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18"
|
||
|
|
},
|
||
|
|
"type": "module",
|
||
|
|
"main": "dist/index.cjs",
|
||
|
|
"module": "dist/index.mjs",
|
||
|
|
"jsdelivr": "dist/index.mjs",
|
||
|
|
"unpkg": "dist/index.mjs",
|
||
|
|
"exports": {
|
||
|
|
".": {
|
||
|
|
"import": {
|
||
|
|
"types": "./dist/index.d.ts",
|
||
|
|
"default": "./dist/index.mjs"
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"default": "./dist/index.cjs"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"CHANGELOG.md",
|
||
|
|
"LICENSE.md",
|
||
|
|
"README.md",
|
||
|
|
"dist"
|
||
|
|
],
|
||
|
|
"dependencies": {
|
||
|
|
"@csstools/selector-resolve-nested": "^3.1.0",
|
||
|
|
"@csstools/selector-specificity": "^5.0.0",
|
||
|
|
"postcss-selector-parser": "^7.0.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"postcss": "^8.4"
|
||
|
|
},
|
||
|
|
"scripts": {},
|
||
|
|
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting#readme",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/csstools/postcss-plugins.git",
|
||
|
|
"directory": "plugins/postcss-nesting"
|
||
|
|
},
|
||
|
|
"bugs": "https://github.com/csstools/postcss-plugins/issues",
|
||
|
|
"keywords": [
|
||
|
|
"atrules",
|
||
|
|
"child",
|
||
|
|
"children",
|
||
|
|
"css",
|
||
|
|
"cssnext",
|
||
|
|
"csswg",
|
||
|
|
"nested",
|
||
|
|
"nestings",
|
||
|
|
"postcss",
|
||
|
|
"postcss-plugin",
|
||
|
|
"rules",
|
||
|
|
"selectors",
|
||
|
|
"specifications",
|
||
|
|
"specs",
|
||
|
|
"syntax",
|
||
|
|
"w3c"
|
||
|
|
]
|
||
|
|
}
|