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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "typedarray@0.0.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "typedarray@0.0.6",
  9. "_id": "typedarray@0.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
  12. "_location": "/typedarray",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "typedarray@0.0.6",
  18. "name": "typedarray",
  19. "escapedName": "typedarray",
  20. "rawSpec": "0.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.6"
  23. },
  24. "_requiredBy": [
  25. "/concat-stream"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
  28. "_spec": "0.0.6",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/typedarray/issues"
  37. },
  38. "description": "TypedArray polyfill for old browsers",
  39. "devDependencies": {
  40. "tape": "~2.3.2"
  41. },
  42. "homepage": "https://github.com/substack/typedarray",
  43. "keywords": [
  44. "ArrayBuffer",
  45. "DataView",
  46. "Float32Array",
  47. "Float64Array",
  48. "Int8Array",
  49. "Int16Array",
  50. "Int32Array",
  51. "Uint8Array",
  52. "Uint8ClampedArray",
  53. "Uint16Array",
  54. "Uint32Array",
  55. "typed",
  56. "array",
  57. "polyfill"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "typedarray",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/substack/typedarray.git"
  65. },
  66. "scripts": {
  67. "test": "tape test/*.js test/server/*.js"
  68. },
  69. "testling": {
  70. "files": "test/*.js",
  71. "browsers": [
  72. "ie/6..latest",
  73. "firefox/16..latest",
  74. "firefox/nightly",
  75. "chrome/22..latest",
  76. "chrome/canary",
  77. "opera/12..latest",
  78. "opera/next",
  79. "safari/5.1..latest",
  80. "ipad/6.0..latest",
  81. "iphone/6.0..latest",
  82. "android-browser/4.2..latest"
  83. ]
  84. },
  85. "version": "0.0.6"
  86. }