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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "trim-newlines@3.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "trim-newlines@3.0.1",
  10. "_id": "trim-newlines@3.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==",
  13. "_location": "/trim-newlines",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "trim-newlines@3.0.1",
  19. "name": "trim-newlines",
  20. "escapedName": "trim-newlines",
  21. "rawSpec": "3.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.1"
  24. },
  25. "_requiredBy": [
  26. "/meow"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
  29. "_spec": "3.0.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/trim-newlines/issues"
  38. },
  39. "description": "Trim newlines from the start and/or end of a string",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "tsd": "^0.7.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/trim-newlines#readme",
  53. "keywords": [
  54. "trim",
  55. "newline",
  56. "newlines",
  57. "linebreak",
  58. "lf",
  59. "crlf",
  60. "left",
  61. "right",
  62. "start",
  63. "end",
  64. "string",
  65. "remove",
  66. "delete",
  67. "strip"
  68. ],
  69. "license": "MIT",
  70. "name": "trim-newlines",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/trim-newlines.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava && tsd"
  77. },
  78. "version": "3.0.1"
  79. }