package.json 1.4 KB

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