package.json 2.0 KB

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