UI for Zipcoin Blue

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "querystring-es3@^0.2.0",
  6. "scope": null,
  7. "escapedName": "querystring-es3",
  8. "name": "querystring-es3",
  9. "rawSpec": "^0.2.0",
  10. "spec": ">=0.2.0 <0.3.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/node-libs-browser"
  14. ]
  15. ],
  16. "_from": "querystring-es3@>=0.2.0 <0.3.0",
  17. "_id": "querystring-es3@0.2.1",
  18. "_inCache": true,
  19. "_location": "/querystring-es3",
  20. "_nodeVersion": "0.10.26",
  21. "_npmUser": {
  22. "name": "spaintrain",
  23. "email": "mc.s.pain.how.er+npm@gmail.com"
  24. },
  25. "_npmVersion": "2.0.2",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "querystring-es3@^0.2.0",
  29. "scope": null,
  30. "escapedName": "querystring-es3",
  31. "name": "querystring-es3",
  32. "rawSpec": "^0.2.0",
  33. "spec": ">=0.2.0 <0.3.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/node-libs-browser"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
  40. "_shasum": "9ec61f79049875707d69414596fd907a4d711e73",
  41. "_shrinkwrap": null,
  42. "_spec": "querystring-es3@^0.2.0",
  43. "_where": "/Users/tennesseeg/blueCoin/node_modules/node-libs-browser",
  44. "author": {
  45. "name": "Irakli Gozalishvili",
  46. "email": "rfobic@gmail.com"
  47. },
  48. "bugs": {
  49. "url": "http://github.com/mike-spainhower/querystring/issues/"
  50. },
  51. "dependencies": {},
  52. "description": "Node's querystring module for all engines. (ES3 compat fork)",
  53. "devDependencies": {
  54. "phantomify": "~0.x.0",
  55. "retape": "~0.x.0",
  56. "tape": "~0.1.5",
  57. "test": "~0.x.0"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "9ec61f79049875707d69414596fd907a4d711e73",
  62. "tarball": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.4.x"
  66. },
  67. "gitHead": "c58e18a37d9970e13a84dcc421ab682c7836fad2",
  68. "homepage": "https://github.com/mike-spainhower/querystring",
  69. "id": "querystring-es3",
  70. "keywords": [
  71. "commonjs",
  72. "query",
  73. "querystring"
  74. ],
  75. "licenses": [
  76. {
  77. "type": "MIT",
  78. "url": "https://github.com/Gozala/enchain/License.md"
  79. }
  80. ],
  81. "maintainers": [
  82. {
  83. "name": "spaintrain",
  84. "email": "mc.s.pain.how.er+npm@gmail.com"
  85. }
  86. ],
  87. "name": "querystring-es3",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/mike-spainhower/querystring.git",
  93. "web": "https://github.com/mike-spainhower/querystring"
  94. },
  95. "scripts": {
  96. "test": "npm run test-node && npm run test-browser && npm run test-tap",
  97. "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common-index.js",
  98. "test-node": "node ./test/common-index.js",
  99. "test-tap": "node ./test/tap-index.js"
  100. },
  101. "testling": {
  102. "files": "test/tap-index.js",
  103. "browsers": {
  104. "iexplore": [
  105. 9,
  106. 10
  107. ],
  108. "chrome": [
  109. 16,
  110. 20,
  111. 25,
  112. "canary"
  113. ],
  114. "firefox": [
  115. 10,
  116. 15,
  117. 16,
  118. 17,
  119. 18,
  120. "nightly"
  121. ],
  122. "safari": [
  123. 5,
  124. 6
  125. ],
  126. "opera": [
  127. 12
  128. ]
  129. }
  130. },
  131. "version": "0.2.1"
  132. }