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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "base64-js@1.5.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "base64-js@1.5.1",
  10. "_id": "base64-js@1.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  13. "_location": "/base64-js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "base64-js@1.5.1",
  19. "name": "base64-js",
  20. "escapedName": "base64-js",
  21. "rawSpec": "1.5.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.5.1"
  24. },
  25. "_requiredBy": [
  26. "/buffer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  29. "_spec": "1.5.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "T. Jameson Little",
  33. "email": "t.jameson.little@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/beatgammit/base64-js/issues"
  37. },
  38. "description": "Base64 encoding/decoding in pure JS",
  39. "devDependencies": {
  40. "babel-minify": "^0.5.1",
  41. "benchmark": "^2.1.4",
  42. "browserify": "^16.3.0",
  43. "standard": "*",
  44. "tape": "4.x"
  45. },
  46. "funding": [
  47. {
  48. "type": "github",
  49. "url": "https://github.com/sponsors/feross"
  50. },
  51. {
  52. "type": "patreon",
  53. "url": "https://www.patreon.com/feross"
  54. },
  55. {
  56. "type": "consulting",
  57. "url": "https://feross.org/support"
  58. }
  59. ],
  60. "homepage": "https://github.com/beatgammit/base64-js",
  61. "keywords": [
  62. "base64"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "base64-js",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/beatgammit/base64-js.git"
  70. },
  71. "scripts": {
  72. "build": "browserify -s base64js -r ./ | minify > base64js.min.js",
  73. "lint": "standard",
  74. "test": "npm run lint && npm run unit",
  75. "unit": "tape test/*.js"
  76. },
  77. "typings": "index.d.ts",
  78. "version": "1.5.1"
  79. }