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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "path-to-regexp@0.1.7",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "path-to-regexp@0.1.7",
  9. "_id": "path-to-regexp@0.1.7",
  10. "_inBundle": false,
  11. "_integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=",
  12. "_location": "/path-to-regexp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "path-to-regexp@0.1.7",
  18. "name": "path-to-regexp",
  19. "escapedName": "path-to-regexp",
  20. "rawSpec": "0.1.7",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.7"
  23. },
  24. "_requiredBy": [
  25. "/express"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
  28. "_spec": "0.1.7",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "bugs": {
  31. "url": "https://github.com/component/path-to-regexp/issues"
  32. },
  33. "component": {
  34. "scripts": {
  35. "path-to-regexp": "index.js"
  36. }
  37. },
  38. "description": "Express style path to RegExp utility",
  39. "devDependencies": {
  40. "istanbul": "^0.2.6",
  41. "mocha": "^1.17.1"
  42. },
  43. "files": [
  44. "index.js",
  45. "LICENSE"
  46. ],
  47. "homepage": "https://github.com/component/path-to-regexp#readme",
  48. "keywords": [
  49. "express",
  50. "regexp"
  51. ],
  52. "license": "MIT",
  53. "name": "path-to-regexp",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/component/path-to-regexp.git"
  57. },
  58. "scripts": {
  59. "test": "istanbul cover _mocha -- -R spec"
  60. },
  61. "version": "0.1.7"
  62. }