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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "cookie@0.4.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "cookie@0.4.0",
  9. "_id": "cookie@0.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==",
  12. "_location": "/cookie",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cookie@0.4.0",
  18. "name": "cookie",
  19. "escapedName": "cookie",
  20. "rawSpec": "0.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.4.0"
  23. },
  24. "_requiredBy": [
  25. "/express"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
  28. "_spec": "0.4.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Roman Shtylman",
  32. "email": "shtylman@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jshttp/cookie/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Douglas Christopher Wilson",
  40. "email": "doug@somethingdoug.com"
  41. }
  42. ],
  43. "description": "HTTP server cookie parsing and serialization",
  44. "devDependencies": {
  45. "beautify-benchmark": "0.2.4",
  46. "benchmark": "2.1.4",
  47. "eslint": "5.16.0",
  48. "eslint-plugin-markdown": "1.0.0",
  49. "istanbul": "0.4.5",
  50. "mocha": "6.1.4"
  51. },
  52. "engines": {
  53. "node": ">= 0.6"
  54. },
  55. "files": [
  56. "HISTORY.md",
  57. "LICENSE",
  58. "README.md",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jshttp/cookie#readme",
  62. "keywords": [
  63. "cookie",
  64. "cookies"
  65. ],
  66. "license": "MIT",
  67. "name": "cookie",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jshttp/cookie.git"
  71. },
  72. "scripts": {
  73. "bench": "node benchmark/index.js",
  74. "lint": "eslint --plugin markdown --ext js,md .",
  75. "test": "mocha --reporter spec --bail --check-leaks test/",
  76. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  77. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  78. "version": "node scripts/version-history.js && git add HISTORY.md"
  79. },
  80. "version": "0.4.0"
  81. }