Intial Commit
This commit is contained in:
62
nodered/rootfs/data/node_modules/node-red-contrib-influxdb/package.json
generated
vendored
Normal file
62
nodered/rootfs/data/node_modules/node-red-contrib-influxdb/package.json
generated
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user