package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "stylus@0.54.8",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stylus@0.54.8",
  10. "_id": "stylus@0.54.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==",
  13. "_location": "/stylus",
  14. "_phantomChildren": {
  15. "ms": "2.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "stylus@0.54.8",
  21. "name": "stylus",
  22. "escapedName": "stylus",
  23. "rawSpec": "0.54.8",
  24. "saveSpec": null,
  25. "fetchSpec": "0.54.8"
  26. },
  27. "_requiredBy": [
  28. "#DEV:/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.8.tgz",
  31. "_spec": "0.54.8",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "TJ Holowaychuk",
  35. "email": "tj@vision-media.ca"
  36. },
  37. "bin": {
  38. "stylus": "bin/stylus"
  39. },
  40. "browserify": "./lib/browserify.js",
  41. "bugs": {
  42. "url": "https://github.com/stylus/stylus/issues"
  43. },
  44. "dependencies": {
  45. "css-parse": "~2.0.0",
  46. "debug": "~3.1.0",
  47. "glob": "^7.1.6",
  48. "mkdirp": "~1.0.4",
  49. "safer-buffer": "^2.1.2",
  50. "sax": "~1.2.4",
  51. "semver": "^6.3.0",
  52. "source-map": "^0.7.3"
  53. },
  54. "description": "Robust, expressive, and feature-rich CSS superset",
  55. "devDependencies": {
  56. "jscoverage": "~0.6.0",
  57. "mocha": "^8.0.1",
  58. "should": "^13.2.3"
  59. },
  60. "directories": {
  61. "doc": "docs",
  62. "example": "examples",
  63. "test": "test"
  64. },
  65. "engines": {
  66. "node": "*"
  67. },
  68. "homepage": "https://github.com/stylus/stylus",
  69. "keywords": [
  70. "css",
  71. "parser",
  72. "style",
  73. "stylesheets",
  74. "jade",
  75. "language"
  76. ],
  77. "license": "MIT",
  78. "main": "./index.js",
  79. "name": "stylus",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/stylus/stylus.git"
  83. },
  84. "scripts": {
  85. "prepublish": "npm prune",
  86. "test": "mocha test/ test/middleware/ --require should --bail --check-leaks --reporter dot",
  87. "test-cov": "mocha test/ test/middleware/ --require should --bail --reporter html-cov > coverage.html"
  88. },
  89. "version": "0.54.8"
  90. }