package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "sass-graph@2.2.5",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sass-graph@2.2.5",
  10. "_id": "sass-graph@2.2.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==",
  13. "_location": "/sass-graph",
  14. "_phantomChildren": {
  15. "ansi-styles": "3.2.1",
  16. "decamelize": "1.2.0",
  17. "emoji-regex": "7.0.3",
  18. "is-fullwidth-code-point": "2.0.0",
  19. "path-exists": "3.0.0",
  20. "require-directory": "2.1.1",
  21. "set-blocking": "2.0.0",
  22. "which-module": "2.0.0",
  23. "y18n": "4.0.3"
  24. },
  25. "_requested": {
  26. "type": "version",
  27. "registry": true,
  28. "raw": "sass-graph@2.2.5",
  29. "name": "sass-graph",
  30. "escapedName": "sass-graph",
  31. "rawSpec": "2.2.5",
  32. "saveSpec": null,
  33. "fetchSpec": "2.2.5"
  34. },
  35. "_requiredBy": [
  36. "/node-sass"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz",
  39. "_spec": "2.2.5",
  40. "_where": "E:\\2023\\5\\myjadmin",
  41. "author": {
  42. "name": "xzyfer"
  43. },
  44. "bin": {
  45. "sassgraph": "bin/sassgraph"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/xzyfer/sass-graph/issues"
  49. },
  50. "dependencies": {
  51. "glob": "^7.0.0",
  52. "lodash": "^4.0.0",
  53. "scss-tokenizer": "^0.2.3",
  54. "yargs": "^13.3.2"
  55. },
  56. "description": "Parse sass files and extract a graph of imports",
  57. "devDependencies": {
  58. "assert": "^1.3.0",
  59. "chai": "^3.5.0",
  60. "coveralls": "^2.13.0",
  61. "mocha": "^3.2.0",
  62. "nyc": "^10.2.0"
  63. },
  64. "directories": {
  65. "bin": "./bin"
  66. },
  67. "files": [
  68. "bin",
  69. "parse-imports.js",
  70. "sass-graph.js"
  71. ],
  72. "homepage": "https://github.com/xzyfer/sass-graph#readme",
  73. "keywords": [
  74. "sass",
  75. "graph"
  76. ],
  77. "license": "MIT",
  78. "main": "sass-graph.js",
  79. "name": "sass-graph",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/xzyfer/sass-graph.git"
  83. },
  84. "scripts": {
  85. "coverage": "nyc report --reporter=text-lcov | coveralls",
  86. "test": "nyc mocha"
  87. },
  88. "version": "2.2.5"
  89. }