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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "ieee754@1.2.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ieee754@1.2.1",
  10. "_id": "ieee754@1.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  13. "_location": "/ieee754",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ieee754@1.2.1",
  19. "name": "ieee754",
  20. "escapedName": "ieee754",
  21. "rawSpec": "1.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.1"
  24. },
  25. "_requiredBy": [
  26. "/buffer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  29. "_spec": "1.2.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Feross Aboukhadijeh",
  33. "email": "feross@feross.org",
  34. "url": "https://feross.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/feross/ieee754/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Romain Beauxis",
  42. "email": "toots@rastageeks.org"
  43. }
  44. ],
  45. "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
  46. "devDependencies": {
  47. "airtap": "^3.0.0",
  48. "standard": "*",
  49. "tape": "^5.0.1"
  50. },
  51. "funding": [
  52. {
  53. "type": "github",
  54. "url": "https://github.com/sponsors/feross"
  55. },
  56. {
  57. "type": "patreon",
  58. "url": "https://www.patreon.com/feross"
  59. },
  60. {
  61. "type": "consulting",
  62. "url": "https://feross.org/support"
  63. }
  64. ],
  65. "homepage": "https://github.com/feross/ieee754#readme",
  66. "keywords": [
  67. "IEEE 754",
  68. "buffer",
  69. "convert",
  70. "floating point",
  71. "ieee754"
  72. ],
  73. "license": "BSD-3-Clause",
  74. "main": "index.js",
  75. "name": "ieee754",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/feross/ieee754.git"
  79. },
  80. "scripts": {
  81. "test": "standard && npm run test-node && npm run test-browser",
  82. "test-browser": "airtap -- test/*.js",
  83. "test-browser-local": "airtap --local -- test/*.js",
  84. "test-node": "tape test/*.js"
  85. },
  86. "types": "index.d.ts",
  87. "version": "1.2.1"
  88. }