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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "dateformat@4.5.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "dateformat@4.5.1",
  9. "_id": "dateformat@4.5.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OD0TZ+B7yP7ZgpJf5K2DIbj3FZvFvxgFUuaqA/V5zTjAtAAXZ1E8bktHxmAGs4x5b7PflqA9LeQ84Og7wYtF7Q==",
  12. "_location": "/dateformat",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "dateformat@4.5.1",
  18. "name": "dateformat",
  19. "escapedName": "dateformat",
  20. "rawSpec": "4.5.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.5.1"
  23. },
  24. "_requiredBy": [
  25. "/console-stamp"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.5.1.tgz",
  28. "_spec": "4.5.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Steven Levithan"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/felixge/node-dateformat/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Steven Levithan"
  39. },
  40. {
  41. "name": "Felix Geisendörfer",
  42. "email": "felix@debuggable.com"
  43. },
  44. {
  45. "name": "Christoph Tavan",
  46. "email": "dev@tavan.de"
  47. },
  48. {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. }
  52. ],
  53. "dependencies": {},
  54. "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
  55. "devDependencies": {
  56. "@babel/cli": "^7.12.10",
  57. "@babel/core": "^7.12.10",
  58. "@babel/preset-env": "^7.12.11",
  59. "mocha": "^8.2.1",
  60. "uglify-js": "^3.12.5"
  61. },
  62. "engines": {
  63. "node": "*"
  64. },
  65. "homepage": "https://github.com/felixge/node-dateformat",
  66. "license": "MIT",
  67. "main": "lib/dateformat",
  68. "maintainers": [
  69. {
  70. "name": "Felix Geisendörfer",
  71. "email": "felix@debuggable.com"
  72. }
  73. ],
  74. "name": "dateformat",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/felixge/node-dateformat.git"
  78. },
  79. "scripts": {
  80. "benchmark": "npm run build && node ./benchmark/benchmark.js",
  81. "build": "babel src --out-dir lib && uglifyjs lib/dateformat.js -o lib/dateformat.js",
  82. "test": "npm run build && mocha"
  83. },
  84. "version": "4.5.1"
  85. }