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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "globjoin@0.1.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "globjoin@0.1.4",
  10. "_id": "globjoin@0.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=",
  13. "_location": "/globjoin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "globjoin@0.1.4",
  19. "name": "globjoin",
  20. "escapedName": "globjoin",
  21. "rawSpec": "0.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.4"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
  29. "_spec": "0.1.4",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Amobiz"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/amobiz/globjoin/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Join paths and globs.",
  39. "devDependencies": {
  40. "mocha": "^2.3.4",
  41. "mocha-cases": "^0.1.4"
  42. },
  43. "homepage": "https://github.com/amobiz/globjoin",
  44. "keywords": [
  45. "array",
  46. "glob",
  47. "glob join",
  48. "globbing",
  49. "multiple",
  50. "negative glob",
  51. "path",
  52. "path join",
  53. "patterns",
  54. "wildcard"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "globjoin",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/amobiz/globjoin.git"
  62. },
  63. "scripts": {
  64. "test": "mocha"
  65. },
  66. "version": "0.1.4"
  67. }