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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "_from": "object-scan@^13.0.0",
  3. "_id": "object-scan@13.9.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gb27kO8ovRqt9V3BfPygvV/Dfd5cIk+QEX/V5D85M7kYimkcb9iTyKZLjSaojyPJUk/Ugr7yU36xaKaIVHbMOA==",
  6. "_location": "/object-scan",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-scan@^13.0.0",
  12. "name": "object-scan",
  13. "escapedName": "object-scan",
  14. "rawSpec": "^13.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^13.0.0"
  17. },
  18. "_requiredBy": [
  19. "/hafas-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object-scan/-/object-scan-13.9.3.tgz",
  22. "_shasum": "15778444a4d2a67bdd971b027816b179ea26bf3e",
  23. "_spec": "object-scan@^13.0.0",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
  25. "author": {
  26. "name": "Lukas Siemon"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/blackflux/object-scan/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "Traverse object hierarchies using matching and callbacks.",
  35. "devDependencies": {
  36. "@babel/cli": "7.13.0",
  37. "@babel/core": "7.13.8",
  38. "@babel/register": "7.13.8",
  39. "@blackflux/eslint-plugin-rules": "1.3.45",
  40. "@blackflux/robo-config-plugin": "4.1.3",
  41. "babel-eslint": "10.1.0",
  42. "babel-preset-latest-node": "5.4.0",
  43. "chai": "4.3.3",
  44. "coveralls": "3.1.0",
  45. "diff": "5.0.0",
  46. "diff2html": "3.3.1",
  47. "eslint": "7.21.0",
  48. "eslint-config-airbnb-base": "14.2.1",
  49. "eslint-plugin-import": "2.22.1",
  50. "eslint-plugin-json": "2.1.2",
  51. "eslint-plugin-markdown": "2.0.0",
  52. "eslint-plugin-mocha": "8.1.0",
  53. "joi-strict": "1.2.9",
  54. "js-gardener": "2.0.187",
  55. "json-stringify-pretty-compact": "3.0.0",
  56. "lodash.isequal": "4.5.0",
  57. "mustache": "4.1.0",
  58. "node-tdd": "2.19.1",
  59. "nyc": "15.1.0",
  60. "object-scan": "13.9.1",
  61. "semantic-release": "17.4.1",
  62. "smart-fs": "1.12.5",
  63. "stringify-object": "3.3.0",
  64. "uuid": "8.3.2"
  65. },
  66. "engines": {
  67. "node": ">= 10"
  68. },
  69. "files": [
  70. "lib"
  71. ],
  72. "homepage": "https://github.com/blackflux/object-scan#readme",
  73. "keywords": [
  74. "object",
  75. "tree",
  76. "traversal",
  77. "iterate",
  78. "recursive",
  79. "glob",
  80. "matching",
  81. "regex",
  82. "search",
  83. "scan",
  84. "find",
  85. "walk",
  86. "path",
  87. "filter"
  88. ],
  89. "license": "MIT",
  90. "licenses": [
  91. {
  92. "type": "MIT",
  93. "url": "https://github.com/blackflux/object-scan/blob/master/LICENSE"
  94. }
  95. ],
  96. "main": "lib/index.js",
  97. "name": "object-scan",
  98. "nyc": {
  99. "tempDir": "./coverage/.nyc_output",
  100. "report-dir": "./coverage",
  101. "check-coverage": true,
  102. "per-file": false,
  103. "lines": 100,
  104. "statements": 100,
  105. "functions": 100,
  106. "branches": 100,
  107. "include": [
  108. "**/*.js"
  109. ],
  110. "reporter": [
  111. "lcov",
  112. "text-summary"
  113. ],
  114. "require": [
  115. "@babel/register"
  116. ],
  117. "extension": [],
  118. "cache": true,
  119. "all": true,
  120. "babel": true,
  121. "exclude": [
  122. "gardener.js",
  123. "node_modules/*",
  124. "coverage/*",
  125. "lib/*",
  126. "test/regression-test.js",
  127. "test/worker.js"
  128. ]
  129. },
  130. "peerDependencies": {},
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://github.com/blackflux/object-scan.git"
  134. },
  135. "scripts": {
  136. "build": "npx babel src --out-dir lib --copy-files --include-dotfiles --config-file ./.babelrc",
  137. "build-clean": "yarn run clean && yarn run build",
  138. "clean": "rm -rf lib",
  139. "coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info",
  140. "docker": "docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash",
  141. "gardener": "node gardener",
  142. "i": "yarn install --frozen-lockfile",
  143. "it": "yarn run i && yarn run t",
  144. "semantic-release": "yarn run build-clean && npx semantic-release",
  145. "t": "yarn test",
  146. "test": "yarn run clean && yarn run gardener && yarn run test-simple",
  147. "test-simple": "nyc mocha \"./test/**/*.spec.js\"",
  148. "ts": "yarn run test-simple",
  149. "tsv": "yarn run test-simple --verbose",
  150. "u": "yarn upgrade --latest --force"
  151. },
  152. "version": "13.9.3"
  153. }