package.json 2.2 KB

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