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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "is-ci@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-ci@3.0.0",
  10. "_id": "is-ci@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==",
  13. "_location": "/is-ci",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-ci@3.0.0",
  19. "name": "is-ci",
  20. "escapedName": "is-ci",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-config",
  27. "/jest-util"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.0.tgz",
  30. "_spec": "3.0.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Thomas Watson Steen",
  34. "email": "w@tson.dk",
  35. "url": "https://twitter.com/wa7son"
  36. },
  37. "bin": {
  38. "is-ci": "bin.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/watson/is-ci/issues"
  42. },
  43. "coordinates": [
  44. 55.778272,
  45. 12.593116
  46. ],
  47. "dependencies": {
  48. "ci-info": "^3.1.1"
  49. },
  50. "description": "Detect if the current environment is a CI server",
  51. "devDependencies": {
  52. "clear-module": "^4.1.1",
  53. "standard": "^16.0.3"
  54. },
  55. "homepage": "https://github.com/watson/is-ci",
  56. "keywords": [
  57. "ci",
  58. "continuous",
  59. "integration",
  60. "test",
  61. "detect"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "is-ci",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/watson/is-ci.git"
  69. },
  70. "scripts": {
  71. "test": "standard && node test.js"
  72. },
  73. "version": "3.0.0"
  74. }