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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "bail@1.0.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bail@1.0.5",
  10. "_id": "bail@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==",
  13. "_location": "/bail",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bail@1.0.5",
  19. "name": "bail",
  20. "escapedName": "bail",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/unified"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/bail/-/bail-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/bail/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": "Throw a given error",
  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/bail#readme",
  66. "keywords": [
  67. "fail",
  68. "bail",
  69. "throw",
  70. "callback",
  71. "error"
  72. ],
  73. "license": "MIT",
  74. "name": "bail",
  75. "nyc": {
  76. "check-coverage": true,
  77. "lines": 100,
  78. "functions": 100,
  79. "branches": 100
  80. },
  81. "prettier": {
  82. "tabWidth": 2,
  83. "useTabs": false,
  84. "singleQuote": true,
  85. "bracketSpacing": false,
  86. "semi": false,
  87. "trailingComma": "none"
  88. },
  89. "remarkConfig": {
  90. "plugins": [
  91. "preset-wooorm"
  92. ]
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/wooorm/bail.git"
  97. },
  98. "scripts": {
  99. "build": "npm run build-bundle && npm run build-mangle",
  100. "build-bundle": "browserify index.js -s bail -o bail.js",
  101. "build-mangle": "browserify index.js -s bail -p tinyify -o bail.min.js",
  102. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  103. "test": "npm run format && npm run build && npm run test-coverage",
  104. "test-api": "node test",
  105. "test-coverage": "nyc --reporter lcov tape test.js"
  106. },
  107. "version": "1.0.5",
  108. "xo": {
  109. "prettier": true,
  110. "esnext": false,
  111. "ignores": [
  112. "bail.js"
  113. ]
  114. }
  115. }