package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "randombytes@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/crypto-browserify"
  6. ]
  7. ],
  8. "_from": "randombytes@>=2.0.0 <3.0.0",
  9. "_id": "randombytes@2.0.6",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/randombytes",
  13. "_nodeVersion": "8.6.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/randombytes-2.0.6.tgz_1515607807232_0.09801237541250885"
  17. },
  18. "_npmUser": {
  19. "email": "calvin.metcalf@gmail.com",
  20. "name": "cwmma"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "randombytes",
  26. "raw": "randombytes@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/browserify-rsa",
  34. "/crypto-browserify",
  35. "/diffie-hellman",
  36. "/public-encrypt",
  37. "/randomfill"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.6.tgz",
  40. "_shasum": "d302c522948588848a8d300c932b44c24231da80",
  41. "_shrinkwrap": null,
  42. "_spec": "randombytes@^2.0.0",
  43. "_where": "/home/seleznev/project Angular/Quality system/node_modules/crypto-browserify",
  44. "author": "",
  45. "browser": "browser.js",
  46. "bugs": {
  47. "url": "https://github.com/crypto-browserify/randombytes/issues"
  48. },
  49. "dependencies": {
  50. "safe-buffer": "^5.1.0"
  51. },
  52. "description": "random bytes from browserify stand alone",
  53. "devDependencies": {
  54. "phantomjs": "^1.9.9",
  55. "standard": "^10.0.2",
  56. "tap-spec": "^2.1.2",
  57. "tape": "^4.6.3",
  58. "zuul": "^3.7.2"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "integrity": "sha512-CIQ5OFxf4Jou6uOKe9t1AOgqpeU5fd70A8NPdHSGeYXqXsPe6peOwI0cUl88RWZ6sP1vPMV3avd/R6cZ5/sP1A==",
  63. "shasum": "d302c522948588848a8d300c932b44c24231da80",
  64. "tarball": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.6.tgz"
  65. },
  66. "gitHead": "cc8b6aec2fc35ccb1aa782dcab18268886ef26e5",
  67. "homepage": "https://github.com/crypto-browserify/randombytes",
  68. "keywords": [
  69. "crypto",
  70. "random"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "maintainers": [
  75. {
  76. "name": "cwmma",
  77. "email": "calvin.metcalf@gmail.com"
  78. },
  79. {
  80. "name": "dcousens",
  81. "email": "email@dcousens.com"
  82. },
  83. {
  84. "name": "dominictarr",
  85. "email": "dominic.tarr@gmail.com"
  86. },
  87. {
  88. "name": "jprichardson",
  89. "email": "jprichardson@gmail.com"
  90. },
  91. {
  92. "name": "indutny",
  93. "email": "fedor@indutny.com"
  94. }
  95. ],
  96. "name": "randombytes",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+ssh://git@github.com/crypto-browserify/randombytes.git"
  102. },
  103. "scripts": {
  104. "local": "zuul --local --no-coverage -- test.js",
  105. "phantom": "zuul --phantom -- test.js",
  106. "test": "standard && node test.js | tspec"
  107. },
  108. "version": "2.0.6"
  109. }