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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "path-type@4.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-type@4.0.0",
  10. "_id": "path-type@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  13. "_location": "/path-type",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-type@4.0.0",
  19. "name": "path-type",
  20. "escapedName": "path-type",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/cosmiconfig",
  27. "/dir-glob"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  30. "_spec": "4.0.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/path-type/issues"
  39. },
  40. "description": "Check if a path is a file, directory, or symlink",
  41. "devDependencies": {
  42. "ava": "^1.3.1",
  43. "nyc": "^13.3.0",
  44. "tsd-check": "^0.3.0",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/path-type#readme",
  55. "keywords": [
  56. "path",
  57. "fs",
  58. "type",
  59. "is",
  60. "check",
  61. "directory",
  62. "dir",
  63. "file",
  64. "filepath",
  65. "symlink",
  66. "symbolic",
  67. "link",
  68. "stat",
  69. "stats",
  70. "filesystem"
  71. ],
  72. "license": "MIT",
  73. "name": "path-type",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/path-type.git"
  77. },
  78. "scripts": {
  79. "test": "xo && nyc ava && tsd-check"
  80. },
  81. "version": "4.0.0"
  82. }