package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "@stylelint/postcss-markdown@^0.36.1",
  3. "_id": "@stylelint/postcss-markdown@0.36.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==",
  6. "_location": "/@stylelint/postcss-markdown",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@stylelint/postcss-markdown@^0.36.1",
  12. "name": "@stylelint/postcss-markdown",
  13. "escapedName": "@stylelint%2fpostcss-markdown",
  14. "scope": "@stylelint",
  15. "rawSpec": "^0.36.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.36.1"
  18. },
  19. "_requiredBy": [
  20. "/stylelint"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz",
  23. "_shasum": "0a540c4692f8dcdfc13c8e352c17e7bfee2bb391",
  24. "_spec": "@stylelint/postcss-markdown@^0.36.1",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint",
  26. "author": {
  27. "name": "gucong"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/stylelint/postcss-markdown/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "remark": "^13.0.0",
  35. "unist-util-find-all-after": "^3.0.2"
  36. },
  37. "deprecated": "Use the original unforked package instead: postcss-markdown",
  38. "description": "PostCSS syntax for parsing Markdown",
  39. "devDependencies": {
  40. "chai": "^4.2.0",
  41. "codecov": "^3.8.1",
  42. "mocha": "^8.2.1",
  43. "np": "^7.0.0",
  44. "nyc": "^15.1.0",
  45. "postcss": ">=7.0.27",
  46. "postcss-html": ">=0.36.0",
  47. "postcss-less": "^3.1.4",
  48. "postcss-scss": "^2.0.0",
  49. "postcss-syntax": ">=0.36.2",
  50. "sugarss": "^2.0.0"
  51. },
  52. "files": [
  53. "*.js"
  54. ],
  55. "homepage": "https://github.com/stylelint/postcss-markdown#readme",
  56. "keywords": [
  57. "postcss",
  58. "syntax",
  59. "markdown",
  60. "html",
  61. "css",
  62. "less",
  63. "sass",
  64. "scss",
  65. "sss",
  66. "sugarss"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "@stylelint/postcss-markdown",
  71. "nyc": {
  72. "reporter": [
  73. "lcov",
  74. "text"
  75. ],
  76. "all": true,
  77. "cache": true,
  78. "check-coverage": true
  79. },
  80. "peerDependencies": {
  81. "postcss": ">=7.0.0",
  82. "postcss-syntax": ">=0.36.2"
  83. },
  84. "publishConfig": {
  85. "access": "public"
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/stylelint/postcss-markdown.git"
  90. },
  91. "scripts": {
  92. "debug": "npm run mocha -- --inspect-brk",
  93. "mocha": "mocha --no-timeouts",
  94. "release": "np",
  95. "test": "nyc npm run mocha"
  96. },
  97. "version": "0.36.2"
  98. }