package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_from": "postcss-syntax@^0.36.2",
  3. "_id": "postcss-syntax@0.36.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==",
  6. "_location": "/postcss-syntax",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-syntax@^0.36.2",
  12. "name": "postcss-syntax",
  13. "escapedName": "postcss-syntax",
  14. "rawSpec": "^0.36.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.36.2"
  17. },
  18. "_requiredBy": [
  19. "/stylelint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-syntax/-/postcss-syntax-0.36.2.tgz",
  22. "_shasum": "f08578c7d95834574e5593a82dfbfa8afae3b51c",
  23. "_spec": "postcss-syntax@^0.36.2",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint",
  25. "author": {
  26. "name": "gucong"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/gucong3000/postcss-syntax/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Automatically switch PostCSS syntax by file extensions",
  34. "devDependencies": {
  35. "chai": "^4.2.0",
  36. "codecov": "^3.1.0",
  37. "mocha": "^5.2.0",
  38. "nyc": "^13.1.0",
  39. "postcss": "^7.0.7",
  40. "postcss-html": ">=0.36.0",
  41. "postcss-jsx": ">=0.36.0",
  42. "postcss-less": "^3.1.0",
  43. "postcss-markdown": ">=0.36.0",
  44. "postcss-safe-parser": "^4.0.1",
  45. "postcss-scss": "^2.0.0",
  46. "proxyquire": "^2.1.0",
  47. "sugarss": "^2.0.0"
  48. },
  49. "extensions": [
  50. ".css",
  51. ".pcss",
  52. ".postcss",
  53. ".acss",
  54. ".wxss",
  55. ".sass",
  56. ".scss",
  57. ".less",
  58. ".sss",
  59. ".js",
  60. ".es6",
  61. ".mjs",
  62. ".pac",
  63. ".jsx",
  64. ".ts",
  65. ".tsx",
  66. ".babel",
  67. ".flow",
  68. ".html",
  69. ".htm",
  70. ".shtml",
  71. ".xhtml",
  72. ".mdoc",
  73. ".jsp",
  74. ".asp",
  75. ".aspx",
  76. ".jshtm",
  77. ".volt",
  78. ".ejs",
  79. ".rhtml",
  80. ".xsl",
  81. ".xslt",
  82. ".vue",
  83. ".wpy",
  84. ".ux",
  85. ".php",
  86. ".php4",
  87. ".php5",
  88. ".phtml",
  89. ".ctp",
  90. ".twig",
  91. ".liquid",
  92. ".md",
  93. ".mdown",
  94. ".markdown",
  95. ".markdn",
  96. ".svelte"
  97. ],
  98. "homepage": "https://github.com/gucong3000/postcss-syntax#readme",
  99. "keywords": [
  100. "postcss",
  101. "syntax",
  102. "switch",
  103. "extension"
  104. ],
  105. "license": "MIT",
  106. "name": "postcss-syntax",
  107. "nyc": {
  108. "reporter": [
  109. "lcov",
  110. "text"
  111. ],
  112. "all": true,
  113. "cache": true,
  114. "check-coverage": true
  115. },
  116. "peerDependencies": {
  117. "postcss": ">=5.0.0"
  118. },
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/gucong3000/postcss-syntax.git"
  122. },
  123. "scripts": {
  124. "debug": "npm run mocha -- --inspect-brk",
  125. "mocha": "mocha --require ./test/fixtures/link --no-timeouts",
  126. "test": "nyc npm run mocha"
  127. },
  128. "version": "0.36.2"
  129. }