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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "co@4.6.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "co@4.6.0",
  10. "_id": "co@4.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
  13. "_location": "/co",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "co@4.6.0",
  19. "name": "co",
  20. "escapedName": "co",
  21. "rawSpec": "4.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.6.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-circus",
  27. "/jest-jasmine2"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  30. "_spec": "4.6.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/tj/co/issues"
  34. },
  35. "description": "generator async control flow goodness",
  36. "devDependencies": {
  37. "browserify": "^10.0.0",
  38. "istanbul-harmony": "0",
  39. "mocha": "^2.0.0",
  40. "mz": "^1.0.2"
  41. },
  42. "engines": {
  43. "iojs": ">= 1.0.0",
  44. "node": ">= 0.12.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/tj/co#readme",
  50. "keywords": [
  51. "async",
  52. "flow",
  53. "generator",
  54. "coro",
  55. "coroutine"
  56. ],
  57. "license": "MIT",
  58. "name": "co",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/tj/co.git"
  62. },
  63. "scripts": {
  64. "browserify": "browserify index.js -o ./co-browser.js -s co",
  65. "prepublish": "npm run browserify",
  66. "test": "mocha --harmony",
  67. "test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
  68. "test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  69. },
  70. "version": "4.6.0"
  71. }