1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/postcss-prefix-selector/package.json

96 lines
2.5 KiB
JSON

{
"_from": "postcss-prefix-selector@^1.6.0",
"_id": "postcss-prefix-selector@1.16.0",
"_inBundle": false,
"_integrity": "sha512-rdVMIi7Q4B0XbXqNUEI+Z4E+pueiu/CS5E6vRCQommzdQ/sgsS4dK42U7GX8oJR+TJOtT+Qv3GkNo6iijUMp3Q==",
"_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.0.tgz",
"_shasum": "ad5b56f9a73a2c090ca7161049632c9d89bcb404",
"_spec": "postcss-prefix-selector@^1.6.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\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": "^4.0.2",
"istanbul": "~0.4.5",
"lint-staged": "^10.0.3",
"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.0"
}