UI for Zipcoin Blue

package.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "jsbn@~0.1.0",
  6. "scope": null,
  7. "escapedName": "jsbn",
  8. "name": "jsbn",
  9. "rawSpec": "~0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/sshpk"
  14. ]
  15. ],
  16. "_from": "jsbn@>=0.1.0 <0.2.0",
  17. "_id": "jsbn@0.1.1",
  18. "_inCache": true,
  19. "_location": "/jsbn",
  20. "_nodeVersion": "6.3.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/jsbn-0.1.1.tgz_1486886593983_0.3002306066919118"
  24. },
  25. "_npmUser": {
  26. "name": "andyperlitch",
  27. "email": "andyperlitch@gmail.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "jsbn@~0.1.0",
  33. "scope": null,
  34. "escapedName": "jsbn",
  35. "name": "jsbn",
  36. "rawSpec": "~0.1.0",
  37. "spec": ">=0.1.0 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/ecc-jsbn",
  42. "/sshpk"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
  45. "_shasum": "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513",
  46. "_shrinkwrap": null,
  47. "_spec": "jsbn@~0.1.0",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/sshpk",
  49. "author": {
  50. "name": "Tom Wu"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/andyperlitch/jsbn/issues"
  54. },
  55. "dependencies": {},
  56. "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
  57. "devDependencies": {},
  58. "directories": {},
  59. "dist": {
  60. "shasum": "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513",
  61. "tarball": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"
  62. },
  63. "gitHead": "ed7e7ab56bd2b8a4447bc0c1ef08548b6dad89a2",
  64. "homepage": "https://github.com/andyperlitch/jsbn#readme",
  65. "keywords": [
  66. "biginteger",
  67. "bignumber",
  68. "big",
  69. "integer"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "maintainers": [
  74. {
  75. "name": "andyperlitch",
  76. "email": "andyperlitch@gmail.com"
  77. }
  78. ],
  79. "name": "jsbn",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/andyperlitch/jsbn.git"
  85. },
  86. "scripts": {
  87. "test": "mocha test.js"
  88. },
  89. "version": "0.1.1"
  90. }