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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "jsonfile@4.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "jsonfile@4.0.0",
  9. "_id": "jsonfile@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
  12. "_location": "/jsonfile",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "jsonfile@4.0.0",
  18. "name": "jsonfile",
  19. "escapedName": "jsonfile",
  20. "rawSpec": "4.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.0"
  23. },
  24. "_requiredBy": [
  25. "/fs-extra"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
  28. "_spec": "4.0.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "JP Richardson",
  32. "email": "jprichardson@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jprichardson/node-jsonfile/issues"
  36. },
  37. "dependencies": {
  38. "graceful-fs": "^4.1.6"
  39. },
  40. "description": "Easily read/write JSON files.",
  41. "devDependencies": {
  42. "mocha": "2.x",
  43. "rimraf": "^2.4.0",
  44. "standard": "^10.0.3"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  50. "keywords": [
  51. "read",
  52. "write",
  53. "file",
  54. "json",
  55. "fs",
  56. "fs-extra"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "jsonfile",
  61. "optionalDependencies": {
  62. "graceful-fs": "^4.1.6"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  67. },
  68. "scripts": {
  69. "lint": "standard",
  70. "test": "npm run lint && npm run unit",
  71. "unit": "mocha"
  72. },
  73. "version": "4.0.0"
  74. }