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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "path-is-absolute@1.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "path-is-absolute@1.0.1",
  9. "_id": "path-is-absolute@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
  12. "_location": "/path-is-absolute",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "path-is-absolute@1.0.1",
  18. "name": "path-is-absolute",
  19. "escapedName": "path-is-absolute",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/glob"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  37. },
  38. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  39. "devDependencies": {
  40. "xo": "^0.16.0"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  49. "keywords": [
  50. "path",
  51. "paths",
  52. "file",
  53. "dir",
  54. "absolute",
  55. "isabsolute",
  56. "is-absolute",
  57. "built-in",
  58. "util",
  59. "utils",
  60. "core",
  61. "ponyfill",
  62. "polyfill",
  63. "shim",
  64. "is",
  65. "detect",
  66. "check"
  67. ],
  68. "license": "MIT",
  69. "name": "path-is-absolute",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  73. },
  74. "scripts": {
  75. "test": "xo && node test.js"
  76. },
  77. "version": "1.0.1"
  78. }