package.json 1.8 KB

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