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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "at-least-node@1.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "at-least-node@1.0.0",
  10. "_id": "at-least-node@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  13. "_location": "/at-least-node",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "at-least-node@1.0.0",
  19. "name": "at-least-node",
  20. "escapedName": "at-least-node",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/webdriverio/fs-extra"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Ryan Zimmerman",
  33. "email": "opensrc@ryanzim.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/RyanZim/at-least-node/issues"
  37. },
  38. "description": "Lightweight Node.js version sniffing/comparison",
  39. "devDependencies": {
  40. "ava": "^3.1.0",
  41. "rewire": "^4.0.1",
  42. "semver": "^7.1.2"
  43. },
  44. "engines": {
  45. "node": ">= 4.0.0"
  46. },
  47. "files": [],
  48. "homepage": "https://github.com/RyanZim/at-least-node#readme",
  49. "keywords": [
  50. "semver",
  51. "feature"
  52. ],
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "at-least-node",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/RyanZim/at-least-node.git"
  59. },
  60. "scripts": {
  61. "test": "ava"
  62. },
  63. "version": "1.0.0"
  64. }