UI for Zipcoin Blue

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ansi-styles@^3.2.1",
  6. "scope": null,
  7. "escapedName": "ansi-styles",
  8. "name": "ansi-styles",
  9. "rawSpec": "^3.2.1",
  10. "spec": ">=3.2.1 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/chalk"
  14. ]
  15. ],
  16. "_from": "ansi-styles@>=3.2.1 <4.0.0",
  17. "_id": "ansi-styles@3.2.1",
  18. "_inCache": true,
  19. "_location": "/ansi-styles",
  20. "_nodeVersion": "8.9.4",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/ansi-styles_3.2.1_1519983600652_0.7656433427334486"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "ansi-styles@^3.2.1",
  33. "scope": null,
  34. "escapedName": "ansi-styles",
  35. "name": "ansi-styles",
  36. "rawSpec": "^3.2.1",
  37. "spec": ">=3.2.1 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/chalk"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  44. "_shasum": "41fbb20243e50b12be0f04b8dedbf07520ce841d",
  45. "_shrinkwrap": null,
  46. "_spec": "ansi-styles@^3.2.1",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/chalk",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "ava": {
  54. "require": "babel-polyfill"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/chalk/ansi-styles/issues"
  58. },
  59. "dependencies": {
  60. "color-convert": "^1.9.0"
  61. },
  62. "description": "ANSI escape codes for styling strings in the terminal",
  63. "devDependencies": {
  64. "ava": "*",
  65. "babel-polyfill": "^6.23.0",
  66. "svg-term-cli": "^2.1.1",
  67. "xo": "*"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  72. "shasum": "41fbb20243e50b12be0f04b8dedbf07520ce841d",
  73. "tarball": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  74. "fileCount": 4,
  75. "unpackedSize": 9371
  76. },
  77. "engines": {
  78. "node": ">=4"
  79. },
  80. "files": [
  81. "index.js"
  82. ],
  83. "gitHead": "de7527a86c1cf49906b0eb32a0de1402d849ccc2",
  84. "homepage": "https://github.com/chalk/ansi-styles#readme",
  85. "keywords": [
  86. "ansi",
  87. "styles",
  88. "color",
  89. "colour",
  90. "colors",
  91. "terminal",
  92. "console",
  93. "cli",
  94. "string",
  95. "tty",
  96. "escape",
  97. "formatting",
  98. "rgb",
  99. "256",
  100. "shell",
  101. "xterm",
  102. "log",
  103. "logging",
  104. "command-line",
  105. "text"
  106. ],
  107. "license": "MIT",
  108. "maintainers": [
  109. {
  110. "name": "qix",
  111. "email": "i.am.qix@gmail.com"
  112. },
  113. {
  114. "name": "sindresorhus",
  115. "email": "sindresorhus@gmail.com"
  116. }
  117. ],
  118. "name": "ansi-styles",
  119. "optionalDependencies": {},
  120. "readme": "ERROR: No README data found!",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/chalk/ansi-styles.git"
  124. },
  125. "scripts": {
  126. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  127. "test": "xo && ava"
  128. },
  129. "version": "3.2.1"
  130. }