{
  "_from": "postcss-nesting@^13.0.1",
  "_id": "postcss-nesting@13.0.2",
  "_inBundle": false,
  "_integrity": "sha512-1YCI290TX+VP0U/K/aFxzHzQWHWURL+CtHMSbex1lCdpXD1SoR2sYuxDu5aNI9lPoXpKTCggFZiDJbwylU0LEQ==",
  "_location": "/postcss-nesting",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-nesting@^13.0.1",
    "name": "postcss-nesting",
    "escapedName": "postcss-nesting",
    "rawSpec": "^13.0.1",
    "saveSpec": null,
    "fetchSpec": "^13.0.1"
  },
  "_requiredBy": [
    "/@nuxtjs/tailwindcss"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-13.0.2.tgz",
  "_shasum": "fde0d4df772b76d03b52eccc84372e8d1ca1402e",
  "_spec": "postcss-nesting@^13.0.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@nuxtjs/tailwindcss",
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "bundleDependencies": false,
  "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"
    }
  ],
  "dependencies": {
    "@csstools/selector-resolve-nested": "^3.1.0",
    "@csstools/selector-specificity": "^5.0.0",
    "postcss-selector-parser": "^7.0.0"
  },
  "deprecated": false,
  "description": "Nest rules inside each other in CSS",
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "dist"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/csstools"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/csstools"
    }
  ],
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting#readme",
  "jsdelivr": "dist/index.mjs",
  "keywords": [
    "atrules",
    "child",
    "children",
    "css",
    "cssnext",
    "csswg",
    "nested",
    "nestings",
    "postcss",
    "postcss-plugin",
    "rules",
    "selectors",
    "specifications",
    "specs",
    "syntax",
    "w3c"
  ],
  "license": "MIT-0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "postcss-nesting",
  "peerDependencies": {
    "postcss": "^8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-nesting"
  },
  "scripts": {},
  "type": "module",
  "unpkg": "dist/index.mjs",
  "version": "13.0.2"
}
