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 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "read-pkg-up@7.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "read-pkg-up@7.0.1",
  10. "_id": "read-pkg-up@7.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
  13. "_location": "/read-pkg-up",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "read-pkg-up@7.0.1",
  19. "name": "read-pkg-up",
  20. "escapedName": "read-pkg-up",
  21. "rawSpec": "7.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "7.0.1"
  24. },
  25. "_requiredBy": [
  26. "/meow"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
  29. "_spec": "7.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/read-pkg-up/issues"
  38. },
  39. "dependencies": {
  40. "find-up": "^4.1.0",
  41. "read-pkg": "^5.2.0",
  42. "type-fest": "^0.8.1"
  43. },
  44. "description": "Read the closest package.json file",
  45. "devDependencies": {
  46. "ava": "^2.4.0",
  47. "tsd": "^0.9.0",
  48. "xo": "^0.25.3"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts"
  56. ],
  57. "funding": "https://github.com/sponsors/sindresorhus",
  58. "homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
  59. "keywords": [
  60. "json",
  61. "read",
  62. "parse",
  63. "file",
  64. "fs",
  65. "graceful",
  66. "load",
  67. "package",
  68. "find",
  69. "up",
  70. "find-up",
  71. "findup",
  72. "look-up",
  73. "look",
  74. "search",
  75. "match",
  76. "resolve",
  77. "parent",
  78. "parents",
  79. "folder",
  80. "directory",
  81. "walk",
  82. "walking",
  83. "path"
  84. ],
  85. "license": "MIT",
  86. "name": "read-pkg-up",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/sindresorhus/read-pkg-up.git"
  90. },
  91. "scripts": {
  92. "test": "xo && ava && tsd"
  93. },
  94. "version": "7.0.1"
  95. }