package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "sass-graph@2.2.4",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sass-graph@2.2.4",
  10. "_id": "sass-graph@2.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=",
  13. "_location": "/sass-graph",
  14. "_phantomChildren": {
  15. "brace-expansion": "1.1.8",
  16. "fs.realpath": "1.0.0",
  17. "inflight": "1.0.6",
  18. "inherits": "2.0.3",
  19. "once": "1.3.3",
  20. "path-is-absolute": "1.0.1"
  21. },
  22. "_requested": {
  23. "type": "version",
  24. "registry": true,
  25. "raw": "sass-graph@2.2.4",
  26. "name": "sass-graph",
  27. "escapedName": "sass-graph",
  28. "rawSpec": "2.2.4",
  29. "saveSpec": null,
  30. "fetchSpec": "2.2.4"
  31. },
  32. "_requiredBy": [
  33. "/node-sass"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz",
  36. "_spec": "2.2.4",
  37. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  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. "dependencies": {
  48. "glob": "^7.0.0",
  49. "lodash": "^4.0.0",
  50. "scss-tokenizer": "^0.2.3",
  51. "yargs": "^7.0.0"
  52. },
  53. "description": "Parse sass files and extract a graph of imports",
  54. "devDependencies": {
  55. "assert": "^1.3.0",
  56. "chai": "^3.5.0",
  57. "coveralls": "^2.13.0",
  58. "mocha": "^3.2.0",
  59. "nyc": "^10.2.0"
  60. },
  61. "directories": {
  62. "bin": "./bin"
  63. },
  64. "files": [
  65. "bin",
  66. "parse-imports.js",
  67. "sass-graph.js"
  68. ],
  69. "homepage": "https://github.com/xzyfer/sass-graph#readme",
  70. "keywords": [
  71. "sass",
  72. "graph"
  73. ],
  74. "license": "MIT",
  75. "main": "sass-graph.js",
  76. "name": "sass-graph",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/xzyfer/sass-graph.git"
  80. },
  81. "scripts": {
  82. "coverage": "nyc report --reporter=text-lcov | coveralls",
  83. "test": "nyc mocha"
  84. },
  85. "version": "2.2.4"
  86. }