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 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "sshpk@^1.7.0",
  3. "_id": "sshpk@1.16.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
  6. "_location": "/sshpk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sshpk@^1.7.0",
  12. "name": "sshpk",
  13. "escapedName": "sshpk",
  14. "rawSpec": "^1.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.0"
  17. },
  18. "_requiredBy": [
  19. "/http-signature"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
  22. "_shasum": "fb661c0bef29b39db40769ee39fa70093d6f6877",
  23. "_spec": "sshpk@^1.7.0",
  24. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/http-signature",
  25. "author": {
  26. "name": "Joyent, Inc"
  27. },
  28. "bin": {
  29. "sshpk-conv": "bin/sshpk-conv",
  30. "sshpk-sign": "bin/sshpk-sign",
  31. "sshpk-verify": "bin/sshpk-verify"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/arekinath/node-sshpk/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Dave Eddy",
  40. "email": "dave@daveeddy.com"
  41. },
  42. {
  43. "name": "Mark Cavage",
  44. "email": "mcavage@gmail.com"
  45. },
  46. {
  47. "name": "Alex Wilson",
  48. "email": "alex@cooperi.net"
  49. }
  50. ],
  51. "dependencies": {
  52. "asn1": "~0.2.3",
  53. "assert-plus": "^1.0.0",
  54. "bcrypt-pbkdf": "^1.0.0",
  55. "dashdash": "^1.12.0",
  56. "ecc-jsbn": "~0.1.1",
  57. "getpass": "^0.1.1",
  58. "jsbn": "~0.1.0",
  59. "safer-buffer": "^2.0.2",
  60. "tweetnacl": "~0.14.0"
  61. },
  62. "deprecated": false,
  63. "description": "A library for finding and using SSH public keys",
  64. "devDependencies": {
  65. "benchmark": "^1.0.0",
  66. "sinon": "^1.17.2",
  67. "tape": "^3.5.0",
  68. "temp": "^0.8.2"
  69. },
  70. "directories": {
  71. "bin": "./bin",
  72. "lib": "./lib",
  73. "man": "./man/man1"
  74. },
  75. "engines": {
  76. "node": ">=0.10.0"
  77. },
  78. "homepage": "https://github.com/arekinath/node-sshpk#readme",
  79. "license": "MIT",
  80. "main": "lib/index.js",
  81. "man": [
  82. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/sshpk/man/man1/sshpk-conv.1",
  83. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/sshpk/man/man1/sshpk-sign.1",
  84. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/sshpk/man/man1/sshpk-verify.1"
  85. ],
  86. "name": "sshpk",
  87. "optionalDependencies": {},
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/joyent/node-sshpk.git"
  91. },
  92. "scripts": {
  93. "test": "tape test/*.js"
  94. },
  95. "version": "1.16.1"
  96. }