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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "fast-diff@1.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fast-diff@1.2.0",
  10. "_id": "fast-diff@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==",
  13. "_location": "/fast-diff",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fast-diff@1.2.0",
  19. "name": "fast-diff",
  20. "escapedName": "fast-diff",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/prettier-linter-helpers"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Jason Chen",
  33. "email": "jhchen7@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jhchen/fast-diff/issues"
  37. },
  38. "description": "Fast Javascript text diff",
  39. "devDependencies": {
  40. "lodash": "~3.9.3",
  41. "seedrandom": "~2.4.0"
  42. },
  43. "homepage": "https://github.com/jhchen/fast-diff#readme",
  44. "keywords": [
  45. "diff"
  46. ],
  47. "license": "Apache-2.0",
  48. "main": "diff.js",
  49. "name": "fast-diff",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/jhchen/fast-diff.git"
  53. },
  54. "scripts": {
  55. "test": "node test.js"
  56. },
  57. "types": "diff.d.ts",
  58. "version": "1.2.0"
  59. }