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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "import-local@3.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "import-local@3.0.2",
  10. "_id": "import-local@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==",
  13. "_location": "/import-local",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "import-local@3.0.2",
  19. "name": "import-local",
  20. "escapedName": "import-local",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/jest",
  27. "/jest-cli"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz",
  30. "_spec": "3.0.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bin": {
  38. "import-local-fixture": "fixtures/cli.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/import-local/issues"
  42. },
  43. "dependencies": {
  44. "pkg-dir": "^4.2.0",
  45. "resolve-cwd": "^3.0.0"
  46. },
  47. "description": "Let a globally installed package use a locally installed version of itself if available",
  48. "devDependencies": {
  49. "ava": "2.1.0",
  50. "cpy": "^7.0.1",
  51. "del": "^4.1.1",
  52. "execa": "^2.0.1",
  53. "xo": "^0.24.0"
  54. },
  55. "engines": {
  56. "node": ">=8"
  57. },
  58. "files": [
  59. "index.js",
  60. "fixtures/cli.js"
  61. ],
  62. "homepage": "https://github.com/sindresorhus/import-local#readme",
  63. "keywords": [
  64. "import",
  65. "local",
  66. "require",
  67. "resolve",
  68. "global",
  69. "version",
  70. "prefer",
  71. "cli"
  72. ],
  73. "license": "MIT",
  74. "name": "import-local",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/import-local.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava"
  81. },
  82. "version": "3.0.2",
  83. "xo": {
  84. "ignores": [
  85. "fixtures"
  86. ]
  87. }
  88. }