package.json 2.1 KB

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