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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "strip-final-newline@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-final-newline@2.0.0",
  10. "_id": "strip-final-newline@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  13. "_location": "/strip-final-newline",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-final-newline@2.0.0",
  19. "name": "strip-final-newline",
  20. "escapedName": "strip-final-newline",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/execa",
  27. "/pretty-quick/execa"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  30. "_spec": "2.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/strip-final-newline/issues"
  39. },
  40. "description": "Strip the final newline character from a string/buffer",
  41. "devDependencies": {
  42. "ava": "^0.25.0",
  43. "xo": "^0.23.0"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/strip-final-newline#readme",
  52. "keywords": [
  53. "strip",
  54. "trim",
  55. "remove",
  56. "delete",
  57. "final",
  58. "last",
  59. "end",
  60. "file",
  61. "newline",
  62. "linebreak",
  63. "character",
  64. "string",
  65. "buffer"
  66. ],
  67. "license": "MIT",
  68. "name": "strip-final-newline",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/strip-final-newline.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "2.0.0"
  77. }