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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "array-unique@^0.3.2",
  3. "_id": "array-unique@0.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
  6. "_location": "/array-unique",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-unique@^0.3.2",
  12. "name": "array-unique",
  13. "escapedName": "array-unique",
  14. "rawSpec": "^0.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.2"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
  22. "_shasum": "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428",
  23. "_spec": "array-unique@^0.3.2",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/array-unique/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
  35. "devDependencies": {
  36. "array-uniq": "^1.0.2",
  37. "benchmarked": "^0.1.3",
  38. "gulp-format-md": "^0.1.9",
  39. "mocha": "^2.5.3",
  40. "should": "^10.0.0"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js",
  47. "LICENSE",
  48. "README.md"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/array-unique",
  51. "keywords": [
  52. "array",
  53. "unique"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "array-unique",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/jonschlinkert/array-unique.git"
  61. },
  62. "scripts": {
  63. "test": "mocha"
  64. },
  65. "verb": {
  66. "toc": false,
  67. "layout": "default",
  68. "tasks": [
  69. "readme"
  70. ],
  71. "plugins": [
  72. "gulp-format-md"
  73. ],
  74. "related": {
  75. "list": [
  76. "arr-diff",
  77. "arr-union",
  78. "arr-flatten",
  79. "arr-reduce",
  80. "arr-map",
  81. "arr-pluck"
  82. ]
  83. },
  84. "reflinks": [
  85. "verb",
  86. "verb-generate-readme"
  87. ],
  88. "lint": {
  89. "reflinks": true
  90. }
  91. },
  92. "version": "0.3.2"
  93. }