package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "brorand@1.1.0",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "brorand@1.1.0",
  9. "_id": "brorand@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=",
  12. "_location": "/brorand",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "brorand@1.1.0",
  18. "name": "brorand",
  19. "escapedName": "brorand",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/elliptic",
  26. "/ripple-keypairs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  31. "author": {
  32. "name": "Fedor Indutny",
  33. "email": "fedor@indutny.com"
  34. },
  35. "browser": {
  36. "crypto": false
  37. },
  38. "bugs": {
  39. "url": "https://github.com/indutny/brorand/issues"
  40. },
  41. "description": "Random number generator for browsers and node.js",
  42. "devDependencies": {
  43. "mocha": "^2.0.1"
  44. },
  45. "homepage": "https://github.com/indutny/brorand",
  46. "keywords": [
  47. "Random",
  48. "RNG",
  49. "browser",
  50. "crypto"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "brorand",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/indutny/brorand.git"
  58. },
  59. "scripts": {
  60. "test": "mocha --reporter=spec test/**/*-test.js"
  61. },
  62. "version": "1.1.0"
  63. }