package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "postcss-prefix-selector@^1.6.0",
  3. "_id": "postcss-prefix-selector@1.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-21SYArefn5H3QZyMH4bTHZdK/14=",
  6. "_location": "/postcss-prefix-selector",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-prefix-selector@^1.6.0",
  12. "name": "postcss-prefix-selector",
  13. "escapedName": "postcss-prefix-selector",
  14. "rawSpec": "^1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/svg-baker"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/postcss-prefix-selector/download/postcss-prefix-selector-1.9.0.tgz",
  22. "_shasum": "db549802b79f9f91f7419c8c1f86d31d974aff5e",
  23. "_spec": "postcss-prefix-selector@^1.6.0",
  24. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\svg-baker",
  25. "author": {
  26. "name": "Jonathan Ong",
  27. "email": "me@jongleberry.com",
  28. "url": "http://jongleberry.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/RadValentin/postcss-prefix-selector/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Valentin Radulescu",
  37. "email": "hi@valentin.io",
  38. "url": "https://valentin.io"
  39. }
  40. ],
  41. "dependencies": {
  42. "postcss": "^7.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Prefix all CSS rules with a selector",
  46. "devDependencies": {
  47. "husky": "^4.0.2",
  48. "istanbul": "~0.4.5",
  49. "lint-staged": "^10.0.3",
  50. "mocha": "~7.2.0",
  51. "prettier": "^2.0.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/RadValentin/postcss-prefix-selector",
  57. "husky": {
  58. "hooks": {
  59. "pre-commit": "lint-staged"
  60. }
  61. },
  62. "keywords": [
  63. "postcss",
  64. "prefix",
  65. "selectors",
  66. "postcss-plugin",
  67. "css",
  68. "selector",
  69. "plugin"
  70. ],
  71. "license": "MIT",
  72. "lint-staged": {
  73. "*.js": [
  74. "prettier --write",
  75. "git add"
  76. ]
  77. },
  78. "name": "postcss-prefix-selector",
  79. "prettier": {
  80. "printWidth": 80,
  81. "singleQuote": true
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/RadValentin/postcss-prefix-selector.git"
  86. },
  87. "scripts": {
  88. "lint": "prettier --write '**/*.{js,css}'",
  89. "test": "mocha",
  90. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  91. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  92. },
  93. "version": "1.9.0"
  94. }