You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
2.6 KiB
100 lines
2.6 KiB
3 years ago
|
{
|
||
|
"_from": "postcss-prefix-selector@^1.6.0",
|
||
|
"_id": "postcss-prefix-selector@1.13.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-cZtbe79XeClbrip8WODngB8PmF/FpaeYpt8IX1aefIHarjxfBYWO6sETlNopvp2u2c7XFGYQeUTEgF1onsNJ5A==",
|
||
|
"_location": "/postcss-prefix-selector",
|
||
|
"_phantomChildren": {
|
||
|
"nanoid": "3.1.29",
|
||
|
"picocolors": "0.2.1",
|
||
|
"source-map-js": "0.6.2"
|
||
|
},
|
||
|
"_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.npmjs.org/postcss-prefix-selector/-/postcss-prefix-selector-1.13.0.tgz",
|
||
|
"_shasum": "136c3eb848edaced90417bb10383de56c07557f6",
|
||
|
"_spec": "postcss-prefix-selector@^1.6.0",
|
||
|
"_where": "F:\\workspace\\gcy\\RK-html\\RK-project\\ruoyi-ui\\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"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"postcss": "^8.3.6"
|
||
|
},
|
||
|
"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": "~7.2.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",
|
||
|
"git add"
|
||
|
]
|
||
|
},
|
||
|
"name": "postcss-prefix-selector",
|
||
|
"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.13.0"
|
||
|
}
|