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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "source-map-support@0.5.20",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "source-map-support@0.5.20",
  10. "_id": "source-map-support@0.5.20",
  11. "_inBundle": false,
  12. "_integrity": "sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==",
  13. "_location": "/source-map-support",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "source-map-support@0.5.20",
  19. "name": "source-map-support",
  20. "escapedName": "source-map-support",
  21. "rawSpec": "0.5.20",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.20"
  24. },
  25. "_requiredBy": [
  26. "/jest-runner"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.20.tgz",
  29. "_spec": "0.5.20",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/evanw/node-source-map-support/issues"
  33. },
  34. "dependencies": {
  35. "buffer-from": "^1.0.0",
  36. "source-map": "^0.6.0"
  37. },
  38. "description": "Fixes stack traces for files with source maps",
  39. "devDependencies": {
  40. "browserify": "^4.2.3",
  41. "coffeescript": "^1.12.7",
  42. "http-server": "^0.11.1",
  43. "mocha": "^3.5.3",
  44. "webpack": "^1.15.0"
  45. },
  46. "homepage": "https://github.com/evanw/node-source-map-support#readme",
  47. "license": "MIT",
  48. "main": "./source-map-support.js",
  49. "name": "source-map-support",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/evanw/node-source-map-support.git"
  53. },
  54. "scripts": {
  55. "build": "node build.js",
  56. "prepublish": "npm run build",
  57. "serve-tests": "http-server -p 1336",
  58. "test": "mocha"
  59. },
  60. "version": "0.5.20"
  61. }