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 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "typedarray-to-buffer@3.1.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "typedarray-to-buffer@3.1.5",
  10. "_id": "typedarray-to-buffer@3.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
  13. "_location": "/typedarray-to-buffer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "typedarray-to-buffer@3.1.5",
  19. "name": "typedarray-to-buffer",
  20. "escapedName": "typedarray-to-buffer",
  21. "rawSpec": "3.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.5"
  24. },
  25. "_requiredBy": [
  26. "/write-file-atomic"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
  29. "_spec": "3.1.5",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Feross Aboukhadijeh",
  33. "email": "feross@feross.org",
  34. "url": "http://feross.org/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/feross/typedarray-to-buffer/issues"
  38. },
  39. "dependencies": {
  40. "is-typedarray": "^1.0.0"
  41. },
  42. "description": "Convert a typed array to a Buffer without a copy",
  43. "devDependencies": {
  44. "airtap": "0.0.4",
  45. "standard": "*",
  46. "tape": "^4.0.0"
  47. },
  48. "homepage": "http://feross.org",
  49. "keywords": [
  50. "buffer",
  51. "typed array",
  52. "convert",
  53. "no copy",
  54. "uint8array",
  55. "uint16array",
  56. "uint32array",
  57. "int16array",
  58. "int32array",
  59. "float32array",
  60. "float64array",
  61. "browser",
  62. "arraybuffer",
  63. "dataview"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "typedarray-to-buffer",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/feross/typedarray-to-buffer.git"
  71. },
  72. "scripts": {
  73. "test": "standard && npm run test-node && npm run test-browser",
  74. "test-browser": "airtap -- test/*.js",
  75. "test-browser-local": "airtap --local -- test/*.js",
  76. "test-node": "tape test/*.js"
  77. },
  78. "version": "3.1.5"
  79. }