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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "encodeurl@1.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "encodeurl@1.0.2",
  9. "_id": "encodeurl@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
  12. "_location": "/encodeurl",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "encodeurl@1.0.2",
  18. "name": "encodeurl",
  19. "escapedName": "encodeurl",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/express",
  26. "/finalhandler",
  27. "/global-tunnel-ng",
  28. "/send",
  29. "/serve-static"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  34. "bugs": {
  35. "url": "https://github.com/pillarjs/encodeurl/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Douglas Christopher Wilson",
  40. "email": "doug@somethingdoug.com"
  41. }
  42. ],
  43. "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
  44. "devDependencies": {
  45. "eslint": "3.19.0",
  46. "eslint-config-standard": "10.2.1",
  47. "eslint-plugin-import": "2.8.0",
  48. "eslint-plugin-node": "5.2.1",
  49. "eslint-plugin-promise": "3.6.0",
  50. "eslint-plugin-standard": "3.0.1",
  51. "istanbul": "0.4.5",
  52. "mocha": "2.5.3"
  53. },
  54. "engines": {
  55. "node": ">= 0.8"
  56. },
  57. "files": [
  58. "LICENSE",
  59. "HISTORY.md",
  60. "README.md",
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/pillarjs/encodeurl#readme",
  64. "keywords": [
  65. "encode",
  66. "encodeurl",
  67. "url"
  68. ],
  69. "license": "MIT",
  70. "name": "encodeurl",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/pillarjs/encodeurl.git"
  74. },
  75. "scripts": {
  76. "lint": "eslint .",
  77. "test": "mocha --reporter spec --bail --check-leaks test/",
  78. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  79. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  80. },
  81. "version": "1.0.2"
  82. }