package.json 1.9 KB

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