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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "@sinonjs/commons@1.8.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@sinonjs/commons@1.8.3",
  10. "_id": "@sinonjs/commons@1.8.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
  13. "_location": "/@sinonjs/commons",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@sinonjs/commons@1.8.3",
  19. "name": "@sinonjs/commons",
  20. "escapedName": "@sinonjs%2fcommons",
  21. "scope": "@sinonjs",
  22. "rawSpec": "1.8.3",
  23. "saveSpec": null,
  24. "fetchSpec": "1.8.3"
  25. },
  26. "_requiredBy": [
  27. "/@sinonjs/fake-timers",
  28. "/@sinonjs/samsam",
  29. "/nise",
  30. "/sinon"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
  33. "_spec": "1.8.3",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "author": "",
  36. "bugs": {
  37. "url": "https://github.com/sinonjs/commons/issues"
  38. },
  39. "dependencies": {
  40. "type-detect": "4.0.8"
  41. },
  42. "description": "Simple functions shared among the sinon end user libraries",
  43. "devDependencies": {
  44. "@sinonjs/eslint-plugin-no-prototype-methods": "^0.1.0",
  45. "@sinonjs/referee-sinon": "7.0.2",
  46. "@studio/changes": "^2.0.0",
  47. "eslint": "^6.1.0",
  48. "eslint-config-prettier": "^6.3.0",
  49. "eslint-config-sinon": "^4.0.0",
  50. "eslint-plugin-ie11": "^1.0.0",
  51. "eslint-plugin-jsdoc": "^22.1.0",
  52. "eslint-plugin-mocha": "^6.1.1",
  53. "eslint-plugin-prettier": "^3.0.0",
  54. "husky": "4.2.3",
  55. "jsverify": "0.8.4",
  56. "knuth-shuffle": "^1.0.8",
  57. "lint-staged": "10.1.1",
  58. "mocha": "7.1.0",
  59. "nyc": "15.0.0",
  60. "prettier": "^1.14.3",
  61. "typescript": "^4.1.3"
  62. },
  63. "files": [
  64. "lib",
  65. "types"
  66. ],
  67. "homepage": "https://github.com/sinonjs/commons#readme",
  68. "husky": {
  69. "hooks": {
  70. "pre-commit": "lint-staged"
  71. }
  72. },
  73. "license": "BSD-3-Clause",
  74. "lint-staged": {
  75. "*.{js,css,md}": "prettier --check",
  76. "*.js": "eslint"
  77. },
  78. "main": "lib/index.js",
  79. "name": "@sinonjs/commons",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sinonjs/commons.git"
  83. },
  84. "scripts": {
  85. "build": "rm -rf types && tsc",
  86. "lint": "eslint .",
  87. "postversion": "git push --follow-tags && npm publish",
  88. "precommit": "lint-staged",
  89. "prepublishOnly": "npm run build",
  90. "prettier:check": "prettier --check '**/*.{js,css,md}'",
  91. "prettier:write": "prettier --write '**/*.{js,css,md}'",
  92. "preversion": "npm run test-check-coverage",
  93. "test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
  94. "test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
  95. "test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
  96. "version": "changes --commits --footer"
  97. },
  98. "types": "./types/index.d.ts",
  99. "version": "1.8.3"
  100. }