UI for Zipcoin Blue

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "align-text@^0.1.3",
  6. "scope": null,
  7. "escapedName": "align-text",
  8. "name": "align-text",
  9. "rawSpec": "^0.1.3",
  10. "spec": ">=0.1.3 <0.2.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/center-align"
  14. ]
  15. ],
  16. "_from": "align-text@>=0.1.3 <0.2.0",
  17. "_id": "align-text@0.1.4",
  18. "_inCache": true,
  19. "_location": "/align-text",
  20. "_nodeVersion": "5.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-9-west.internal.npmjs.com",
  23. "tmp": "tmp/align-text-0.1.4.tgz_1454377856920_0.9624228512402624"
  24. },
  25. "_npmUser": {
  26. "name": "shinnn",
  27. "email": "snnskwtnb@gmail.com"
  28. },
  29. "_npmVersion": "3.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "align-text@^0.1.3",
  33. "scope": null,
  34. "escapedName": "align-text",
  35. "name": "align-text",
  36. "rawSpec": "^0.1.3",
  37. "spec": ">=0.1.3 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/center-align",
  42. "/right-align"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
  45. "_shasum": "0cd90a561093f35d0a99256c22b7069433fad117",
  46. "_shrinkwrap": null,
  47. "_spec": "align-text@^0.1.3",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/center-align",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jonschlinkert/align-text/issues"
  55. },
  56. "dependencies": {
  57. "kind-of": "^3.0.2",
  58. "longest": "^1.0.1",
  59. "repeat-string": "^1.5.2"
  60. },
  61. "description": "Align the text in a string.",
  62. "devDependencies": {
  63. "mocha": "*",
  64. "should": "*",
  65. "word-wrap": "^1.0.3"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "0cd90a561093f35d0a99256c22b7069433fad117",
  70. "tarball": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz"
  71. },
  72. "engines": {
  73. "node": ">=0.10.0"
  74. },
  75. "files": [
  76. "index.js"
  77. ],
  78. "gitHead": "7f08e823a54c6bda319d875895813537a66a4c5e",
  79. "homepage": "https://github.com/jonschlinkert/align-text",
  80. "keywords": [
  81. "align",
  82. "align-center",
  83. "alignment",
  84. "center",
  85. "center-align",
  86. "indent",
  87. "pad",
  88. "padding",
  89. "right",
  90. "right-align",
  91. "text",
  92. "typography"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "maintainers": [
  97. {
  98. "name": "jonschlinkert",
  99. "email": "github@sellside.com"
  100. },
  101. {
  102. "name": "shinnn",
  103. "email": "snnskwtnb@gmail.com"
  104. }
  105. ],
  106. "name": "align-text",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git://github.com/jonschlinkert/align-text.git"
  112. },
  113. "scripts": {
  114. "test": "mocha"
  115. },
  116. "version": "0.1.4"
  117. }