package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "stylus@^0.57.0",
  3. "_id": "stylus@0.57.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==",
  6. "_location": "/stylus",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stylus@^0.57.0",
  12. "name": "stylus",
  13. "escapedName": "stylus",
  14. "rawSpec": "^0.57.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.57.0"
  17. },
  18. "_requiredBy": [
  19. "/hexo-renderer-stylus"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/stylus/-/stylus-0.57.0.tgz",
  22. "_shasum": "a46f04f426c19ceef54abb1a9d189fd4e886df41",
  23. "_spec": "stylus@^0.57.0",
  24. "_where": "/var/www/AfterAales/node_modules/hexo-renderer-stylus",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bin": {
  30. "stylus": "bin/stylus"
  31. },
  32. "browserify": "./lib/browserify.js",
  33. "bugs": {
  34. "url": "https://github.com/stylus/stylus/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "css": "^3.0.0",
  39. "debug": "^4.3.2",
  40. "glob": "^7.1.6",
  41. "safer-buffer": "^2.1.2",
  42. "sax": "~1.2.4",
  43. "source-map": "^0.7.3"
  44. },
  45. "deprecated": false,
  46. "description": "Robust, expressive, and feature-rich CSS superset",
  47. "devDependencies": {
  48. "chai": "^4.3.6",
  49. "mocha": "^9.2.0"
  50. },
  51. "directories": {
  52. "doc": "docs",
  53. "example": "examples",
  54. "test": "test"
  55. },
  56. "engines": {
  57. "node": "*"
  58. },
  59. "homepage": "https://github.com/stylus/stylus",
  60. "keywords": [
  61. "css",
  62. "parser",
  63. "style",
  64. "stylesheets",
  65. "jade",
  66. "language"
  67. ],
  68. "license": "MIT",
  69. "main": "./index.js",
  70. "name": "stylus",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/stylus/stylus.git"
  74. },
  75. "scripts": {
  76. "prepublish": "npm prune",
  77. "test": "mocha test/ test/middleware/ --require chai --bail --check-leaks --reporter dot",
  78. "test-cov": "mocha test/ test/middleware/ --require chai --bail --reporter html-cov > coverage.html"
  79. },
  80. "version": "0.57.0"
  81. }