UI for Zipcoin Blue

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "punycode@^1.4.1",
  6. "scope": null,
  7. "escapedName": "punycode",
  8. "name": "punycode",
  9. "rawSpec": "^1.4.1",
  10. "spec": ">=1.4.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/tough-cookie"
  14. ]
  15. ],
  16. "_from": "punycode@>=1.4.1 <2.0.0",
  17. "_id": "punycode@1.4.1",
  18. "_inCache": true,
  19. "_location": "/punycode",
  20. "_nodeVersion": "5.2.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/punycode-1.4.1.tgz_1458437236261_0.07678767060860991"
  24. },
  25. "_npmUser": {
  26. "name": "mathias",
  27. "email": "mathias@qiwi.be"
  28. },
  29. "_npmVersion": "3.8.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "punycode@^1.4.1",
  33. "scope": null,
  34. "escapedName": "punycode",
  35. "name": "punycode",
  36. "rawSpec": "^1.4.1",
  37. "spec": ">=1.4.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/node-libs-browser",
  42. "/tough-cookie"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
  45. "_shasum": "c0d5a63b2718800ad8e1eb0fa5269c84dd41845e",
  46. "_shrinkwrap": null,
  47. "_spec": "punycode@^1.4.1",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/tough-cookie",
  49. "author": {
  50. "name": "Mathias Bynens",
  51. "url": "https://mathiasbynens.be/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/bestiejs/punycode.js/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Mathias Bynens",
  59. "url": "https://mathiasbynens.be/"
  60. },
  61. {
  62. "name": "John-David Dalton",
  63. "url": "http://allyoucanleet.com/"
  64. }
  65. ],
  66. "dependencies": {},
  67. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  68. "devDependencies": {
  69. "coveralls": "^2.11.4",
  70. "grunt": "^0.4.5",
  71. "grunt-contrib-uglify": "^0.11.0",
  72. "grunt-shell": "^1.1.2",
  73. "istanbul": "^0.4.1",
  74. "qunit-extras": "^1.4.4",
  75. "qunitjs": "~1.11.0",
  76. "requirejs": "^2.1.22"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "shasum": "c0d5a63b2718800ad8e1eb0fa5269c84dd41845e",
  81. "tarball": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz"
  82. },
  83. "files": [
  84. "LICENSE-MIT.txt",
  85. "punycode.js"
  86. ],
  87. "gitHead": "0fbadd6e81f3a0ce06c38998040d6db6bdfbc5c9",
  88. "homepage": "https://mths.be/punycode",
  89. "jspm": {
  90. "map": {
  91. "./punycode.js": {
  92. "node": "@node/punycode"
  93. }
  94. }
  95. },
  96. "keywords": [
  97. "punycode",
  98. "unicode",
  99. "idn",
  100. "idna",
  101. "dns",
  102. "url",
  103. "domain"
  104. ],
  105. "license": "MIT",
  106. "main": "punycode.js",
  107. "maintainers": [
  108. {
  109. "name": "mathias",
  110. "email": "mathias@qiwi.be"
  111. },
  112. {
  113. "name": "reconbot",
  114. "email": "wizard@roborooter.com"
  115. }
  116. ],
  117. "name": "punycode",
  118. "optionalDependencies": {},
  119. "readme": "ERROR: No README data found!",
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/bestiejs/punycode.js.git"
  123. },
  124. "scripts": {
  125. "test": "node tests/tests.js"
  126. },
  127. "version": "1.4.1"
  128. }