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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "natural-compare@1.4.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "natural-compare@1.4.0",
  9. "_id": "natural-compare@1.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
  12. "_location": "/natural-compare",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "natural-compare@1.4.0",
  18. "name": "natural-compare",
  19. "escapedName": "natural-compare",
  20. "rawSpec": "1.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.0"
  23. },
  24. "_requiredBy": [
  25. "/eslint",
  26. "/jest-snapshot"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  29. "_spec": "1.4.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Lauri Rooden",
  33. "url": "https://github.com/litejs/natural-compare-lite"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/litejs/natural-compare-lite/issues"
  37. },
  38. "buildman": {
  39. "dist/index-min.js": {
  40. "banner": "/*! litejs.com/MIT-LICENSE.txt */",
  41. "input": "index.js"
  42. }
  43. },
  44. "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
  45. "devDependencies": {
  46. "buildman": "*",
  47. "testman": "*"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/litejs/natural-compare-lite#readme",
  53. "keywords": [
  54. "string",
  55. "natural",
  56. "order",
  57. "sort",
  58. "natsort",
  59. "natcmp",
  60. "compare",
  61. "alphanum",
  62. "litejs"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "natural-compare",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/litejs/natural-compare-lite.git"
  70. },
  71. "scripts": {
  72. "build": "node node_modules/buildman/index.js --all",
  73. "test": "node tests/index.js"
  74. },
  75. "stability": 3,
  76. "version": "1.4.0"
  77. }