{
  "_args": [
    [
      "postcss-nesting@10.1.2",
      "/home/cdeschamps/web/anarchytect.space/public_html/releases/20220821091538"
    ]
  ],
  "_development": true,
  "_from": "postcss-nesting@10.1.2",
  "_id": "postcss-nesting@10.1.2",
  "_inBundle": false,
  "_integrity": "sha512-dJGmgmsvpzKoVMtDMQQG/T6FSqs6kDtUDirIfl4KnjMCiY9/ETX8jdKyCd20swSRAbUYkaBKV20pxkzxoOXLqQ==",
  "_location": "/postcss-nesting",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-nesting@10.1.2",
    "name": "postcss-nesting",
    "escapedName": "postcss-nesting",
    "rawSpec": "10.1.2",
    "saveSpec": null,
    "fetchSpec": "10.1.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.1.2.tgz",
  "_spec": "10.1.2",
  "_where": "/home/cdeschamps/web/anarchytect.space/public_html/releases/20220821091538",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "dependencies": {
    "postcss-selector-parser": "^6.0.8"
  },
  "description": "Nest rules inside each other in CSS",
  "devDependencies": {
    "postcss": "^8.3.6",
    "postcss-tape": "^6.0.1"
  },
  "engines": {
    "node": "^12 || ^14 || >=16"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist",
    "mod.js"
  ],
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting#readme",
  "jsdelivr": "dist/index.mjs",
  "keywords": [
    "postcss",
    "postcss-plugin",
    "css",
    "atrules",
    "child",
    "children",
    "cssnext",
    "nested",
    "nestings",
    "rules",
    "selectors",
    "syntax",
    "specifications",
    "specs",
    "w3c",
    "csswg"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "postcss-nesting",
  "peerDependencies": {
    "postcss": "^8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-nesting"
  },
  "scripts": {
    "build": "rollup -c ../../rollup/default.js",
    "clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"",
    "lint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "stryker": "stryker run --logLevel error",
    "test": "postcss-tape --ci && npm run test:exports",
    "test:deno": "deno run --unstable --allow-env --allow-read test/deno/test.js",
    "test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"
  },
  "unpkg": "dist/index.mjs",
  "version": "10.1.2",
  "volta": {
    "extends": "../../package.json"
  }
}
