dockerized_openAger/nodered/rootfs/data/node_modules/node-red-contrib-influxdb/package.json
2020-10-17 18:42:50 +02:00

63 lines
1.8 KiB
JSON

{
"_from": "node-red-contrib-influxdb@0.4.1",
"_id": "node-red-contrib-influxdb@0.4.1",
"_inBundle": false,
"_integrity": "sha512-OdWM/mq1MfnyxW/HNzWEkPLuM+vZkqQAwxF/JQI5hNl/HeDy1kwoHMohsOBMhZul/47JxrJrrZnpFLcrH1tw5w==",
"_location": "/node-red-contrib-influxdb",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-red-contrib-influxdb@0.4.1",
"name": "node-red-contrib-influxdb",
"escapedName": "node-red-contrib-influxdb",
"rawSpec": "0.4.1",
"saveSpec": null,
"fetchSpec": "0.4.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.4.1.tgz",
"_shasum": "d02985b5b3ba924a511d4448792a385779abac07",
"_spec": "node-red-contrib-influxdb@0.4.1",
"_where": "/data",
"author": {
"name": "Mike Blackstock",
"email": "mikeblackstock@gmail.com",
"url": "http://mblackstock.com"
},
"bugs": {
"url": "https://github.com/mblackstock/node-red-contrib-influxdb/issues"
},
"bundleDependencies": false,
"dependencies": {
"influx": "5.5.2",
"lodash": "4.17.15"
},
"deprecated": false,
"description": "Node-RED nodes to save and query data from an influxdb 1.x time series database",
"homepage": "https://github.com/mblackstock/node-red-contrib-influxdb#readme",
"keywords": [
"node-red",
"influxdb"
],
"license": "Apache-2.0",
"main": "influxdb.js",
"name": "node-red-contrib-influxdb",
"node-red": {
"nodes": {
"influxdb": "influxdb.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/mblackstock/node-red-contrib-influxdb.git"
},
"scripts": {
"test": "echo \"Error: no test specified yet!\" && exit 1"
},
"version": "0.4.1"
}