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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "etag@1.8.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "etag@1.8.1",
  9. "_id": "etag@1.8.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
  12. "_location": "/etag",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "etag@1.8.1",
  18. "name": "etag",
  19. "escapedName": "etag",
  20. "rawSpec": "1.8.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.8.1"
  23. },
  24. "_requiredBy": [
  25. "/express",
  26. "/send"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  29. "_spec": "1.8.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/jshttp/etag/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "David Björklund",
  41. "email": "david.bjorklund@gmail.com"
  42. }
  43. ],
  44. "description": "Create simple HTTP ETags",
  45. "devDependencies": {
  46. "beautify-benchmark": "0.2.4",
  47. "benchmark": "2.1.4",
  48. "eslint": "3.19.0",
  49. "eslint-config-standard": "10.2.1",
  50. "eslint-plugin-import": "2.7.0",
  51. "eslint-plugin-markdown": "1.0.0-beta.6",
  52. "eslint-plugin-node": "5.1.1",
  53. "eslint-plugin-promise": "3.5.0",
  54. "eslint-plugin-standard": "3.0.1",
  55. "istanbul": "0.4.5",
  56. "mocha": "1.21.5",
  57. "safe-buffer": "5.1.1",
  58. "seedrandom": "2.4.3"
  59. },
  60. "engines": {
  61. "node": ">= 0.6"
  62. },
  63. "files": [
  64. "LICENSE",
  65. "HISTORY.md",
  66. "README.md",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jshttp/etag#readme",
  70. "keywords": [
  71. "etag",
  72. "http",
  73. "res"
  74. ],
  75. "license": "MIT",
  76. "name": "etag",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jshttp/etag.git"
  80. },
  81. "scripts": {
  82. "bench": "node benchmark/index.js",
  83. "lint": "eslint --plugin markdown --ext js,md .",
  84. "test": "mocha --reporter spec --bail --check-leaks test/",
  85. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  86. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  87. },
  88. "version": "1.8.1"
  89. }