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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "nwsapi@2.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nwsapi@2.2.0",
  10. "_id": "nwsapi@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==",
  13. "_location": "/nwsapi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "nwsapi@2.2.0",
  19. "name": "nwsapi",
  20. "escapedName": "nwsapi",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
  30. "_spec": "2.2.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Diego Perini",
  34. "email": "diego.perini@gmail.com",
  35. "url": "http://www.iport.it/"
  36. },
  37. "bugs": {
  38. "url": "http://github.com/dperini/nwsapi/issues"
  39. },
  40. "description": "Fast CSS Selectors API Engine",
  41. "directories": {
  42. "test": "test"
  43. },
  44. "homepage": "http://javascript.nwbox.com/nwsapi/",
  45. "keywords": [
  46. "css",
  47. "css3",
  48. "css4",
  49. "matcher",
  50. "selector"
  51. ],
  52. "license": "MIT",
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "http://javascript.nwbox.com/nwsapi/MIT-LICENSE"
  57. }
  58. ],
  59. "main": "./src/nwsapi",
  60. "maintainers": [
  61. {
  62. "name": "Diego Perini",
  63. "email": "diego.perini@gmail.com",
  64. "url": "http://www.iport.it/"
  65. }
  66. ],
  67. "name": "nwsapi",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/dperini/nwsapi.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint ./src/nwsapi.js"
  74. },
  75. "version": "2.2.0"
  76. }