package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "stylus@0.54.7",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "stylus@0.54.7",
  9. "_id": "stylus@0.54.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Yw3WMTzVwevT6ZTrLCYNHAFmanMxdylelL3hkWNgPMeTCpMwpV3nXjpOHuBXtFv7aiO2xRuQS6OoAdgkNcSNug==",
  12. "_location": "/stylus",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "stylus@0.54.7",
  18. "name": "stylus",
  19. "escapedName": "stylus",
  20. "rawSpec": "0.54.7",
  21. "saveSpec": null,
  22. "fetchSpec": "0.54.7"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.7.tgz",
  28. "_spec": "0.54.7",
  29. "_where": "E:\\item\\newItem\\admin",
  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-parse": "~2.0.0",
  43. "debug": "~3.1.0",
  44. "glob": "^7.1.3",
  45. "mkdirp": "~0.5.x",
  46. "safer-buffer": "^2.1.2",
  47. "sax": "~1.2.4",
  48. "semver": "^6.0.0",
  49. "source-map": "^0.7.3"
  50. },
  51. "description": "Robust, expressive, and feature-rich CSS superset",
  52. "devDependencies": {
  53. "jscoverage": "~0.6.0",
  54. "mocha": "^5.2.0",
  55. "should": "^13.2.3"
  56. },
  57. "directories": {
  58. "doc": "docs",
  59. "example": "examples",
  60. "test": "test"
  61. },
  62. "engines": {
  63. "node": "*"
  64. },
  65. "homepage": "https://github.com/stylus/stylus",
  66. "keywords": [
  67. "css",
  68. "parser",
  69. "style",
  70. "stylesheets",
  71. "jade",
  72. "language"
  73. ],
  74. "license": "MIT",
  75. "main": "./index.js",
  76. "name": "stylus",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/stylus/stylus.git"
  80. },
  81. "scripts": {
  82. "prepublish": "npm prune",
  83. "test": "mocha test/ test/middleware/ --require should --bail --check-leaks --reporter dot",
  84. "test-cov": "mocha test/ test/middleware/ --require should --bail --reporter html-cov > coverage.html"
  85. },
  86. "version": "0.54.7"
  87. }