You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.4KB

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