{ "_from": "postcss-prefix-selector@^1.6.0", "_id": "postcss-prefix-selector@1.16.1", "_inBundle": false, "_integrity": "sha512-Umxu+FvKMwlY6TyDzGFoSUnzW+NOfMBLyC1tAkIjgX+Z/qGspJeRjVC903D7mx7TuBpJlwti2ibXtWuA7fKMeQ==", "_location": "/postcss-prefix-selector", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-prefix-selector@^1.6.0", "name": "postcss-prefix-selector", "escapedName": "postcss-prefix-selector", "rawSpec": "^1.6.0", "saveSpec": null, "fetchSpec": "^1.6.0" }, "_requiredBy": [ "/svg-baker" ], "_resolved": "https://registry.npmmirror.com/postcss-prefix-selector/-/postcss-prefix-selector-1.16.1.tgz", "_shasum": "87a77523838b79c0e8aec29f173234b2987cdc04", "_spec": "postcss-prefix-selector@^1.6.0", "_where": "D:\\workspace\\ruoyi-vue-web\\node_modules\\svg-baker", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" }, "bugs": { "url": "https://github.com/RadValentin/postcss-prefix-selector/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Valentin Radulescu", "email": "hi@valentin.io", "url": "https://valentin.io" } ], "deprecated": false, "description": "Prefix all CSS rules with a selector", "devDependencies": { "husky": "^8.0.3", "istanbul": "~0.4.5", "lint-staged": "^13.2.1", "mocha": "^9.2.2", "postcss": "^8.0.0", "postcss-nested": "^5.0.6", "prettier": "^2.0.0" }, "files": [ "index.js" ], "homepage": "https://github.com/RadValentin/postcss-prefix-selector", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "postcss", "prefix", "selectors", "postcss-plugin", "css", "selector", "plugin" ], "license": "MIT", "lint-staged": { "*.js": [ "prettier --write" ] }, "name": "postcss-prefix-selector", "peerDependencies": { "postcss": ">4 <9" }, "prettier": { "printWidth": 80, "singleQuote": true }, "repository": { "type": "git", "url": "git+https://github.com/RadValentin/postcss-prefix-selector.git" }, "scripts": { "lint": "prettier --write '**/*.{js,css}'", "test": "mocha", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" }, "version": "1.16.1" }