UI for Zipcoin Blue

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "string-template@~0.2.1",
  6. "scope": null,
  7. "escapedName": "string-template",
  8. "name": "string-template",
  9. "rawSpec": "~0.2.1",
  10. "spec": ">=0.2.1 <0.3.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/error"
  14. ]
  15. ],
  16. "_from": "string-template@>=0.2.1 <0.3.0",
  17. "_id": "string-template@0.2.1",
  18. "_inCache": true,
  19. "_location": "/string-template",
  20. "_nodeVersion": "0.10.32",
  21. "_npmUser": {
  22. "name": "mattesch",
  23. "email": "matt@mattesch.info"
  24. },
  25. "_npmVersion": "2.7.4",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "string-template@~0.2.1",
  29. "scope": null,
  30. "escapedName": "string-template",
  31. "name": "string-template",
  32. "rawSpec": "~0.2.1",
  33. "spec": ">=0.2.1 <0.3.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/error"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz",
  40. "_shasum": "42932e598a352d01fc22ec3367d9d84eec6c9add",
  41. "_shrinkwrap": null,
  42. "_spec": "string-template@~0.2.1",
  43. "_where": "/Users/tennesseeg/blueCoin/node_modules/error",
  44. "author": {
  45. "name": "Matt-Esch",
  46. "email": "matt@mattesch.info"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/Matt-Esch/string-template/issues",
  50. "email": "matt@mattesch.info"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Matt-Esch"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "A simple string template function based on named or indexed arguments",
  59. "devDependencies": {
  60. "tape": "~1.1.1"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "42932e598a352d01fc22ec3367d9d84eec6c9add",
  65. "tarball": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz"
  66. },
  67. "gitHead": "311a15c48344fe386ec139906efc382af22f33b6",
  68. "homepage": "https://github.com/Matt-Esch/string-template",
  69. "keywords": [
  70. "template",
  71. "string",
  72. "format",
  73. "replace",
  74. "arguments"
  75. ],
  76. "licenses": [
  77. {
  78. "type": "MIT",
  79. "url": "http://github.com/Matt-Esch/string-template/raw/master/LICENSE"
  80. }
  81. ],
  82. "main": "index",
  83. "maintainers": [
  84. {
  85. "name": "mattesch",
  86. "email": "matt@mattesch.info"
  87. }
  88. ],
  89. "name": "string-template",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/Matt-Esch/string-template.git"
  95. },
  96. "scripts": {
  97. "cover": "istanbul cover --report none --print detail ./test/index.js",
  98. "test": "node ./test/index.js",
  99. "travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)",
  100. "view-cover": "istanbul report html && google-chrome ./coverage/index.html"
  101. },
  102. "testling": {
  103. "files": "test/index.js",
  104. "browsers": [
  105. "ie/8..latest",
  106. "firefox/16..latest",
  107. "firefox/nightly",
  108. "chrome/22..latest",
  109. "chrome/canary",
  110. "opera/12..latest",
  111. "opera/next",
  112. "safari/5.1..latest",
  113. "ipad/6.0..latest",
  114. "iphone/6.0..latest",
  115. "android-browser/4.2..latest"
  116. ]
  117. },
  118. "version": "0.2.1"
  119. }