package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "stylus@0.54.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stylus@0.54.5",
  10. "_id": "stylus@0.54.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QrlWCTHKcJDOhRWnmLqeaqPW3Hk=",
  13. "_location": "/stylus",
  14. "_phantomChildren": {
  15. "amdefine": "1.0.1",
  16. "fs.realpath": "1.0.0",
  17. "inflight": "1.0.6",
  18. "inherits": "2.0.3",
  19. "minimatch": "3.0.4",
  20. "once": "1.4.0",
  21. "path-is-absolute": "1.0.1"
  22. },
  23. "_requested": {
  24. "type": "version",
  25. "registry": true,
  26. "raw": "stylus@0.54.5",
  27. "name": "stylus",
  28. "escapedName": "stylus",
  29. "rawSpec": "0.54.5",
  30. "saveSpec": null,
  31. "fetchSpec": "0.54.5"
  32. },
  33. "_requiredBy": [
  34. "/@angular-devkit/build-angular"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.5.tgz",
  37. "_spec": "0.54.5",
  38. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  39. "author": {
  40. "name": "TJ Holowaychuk",
  41. "email": "tj@vision-media.ca"
  42. },
  43. "bin": {
  44. "stylus": "./bin/stylus"
  45. },
  46. "browserify": "./lib/browserify.js",
  47. "bugs": {
  48. "url": "https://github.com/stylus/stylus/issues"
  49. },
  50. "dependencies": {
  51. "css-parse": "1.7.x",
  52. "debug": "*",
  53. "glob": "7.0.x",
  54. "mkdirp": "0.5.x",
  55. "sax": "0.5.x",
  56. "source-map": "0.1.x"
  57. },
  58. "description": "Robust, expressive, and feature-rich CSS superset",
  59. "devDependencies": {
  60. "jscoverage": "0.3.8",
  61. "mocha": "*",
  62. "should": "8.x"
  63. },
  64. "directories": {
  65. "doc": "docs",
  66. "example": "examples",
  67. "test": "test"
  68. },
  69. "engines": {
  70. "node": "*"
  71. },
  72. "homepage": "https://github.com/stylus/stylus",
  73. "keywords": [
  74. "css",
  75. "parser",
  76. "style",
  77. "stylesheets",
  78. "jade",
  79. "language"
  80. ],
  81. "license": "MIT",
  82. "main": "./index.js",
  83. "name": "stylus",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/stylus/stylus.git"
  87. },
  88. "scripts": {
  89. "prepublish": "npm prune",
  90. "test": "mocha test/ test/middleware/ --require should --bail --check-leaks --reporter dot",
  91. "test-cov": "mocha test/ test/middleware/ --require should --bail --reporter html-cov > coverage.html"
  92. },
  93. "version": "0.54.5"
  94. }