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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "detect-newline@3.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "detect-newline@3.1.0",
  10. "_id": "detect-newline@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
  13. "_location": "/detect-newline",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "detect-newline@3.1.0",
  19. "name": "detect-newline",
  20. "escapedName": "detect-newline",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-docblock"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  29. "_spec": "3.1.0",
  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/detect-newline/issues"
  38. },
  39. "description": "Detect the dominant newline character 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/detect-newline#readme",
  53. "keywords": [
  54. "newline",
  55. "linebreak",
  56. "line-break",
  57. "line",
  58. "lf",
  59. "crlf",
  60. "eol",
  61. "linefeed",
  62. "character",
  63. "char"
  64. ],
  65. "license": "MIT",
  66. "name": "detect-newline",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/detect-newline.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava && tsd"
  73. },
  74. "version": "3.1.0"
  75. }