FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
66 lines
1.3 KiB
JSON
66 lines
1.3 KiB
JSON
{
|
|
"name": "ngrok",
|
|
"version": "4.3.3",
|
|
"description": "node wrapper for ngrok",
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./download": "./download.js"
|
|
},
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "mocha --exit",
|
|
"postinstall": "node ./postinstall.js",
|
|
"postupdate": "node ./postinstall.js"
|
|
},
|
|
"files": [
|
|
"bin/ngrok",
|
|
"download.js",
|
|
"download.d.ts",
|
|
"index.js",
|
|
"index.d.ts",
|
|
"postinstall.js",
|
|
"src/client.js",
|
|
"src/process.js",
|
|
"src/utils.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/bubenshchykov/ngrok.git"
|
|
},
|
|
"keywords": [
|
|
"ngrok",
|
|
"localhost",
|
|
"tunneling",
|
|
"localtunnel",
|
|
"webhook"
|
|
],
|
|
"author": "bubenshchykov",
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/bubenshchykov/ngrok/issues"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.4",
|
|
"chalk": "^4.1.2",
|
|
"mocha": "^8.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^8.10.50",
|
|
"extract-zip": "^2.0.1",
|
|
"got": "^11.8.5",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"uuid": "^7.0.0 || ^8.0.0",
|
|
"yaml": "^1.10.0"
|
|
},
|
|
"bin": {
|
|
"ngrok": "bin/ngrok"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.19.0 <14 || >=14.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"hpagent": "^0.1.2"
|
|
}
|
|
}
|