package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "sass-graph@^2.1.1",
  6. "scope": null,
  7. "escapedName": "sass-graph",
  8. "name": "sass-graph",
  9. "rawSpec": "^2.1.1",
  10. "spec": ">=2.1.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/node-sass"
  14. ]
  15. ],
  16. "_from": "sass-graph@>=2.1.1 <3.0.0",
  17. "_id": "sass-graph@2.1.2",
  18. "_inCache": true,
  19. "_location": "/sass-graph",
  20. "_nodeVersion": "5.10.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/sass-graph-2.1.2.tgz_1465989844219_0.33082393696531653"
  24. },
  25. "_npmUser": {
  26. "name": "xzyfer",
  27. "email": "xzyfer@gmail.com"
  28. },
  29. "_npmVersion": "3.8.3",
  30. "_phantomChildren": {
  31. "brace-expansion": "1.1.6",
  32. "fs.realpath": "1.0.0",
  33. "inflight": "1.0.6",
  34. "inherits": "2.0.3",
  35. "once": "1.3.3",
  36. "path-is-absolute": "1.0.1"
  37. },
  38. "_requested": {
  39. "raw": "sass-graph@^2.1.1",
  40. "scope": null,
  41. "escapedName": "sass-graph",
  42. "name": "sass-graph",
  43. "rawSpec": "^2.1.1",
  44. "spec": ">=2.1.1 <3.0.0",
  45. "type": "range"
  46. },
  47. "_requiredBy": [
  48. "/node-sass"
  49. ],
  50. "_resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz",
  51. "_shasum": "965104be23e8103cb7e5f710df65935b317da57b",
  52. "_shrinkwrap": null,
  53. "_spec": "sass-graph@^2.1.1",
  54. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/node-sass",
  55. "author": {
  56. "name": "xzyfer"
  57. },
  58. "bin": {
  59. "sassgraph": "bin/sassgraph"
  60. },
  61. "bugs": {
  62. "url": "https://github.com/xzyfer/sass-graph/issues"
  63. },
  64. "dependencies": {
  65. "glob": "^7.0.0",
  66. "lodash": "^4.0.0",
  67. "yargs": "^4.7.1"
  68. },
  69. "description": "Parse sass files and extract a graph of imports",
  70. "devDependencies": {
  71. "assert": "^1.3.0",
  72. "mocha": "^2.1.0"
  73. },
  74. "directories": {
  75. "bin": "./bin"
  76. },
  77. "dist": {
  78. "shasum": "965104be23e8103cb7e5f710df65935b317da57b",
  79. "tarball": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz"
  80. },
  81. "files": [
  82. "bin",
  83. "parse-imports.js",
  84. "sass-graph.js"
  85. ],
  86. "gitHead": "d453bbbcf1227009e28bf38998ec3603a03a3cea",
  87. "homepage": "https://github.com/xzyfer/sass-graph#readme",
  88. "keywords": [
  89. "sass",
  90. "graph"
  91. ],
  92. "license": "MIT",
  93. "main": "sass-graph.js",
  94. "maintainers": [
  95. {
  96. "name": "lox",
  97. "email": "lachlan@ljd.cc"
  98. },
  99. {
  100. "name": "xzyfer",
  101. "email": "xzyfer@gmail.com"
  102. }
  103. ],
  104. "name": "sass-graph",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/xzyfer/sass-graph.git"
  110. },
  111. "scripts": {
  112. "test": "mocha ./test/test*.js"
  113. },
  114. "version": "2.1.2"
  115. }