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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "commondir@1.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "commondir@1.0.1",
  10. "_id": "commondir@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
  13. "_location": "/commondir",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "commondir@1.0.1",
  19. "name": "commondir",
  20. "escapedName": "commondir",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/find-cache-dir"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/substack/node-commondir/issues"
  38. },
  39. "dependencies": {},
  40. "description": "compute the closest common parent for file paths",
  41. "devDependencies": {
  42. "tape": "^3.5.0"
  43. },
  44. "engine": {
  45. "node": ">=0.4"
  46. },
  47. "homepage": "https://github.com/substack/node-commondir#readme",
  48. "keywords": [
  49. "common",
  50. "path",
  51. "directory",
  52. "file",
  53. "parent",
  54. "root"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "commondir",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+ssh://git@github.com/substack/node-commondir.git"
  62. },
  63. "scripts": {
  64. "test": "tape test/*.js"
  65. },
  66. "version": "1.0.1"
  67. }