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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "stack-utils@2.0.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stack-utils@2.0.5",
  10. "_id": "stack-utils@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==",
  13. "_location": "/stack-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "stack-utils@2.0.5",
  19. "name": "stack-utils",
  20. "escapedName": "stack-utils",
  21. "rawSpec": "2.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.5"
  24. },
  25. "_requiredBy": [
  26. "/jest-circus",
  27. "/jest-message-util"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
  30. "_spec": "2.0.5",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "James Talmage",
  34. "email": "james@talmage.io",
  35. "url": "github.com/jamestalmage"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/tapjs/stack-utils/issues"
  39. },
  40. "dependencies": {
  41. "escape-string-regexp": "^2.0.0"
  42. },
  43. "description": "Captures and cleans stack traces",
  44. "devDependencies": {
  45. "bluebird": "^3.7.2",
  46. "coveralls": "^3.0.9",
  47. "nested-error-stacks": "^2.1.0",
  48. "pify": "^4.0.1",
  49. "q": "^1.5.1",
  50. "source-map-support": "^0.5.20",
  51. "tap": "^15.0.9"
  52. },
  53. "engines": {
  54. "node": ">=10"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/tapjs/stack-utils#readme",
  60. "license": "MIT",
  61. "name": "stack-utils",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/tapjs/stack-utils.git"
  65. },
  66. "scripts": {
  67. "postversion": "npm publish",
  68. "prepublishOnly": "git push origin --follow-tags",
  69. "preversion": "npm test",
  70. "test": "tap"
  71. },
  72. "tap": {
  73. "check-coverage": true
  74. },
  75. "version": "2.0.5"
  76. }