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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "qs@^6.6.0",
  3. "_id": "qs@6.10.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "qs@^6.6.0",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "^6.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.6.0"
  17. },
  18. "_requiredBy": [
  19. "/hafas-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz",
  22. "_shasum": "4931482fa8d647a5aab799c5271d2133b981fb6a",
  23. "_spec": "qs@^6.6.0",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
  25. "bugs": {
  26. "url": "https://github.com/ljharb/qs/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Jordan Harband",
  32. "email": "ljharb@gmail.com",
  33. "url": "http://ljharb.codes"
  34. }
  35. ],
  36. "dependencies": {
  37. "side-channel": "^1.0.4"
  38. },
  39. "deprecated": false,
  40. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  41. "devDependencies": {
  42. "@ljharb/eslint-config": "^17.5.1",
  43. "aud": "^1.1.4",
  44. "browserify": "^16.5.2",
  45. "eclint": "^2.8.1",
  46. "eslint": "^7.22.0",
  47. "evalmd": "^0.0.19",
  48. "for-each": "^0.3.3",
  49. "has-symbols": "^1.0.2",
  50. "iconv-lite": "^0.5.1",
  51. "in-publish": "^2.0.1",
  52. "mkdirp": "^0.5.5",
  53. "nyc": "^10.3.2",
  54. "object-inspect": "^1.9.0",
  55. "qs-iconv": "^1.0.4",
  56. "safe-publish-latest": "^1.1.4",
  57. "safer-buffer": "^2.1.2",
  58. "tape": "^5.2.2"
  59. },
  60. "engines": {
  61. "node": ">=0.6"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "greenkeeper": {
  67. "ignore": [
  68. "iconv-lite",
  69. "mkdirp"
  70. ]
  71. },
  72. "homepage": "https://github.com/ljharb/qs",
  73. "keywords": [
  74. "querystring",
  75. "qs",
  76. "query",
  77. "url",
  78. "parse",
  79. "stringify"
  80. ],
  81. "license": "BSD-3-Clause",
  82. "main": "lib/index.js",
  83. "name": "qs",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/ljharb/qs.git"
  87. },
  88. "scripts": {
  89. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  90. "lint": "eslint lib/*.js test/*.js",
  91. "postlint": "eclint check * lib/* test/* !dist/*",
  92. "posttest": "aud --production",
  93. "prepublish": "safe-publish-latest && (not-in-publish || npm run dist)",
  94. "pretest": "npm run --silent readme && npm run --silent lint",
  95. "readme": "evalmd README.md",
  96. "test": "npm run tests-only",
  97. "tests-only": "nyc tape 'test/**/*.js'"
  98. },
  99. "version": "6.10.1"
  100. }