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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "edge-paths@2.2.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "edge-paths@2.2.1",
  10. "_id": "edge-paths@2.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AI5fC7dfDmCdKo3m5y7PkYE8m6bMqR6pvVpgtrZkkhcJXFLelUgkjrhk3kXXx8Kbw2cRaTT4LkOR7hqf39KJdw==",
  13. "_location": "/edge-paths",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "edge-paths@2.2.1",
  19. "name": "edge-paths",
  20. "escapedName": "edge-paths",
  21. "rawSpec": "2.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.1"
  24. },
  25. "_requiredBy": [
  26. "/devtools"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/edge-paths/-/edge-paths-2.2.1.tgz",
  29. "_spec": "2.2.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "shirshak"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/shirshak55/edge-paths/issues"
  36. },
  37. "dependencies": {
  38. "@types/which": "^1.3.2",
  39. "which": "^2.0.2"
  40. },
  41. "description": "Get the paths of edge browser easily",
  42. "devDependencies": {
  43. "@types/node": "^14.0.5",
  44. "typescript": "^3.9.3"
  45. },
  46. "homepage": "https://github.com/shirshak55/edge-paths#readme",
  47. "license": "MIT",
  48. "main": "dist/main.js",
  49. "name": "edge-paths",
  50. "private": false,
  51. "repository": {
  52. "type": "git",
  53. "url": "git+ssh://git@github.com/shirshak55/edge-paths.git"
  54. },
  55. "scripts": {
  56. "build": "tsc",
  57. "watch": "tsc --watch"
  58. },
  59. "typings": "src/main.ts",
  60. "version": "2.2.1"
  61. }