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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "array-flatten@1.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "array-flatten@1.1.1",
  9. "_id": "array-flatten@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
  12. "_location": "/array-flatten",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "array-flatten@1.1.1",
  18. "name": "array-flatten",
  19. "escapedName": "array-flatten",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/express"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Blake Embrey",
  32. "email": "hello@blakeembrey.com",
  33. "url": "http://blakeembrey.me"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/blakeembrey/array-flatten/issues"
  37. },
  38. "description": "Flatten an array of nested arrays into a single flat array",
  39. "devDependencies": {
  40. "istanbul": "^0.3.13",
  41. "mocha": "^2.2.4",
  42. "pre-commit": "^1.0.7",
  43. "standard": "^3.7.3"
  44. },
  45. "files": [
  46. "array-flatten.js",
  47. "LICENSE"
  48. ],
  49. "homepage": "https://github.com/blakeembrey/array-flatten",
  50. "keywords": [
  51. "array",
  52. "flatten",
  53. "arguments",
  54. "depth"
  55. ],
  56. "license": "MIT",
  57. "main": "array-flatten.js",
  58. "name": "array-flatten",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/blakeembrey/array-flatten.git"
  62. },
  63. "scripts": {
  64. "test": "istanbul cover _mocha -- -R spec"
  65. },
  66. "version": "1.1.1"
  67. }