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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "is-extglob@2.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "is-extglob@2.1.1",
  9. "_id": "is-extglob@2.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
  12. "_location": "/is-extglob",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-extglob@2.1.1",
  18. "name": "is-extglob",
  19. "escapedName": "is-extglob",
  20. "rawSpec": "2.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.1"
  23. },
  24. "_requiredBy": [
  25. "/is-glob"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  28. "_spec": "2.1.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  36. },
  37. "description": "Returns true if a string has an extglob.",
  38. "devDependencies": {
  39. "gulp-format-md": "^0.1.10",
  40. "mocha": "^3.0.2"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/is-extglob",
  49. "keywords": [
  50. "bash",
  51. "braces",
  52. "check",
  53. "exec",
  54. "expression",
  55. "extglob",
  56. "glob",
  57. "globbing",
  58. "globstar",
  59. "is",
  60. "match",
  61. "matches",
  62. "pattern",
  63. "regex",
  64. "regular",
  65. "string",
  66. "test"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "is-extglob",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/is-extglob.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "toc": false,
  80. "layout": "default",
  81. "tasks": [
  82. "readme"
  83. ],
  84. "plugins": [
  85. "gulp-format-md"
  86. ],
  87. "related": {
  88. "list": [
  89. "has-glob",
  90. "is-glob",
  91. "micromatch"
  92. ]
  93. },
  94. "reflinks": [
  95. "verb",
  96. "verb-generate-readme"
  97. ],
  98. "lint": {
  99. "reflinks": true
  100. }
  101. },
  102. "version": "2.1.1"
  103. }