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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "@istanbuljs/load-nyc-config@1.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@istanbuljs/load-nyc-config@1.1.0",
  10. "_id": "@istanbuljs/load-nyc-config@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  13. "_location": "/@istanbuljs/load-nyc-config",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@istanbuljs/load-nyc-config@1.1.0",
  19. "name": "@istanbuljs/load-nyc-config",
  20. "escapedName": "@istanbuljs%2fload-nyc-config",
  21. "scope": "@istanbuljs",
  22. "rawSpec": "1.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "1.1.0"
  25. },
  26. "_requiredBy": [
  27. "/babel-plugin-istanbul",
  28. "/nyc"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  31. "_spec": "1.1.0",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "bugs": {
  34. "url": "https://github.com/istanbuljs/load-nyc-config/issues"
  35. },
  36. "dependencies": {
  37. "camelcase": "^5.3.1",
  38. "find-up": "^4.1.0",
  39. "get-package-type": "^0.1.0",
  40. "js-yaml": "^3.13.1",
  41. "resolve-from": "^5.0.0"
  42. },
  43. "description": "Utility function to load nyc configuration",
  44. "devDependencies": {
  45. "semver": "^6.3.0",
  46. "standard-version": "^7.0.0",
  47. "tap": "^14.10.5",
  48. "xo": "^0.25.3"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "homepage": "https://github.com/istanbuljs/load-nyc-config#readme",
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "@istanbuljs/load-nyc-config",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/istanbuljs/load-nyc-config.git"
  60. },
  61. "scripts": {
  62. "pretest": "xo",
  63. "release": "standard-version",
  64. "snap": "npm test -- --snapshot",
  65. "test": "tap"
  66. },
  67. "version": "1.1.0",
  68. "xo": {
  69. "ignores": [
  70. "test/fixtures/extends/invalid.*"
  71. ],
  72. "rules": {
  73. "require-atomic-updates": 0,
  74. "capitalized-comments": 0,
  75. "unicorn/import-index": 0,
  76. "import/extensions": 0,
  77. "import/no-useless-path-segments": 0
  78. }
  79. }
  80. }