package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "sass-graph@2.2.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "sass-graph@2.2.4",
  9. "_id": "sass-graph@2.2.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=",
  12. "_location": "/sass-graph",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sass-graph@2.2.4",
  19. "name": "sass-graph",
  20. "escapedName": "sass-graph",
  21. "rawSpec": "2.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.4"
  24. },
  25. "_requiredBy": [
  26. "/node-sass"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz",
  29. "_spec": "2.2.4",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "xzyfer"
  33. },
  34. "bin": {
  35. "sassgraph": "bin/sassgraph"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/xzyfer/sass-graph/issues"
  39. },
  40. "dependencies": {
  41. "glob": "^7.0.0",
  42. "lodash": "^4.0.0",
  43. "scss-tokenizer": "^0.2.3",
  44. "yargs": "^7.0.0"
  45. },
  46. "description": "Parse sass files and extract a graph of imports",
  47. "devDependencies": {
  48. "assert": "^1.3.0",
  49. "chai": "^3.5.0",
  50. "coveralls": "^2.13.0",
  51. "mocha": "^3.2.0",
  52. "nyc": "^10.2.0"
  53. },
  54. "directories": {
  55. "bin": "./bin"
  56. },
  57. "files": [
  58. "bin",
  59. "parse-imports.js",
  60. "sass-graph.js"
  61. ],
  62. "homepage": "https://github.com/xzyfer/sass-graph#readme",
  63. "keywords": [
  64. "sass",
  65. "graph"
  66. ],
  67. "license": "MIT",
  68. "main": "sass-graph.js",
  69. "name": "sass-graph",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/xzyfer/sass-graph.git"
  73. },
  74. "scripts": {
  75. "coverage": "nyc report --reporter=text-lcov | coveralls",
  76. "test": "nyc mocha"
  77. },
  78. "version": "2.2.4"
  79. }