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": "aws4@^1.8.0",
  3. "_id": "aws4@1.11.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==",
  6. "_location": "/aws4",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "aws4@^1.8.0",
  12. "name": "aws4",
  13. "escapedName": "aws4",
  14. "rawSpec": "^1.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.8.0"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
  22. "_shasum": "d61f46d83b2519250e2784daf5b09479a8b41c59",
  23. "_spec": "aws4@^1.8.0",
  24. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/request",
  25. "author": {
  26. "name": "Michael Hart",
  27. "email": "michael.hart.au@gmail.com",
  28. "url": "https://github.com/mhart"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mhart/aws4/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Signs and prepares requests using AWS Signature Version 4",
  36. "devDependencies": {
  37. "mocha": "^2.5.3",
  38. "should": "^8.4.0"
  39. },
  40. "homepage": "https://github.com/mhart/aws4#readme",
  41. "license": "MIT",
  42. "main": "aws4.js",
  43. "name": "aws4",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/mhart/aws4.git"
  47. },
  48. "scripts": {
  49. "integration": "node ./test/slow.js",
  50. "test": "mocha ./test/fast.js -R list"
  51. },
  52. "version": "1.11.0"
  53. }