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.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "pkg-dir@4.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pkg-dir@4.2.0",
  10. "_id": "pkg-dir@4.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  13. "_location": "/pkg-dir",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pkg-dir@4.2.0",
  19. "name": "pkg-dir",
  20. "escapedName": "pkg-dir",
  21. "rawSpec": "4.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.0"
  24. },
  25. "_requiredBy": [
  26. "/find-cache-dir",
  27. "/import-local",
  28. "/puppeteer-core"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  31. "_spec": "4.2.0",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/pkg-dir/issues"
  40. },
  41. "dependencies": {
  42. "find-up": "^4.0.0"
  43. },
  44. "description": "Find the root directory of a Node.js project or npm package",
  45. "devDependencies": {
  46. "ava": "^1.4.1",
  47. "tempy": "^0.3.0",
  48. "tsd": "^0.7.2",
  49. "xo": "^0.24.0"
  50. },
  51. "engines": {
  52. "node": ">=8"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/pkg-dir#readme",
  59. "keywords": [
  60. "package",
  61. "json",
  62. "root",
  63. "npm",
  64. "entry",
  65. "find",
  66. "up",
  67. "find-up",
  68. "findup",
  69. "look-up",
  70. "look",
  71. "file",
  72. "search",
  73. "match",
  74. "resolve",
  75. "parent",
  76. "parents",
  77. "folder",
  78. "directory",
  79. "dir",
  80. "walk",
  81. "walking",
  82. "path"
  83. ],
  84. "license": "MIT",
  85. "name": "pkg-dir",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/sindresorhus/pkg-dir.git"
  89. },
  90. "scripts": {
  91. "test": "xo && ava && tsd"
  92. },
  93. "version": "4.2.0"
  94. }