package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "_args": [
  3. [
  4. "bcrypt-pbkdf@1.0.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bcrypt-pbkdf@^1.0.0",
  10. "_id": "bcrypt-pbkdf@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=",
  13. "_location": "/bcrypt-pbkdf",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "bcrypt-pbkdf@1.0.1",
  20. "name": "bcrypt-pbkdf",
  21. "escapedName": "bcrypt-pbkdf",
  22. "rawSpec": "1.0.1",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.1"
  25. },
  26. "_requiredBy": [
  27. "/",
  28. "/sshpk"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz",
  31. "_shasum": "63bc5dcb61331b92bc05fd528953c33462a06f8d",
  32. "_spec": "1.0.1",
  33. "_where": "E:\\vscode\\UseStudio.Desktop",
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "tweetnacl": "^0.14.3"
  37. },
  38. "deprecated": false,
  39. "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
  40. "devDependencies": {},
  41. "license": "BSD-3-Clause",
  42. "main": "index.js",
  43. "name": "bcrypt-pbkdf",
  44. "version": "1.0.1"
  45. }