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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "loglevel-plugin-prefix@0.8.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "loglevel-plugin-prefix@0.8.4",
  10. "_id": "loglevel-plugin-prefix@0.8.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WpG9CcFAOjz/FtNht+QJeGpvVl/cdR6P0z6OcXSkr8wFJOsV2GRj2j10JLfjuA4aYkcKCNIEqRGCyTife9R8/g==",
  13. "_location": "/loglevel-plugin-prefix",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "loglevel-plugin-prefix@0.8.4",
  19. "name": "loglevel-plugin-prefix",
  20. "escapedName": "loglevel-plugin-prefix",
  21. "rawSpec": "0.8.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.8.4"
  24. },
  25. "_requiredBy": [
  26. "/@wdio/logger"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/loglevel-plugin-prefix/-/loglevel-plugin-prefix-0.8.4.tgz",
  29. "_spec": "0.8.4",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "kutuluk"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/kutuluk/loglevel-plugin-prefix/issues"
  36. },
  37. "description": "Plugin for loglevel message prefixing",
  38. "devDependencies": {
  39. "chai": "^4.1.2",
  40. "chalk": "^2.4.1",
  41. "eslint": "^3.19.0",
  42. "eslint-config-airbnb-base": "^11.3.2",
  43. "eslint-plugin-chai-friendly": "^0.3.6",
  44. "eslint-plugin-import": "^2.12.0",
  45. "loglevel": "^1.6.1",
  46. "loglevel-plugin-mock": "^0.1.0",
  47. "mocha": "^3.5.3",
  48. "sinon": "^2.4.1",
  49. "uglify-js": "^3.4.0"
  50. },
  51. "homepage": "https://github.com/kutuluk/loglevel-plugin-prefix",
  52. "keywords": [
  53. "log",
  54. "logger",
  55. "logging",
  56. "browser",
  57. "node",
  58. "prefix",
  59. "colored",
  60. "loglevel",
  61. "plugin"
  62. ],
  63. "license": "MIT",
  64. "main": "./lib/loglevel-plugin-prefix",
  65. "name": "loglevel-plugin-prefix",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+ssh://git@github.com/kutuluk/loglevel-plugin-prefix.git"
  69. },
  70. "scripts": {
  71. "build": "npm install && npm run eslint && npm run test && npm run uglifyjs",
  72. "eslint": "eslint ./lib/loglevel-plugin-prefix.js",
  73. "example": "node ./example/example.js",
  74. "test": "mocha",
  75. "uglifyjs": "uglifyjs ./lib/loglevel-plugin-prefix.js -o ./dist/loglevel-plugin-prefix.min.js -c -m"
  76. },
  77. "types": "index.d.ts",
  78. "version": "0.8.4"
  79. }