12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_from": "postcss-prefix-selector@^1.6.0",
- "_id": "postcss-prefix-selector@1.9.0",
- "_inBundle": false,
- "_integrity": "sha1-21SYArefn5H3QZyMH4bTHZdK/14=",
- "_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.npm.taobao.org/postcss-prefix-selector/download/postcss-prefix-selector-1.9.0.tgz",
- "_shasum": "db549802b79f9f91f7419c8c1f86d31d974aff5e",
- "_spec": "postcss-prefix-selector@^1.6.0",
- "_where": "D:\\bomanss\\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": "^7.0.0"
- },
- "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",
- "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.9.0"
- }
|