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.9 KiB

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