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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "printj@1.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "printj@1.1.2",
  10. "_id": "printj@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==",
  13. "_location": "/printj",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "printj@1.1.2",
  19. "name": "printj",
  20. "escapedName": "printj",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/crc-32"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/printj/-/printj-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "alex": {
  32. "allow": [
  33. "period"
  34. ]
  35. },
  36. "author": {
  37. "name": "sheetjs"
  38. },
  39. "bin": {
  40. "printj": "./bin/printj.njs"
  41. },
  42. "browser": {
  43. "process": false,
  44. "util": false
  45. },
  46. "bugs": {
  47. "url": "https://github.com/SheetJS/printj/issues"
  48. },
  49. "config": {
  50. "blanket": {
  51. "pattern": "printj.js"
  52. }
  53. },
  54. "dependencies": {},
  55. "description": "Pure-JS printf",
  56. "devDependencies": {
  57. "@sheetjs/uglify-js": "~2.7.3",
  58. "@types/node": "^8.0.7",
  59. "blanket": "~1.2.3",
  60. "dtslint": "^0.1.2",
  61. "mocha": "~2.5.3",
  62. "typescript": "2.2.0"
  63. },
  64. "engines": {
  65. "node": ">=0.8"
  66. },
  67. "files": [
  68. "printj.js",
  69. "bin/printj.njs",
  70. "LICENSE",
  71. "README.md",
  72. "dist/*.js",
  73. "dist/*.map",
  74. "dist/LICENSE",
  75. "types/index.d.ts",
  76. "types/*.json"
  77. ],
  78. "homepage": "http://sheetjs.com/opensource",
  79. "keywords": [
  80. "printf",
  81. "sprintf",
  82. "format",
  83. "string"
  84. ],
  85. "license": "Apache-2.0",
  86. "main": "./printj",
  87. "name": "printj",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/SheetJS/printj.git"
  91. },
  92. "scripts": {
  93. "build": "make",
  94. "dtslint": "dtslint types",
  95. "lint": "make fullint",
  96. "test": "make test"
  97. },
  98. "types": "types",
  99. "version": "1.1.2"
  100. }