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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "bytes@3.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "bytes@3.1.0",
  9. "_id": "bytes@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
  12. "_location": "/bytes",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "bytes@3.1.0",
  18. "name": "bytes",
  19. "escapedName": "bytes",
  20. "rawSpec": "3.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.0"
  23. },
  24. "_requiredBy": [
  25. "/body-parser",
  26. "/raw-body"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca",
  34. "url": "http://tjholowaychuk.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/visionmedia/bytes.js/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jed Watson",
  42. "email": "jed.watson@me.com"
  43. },
  44. {
  45. "name": "Théo FIDRY",
  46. "email": "theo.fidry@gmail.com"
  47. }
  48. ],
  49. "description": "Utility to parse a string bytes to bytes and vice-versa",
  50. "devDependencies": {
  51. "eslint": "5.12.1",
  52. "mocha": "5.2.0",
  53. "nyc": "13.1.0"
  54. },
  55. "engines": {
  56. "node": ">= 0.8"
  57. },
  58. "files": [
  59. "History.md",
  60. "LICENSE",
  61. "Readme.md",
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/visionmedia/bytes.js#readme",
  65. "keywords": [
  66. "byte",
  67. "bytes",
  68. "utility",
  69. "parse",
  70. "parser",
  71. "convert",
  72. "converter"
  73. ],
  74. "license": "MIT",
  75. "name": "bytes",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/visionmedia/bytes.js.git"
  79. },
  80. "scripts": {
  81. "lint": "eslint .",
  82. "test": "mocha --check-leaks --reporter spec",
  83. "test-ci": "nyc --reporter=text npm test",
  84. "test-cov": "nyc --reporter=html --reporter=text npm test"
  85. },
  86. "version": "3.1.0"
  87. }