UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "repeat-element@^1.1.2",
  6. "scope": null,
  7. "escapedName": "repeat-element",
  8. "name": "repeat-element",
  9. "rawSpec": "^1.1.2",
  10. "spec": ">=1.1.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/braces"
  14. ]
  15. ],
  16. "_from": "repeat-element@>=1.1.2 <2.0.0",
  17. "_id": "repeat-element@1.1.2",
  18. "_inCache": true,
  19. "_location": "/repeat-element",
  20. "_nodeVersion": "0.12.0",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "2.5.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "repeat-element@^1.1.2",
  29. "scope": null,
  30. "escapedName": "repeat-element",
  31. "name": "repeat-element",
  32. "rawSpec": "^1.1.2",
  33. "spec": ">=1.1.2 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/braces",
  38. "/fill-range",
  39. "/watchpack/braces"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
  42. "_shasum": "ef089a178d1483baae4d93eb98b4f9e4e11d990a",
  43. "_shrinkwrap": null,
  44. "_spec": "repeat-element@^1.1.2",
  45. "_where": "/Users/tennesseeg/blueCoin/node_modules/braces",
  46. "author": {
  47. "name": "Jon Schlinkert",
  48. "url": "https://github.com/jonschlinkert"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/jonschlinkert/repeat-element/issues"
  52. },
  53. "dependencies": {},
  54. "description": "Create an array by repeating the given value n times.",
  55. "devDependencies": {
  56. "benchmarked": "^0.1.4",
  57. "chalk": "^1.0.0",
  58. "glob": "^5.0.5",
  59. "minimist": "^1.1.1",
  60. "mocha": "^2.2.4"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "ef089a178d1483baae4d93eb98b4f9e4e11d990a",
  65. "tarball": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "gitHead": "7a6b21d58eafcc44fc8de133c70a8398ee9fdd8d",
  74. "homepage": "https://github.com/jonschlinkert/repeat-element",
  75. "keywords": [
  76. "array",
  77. "element",
  78. "repeat",
  79. "string"
  80. ],
  81. "license": {
  82. "type": "MIT",
  83. "url": "https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"
  84. },
  85. "main": "index.js",
  86. "maintainers": [
  87. {
  88. "name": "jonschlinkert",
  89. "email": "github@sellside.com"
  90. }
  91. ],
  92. "name": "repeat-element",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/jonschlinkert/repeat-element.git"
  98. },
  99. "scripts": {
  100. "test": "mocha"
  101. },
  102. "version": "1.1.2"
  103. }