Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. ],
  25. "_resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  26. "_shasum": "df6f84372f0270dc65cdf6291349ab7a473d4f2a",
  27. "_spec": "randombytes@^2.0.0",
  28. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/crypto-browserify",
  29. "author": "",
  30. "browser": "browser.js",
  31. "bugs": {
  32. "url": "https://github.com/crypto-browserify/randombytes/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "safe-buffer": "^5.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "random bytes from browserify stand alone",
  40. "devDependencies": {
  41. "phantomjs": "^1.9.9",
  42. "standard": "^10.0.2",
  43. "tap-spec": "^2.1.2",
  44. "tape": "^4.6.3",
  45. "zuul": "^3.7.2"
  46. },
  47. "homepage": "https://github.com/crypto-browserify/randombytes",
  48. "keywords": [
  49. "crypto",
  50. "random"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "randombytes",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/crypto-browserify/randombytes.git"
  58. },
  59. "scripts": {
  60. "local": "zuul --local --no-coverage -- test.js",
  61. "phantom": "zuul --phantom -- test.js",
  62. "test": "standard && node test.js | tspec"
  63. },
  64. "version": "2.1.0"
  65. }