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 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "prompts@2.4.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "prompts@2.4.1",
  10. "_id": "prompts@2.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ==",
  13. "_location": "/prompts",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "prompts@2.4.1",
  19. "name": "prompts",
  20. "escapedName": "prompts",
  21. "rawSpec": "2.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.1"
  24. },
  25. "_requiredBy": [
  26. "/jest-cli"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.1.tgz",
  29. "_spec": "2.4.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Terkel Gjervig",
  33. "email": "terkel@terkel.com",
  34. "url": "https://terkel.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/terkelg/prompts/issues"
  38. },
  39. "dependencies": {
  40. "kleur": "^3.0.3",
  41. "sisteransi": "^1.0.5"
  42. },
  43. "description": "Lightweight, beautiful and user-friendly prompts",
  44. "devDependencies": {
  45. "@babel/cli": "^7.12.1",
  46. "@babel/core": "^7.12.3",
  47. "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
  48. "@babel/preset-env": "^7.12.1",
  49. "tap-spec": "^5.0.0",
  50. "tape": "^4.13.3"
  51. },
  52. "engines": {
  53. "node": ">= 6"
  54. },
  55. "files": [
  56. "lib",
  57. "dist",
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/terkelg/prompts#readme",
  61. "keywords": [
  62. "ui",
  63. "prompts",
  64. "cli",
  65. "prompt",
  66. "interface",
  67. "command-line",
  68. "input",
  69. "command",
  70. "stdin",
  71. "menu",
  72. "ask",
  73. "interact"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "prompts",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/terkelg/prompts.git"
  81. },
  82. "scripts": {
  83. "build": "babel lib -d dist",
  84. "prepublishOnly": "npm run build",
  85. "start": "node lib/index.js",
  86. "test": "tape test/*.js | tap-spec"
  87. },
  88. "version": "2.4.1"
  89. }