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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "test-exclude@6.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "test-exclude@6.0.0",
  10. "_id": "test-exclude@6.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  13. "_location": "/test-exclude",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "test-exclude@6.0.0",
  19. "name": "test-exclude",
  20. "escapedName": "test-exclude",
  21. "rawSpec": "6.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-plugin-istanbul",
  27. "/nyc"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  30. "_spec": "6.0.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Ben Coe",
  34. "email": "ben@npmjs.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/istanbuljs/test-exclude/issues"
  38. },
  39. "dependencies": {
  40. "@istanbuljs/schema": "^0.1.2",
  41. "glob": "^7.1.4",
  42. "minimatch": "^3.0.4"
  43. },
  44. "description": "test for inclusion or exclusion of paths using globs",
  45. "devDependencies": {
  46. "nyc": "^15.0.0-beta.3",
  47. "standard-version": "^7.0.0",
  48. "tap": "^14.10.5"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "*.js",
  55. "!nyc.config.js"
  56. ],
  57. "homepage": "https://istanbul.js.org/",
  58. "keywords": [
  59. "exclude",
  60. "include",
  61. "glob",
  62. "package",
  63. "config"
  64. ],
  65. "license": "ISC",
  66. "main": "index.js",
  67. "name": "test-exclude",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/istanbuljs/test-exclude.git"
  71. },
  72. "scripts": {
  73. "release": "standard-version",
  74. "snap": "npm test -- --snapshot",
  75. "test": "nyc tap"
  76. },
  77. "version": "6.0.0"
  78. }