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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "@humanwhocodes/config-array@0.5.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "@humanwhocodes/config-array@0.5.0",
  9. "_id": "@humanwhocodes/config-array@0.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==",
  12. "_location": "/@humanwhocodes/config-array",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@humanwhocodes/config-array@0.5.0",
  18. "name": "@humanwhocodes/config-array",
  19. "escapedName": "@humanwhocodes%2fconfig-array",
  20. "scope": "@humanwhocodes",
  21. "rawSpec": "0.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
  29. "_spec": "0.5.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Nicholas C. Zakas"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/humanwhocodes/config-array/issues"
  36. },
  37. "dependencies": {
  38. "@humanwhocodes/object-schema": "^1.2.0",
  39. "debug": "^4.1.1",
  40. "minimatch": "^3.0.4"
  41. },
  42. "description": "Glob-based configuration matching.",
  43. "devDependencies": {
  44. "@nitpik/javascript": "^0.3.3",
  45. "@nitpik/node": "0.0.5",
  46. "chai": "^4.2.0",
  47. "eslint": "^6.7.1",
  48. "esm": "^3.2.25",
  49. "lint-staged": "^10.2.8",
  50. "mocha": "^6.1.4",
  51. "nyc": "^14.1.1",
  52. "rollup": "^1.12.3",
  53. "yorkie": "^2.0.0"
  54. },
  55. "engines": {
  56. "node": ">=10.10.0"
  57. },
  58. "files": [
  59. "api.js"
  60. ],
  61. "gitHooks": {
  62. "pre-commit": "lint-staged"
  63. },
  64. "homepage": "https://github.com/humanwhocodes/config-array#readme",
  65. "keywords": [
  66. "configuration",
  67. "configarray",
  68. "config file"
  69. ],
  70. "license": "Apache-2.0",
  71. "lint-staged": {
  72. "*.js": [
  73. "nitpik",
  74. "eslint --fix --ignore-pattern '!.eslintrc.js'"
  75. ]
  76. },
  77. "main": "api.js",
  78. "name": "@humanwhocodes/config-array",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/humanwhocodes/config-array.git"
  82. },
  83. "scripts": {
  84. "build": "rollup -c",
  85. "format": "nitpik",
  86. "lint": "eslint *.config.js src/*.js tests/*.js",
  87. "prepublish": "npm run build",
  88. "test": "mocha -r esm tests/ --recursive",
  89. "test:coverage": "nyc --include src/*.js npm run test"
  90. },
  91. "version": "0.5.0"
  92. }