UI for Zipcoin Blue

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "has-ansi@^2.0.0",
  6. "scope": null,
  7. "escapedName": "has-ansi",
  8. "name": "has-ansi",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/node-sass/node_modules/chalk"
  14. ]
  15. ],
  16. "_from": "has-ansi@>=2.0.0 <3.0.0",
  17. "_id": "has-ansi@2.0.0",
  18. "_inCache": true,
  19. "_location": "/has-ansi",
  20. "_nodeVersion": "0.12.5",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.11.2",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "has-ansi@^2.0.0",
  29. "scope": null,
  30. "escapedName": "has-ansi",
  31. "name": "has-ansi",
  32. "rawSpec": "^2.0.0",
  33. "spec": ">=2.0.0 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/babel-code-frame/chalk",
  38. "/har-validator/chalk",
  39. "/node-sass/chalk"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
  42. "_shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  43. "_shrinkwrap": null,
  44. "_spec": "has-ansi@^2.0.0",
  45. "_where": "/Users/tennesseeg/blueCoin/node_modules/node-sass/node_modules/chalk",
  46. "author": {
  47. "name": "Sindre Sorhus",
  48. "email": "sindresorhus@gmail.com",
  49. "url": "sindresorhus.com"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/sindresorhus/has-ansi/issues"
  53. },
  54. "dependencies": {
  55. "ansi-regex": "^2.0.0"
  56. },
  57. "description": "Check if a string has ANSI escape codes",
  58. "devDependencies": {
  59. "ava": "0.0.4"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
  64. "tarball": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "0722275e1bef139fcd09137da6e5550c3cd368b9",
  73. "homepage": "https://github.com/sindresorhus/has-ansi",
  74. "keywords": [
  75. "ansi",
  76. "styles",
  77. "color",
  78. "colour",
  79. "colors",
  80. "terminal",
  81. "console",
  82. "string",
  83. "tty",
  84. "escape",
  85. "shell",
  86. "xterm",
  87. "command-line",
  88. "text",
  89. "regex",
  90. "regexp",
  91. "re",
  92. "match",
  93. "test",
  94. "find",
  95. "pattern",
  96. "has"
  97. ],
  98. "license": "MIT",
  99. "maintainers": [
  100. {
  101. "name": "sindresorhus",
  102. "email": "sindresorhus@gmail.com"
  103. },
  104. {
  105. "name": "jbnicolai",
  106. "email": "jappelman@xebia.com"
  107. }
  108. ],
  109. "name": "has-ansi",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/sindresorhus/has-ansi.git"
  115. },
  116. "scripts": {
  117. "test": "node test.js"
  118. },
  119. "version": "2.0.0"
  120. }