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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "zwitch@1.0.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "zwitch@1.0.5",
  10. "_id": "zwitch@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==",
  13. "_location": "/zwitch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "zwitch@1.0.5",
  19. "name": "zwitch",
  20. "escapedName": "zwitch",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/mdast-util-to-markdown"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz",
  29. "_spec": "1.0.5",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Titus Wormer",
  33. "email": "tituswormer@gmail.com",
  34. "url": "https://wooorm.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/wooorm/zwitch/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Titus Wormer",
  42. "email": "tituswormer@gmail.com",
  43. "url": "https://wooorm.com"
  44. }
  45. ],
  46. "dependencies": {},
  47. "description": "Handle values based on a property",
  48. "devDependencies": {
  49. "browserify": "^16.0.0",
  50. "nyc": "^15.0.0",
  51. "prettier": "^1.0.0",
  52. "remark-cli": "^7.0.0",
  53. "remark-preset-wooorm": "^6.0.0",
  54. "tape": "^4.0.0",
  55. "tinyify": "^2.0.0",
  56. "xo": "^0.25.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "funding": {
  62. "type": "github",
  63. "url": "https://github.com/sponsors/wooorm"
  64. },
  65. "homepage": "https://github.com/wooorm/zwitch#readme",
  66. "keywords": [
  67. "handle",
  68. "switch",
  69. "property"
  70. ],
  71. "license": "MIT",
  72. "name": "zwitch",
  73. "nyc": {
  74. "check-coverage": true,
  75. "lines": 100,
  76. "functions": 100,
  77. "branches": 100
  78. },
  79. "prettier": {
  80. "tabWidth": 2,
  81. "useTabs": false,
  82. "singleQuote": true,
  83. "bracketSpacing": false,
  84. "semi": false,
  85. "trailingComma": "none"
  86. },
  87. "remarkConfig": {
  88. "plugins": [
  89. "preset-wooorm"
  90. ]
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/wooorm/zwitch.git"
  95. },
  96. "scripts": {
  97. "build": "npm run build-bundle && npm run build-mangle",
  98. "build-bundle": "browserify . -s zwitch -o zwitch.js",
  99. "build-mangle": "browserify . -s zwitch -p tinyify -o zwitch.min.js",
  100. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  101. "test": "npm run format && npm run build && npm run test-coverage",
  102. "test-api": "node test",
  103. "test-coverage": "nyc --reporter lcov tape test.js"
  104. },
  105. "version": "1.0.5",
  106. "xo": {
  107. "prettier": true,
  108. "esnext": false,
  109. "rules": {
  110. "unicorn/prefer-reflect-apply": "off"
  111. },
  112. "ignores": [
  113. "zwitch.js"
  114. ]
  115. }
  116. }