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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "husky@7.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "husky@7.0.2",
  10. "_id": "husky@7.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==",
  13. "_location": "/husky",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "husky@7.0.2",
  19. "name": "husky",
  20. "escapedName": "husky",
  21. "rawSpec": "7.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "7.0.2"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/husky/-/husky-7.0.2.tgz",
  29. "_spec": "7.0.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Typicode",
  33. "email": "typicode@gmail.com"
  34. },
  35. "bin": {
  36. "husky": "lib/bin.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/typicode/husky/issues"
  40. },
  41. "description": "Modern native Git hooks made easy",
  42. "devDependencies": {
  43. "@commitlint/cli": "^12.0.1",
  44. "@commitlint/config-conventional": "^12.0.1",
  45. "@tsconfig/node12": "^1.0.7",
  46. "@types/node": "^15.3.1",
  47. "@typicode/eslint-config": "^0.1.2",
  48. "docsify-cli": "^4.4.3",
  49. "typescript": "^4.2.3"
  50. },
  51. "engines": {
  52. "node": ">=12"
  53. },
  54. "files": [
  55. "lib",
  56. "husky.sh"
  57. ],
  58. "funding": "https://github.com/sponsors/typicode",
  59. "homepage": "https://typicode.github.io/husky",
  60. "keywords": [
  61. "git",
  62. "hooks",
  63. "pre-commit"
  64. ],
  65. "license": "MIT",
  66. "main": "lib/index.js",
  67. "name": "husky",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/typicode/husky.git"
  71. },
  72. "scripts": {
  73. "build": "tsc",
  74. "lint": "eslint src --ext .ts",
  75. "prepare": "npm run build && node lib/bin install",
  76. "serve": "docsify serve docs",
  77. "test": "sh test/all.sh"
  78. },
  79. "version": "7.0.2"
  80. }