MoK: Report Viewer hinzugefügt

FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
This commit is contained in:
2023-03-13 19:39:04 +01:00
parent f131c5347c
commit fda2c306b5
24534 changed files with 12044171 additions and 86 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "https-browserify",
"version": "0.0.1",
"description": "https module compatability for browserify",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/substack/https-browserify.git"
},
"homepage": "https://github.com/substack/https-browserify",
"keywords": [
"https",
"browser",
"browserify"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT"
}