package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "_args": [
  3. [
  4. "bcrypt-pbkdf@1.0.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "bcrypt-pbkdf@1.0.2",
  9. "_id": "bcrypt-pbkdf@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
  12. "_location": "/bcrypt-pbkdf",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "bcrypt-pbkdf@1.0.2",
  18. "name": "bcrypt-pbkdf",
  19. "escapedName": "bcrypt-pbkdf",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/sshpk"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "bugs": {
  31. "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues"
  32. },
  33. "dependencies": {
  34. "tweetnacl": "^0.14.3"
  35. },
  36. "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
  37. "devDependencies": {},
  38. "homepage": "https://github.com/joyent/node-bcrypt-pbkdf#readme",
  39. "license": "BSD-3-Clause",
  40. "main": "index.js",
  41. "name": "bcrypt-pbkdf",
  42. "repository": {
  43. "type": "git",
  44. "url": "git://github.com/joyent/node-bcrypt-pbkdf.git"
  45. },
  46. "version": "1.0.2"
  47. }