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. "vary@1.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "vary@1.1.2",
  9. "_id": "vary@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
  12. "_location": "/vary",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vary@1.1.2",
  18. "name": "vary",
  19. "escapedName": "vary",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/cors",
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jshttp/vary/issues"
  37. },
  38. "description": "Manipulate the HTTP Vary header",
  39. "devDependencies": {
  40. "beautify-benchmark": "0.2.4",
  41. "benchmark": "2.1.4",
  42. "eslint": "3.19.0",
  43. "eslint-config-standard": "10.2.1",
  44. "eslint-plugin-import": "2.7.0",
  45. "eslint-plugin-markdown": "1.0.0-beta.6",
  46. "eslint-plugin-node": "5.1.1",
  47. "eslint-plugin-promise": "3.5.0",
  48. "eslint-plugin-standard": "3.0.1",
  49. "istanbul": "0.4.5",
  50. "mocha": "2.5.3",
  51. "supertest": "1.1.0"
  52. },
  53. "engines": {
  54. "node": ">= 0.8"
  55. },
  56. "files": [
  57. "HISTORY.md",
  58. "LICENSE",
  59. "README.md",
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jshttp/vary#readme",
  63. "keywords": [
  64. "http",
  65. "res",
  66. "vary"
  67. ],
  68. "license": "MIT",
  69. "name": "vary",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jshttp/vary.git"
  73. },
  74. "scripts": {
  75. "bench": "node benchmark/index.js",
  76. "lint": "eslint --plugin markdown --ext js,md .",
  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.1.2"
  82. }