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.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "jsbn@~0.1.0",
  3. "_id": "jsbn@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
  6. "_location": "/jsbn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsbn@~0.1.0",
  12. "name": "jsbn",
  13. "escapedName": "jsbn",
  14. "rawSpec": "~0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/ecc-jsbn",
  20. "/sshpk"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
  23. "_shasum": "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513",
  24. "_spec": "jsbn@~0.1.0",
  25. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/sshpk",
  26. "author": {
  27. "name": "Tom Wu"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/andyperlitch/jsbn/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
  35. "homepage": "https://github.com/andyperlitch/jsbn#readme",
  36. "keywords": [
  37. "biginteger",
  38. "bignumber",
  39. "big",
  40. "integer"
  41. ],
  42. "license": "MIT",
  43. "main": "index.js",
  44. "name": "jsbn",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/andyperlitch/jsbn.git"
  48. },
  49. "scripts": {
  50. "test": "mocha test.js"
  51. },
  52. "version": "0.1.1"
  53. }