You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.4 KiB
53 lines
1.4 KiB
{
|
|
"_from": "node-red-node-mysql@0.1.9",
|
|
"_id": "node-red-node-mysql@0.1.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+h4av8LpGxxqVIGwv97kUvra8A/KqT6kIpZD0fEI7tjmgYujUABiAMh+QKCJRkqgT/kSB76B1M6g69kcMAEMnA==",
|
|
"_location": "/node-red-node-mysql",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "node-red-node-mysql@0.1.9",
|
|
"name": "node-red-node-mysql",
|
|
"escapedName": "node-red-node-mysql",
|
|
"rawSpec": "0.1.9",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.1.9"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-red-node-mysql/-/node-red-node-mysql-0.1.9.tgz",
|
|
"_shasum": "9e267dd9bc1c3c0cbf14b6e0f21f54b7150da437",
|
|
"_spec": "node-red-node-mysql@0.1.9",
|
|
"_where": "/data",
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"mysql": "^2.18.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A Node-RED node to read and write to a MySQL database",
|
|
"keywords": [
|
|
"node-red",
|
|
"mysql"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"name": "node-red-node-mysql",
|
|
"node-red": {
|
|
"nodes": {
|
|
"mysql": "68-mysql.js"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes/tree/master/storage/mysql"
|
|
},
|
|
"version": "0.1.9"
|
|
}
|
|
|