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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "sumchecker@3.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "sumchecker@3.0.1",
  9. "_id": "sumchecker@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==",
  12. "_location": "/sumchecker",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "sumchecker@3.0.1",
  18. "name": "sumchecker",
  19. "escapedName": "sumchecker",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/@electron/get"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz",
  28. "_spec": "3.0.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Mark Lee"
  32. },
  33. "ava": {
  34. "babel": false,
  35. "compileEnhancements": false
  36. },
  37. "bugs": {
  38. "url": "https://github.com/malept/sumchecker/issues"
  39. },
  40. "dependencies": {
  41. "debug": "^4.1.0"
  42. },
  43. "description": "Checksum validator",
  44. "devDependencies": {
  45. "ava": "^2.2.0",
  46. "codecov": "^3.3.0",
  47. "eslint": "^6.1.0",
  48. "eslint-config-standard": "^14.0.0",
  49. "eslint-plugin-ava": "^9.0.0",
  50. "eslint-plugin-import": "^2.18.2",
  51. "eslint-plugin-node": "^10.0.0",
  52. "eslint-plugin-promise": "^4.0.1",
  53. "eslint-plugin-standard": "^4.0.0",
  54. "nyc": "^14.0.0",
  55. "tsd": "^0.11.0"
  56. },
  57. "engines": {
  58. "node": ">= 8.0"
  59. },
  60. "eslintConfig": {
  61. "extends": [
  62. "eslint:recommended",
  63. "plugin:ava/recommended",
  64. "plugin:import/errors",
  65. "plugin:import/warnings",
  66. "plugin:node/recommended",
  67. "plugin:promise/recommended",
  68. "standard"
  69. ],
  70. "plugins": [
  71. "ava"
  72. ],
  73. "rules": {
  74. "node/no-unpublished-require": [
  75. "error",
  76. {
  77. "allowModules": [
  78. "ava"
  79. ]
  80. }
  81. ],
  82. "strict": [
  83. "error"
  84. ]
  85. }
  86. },
  87. "homepage": "https://github.com/malept/sumchecker#readme",
  88. "keywords": [
  89. "checksum",
  90. "hash"
  91. ],
  92. "license": "Apache-2.0",
  93. "main": "index.js",
  94. "name": "sumchecker",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/malept/sumchecker.git"
  98. },
  99. "scripts": {
  100. "ava": "ava test/index.js",
  101. "codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
  102. "coverage": "nyc ava test/index.js",
  103. "lint": "eslint .",
  104. "test": "npm run lint && npm run ava && npm run tsd",
  105. "tsd": "tsd"
  106. },
  107. "types": "index.d.ts",
  108. "version": "3.0.1"
  109. }