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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "qs@6.7.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "qs@6.7.0",
  9. "_id": "qs@6.7.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==",
  12. "_location": "/qs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "qs@6.7.0",
  18. "name": "qs",
  19. "escapedName": "qs",
  20. "rawSpec": "6.7.0",
  21. "saveSpec": null,
  22. "fetchSpec": "6.7.0"
  23. },
  24. "_requiredBy": [
  25. "/body-parser",
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
  29. "_spec": "6.7.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/ljharb/qs/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. }
  40. ],
  41. "dependencies": {},
  42. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  43. "devDependencies": {
  44. "@ljharb/eslint-config": "^13.1.1",
  45. "browserify": "^16.2.3",
  46. "covert": "^1.1.1",
  47. "editorconfig-tools": "^0.1.1",
  48. "eslint": "^5.15.3",
  49. "evalmd": "^0.0.17",
  50. "for-each": "^0.3.3",
  51. "iconv-lite": "^0.4.24",
  52. "mkdirp": "^0.5.1",
  53. "object-inspect": "^1.6.0",
  54. "qs-iconv": "^1.0.4",
  55. "safe-publish-latest": "^1.1.2",
  56. "safer-buffer": "^2.1.2",
  57. "tape": "^4.10.1"
  58. },
  59. "engines": {
  60. "node": ">=0.6"
  61. },
  62. "homepage": "https://github.com/ljharb/qs",
  63. "keywords": [
  64. "querystring",
  65. "qs",
  66. "query",
  67. "url",
  68. "parse",
  69. "stringify"
  70. ],
  71. "license": "BSD-3-Clause",
  72. "main": "lib/index.js",
  73. "name": "qs",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/ljharb/qs.git"
  77. },
  78. "scripts": {
  79. "coverage": "covert test",
  80. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  81. "lint": "eslint lib/*.js test/*.js",
  82. "postlint": "editorconfig-tools check * lib/* test/*",
  83. "prepublish": "safe-publish-latest && npm run dist",
  84. "pretest": "npm run --silent readme && npm run --silent lint",
  85. "readme": "evalmd README.md",
  86. "test": "npm run --silent coverage",
  87. "tests-only": "node test"
  88. },
  89. "version": "6.7.0"
  90. }