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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "aws-sign2@~0.7.0",
  3. "_id": "aws-sign2@0.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=",
  6. "_location": "/aws-sign2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "aws-sign2@~0.7.0",
  12. "name": "aws-sign2",
  13. "escapedName": "aws-sign2",
  14. "rawSpec": "~0.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.7.0"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
  22. "_shasum": "b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8",
  23. "_spec": "aws-sign2@~0.7.0",
  24. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/request",
  25. "author": {
  26. "name": "Mikeal Rogers",
  27. "email": "mikeal.rogers@gmail.com",
  28. "url": "http://www.futurealoof.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mikeal/aws-sign/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.",
  37. "devDependencies": {},
  38. "engines": {
  39. "node": "*"
  40. },
  41. "homepage": "https://github.com/mikeal/aws-sign#readme",
  42. "license": "Apache-2.0",
  43. "main": "index.js",
  44. "name": "aws-sign2",
  45. "optionalDependencies": {},
  46. "repository": {
  47. "url": "git+https://github.com/mikeal/aws-sign.git"
  48. },
  49. "version": "0.7.0"
  50. }