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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "reusify@1.0.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "reusify@1.0.4",
  10. "_id": "reusify@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  13. "_location": "/reusify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "reusify@1.0.4",
  19. "name": "reusify",
  20. "escapedName": "reusify",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/fastq"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Matteo Collina",
  33. "email": "hello@matteocollina.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mcollina/reusify/issues"
  37. },
  38. "description": "Reuse objects and functions with style",
  39. "devDependencies": {
  40. "coveralls": "^2.13.3",
  41. "faucet": "0.0.1",
  42. "istanbul": "^0.4.5",
  43. "pre-commit": "^1.2.2",
  44. "standard": "^10.0.3",
  45. "tape": "^4.8.0"
  46. },
  47. "engines": {
  48. "iojs": ">=1.0.0",
  49. "node": ">=0.10.0"
  50. },
  51. "homepage": "https://github.com/mcollina/reusify#readme",
  52. "keywords": [
  53. "reuse",
  54. "object",
  55. "performance",
  56. "function",
  57. "fast"
  58. ],
  59. "license": "MIT",
  60. "main": "reusify.js",
  61. "name": "reusify",
  62. "pre-commit": [
  63. "lint",
  64. "test"
  65. ],
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/mcollina/reusify.git"
  69. },
  70. "scripts": {
  71. "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls",
  72. "istanbul": "istanbul cover tape test.js",
  73. "lint": "standard",
  74. "test": "tape test.js | faucet"
  75. },
  76. "version": "1.0.4"
  77. }