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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "require-directory@2.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "require-directory@2.1.1",
  10. "_id": "require-directory@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
  13. "_location": "/require-directory",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "require-directory@2.1.1",
  19. "name": "require-directory",
  20. "escapedName": "require-directory",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/nyc/yargs",
  27. "/yargs"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  30. "_spec": "2.1.1",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Troy Goode",
  34. "email": "troygoode@gmail.com",
  35. "url": "http://github.com/troygoode/"
  36. },
  37. "bugs": {
  38. "url": "http://github.com/troygoode/node-require-directory/issues/"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Troy Goode",
  43. "email": "troygoode@gmail.com",
  44. "url": "http://github.com/troygoode/"
  45. }
  46. ],
  47. "description": "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.",
  48. "devDependencies": {
  49. "jshint": "^2.6.0",
  50. "mocha": "^2.1.0"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "homepage": "https://github.com/troygoode/node-require-directory/",
  56. "keywords": [
  57. "require",
  58. "directory",
  59. "library",
  60. "recursive"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "require-directory",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/troygoode/node-require-directory.git"
  68. },
  69. "scripts": {
  70. "lint": "jshint index.js test/test.js",
  71. "test": "mocha"
  72. },
  73. "version": "2.1.1"
  74. }