UI for Zipcoin Blue

package.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "buffer-xor@^1.0.3",
  6. "scope": null,
  7. "escapedName": "buffer-xor",
  8. "name": "buffer-xor",
  9. "rawSpec": "^1.0.3",
  10. "spec": ">=1.0.3 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/browserify-aes"
  14. ]
  15. ],
  16. "_from": "buffer-xor@>=1.0.3 <2.0.0",
  17. "_id": "buffer-xor@1.0.3",
  18. "_inCache": true,
  19. "_location": "/buffer-xor",
  20. "_nodeVersion": "4.1.1",
  21. "_npmUser": {
  22. "name": "dcousens",
  23. "email": "email@dcousens.com"
  24. },
  25. "_npmVersion": "3.3.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "buffer-xor@^1.0.3",
  29. "scope": null,
  30. "escapedName": "buffer-xor",
  31. "name": "buffer-xor",
  32. "rawSpec": "^1.0.3",
  33. "spec": ">=1.0.3 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/browserify-aes"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
  40. "_shasum": "26e61ed1422fb70dd42e6e36729ed51d855fe8d9",
  41. "_shrinkwrap": null,
  42. "_spec": "buffer-xor@^1.0.3",
  43. "_where": "/Users/tennesseeg/blueCoin/node_modules/browserify-aes",
  44. "author": {
  45. "name": "Daniel Cousens"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/crypto-browserify/buffer-xor/issues"
  49. },
  50. "dependencies": {},
  51. "description": "A simple module for bitwise-xor on buffers",
  52. "devDependencies": {
  53. "mocha": "*",
  54. "standard": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "26e61ed1422fb70dd42e6e36729ed51d855fe8d9",
  59. "tarball": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz"
  60. },
  61. "gitHead": "8f92b79a8b8133c26a7ae1af09b2c84ec6e3f426",
  62. "homepage": "https://github.com/crypto-browserify/buffer-xor",
  63. "keywords": [
  64. "bits",
  65. "bitwise",
  66. "buffer",
  67. "buffer-xor",
  68. "crypto",
  69. "inline",
  70. "math",
  71. "memory",
  72. "performance",
  73. "xor"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "maintainers": [
  78. {
  79. "name": "dcousens",
  80. "email": "email@dcousens.com"
  81. }
  82. ],
  83. "name": "buffer-xor",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/crypto-browserify/buffer-xor.git"
  89. },
  90. "scripts": {
  91. "standard": "standard",
  92. "test": "npm run-script unit",
  93. "unit": "mocha"
  94. },
  95. "version": "1.0.3"
  96. }