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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "error-ex@1.3.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "error-ex@1.3.2",
  10. "_id": "error-ex@1.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  13. "_location": "/error-ex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "error-ex@1.3.2",
  19. "name": "error-ex",
  20. "escapedName": "error-ex",
  21. "rawSpec": "1.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.2"
  24. },
  25. "_requiredBy": [
  26. "/parse-json"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  29. "_spec": "1.3.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/qix-/node-error-ex/issues"
  33. },
  34. "dependencies": {
  35. "is-arrayish": "^0.2.1"
  36. },
  37. "description": "Easy error subclassing and stack customization",
  38. "devDependencies": {
  39. "coffee-script": "^1.9.3",
  40. "coveralls": "^2.11.2",
  41. "istanbul": "^0.3.17",
  42. "mocha": "^2.2.5",
  43. "should": "^7.0.1",
  44. "xo": "^0.7.1"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/qix-/node-error-ex#readme",
  50. "keywords": [
  51. "error",
  52. "errors",
  53. "extend",
  54. "extending",
  55. "extension",
  56. "subclass",
  57. "stack",
  58. "custom"
  59. ],
  60. "license": "MIT",
  61. "maintainers": [
  62. {
  63. "name": "Josh Junon",
  64. "email": "i.am.qix@gmail.com",
  65. "url": "github.com/qix-"
  66. },
  67. {
  68. "name": "Sindre Sorhus",
  69. "email": "sindresorhus@gmail.com",
  70. "url": "sindresorhus.com"
  71. }
  72. ],
  73. "name": "error-ex",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/qix-/node-error-ex.git"
  77. },
  78. "scripts": {
  79. "pretest": "xo",
  80. "test": "mocha --compilers coffee:coffee-script/register"
  81. },
  82. "version": "1.3.2",
  83. "xo": {
  84. "rules": {
  85. "operator-linebreak": [
  86. 0
  87. ]
  88. }
  89. }
  90. }