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. "resolve-cwd@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "resolve-cwd@3.0.0",
  10. "_id": "resolve-cwd@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  13. "_location": "/resolve-cwd",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "resolve-cwd@3.0.0",
  19. "name": "resolve-cwd",
  20. "escapedName": "resolve-cwd",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/import-local"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  29. "_spec": "3.0.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/resolve-cwd/issues"
  38. },
  39. "dependencies": {
  40. "resolve-from": "^5.0.0"
  41. },
  42. "description": "Resolve the path of a module like `require.resolve()` but from the current working directory",
  43. "devDependencies": {
  44. "ava": "^1.4.1",
  45. "tsd": "^0.7.2",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/resolve-cwd#readme",
  56. "keywords": [
  57. "require",
  58. "resolve",
  59. "path",
  60. "module",
  61. "from",
  62. "like",
  63. "cwd",
  64. "current",
  65. "working",
  66. "directory",
  67. "import"
  68. ],
  69. "license": "MIT",
  70. "name": "resolve-cwd",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/resolve-cwd.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava && tsd"
  77. },
  78. "version": "3.0.0"
  79. }