package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "sass-graph@2.2.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sass-graph@2.2.5",
  10. "_id": "sass-graph@2.2.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qYHIdEa4MZ2W3OBnHkh4eb0kwug=",
  13. "_location": "/sass-graph",
  14. "_phantomChildren": {
  15. "ansi-regex": "4.1.0",
  16. "ansi-styles": "3.2.1",
  17. "decamelize": "1.2.0",
  18. "get-caller-file": "2.0.5",
  19. "p-limit": "2.3.0",
  20. "require-directory": "2.1.1",
  21. "require-main-filename": "2.0.0",
  22. "set-blocking": "2.0.0",
  23. "which-module": "2.0.0",
  24. "y18n": "4.0.3"
  25. },
  26. "_requested": {
  27. "type": "version",
  28. "registry": true,
  29. "raw": "sass-graph@2.2.5",
  30. "name": "sass-graph",
  31. "escapedName": "sass-graph",
  32. "rawSpec": "2.2.5",
  33. "saveSpec": null,
  34. "fetchSpec": "2.2.5"
  35. },
  36. "_requiredBy": [
  37. "/node-sass"
  38. ],
  39. "_resolved": "https://registry.nlark.com/sass-graph/download/sass-graph-2.2.5.tgz",
  40. "_spec": "2.2.5",
  41. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  42. "author": {
  43. "name": "xzyfer"
  44. },
  45. "bin": {
  46. "sassgraph": "bin/sassgraph"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/xzyfer/sass-graph/issues"
  50. },
  51. "dependencies": {
  52. "glob": "^7.0.0",
  53. "lodash": "^4.0.0",
  54. "scss-tokenizer": "^0.2.3",
  55. "yargs": "^13.3.2"
  56. },
  57. "description": "Parse sass files and extract a graph of imports",
  58. "devDependencies": {
  59. "assert": "^1.3.0",
  60. "chai": "^3.5.0",
  61. "coveralls": "^2.13.0",
  62. "mocha": "^3.2.0",
  63. "nyc": "^10.2.0"
  64. },
  65. "directories": {
  66. "bin": "./bin"
  67. },
  68. "files": [
  69. "bin",
  70. "parse-imports.js",
  71. "sass-graph.js"
  72. ],
  73. "homepage": "https://github.com/xzyfer/sass-graph#readme",
  74. "keywords": [
  75. "sass",
  76. "graph"
  77. ],
  78. "license": "MIT",
  79. "main": "sass-graph.js",
  80. "name": "sass-graph",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/xzyfer/sass-graph.git"
  84. },
  85. "scripts": {
  86. "coverage": "nyc report --reporter=text-lcov | coveralls",
  87. "test": "nyc mocha"
  88. },
  89. "version": "2.2.5"
  90. }