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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "array-differ@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-differ@3.0.0",
  10. "_id": "array-differ@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==",
  13. "_location": "/array-differ",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array-differ@3.0.0",
  19. "name": "array-differ",
  20. "escapedName": "array-differ",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/multimatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/array-differ/issues"
  38. },
  39. "description": "Create an array with values that are present in the first input array but not additional ones",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "tsd": "^0.7.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/array-differ#readme",
  53. "keywords": [
  54. "array",
  55. "difference",
  56. "diff",
  57. "differ",
  58. "filter",
  59. "exclude"
  60. ],
  61. "license": "MIT",
  62. "name": "array-differ",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/array-differ.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava && tsd"
  69. },
  70. "version": "3.0.0"
  71. }