package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "randombytes@^2.0.0",
  3. "_id": "randombytes@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  6. "_location": "/randombytes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "randombytes@^2.0.0",
  12. "name": "randombytes",
  13. "escapedName": "randombytes",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify-rsa",
  20. "/crypto-browserify",
  21. "/diffie-hellman",
  22. "/public-encrypt",
  23. "/randomfill",
  24. "/serialize-javascript"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  27. "_shasum": "df6f84372f0270dc65cdf6291349ab7a473d4f2a",
  28. "_spec": "randombytes@^2.0.0",
  29. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/crypto-browserify",
  30. "author": "",
  31. "browser": "browser.js",
  32. "bugs": {
  33. "url": "https://github.com/crypto-browserify/randombytes/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "safe-buffer": "^5.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "random bytes from browserify stand alone",
  41. "devDependencies": {
  42. "phantomjs": "^1.9.9",
  43. "standard": "^10.0.2",
  44. "tap-spec": "^2.1.2",
  45. "tape": "^4.6.3",
  46. "zuul": "^3.7.2"
  47. },
  48. "homepage": "https://github.com/crypto-browserify/randombytes",
  49. "keywords": [
  50. "crypto",
  51. "random"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "randombytes",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/crypto-browserify/randombytes.git"
  59. },
  60. "scripts": {
  61. "local": "zuul --local --no-coverage -- test.js",
  62. "phantom": "zuul --phantom -- test.js",
  63. "test": "standard && node test.js | tspec"
  64. },
  65. "version": "2.1.0"
  66. }