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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "util-deprecate@1.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "util-deprecate@1.0.2",
  9. "_id": "util-deprecate@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
  12. "_location": "/util-deprecate",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "util-deprecate@1.0.2",
  18. "name": "util-deprecate",
  19. "escapedName": "util-deprecate",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/archiver/readable-stream",
  26. "/bl/readable-stream",
  27. "/compress-commons/readable-stream",
  28. "/crc32-stream/readable-stream",
  29. "/htmlparser2/readable-stream",
  30. "/postcss-selector-parser",
  31. "/readable-stream",
  32. "/tar-stream/readable-stream",
  33. "/zip-stream/readable-stream"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  36. "_spec": "1.0.2",
  37. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  38. "author": {
  39. "name": "Nathan Rajlich",
  40. "email": "nathan@tootallnate.net",
  41. "url": "http://n8.io/"
  42. },
  43. "browser": "browser.js",
  44. "bugs": {
  45. "url": "https://github.com/TooTallNate/util-deprecate/issues"
  46. },
  47. "description": "The Node.js `util.deprecate()` function with browser support",
  48. "homepage": "https://github.com/TooTallNate/util-deprecate",
  49. "keywords": [
  50. "util",
  51. "deprecate",
  52. "browserify",
  53. "browser",
  54. "node"
  55. ],
  56. "license": "MIT",
  57. "main": "node.js",
  58. "name": "util-deprecate",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/TooTallNate/util-deprecate.git"
  62. },
  63. "scripts": {
  64. "test": "echo \"Error: no test specified\" && exit 1"
  65. },
  66. "version": "1.0.2"
  67. }