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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "ignore@4.0.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "ignore@4.0.6",
  9. "_id": "ignore@4.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
  12. "_location": "/ignore",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ignore@4.0.6",
  18. "name": "ignore",
  19. "escapedName": "ignore",
  20. "rawSpec": "4.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.6"
  23. },
  24. "_requiredBy": [
  25. "/@eslint/eslintrc",
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
  29. "_spec": "4.0.6",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "kael"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/kaelzhang/node-ignore/issues"
  36. },
  37. "description": "Ignore is a manager and filter for .gitignore rules.",
  38. "devDependencies": {
  39. "babel-cli": "^6.26.0",
  40. "babel-preset-env": "^1.7.0",
  41. "codecov": "^3.0.4",
  42. "eslint": "^5.3.0",
  43. "eslint-config-ostai": "^1.3.2",
  44. "eslint-plugin-import": "^2.13.0",
  45. "mkdirp": "^0.5.1",
  46. "pre-suf": "^1.1.0",
  47. "rimraf": "^2.6.2",
  48. "spawn-sync": "^2.0.0",
  49. "tap": "^12.0.1",
  50. "tmp": "0.0.33",
  51. "typescript": "^3.0.1"
  52. },
  53. "engines": {
  54. "node": ">= 4"
  55. },
  56. "files": [
  57. "legacy.js",
  58. "index.js",
  59. "index.d.ts",
  60. "LICENSE-MIT"
  61. ],
  62. "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  63. "keywords": [
  64. "ignore",
  65. ".gitignore",
  66. "gitignore",
  67. "npmignore",
  68. "rules",
  69. "manager",
  70. "filter",
  71. "regexp",
  72. "regex",
  73. "fnmatch",
  74. "glob",
  75. "asterisks",
  76. "regular-expression"
  77. ],
  78. "license": "MIT",
  79. "name": "ignore",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  83. },
  84. "scripts": {
  85. "build": "babel -o legacy.js index.js",
  86. "posttest": "tap --coverage-report=html && codecov",
  87. "prepublish": "npm run build",
  88. "test": "npm run test-no-cov",
  89. "test-no-cov": "npm run test:lint && npm run test:tsc && tap test/*.js --coverage",
  90. "test:git": "tap test/git-check-ignore.js",
  91. "test:ignore": "tap test/ignore.js --coverage",
  92. "test:lint": "eslint .",
  93. "test:tsc": "tsc ./test/ts/simple.ts"
  94. },
  95. "version": "4.0.6"
  96. }