Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

79 строки
1.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "sass-graph@2.2.5",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "sass-graph@2.2.5",
  18. "name": "sass-graph",
  19. "escapedName": "sass-graph",
  20. "rawSpec": "2.2.5",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.5"
  23. },
  24. "_requiredBy": [
  25. "/node-sass"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz",
  28. "_spec": "2.2.5",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "xzyfer"
  32. },
  33. "bin": {
  34. "sassgraph": "bin/sassgraph"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/xzyfer/sass-graph/issues"
  38. },
  39. "dependencies": {
  40. "glob": "^7.0.0",
  41. "lodash": "^4.0.0",
  42. "scss-tokenizer": "^0.2.3",
  43. "yargs": "^13.3.2"
  44. },
  45. "description": "Parse sass files and extract a graph of imports",
  46. "devDependencies": {
  47. "assert": "^1.3.0",
  48. "chai": "^3.5.0",
  49. "coveralls": "^2.13.0",
  50. "mocha": "^3.2.0",
  51. "nyc": "^10.2.0"
  52. },
  53. "directories": {
  54. "bin": "./bin"
  55. },
  56. "files": [
  57. "bin",
  58. "parse-imports.js",
  59. "sass-graph.js"
  60. ],
  61. "homepage": "https://github.com/xzyfer/sass-graph#readme",
  62. "keywords": [
  63. "sass",
  64. "graph"
  65. ],
  66. "license": "MIT",
  67. "main": "sass-graph.js",
  68. "name": "sass-graph",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/xzyfer/sass-graph.git"
  72. },
  73. "scripts": {
  74. "coverage": "nyc report --reporter=text-lcov | coveralls",
  75. "test": "nyc mocha"
  76. },
  77. "version": "2.2.5"
  78. }