Intial Commit

This commit is contained in:
valki
2020-10-17 18:42:50 +02:00
commit 664c6d8ca3
5892 changed files with 759183 additions and 0 deletions

30
nodered/rootfs/data/node_modules/influx/esdoc.json generated vendored Normal file
View File

@@ -0,0 +1,30 @@
{
"source": "./lib/src",
"destination": "./doc",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"brand": {
"title": "node-influx"
},
"undocumentIdentifier": {"enable": false},
"manual": {
"files": [
"./examples/express_response_times/readme.md",
"./examples/times.md",
"./examples/browser-setup.md",
"./examples/testing.md",
"./CONTRIBUTING.md"
],
"changelog": ["./CHANGELOG.md"]
},
"test": {
"type": "mocha",
"source": "./lib/test/unit",
"includes": ["\\.test\\.js$"]
}
}
}
]
}