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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. "@sinonjs/samsam@6.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@sinonjs/samsam@6.0.2",
  10. "_id": "@sinonjs/samsam@6.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jxPRPp9n93ci7b8hMfJOFDPRLFYadN6FSpeROFTR4UNF4i5b+EK6m4QXPO46BDhFgRy1JuS87zAnFOzCUwMJcQ==",
  13. "_location": "/@sinonjs/samsam",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@sinonjs/samsam@6.0.2",
  19. "name": "@sinonjs/samsam",
  20. "escapedName": "@sinonjs%2fsamsam",
  21. "scope": "@sinonjs",
  22. "rawSpec": "6.0.2",
  23. "saveSpec": null,
  24. "fetchSpec": "6.0.2"
  25. },
  26. "_requiredBy": [
  27. "/sinon"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-6.0.2.tgz",
  30. "_spec": "6.0.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Christian Johansen"
  34. },
  35. "browser": {
  36. "jsdom": false,
  37. "jsdom-global": false
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sinonjs/samsam/issues"
  41. },
  42. "dependencies": {
  43. "@sinonjs/commons": "^1.6.0",
  44. "lodash.get": "^4.4.2",
  45. "type-detect": "^4.0.8"
  46. },
  47. "description": "Value identification and comparison functions",
  48. "devDependencies": {
  49. "@sinonjs/eslint-config": "^4.0.0",
  50. "@sinonjs/eslint-plugin-no-prototype-methods": "^0.1.0",
  51. "@sinonjs/referee": "^5.0.0",
  52. "@studio/changes": "^2.0.0",
  53. "benchmark": "2.1.4",
  54. "husky": "^4.2.1",
  55. "jquery": "^3.4.1",
  56. "jsdoc": "^3.6.3",
  57. "jsdom": "^16.2.0",
  58. "jsdom-global": "^3.0.2",
  59. "lint-staged": "^10.0.7",
  60. "microtime": "3.0.0",
  61. "mkdirp": "^1.0.3",
  62. "mocha": "^7.0.1",
  63. "mochify": "^6.6.0",
  64. "nyc": "^15.0.0",
  65. "prettier": "^2.2.1",
  66. "proxyquire": "^2.1.3",
  67. "proxyquire-universal": "^2.1.0",
  68. "proxyquireify": "^3.2.1",
  69. "typescript": "^4.0.5"
  70. },
  71. "files": [
  72. "docs/",
  73. "lib/",
  74. "!lib/**/*.test.js",
  75. "types/"
  76. ],
  77. "homepage": "http://sinonjs.github.io/samsam/",
  78. "husky": {
  79. "hooks": {
  80. "pre-commit": "lint-staged"
  81. }
  82. },
  83. "license": "BSD-3-Clause",
  84. "lint-staged": {
  85. "*.{js,css,md}": "prettier --check",
  86. "*.js": "eslint"
  87. },
  88. "main": "./lib/samsam",
  89. "name": "@sinonjs/samsam",
  90. "nyc": {
  91. "exclude": [
  92. "**/*.test.js",
  93. "coverage/**",
  94. "dist/**",
  95. "out/**",
  96. "site/**",
  97. "eslint-local-rules.js",
  98. "rollup.config.js",
  99. "lib/deep-equal-benchmark.js"
  100. ]
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sinonjs/samsam.git"
  105. },
  106. "scripts": {
  107. "benchmark": "node lib/deep-equal-benchmark.js",
  108. "build": "rm -rf types && tsc",
  109. "jsdoc": "jsdoc -c jsdoc.conf.json",
  110. "lint": "eslint .",
  111. "postversion": "git push --follow-tags && npm publish --access public",
  112. "prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
  113. "prettier:check": "prettier --check '**/*.{js,css,md}'",
  114. "prettier:write": "prettier --write '**/*.{js,css,md}'",
  115. "preversion": "npm run test-check-coverage",
  116. "test": "mocha ./lib/*.test.js",
  117. "test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
  118. "test-cloud": "npm run test-headless -- --wd",
  119. "test-coverage": "nyc --all --reporter text --reporter html --reporter lcovonly npm run test",
  120. "test-headless": "mochify --no-detect-globals --recursive -R dot --plugin [ proxyquire-universal ] \"./lib/*.test.js\"",
  121. "version": "changes --commits --footer"
  122. },
  123. "types": "./types/samsam.d.ts",
  124. "version": "6.0.2"
  125. }