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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "dev-null@0.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "dev-null@0.1.1",
  10. "_id": "dev-null@0.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WiBc48Ky73e2I41roXnrdMag6Bg=",
  13. "_location": "/dev-null",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "dev-null@0.1.1",
  19. "name": "dev-null",
  20. "escapedName": "dev-null",
  21. "rawSpec": "0.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.1"
  24. },
  25. "_requiredBy": [
  26. "/spectron"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/dev-null/-/dev-null-0.1.1.tgz",
  29. "_spec": "0.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Thorsten Lorenz",
  33. "email": "thlorenz@gmx.de",
  34. "url": "http://thlorenz.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/thlorenz/dev-null/issues"
  38. },
  39. "dependencies": {},
  40. "description": "/dev/null for node streams",
  41. "devDependencies": {
  42. "nave": "~0.4.3",
  43. "tap": "~0.4.3",
  44. "tap-stream": "~0.2.0"
  45. },
  46. "engine": {
  47. "node": ">=0.10"
  48. },
  49. "homepage": "https://github.com/thlorenz/dev-null",
  50. "keywords": [
  51. "streams",
  52. "test",
  53. "debug",
  54. "ignore",
  55. "silence"
  56. ],
  57. "license": {
  58. "type": "MIT",
  59. "url": "https://github.com/thlorenz/dev-null/blob/master/LICENSE"
  60. },
  61. "main": "index.js",
  62. "name": "dev-null",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/thlorenz/dev-null.git"
  66. },
  67. "scripts": {
  68. "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
  69. "test-0.10": "nave use 0.10 npm run test-main",
  70. "test-all": "npm run test-main && npm run test-0.10",
  71. "test-main": "tap test/*.js"
  72. },
  73. "version": "0.1.1"
  74. }