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 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "_args": [
  3. [
  4. "moment@2.29.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor"
  6. ]
  7. ],
  8. "_from": "moment@2.29.1",
  9. "_id": "moment@2.29.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==",
  12. "_location": "/moment",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "moment@2.29.1",
  18. "name": "moment",
  19. "escapedName": "moment",
  20. "rawSpec": "2.29.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.29.1"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/moment-timezone"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz",
  29. "_spec": "2.29.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor",
  31. "author": {
  32. "name": "Iskren Ivov Chernev",
  33. "email": "iskren.chernev@gmail.com",
  34. "url": "https://github.com/ichernev"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/moment/moment/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Tim Wood",
  42. "email": "washwithcare@gmail.com",
  43. "url": "http://timwoodcreates.com/"
  44. },
  45. {
  46. "name": "Rocky Meza",
  47. "url": "http://rockymeza.com"
  48. },
  49. {
  50. "name": "Matt Johnson",
  51. "email": "mj1856@hotmail.com",
  52. "url": "http://codeofmatt.com"
  53. },
  54. {
  55. "name": "Isaac Cambron",
  56. "email": "isaac@isaaccambron.com",
  57. "url": "http://isaaccambron.com"
  58. },
  59. {
  60. "name": "Andre Polykanine",
  61. "email": "andre@oire.org",
  62. "url": "https://github.com/oire"
  63. }
  64. ],
  65. "description": "Parse, validate, manipulate, and display dates",
  66. "devDependencies": {
  67. "benchmark": "latest",
  68. "coveralls": "latest",
  69. "cross-env": "^6.0.3",
  70. "es6-promise": "latest",
  71. "eslint": "~6",
  72. "grunt": "latest",
  73. "grunt-benchmark": "latest",
  74. "grunt-cli": "latest",
  75. "grunt-contrib-clean": "latest",
  76. "grunt-contrib-concat": "latest",
  77. "grunt-contrib-copy": "latest",
  78. "grunt-contrib-uglify": "latest",
  79. "grunt-contrib-watch": "latest",
  80. "grunt-env": "latest",
  81. "grunt-exec": "latest",
  82. "grunt-karma": "latest",
  83. "grunt-nuget": "latest",
  84. "grunt-string-replace": "latest",
  85. "karma": "latest",
  86. "karma-chrome-launcher": "latest",
  87. "karma-firefox-launcher": "latest",
  88. "karma-qunit": "latest",
  89. "karma-sauce-launcher": "4.1.4",
  90. "load-grunt-tasks": "latest",
  91. "lodash": ">=4.17.19",
  92. "node-qunit": "latest",
  93. "nyc": "latest",
  94. "prettier": "latest",
  95. "qunit": "^2.10.0",
  96. "rollup": "2.17.1",
  97. "typescript": "^1.8.10",
  98. "typescript3": "npm:typescript@^3.1.6",
  99. "uglify-js": "latest"
  100. },
  101. "dojoBuild": "package.js",
  102. "ender": "./ender.js",
  103. "engines": {
  104. "node": "*"
  105. },
  106. "homepage": "https://momentjs.com",
  107. "jsnext:main": "./dist/moment.js",
  108. "jspm": {
  109. "files": [
  110. "moment.js",
  111. "moment.d.ts",
  112. "locale"
  113. ],
  114. "map": {
  115. "moment": "./moment"
  116. },
  117. "buildConfig": {
  118. "uglify": true
  119. }
  120. },
  121. "keywords": [
  122. "moment",
  123. "date",
  124. "time",
  125. "parse",
  126. "format",
  127. "validate",
  128. "i18n",
  129. "l10n",
  130. "ender"
  131. ],
  132. "license": "MIT",
  133. "main": "./moment.js",
  134. "name": "moment",
  135. "repository": {
  136. "type": "git",
  137. "url": "git+https://github.com/moment/moment.git"
  138. },
  139. "scripts": {
  140. "coverage": "nyc npm test && nyc report",
  141. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  142. "eslint": "eslint Gruntfile.js tasks src",
  143. "prettier-check": "prettier --check Gruntfile.js tasks src",
  144. "prettier-fmt": "prettier --write Gruntfile.js tasks src",
  145. "test": "grunt test",
  146. "ts3.1-typescript-test": "cross-env node_modules/typescript3/bin/tsc --project ts3.1-typing-tests",
  147. "typescript-test": "cross-env node_modules/typescript/bin/tsc --project typing-tests"
  148. },
  149. "spm": {
  150. "main": "moment.js",
  151. "output": [
  152. "locale/*.js"
  153. ]
  154. },
  155. "typesVersions": {
  156. ">=3.1": {
  157. "*": [
  158. "ts3.1-typings/*"
  159. ]
  160. }
  161. },
  162. "typings": "./moment.d.ts",
  163. "version": "2.29.1"
  164. }