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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "path-parse@1.0.7",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-parse@1.0.7",
  10. "_id": "path-parse@1.0.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  13. "_location": "/path-parse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-parse@1.0.7",
  19. "name": "path-parse",
  20. "escapedName": "path-parse",
  21. "rawSpec": "1.0.7",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.7"
  24. },
  25. "_requiredBy": [
  26. "/resolve"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  29. "_spec": "1.0.7",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Javier Blanco",
  33. "email": "http://jbgutierrez.info"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jbgutierrez/path-parse/issues"
  37. },
  38. "description": "Node.js path.parse() ponyfill",
  39. "homepage": "https://github.com/jbgutierrez/path-parse#readme",
  40. "keywords": [
  41. "path",
  42. "paths",
  43. "file",
  44. "dir",
  45. "parse",
  46. "built-in",
  47. "util",
  48. "utils",
  49. "core",
  50. "ponyfill",
  51. "polyfill",
  52. "shim"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "path-parse",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/jbgutierrez/path-parse.git"
  60. },
  61. "scripts": {
  62. "test": "node test.js"
  63. },
  64. "version": "1.0.7"
  65. }