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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "node-json-db@^1.1.0",
  3. "_id": "node-json-db@1.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hyfnBtuN3kb88SMmDgVil53Frygx+yYkVi6t10VjpEsPseuMI8+gT+FF37DOcyGCr/1wq6qNIr5PnFimCDlzfA==",
  6. "_location": "/node-json-db",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node-json-db@^1.1.0",
  12. "name": "node-json-db",
  13. "escapedName": "node-json-db",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/node-json-db/-/node-json-db-1.4.1.tgz",
  22. "_shasum": "d5d0898b97902d7ffa6e082c3fe414582fcb363e",
  23. "_spec": "node-json-db@^1.1.0",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-COVID19-AMPEL",
  25. "author": {
  26. "name": "Antoine Aflalo",
  27. "email": "antoineaf+npm@admincmd.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Belphemur/node-json-db/issues"
  31. },
  32. "bundleDependencies": false,
  33. "config": {
  34. "commitizen": {
  35. "path": "./node_modules/cz-conventional-changelog"
  36. }
  37. },
  38. "dependencies": {
  39. "mkdirp": "~1.0.4"
  40. },
  41. "deprecated": false,
  42. "description": "Database using JSON file as storage for Node.JS",
  43. "devDependencies": {
  44. "@semantic-release/changelog": "^6.0.0",
  45. "@semantic-release/git": "^10.0.0",
  46. "@types/jest": "^27.0.0",
  47. "@types/mkdirp": "^1.0.1",
  48. "@types/node": "^16.0.0",
  49. "@types/safe-regex": "^1.1.2",
  50. "cz-conventional-changelog": "^3.3.0",
  51. "husky": "^7.0.0",
  52. "jest": "^27.2.0",
  53. "last-release-git": "^0.0.3",
  54. "safe-regex": "~2.1.1",
  55. "semantic-release": "^18.0.0",
  56. "travis-deploy-once": "^5.0.11",
  57. "ts-jest": "^27.0.5",
  58. "typedoc": "^0.22.3",
  59. "typescript": "^4.4.3",
  60. "validate-commit-msg": "^2.14.0"
  61. },
  62. "files": [
  63. "dist/",
  64. "README.md",
  65. "LICENSE"
  66. ],
  67. "homepage": "https://github.com/Belphemur/node-json-db",
  68. "husky": {
  69. "hooks": {
  70. "commit-msg": "validate-commit-msg"
  71. }
  72. },
  73. "keywords": [
  74. "database",
  75. "json",
  76. "db",
  77. "typescript"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/JsonDB.js",
  81. "name": "node-json-db",
  82. "release": {
  83. "getLastRelease": "last-release-git",
  84. "verifyConditions": [
  85. "@semantic-release/changelog",
  86. "@semantic-release/npm",
  87. "@semantic-release/github"
  88. ],
  89. "prepare": [
  90. "@semantic-release/changelog",
  91. "@semantic-release/npm",
  92. "@semantic-release/git"
  93. ],
  94. "publish": [
  95. "@semantic-release/github",
  96. "@semantic-release/npm"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/Belphemur/node-json-db.git"
  102. },
  103. "scripts": {
  104. "build": "tsc",
  105. "build:doc": "typedoc --entryPointStrategy expand ./src",
  106. "prepare": "husky install",
  107. "semantic-release": "semantic-release",
  108. "test": "jest --coverage",
  109. "travis-deploy-once": "travis-deploy-once"
  110. },
  111. "types": "dist/JsonDB.d.ts",
  112. "version": "1.4.1"
  113. }