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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "escalade@3.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "escalade@3.1.1",
  10. "_id": "escalade@3.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  13. "_location": "/escalade",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "escalade@3.1.1",
  19. "name": "escalade",
  20. "escapedName": "escalade",
  21. "rawSpec": "3.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.1"
  24. },
  25. "_requiredBy": [
  26. "/browserslist",
  27. "/jest-resolve",
  28. "/yargs"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  31. "_spec": "3.1.1",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "Luke Edwards",
  35. "email": "luke.edwards05@gmail.com",
  36. "url": "https://lukeed.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/lukeed/escalade/issues"
  40. },
  41. "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
  42. "devDependencies": {
  43. "bundt": "1.1.1",
  44. "esm": "3.2.25",
  45. "uvu": "0.3.3"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "exports": {
  51. ".": [
  52. {
  53. "import": "./dist/index.mjs",
  54. "require": "./dist/index.js"
  55. },
  56. "./dist/index.js"
  57. ],
  58. "./sync": [
  59. {
  60. "import": "./sync/index.mjs",
  61. "require": "./sync/index.js"
  62. },
  63. "./sync/index.js"
  64. ]
  65. },
  66. "files": [
  67. "*.d.ts",
  68. "dist",
  69. "sync"
  70. ],
  71. "homepage": "https://github.com/lukeed/escalade#readme",
  72. "keywords": [
  73. "find",
  74. "parent",
  75. "parents",
  76. "directory",
  77. "search",
  78. "walk"
  79. ],
  80. "license": "MIT",
  81. "main": "dist/index.js",
  82. "modes": {
  83. "sync": "src/sync.js",
  84. "default": "src/async.js"
  85. },
  86. "module": "dist/index.mjs",
  87. "name": "escalade",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/lukeed/escalade.git"
  91. },
  92. "scripts": {
  93. "build": "bundt",
  94. "pretest": "npm run build",
  95. "test": "uvu -r esm test -i fixtures"
  96. },
  97. "types": "index.d.ts",
  98. "version": "3.1.1"
  99. }