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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "slash@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "slash@3.0.0",
  10. "_id": "slash@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  13. "_location": "/slash",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "slash@3.0.0",
  19. "name": "slash",
  20. "escapedName": "slash",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@jest/console",
  27. "/@jest/core",
  28. "/@jest/reporters",
  29. "/@jest/transform",
  30. "/babel-jest",
  31. "/globby",
  32. "/jest-circus",
  33. "/jest-message-util",
  34. "/jest-resolve",
  35. "/jest-runtime",
  36. "/stylelint"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  39. "_spec": "3.0.0",
  40. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  41. "author": {
  42. "name": "Sindre Sorhus",
  43. "email": "sindresorhus@gmail.com",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/slash/issues"
  48. },
  49. "description": "Convert Windows backslash paths to slash paths",
  50. "devDependencies": {
  51. "ava": "^1.4.1",
  52. "tsd": "^0.7.2",
  53. "xo": "^0.24.0"
  54. },
  55. "engines": {
  56. "node": ">=8"
  57. },
  58. "files": [
  59. "index.js",
  60. "index.d.ts"
  61. ],
  62. "homepage": "https://github.com/sindresorhus/slash#readme",
  63. "keywords": [
  64. "path",
  65. "seperator",
  66. "slash",
  67. "backslash",
  68. "windows",
  69. "convert"
  70. ],
  71. "license": "MIT",
  72. "name": "slash",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/slash.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava && tsd"
  79. },
  80. "version": "3.0.0"
  81. }