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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "gensync@1.0.0-beta.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gensync@1.0.0-beta.2",
  10. "_id": "gensync@1.0.0-beta.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  13. "_location": "/gensync",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gensync@1.0.0-beta.2",
  19. "name": "gensync",
  20. "escapedName": "gensync",
  21. "rawSpec": "1.0.0-beta.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0-beta.2"
  24. },
  25. "_requiredBy": [
  26. "/@babel/core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  29. "_spec": "1.0.0-beta.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Logan Smyth",
  33. "email": "loganfsmyth@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/loganfsmyth/gensync/issues"
  37. },
  38. "description": "Allows users to use generators in order to write common functions that can be both sync or async.",
  39. "devDependencies": {
  40. "babel-core": "^6.26.3",
  41. "babel-preset-env": "^1.6.1",
  42. "eslint": "^4.19.1",
  43. "eslint-config-prettier": "^2.9.0",
  44. "eslint-plugin-node": "^6.0.1",
  45. "eslint-plugin-prettier": "^2.6.0",
  46. "flow-bin": "^0.71.0",
  47. "jest": "^22.4.3",
  48. "prettier": "^1.12.1"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "homepage": "https://github.com/loganfsmyth/gensync",
  54. "keywords": [
  55. "async",
  56. "sync",
  57. "generators",
  58. "async-await",
  59. "callbacks"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "gensync",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/loganfsmyth/gensync.git"
  67. },
  68. "scripts": {
  69. "test": "jest"
  70. },
  71. "version": "1.0.0-beta.2"
  72. }