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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "indent-string@4.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "indent-string@4.0.0",
  10. "_id": "indent-string@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
  13. "_location": "/indent-string",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "indent-string@4.0.0",
  19. "name": "indent-string",
  20. "escapedName": "indent-string",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/aggregate-error",
  27. "/redent"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  30. "_spec": "4.0.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/indent-string/issues"
  39. },
  40. "description": "Indent each line in a string",
  41. "devDependencies": {
  42. "ava": "^1.4.1",
  43. "tsd": "^0.7.2",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/indent-string#readme",
  54. "keywords": [
  55. "indent",
  56. "string",
  57. "pad",
  58. "align",
  59. "line",
  60. "text",
  61. "each",
  62. "every"
  63. ],
  64. "license": "MIT",
  65. "name": "indent-string",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/indent-string.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava && tsd"
  72. },
  73. "version": "4.0.0"
  74. }