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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "style-search@0.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "style-search@0.1.0",
  10. "_id": "style-search@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=",
  13. "_location": "/style-search",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "style-search@0.1.0",
  19. "name": "style-search",
  20. "escapedName": "style-search",
  21. "rawSpec": "0.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.0"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz",
  29. "_spec": "0.1.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "David Clark"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/davidtheclark/style-search/issues"
  36. },
  37. "description": "Search CSS(-like) strings",
  38. "devDependencies": {
  39. "tape": "^4.5.1"
  40. },
  41. "homepage": "https://github.com/davidtheclark/style-search#readme",
  42. "keywords": [
  43. "css",
  44. "search",
  45. "stylelint"
  46. ],
  47. "license": "ISC",
  48. "main": "index.js",
  49. "name": "style-search",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/davidtheclark/style-search.git"
  53. },
  54. "scripts": {
  55. "test": "tape test.js"
  56. },
  57. "version": "0.1.0"
  58. }