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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "is-docker@2.2.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-docker@2.2.1",
  10. "_id": "is-docker@2.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  13. "_location": "/is-docker",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-docker@2.2.1",
  19. "name": "is-docker",
  20. "escapedName": "is-docker",
  21. "rawSpec": "2.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.1"
  24. },
  25. "_requiredBy": [
  26. "/is-wsl"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  29. "_spec": "2.2.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bin": {
  37. "is-docker": "cli.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/is-docker/issues"
  41. },
  42. "description": "Check if the process is running inside a Docker container",
  43. "devDependencies": {
  44. "ava": "^1.4.1",
  45. "sinon": "^7.3.2",
  46. "tsd": "^0.7.2",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts",
  55. "cli.js"
  56. ],
  57. "funding": "https://github.com/sponsors/sindresorhus",
  58. "homepage": "https://github.com/sindresorhus/is-docker#readme",
  59. "keywords": [
  60. "detect",
  61. "docker",
  62. "dockerized",
  63. "container",
  64. "inside",
  65. "is",
  66. "env",
  67. "environment",
  68. "process"
  69. ],
  70. "license": "MIT",
  71. "name": "is-docker",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/is-docker.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "2.2.1"
  80. }