package.json 1.8 KB

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