Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "_from": "bcrypt-pbkdf@^1.0.0",
  3. "_id": "bcrypt-pbkdf@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
  6. "_location": "/bcrypt-pbkdf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bcrypt-pbkdf@^1.0.0",
  12. "name": "bcrypt-pbkdf",
  13. "escapedName": "bcrypt-pbkdf",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/sshpk"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
  22. "_shasum": "a4301d389b6a43f9b67ff3ca11a3f6637e360e9e",
  23. "_spec": "bcrypt-pbkdf@^1.0.0",
  24. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/sshpk",
  25. "bugs": {
  26. "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "tweetnacl": "^0.14.3"
  31. },
  32. "deprecated": false,
  33. "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
  34. "devDependencies": {},
  35. "homepage": "https://github.com/joyent/node-bcrypt-pbkdf#readme",
  36. "license": "BSD-3-Clause",
  37. "main": "index.js",
  38. "name": "bcrypt-pbkdf",
  39. "repository": {
  40. "type": "git",
  41. "url": "git://github.com/joyent/node-bcrypt-pbkdf.git"
  42. },
  43. "version": "1.0.2"
  44. }