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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "p-locate@4.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "p-locate@4.1.0",
  10. "_id": "p-locate@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  13. "_location": "/p-locate",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "p-locate@4.1.0",
  19. "name": "p-locate",
  20. "escapedName": "p-locate",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/locate-path"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  29. "_spec": "4.1.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/p-locate/issues"
  38. },
  39. "dependencies": {
  40. "p-limit": "^2.2.0"
  41. },
  42. "description": "Get the first fulfilled promise that satisfies the provided testing function",
  43. "devDependencies": {
  44. "ava": "^1.4.1",
  45. "delay": "^4.1.0",
  46. "in-range": "^1.0.0",
  47. "time-span": "^3.0.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/p-locate#readme",
  59. "keywords": [
  60. "promise",
  61. "locate",
  62. "find",
  63. "finder",
  64. "search",
  65. "searcher",
  66. "test",
  67. "array",
  68. "collection",
  69. "iterable",
  70. "iterator",
  71. "race",
  72. "fulfilled",
  73. "fastest",
  74. "async",
  75. "await",
  76. "promises",
  77. "bluebird"
  78. ],
  79. "license": "MIT",
  80. "name": "p-locate",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/sindresorhus/p-locate.git"
  84. },
  85. "scripts": {
  86. "test": "xo && ava && tsd"
  87. },
  88. "version": "4.1.0"
  89. }