package.json 1.9 KB

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