package.json 2.5 KB

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