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 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "cors@2.8.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "cors@2.8.5",
  9. "_id": "cors@2.8.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
  12. "_location": "/cors",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cors@2.8.5",
  18. "name": "cors",
  19. "escapedName": "cors",
  20. "rawSpec": "2.8.5",
  21. "saveSpec": null,
  22. "fetchSpec": "2.8.5"
  23. },
  24. "_requiredBy": [
  25. "/engine.io"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
  28. "_spec": "2.8.5",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Troy Goode",
  32. "email": "troygoode@gmail.com",
  33. "url": "https://github.com/troygoode/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/expressjs/cors/issues"
  37. },
  38. "dependencies": {
  39. "object-assign": "^4",
  40. "vary": "^1"
  41. },
  42. "description": "Node.js CORS middleware",
  43. "devDependencies": {
  44. "after": "0.8.2",
  45. "eslint": "2.13.1",
  46. "express": "4.16.3",
  47. "mocha": "5.2.0",
  48. "nyc": "13.1.0",
  49. "supertest": "3.3.0"
  50. },
  51. "engines": {
  52. "node": ">= 0.10"
  53. },
  54. "files": [
  55. "lib/index.js",
  56. "CONTRIBUTING.md",
  57. "HISTORY.md",
  58. "LICENSE",
  59. "README.md"
  60. ],
  61. "homepage": "https://github.com/expressjs/cors#readme",
  62. "keywords": [
  63. "cors",
  64. "express",
  65. "connect",
  66. "middleware"
  67. ],
  68. "license": "MIT",
  69. "main": "./lib/index.js",
  70. "name": "cors",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/expressjs/cors.git"
  74. },
  75. "scripts": {
  76. "lint": "eslint lib test",
  77. "test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env"
  78. },
  79. "version": "2.8.5"
  80. }