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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "nise@5.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nise@5.1.0",
  10. "_id": "nise@5.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-W5WlHu+wvo3PaKLsJJkgPup2LrsXCcm7AWwyNZkUnn5rwPkuPBi3Iwk5SQtN0mv+K65k7nKKjwNQ30wg3wLAQQ==",
  13. "_location": "/nise",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "nise@5.1.0",
  19. "name": "nise",
  20. "escapedName": "nise",
  21. "rawSpec": "5.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.0"
  24. },
  25. "_requiredBy": [
  26. "/sinon"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/nise/-/nise-5.1.0.tgz",
  29. "_spec": "5.1.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": "",
  32. "browser": {
  33. "jsdom": false,
  34. "jsdom-global": false
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sinonjs/nise/issues"
  38. },
  39. "dependencies": {
  40. "@sinonjs/commons": "^1.7.0",
  41. "@sinonjs/fake-timers": "^7.0.4",
  42. "@sinonjs/text-encoding": "^0.7.1",
  43. "just-extend": "^4.0.2",
  44. "path-to-regexp": "^1.7.0"
  45. },
  46. "description": "Fake XHR and server",
  47. "devDependencies": {
  48. "@sinonjs/eslint-config": "^4.0.0",
  49. "@sinonjs/referee": "^5.0.0",
  50. "browserify": "^16.2.3",
  51. "husky": "^4.2.1",
  52. "jsdom": "^16.2.0",
  53. "jsdom-global": "3.0.2",
  54. "lint-staged": "^10.5.3",
  55. "mocha": "^7.0.1",
  56. "mochify": "^6.6.0",
  57. "nyc": "^15.0.0",
  58. "prettier": "^1.19.1",
  59. "proxyquire": "^2.1.3",
  60. "proxyquire-universal": "^2.1.0",
  61. "proxyquireify": "^3.2.1",
  62. "sinon": "^9.0.0"
  63. },
  64. "files": [
  65. "nise.js",
  66. "lib/**/*.js"
  67. ],
  68. "homepage": "https://github.com/sinonjs/nise#readme",
  69. "husky": {
  70. "hooks": {
  71. "pre-commit": "lint-staged"
  72. }
  73. },
  74. "keywords": [
  75. "test",
  76. "testing",
  77. "fake",
  78. "mock",
  79. "xhr",
  80. "server"
  81. ],
  82. "license": "BSD-3-Clause",
  83. "lint-staged": {
  84. "*.{js,css,md}": "prettier --check",
  85. "*.js": "eslint --quiet"
  86. },
  87. "main": "lib/index.js",
  88. "module": "nise.js",
  89. "name": "nise",
  90. "nyc": {
  91. "exclude": [
  92. "nise.js",
  93. "coverage/**",
  94. "**/*.test.js"
  95. ]
  96. },
  97. "repository": {
  98. "type": "git",
  99. "url": "git+ssh://git@github.com/sinonjs/nise.git"
  100. },
  101. "scripts": {
  102. "bundle": "browserify --no-detect-globals -s nise -o nise.js lib/index.js",
  103. "lint": "eslint .",
  104. "prepare": "npm run bundle",
  105. "prepublishOnly": "mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
  106. "prettier:check": "prettier --check '**/*.{js,css,md}'",
  107. "prettier:write": "prettier --write '**/*.{js,css,md}'",
  108. "test": "mocha lib/**/*.test.js",
  109. "test:coverage": "nyc --reporter=lcov --reporter=text --all npm test -- --reporter dot",
  110. "test:headless": "mochify --https-server --plugin [ proxyquire-universal ] --no-detect-globals test/global-hack.js lib/**/*.test.js"
  111. },
  112. "version": "5.1.0"
  113. }