{ "_from": "postcss-nesting@^10.2.0", "_id": "postcss-nesting@10.2.0", "_inBundle": false, "_integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", "_location": "/postcss-nesting", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-nesting@^10.2.0", "name": "postcss-nesting", "escapedName": "postcss-nesting", "rawSpec": "^10.2.0", "saveSpec": null, "fetchSpec": "^10.2.0" }, "_requiredBy": [ "/postcss-preset-env" ], "_resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", "_shasum": "0b12ce0db8edfd2d8ae0aaf86427370b898890be", "_spec": "postcss-nesting@^10.2.0", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/postcss-preset-env", "author": { "name": "Jonathan Neal", "email": "jonathantneal@hotmail.com" }, "bugs": { "url": "https://github.com/csstools/postcss-plugins/issues" }, "bundleDependencies": false, "csstools": { "exportName": "postcssNesting", "humanReadableName": "PostCSS Nesting" }, "dependencies": { "@csstools/selector-specificity": "^2.0.0", "postcss-selector-parser": "^6.0.10" }, "deprecated": false, "description": "Nest rules inside each other in CSS", "engines": { "node": "^12 || ^14 || >=16" }, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs", "default": "./dist/index.mjs" } }, "files": [ "dist", "mod.js" ], "funding": { "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": "CC0-1.0", "main": "dist/index.cjs", "module": "dist/index.mjs", "name": "postcss-nesting", "peerDependencies": { "postcss": "^8.2" }, "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 });\"", "docs": "node ../../.github/bin/generate-docs/install.mjs", "lint": "npm run lint:eslint && npm run lint:package-json", "lint:eslint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern", "lint:package-json": "node ../../.github/bin/format-package-json.mjs", "prepublishOnly": "npm run clean && npm run build && npm run test", "test": "node .tape.mjs && 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", "test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs" }, "types": "dist/index.d.ts", "unpkg": "dist/index.mjs", "version": "10.2.0", "volta": { "extends": "../../package.json" } }