UI for Zipcoin Blue

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "sass-graph@^2.2.4",
  6. "scope": null,
  7. "escapedName": "sass-graph",
  8. "name": "sass-graph",
  9. "rawSpec": "^2.2.4",
  10. "spec": ">=2.2.4 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/node-sass"
  14. ]
  15. ],
  16. "_from": "sass-graph@>=2.2.4 <3.0.0",
  17. "_id": "sass-graph@2.2.4",
  18. "_inCache": true,
  19. "_location": "/sass-graph",
  20. "_nodeVersion": "7.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/sass-graph-2.2.4.tgz_1495012724834_0.36490066698752344"
  24. },
  25. "_npmUser": {
  26. "name": "xzyfer",
  27. "email": "xzyfer@gmail.com"
  28. },
  29. "_npmVersion": "4.1.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "sass-graph@^2.2.4",
  33. "scope": null,
  34. "escapedName": "sass-graph",
  35. "name": "sass-graph",
  36. "rawSpec": "^2.2.4",
  37. "spec": ">=2.2.4 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/node-sass"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz",
  44. "_shasum": "13fbd63cd1caf0908b9fd93476ad43a51d1e0b49",
  45. "_shrinkwrap": null,
  46. "_spec": "sass-graph@^2.2.4",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/node-sass",
  48. "author": {
  49. "name": "xzyfer"
  50. },
  51. "bin": {
  52. "sassgraph": "bin/sassgraph"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/xzyfer/sass-graph/issues"
  56. },
  57. "dependencies": {
  58. "glob": "^7.0.0",
  59. "lodash": "^4.0.0",
  60. "scss-tokenizer": "^0.2.3",
  61. "yargs": "^7.0.0"
  62. },
  63. "description": "Parse sass files and extract a graph of imports",
  64. "devDependencies": {
  65. "assert": "^1.3.0",
  66. "chai": "^3.5.0",
  67. "coveralls": "^2.13.0",
  68. "mocha": "^3.2.0",
  69. "nyc": "^10.2.0"
  70. },
  71. "directories": {
  72. "bin": "./bin"
  73. },
  74. "dist": {
  75. "shasum": "13fbd63cd1caf0908b9fd93476ad43a51d1e0b49",
  76. "tarball": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz"
  77. },
  78. "files": [
  79. "bin",
  80. "parse-imports.js",
  81. "sass-graph.js"
  82. ],
  83. "gitHead": "f6aa19580600d9245516e20d588339824dacdb95",
  84. "homepage": "https://github.com/xzyfer/sass-graph#readme",
  85. "keywords": [
  86. "sass",
  87. "graph"
  88. ],
  89. "license": "MIT",
  90. "main": "sass-graph.js",
  91. "maintainers": [
  92. {
  93. "name": "lox",
  94. "email": "lachlan@ljd.cc"
  95. },
  96. {
  97. "name": "xzyfer",
  98. "email": "xzyfer@gmail.com"
  99. }
  100. ],
  101. "name": "sass-graph",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/xzyfer/sass-graph.git"
  107. },
  108. "scripts": {
  109. "coverage": "nyc report --reporter=text-lcov | coveralls",
  110. "test": "nyc mocha"
  111. },
  112. "version": "2.2.4"
  113. }