package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "hexo-renderer-stylus@^2.0.0",
  3. "_id": "hexo-renderer-stylus@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Nef4YCr7JX8jaRaByhzXMSsWnDed+RgJj6aU/ARnYu3Bn5xz/qRz52VJG7KqD0Xuysxa9TIBdVUgNzBrSFn3DQ==",
  6. "_location": "/hexo-renderer-stylus",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hexo-renderer-stylus@^2.0.0",
  12. "name": "hexo-renderer-stylus",
  13. "escapedName": "hexo-renderer-stylus",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/hexo-renderer-stylus/-/hexo-renderer-stylus-2.1.0.tgz",
  22. "_shasum": "4cbae08d36c7390b791c2cc3df7c53c3ff615106",
  23. "_spec": "hexo-renderer-stylus@^2.0.0",
  24. "_where": "/var/www/AfterAales",
  25. "author": {
  26. "name": "Tommy Chen",
  27. "email": "tommy351@gmail.com",
  28. "url": "http://zespia.tw"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/hexojs/hexo-renderer-stylus/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "nib": "^1.2.0",
  36. "stylus": "^0.57.0"
  37. },
  38. "deprecated": false,
  39. "description": "Stylus renderer plugin for Hexo",
  40. "devDependencies": {
  41. "chai": "^4.3.4",
  42. "chai-as-promised": "^7.1.1",
  43. "eslint": "^8.5.0",
  44. "eslint-config-hexo": "^5.0.0",
  45. "hexo": "^6.0.0",
  46. "mocha": "^9.1.3",
  47. "nyc": "^15.1.0"
  48. },
  49. "directories": {
  50. "lib": "./lib"
  51. },
  52. "engines": {
  53. "node": ">=12.13.0"
  54. },
  55. "files": [
  56. "lib",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/hexojs/hexo-renderer-stylus#readme",
  60. "keywords": [
  61. "hexo",
  62. "stylus",
  63. "css",
  64. "style",
  65. "stylesheet",
  66. "styl",
  67. "renderer"
  68. ],
  69. "license": "MIT",
  70. "main": "index",
  71. "name": "hexo-renderer-stylus",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/hexojs/hexo-renderer-stylus.git"
  75. },
  76. "scripts": {
  77. "eslint": "eslint .",
  78. "test": "mocha test/index.js",
  79. "test-cov": "nyc --reporter=lcov --reporter=text npm run test"
  80. },
  81. "version": "2.1.0"
  82. }