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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "json-stringify-safe@5.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "json-stringify-safe@5.0.1",
  9. "_id": "json-stringify-safe@5.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
  12. "_location": "/json-stringify-safe",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json-stringify-safe@5.0.1",
  19. "name": "json-stringify-safe",
  20. "escapedName": "json-stringify-safe",
  21. "rawSpec": "5.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.1"
  24. },
  25. "_requiredBy": [
  26. "/roarr"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  29. "_spec": "5.0.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/json-stringify-safe/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Andri Möll",
  42. "email": "andri@dot.ee",
  43. "url": "http://themoll.com"
  44. }
  45. ],
  46. "description": "Like JSON.stringify, but doesn't blow up on circular refs.",
  47. "devDependencies": {
  48. "mocha": ">= 2.1.0 < 3",
  49. "must": ">= 0.12 < 0.13",
  50. "sinon": ">= 1.12.2 < 2"
  51. },
  52. "homepage": "https://github.com/isaacs/json-stringify-safe",
  53. "keywords": [
  54. "json",
  55. "stringify",
  56. "circular",
  57. "safe"
  58. ],
  59. "license": "ISC",
  60. "main": "stringify.js",
  61. "name": "json-stringify-safe",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/isaacs/json-stringify-safe.git"
  65. },
  66. "scripts": {
  67. "test": "node test.js"
  68. },
  69. "version": "5.0.1"
  70. }