2018-08-17 22:10:54 +01:00
|
|
|
{
|
|
|
|
"name": "@node-red/nodes",
|
2021-09-27 17:50:09 +01:00
|
|
|
"version": "2.1.0-beta.1",
|
2018-08-17 22:10:54 +01:00
|
|
|
"license": "Apache-2.0",
|
2018-08-20 20:31:29 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
|
|
},
|
|
|
|
"contributors": [
|
2018-12-07 11:40:33 +00:00
|
|
|
{
|
|
|
|
"name": "Nick O'Leary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dave Conway-Jones"
|
|
|
|
}
|
2018-08-20 20:31:29 +01:00
|
|
|
],
|
2018-08-17 22:10:54 +01:00
|
|
|
"dependencies": {
|
2021-06-29 16:19:28 +01:00
|
|
|
"acorn": "8.4.1",
|
|
|
|
"acorn-walk": "8.1.1",
|
2021-09-02 09:00:54 +01:00
|
|
|
"ajv": "8.6.2",
|
2019-04-29 08:42:37 +01:00
|
|
|
"body-parser": "1.19.0",
|
2021-06-08 17:33:40 +01:00
|
|
|
"cheerio": "1.0.0-rc.10",
|
2019-04-02 16:45:30 +01:00
|
|
|
"content-type": "1.0.4",
|
2020-04-08 17:43:32 +01:00
|
|
|
"cookie-parser": "1.4.5",
|
2020-06-03 21:26:31 +01:00
|
|
|
"cookie": "0.4.1",
|
2018-12-07 14:13:59 +00:00
|
|
|
"cors": "2.8.5",
|
2021-04-26 14:47:50 +01:00
|
|
|
"cronosjs": "1.7.1",
|
2021-01-06 11:41:17 +00:00
|
|
|
"denque": "1.5.0",
|
2021-04-23 14:19:15 +01:00
|
|
|
"form-data": "4.0.0",
|
2021-06-02 16:24:12 +01:00
|
|
|
"fs-extra": "10.0.0",
|
2018-08-17 22:10:54 +01:00
|
|
|
"fs.notify": "0.0.4",
|
2021-04-23 14:19:15 +01:00
|
|
|
"got": "11.8.2",
|
2019-07-05 11:12:26 +01:00
|
|
|
"hash-sum": "2.0.0",
|
2021-06-30 14:12:20 +01:00
|
|
|
"hpagent": "^0.1.2",
|
2020-02-21 07:33:05 +01:00
|
|
|
"https-proxy-agent": "5.0.0",
|
2018-08-28 13:57:04 +01:00
|
|
|
"is-utf8": "0.2.1",
|
2021-07-02 09:39:19 +01:00
|
|
|
"js-yaml": "3.14.1",
|
2019-06-20 21:15:20 +01:00
|
|
|
"media-typer": "1.1.0",
|
2021-06-29 16:19:28 +01:00
|
|
|
"mqtt": "4.2.8",
|
2021-09-02 09:00:54 +01:00
|
|
|
"multer": "1.4.3",
|
2021-04-06 18:31:02 +01:00
|
|
|
"mustache": "4.2.0",
|
2019-03-04 12:33:36 +00:00
|
|
|
"on-headers": "1.0.2",
|
2019-07-05 11:12:26 +01:00
|
|
|
"raw-body": "2.4.1",
|
2021-04-23 14:19:15 +01:00
|
|
|
"tough-cookie": "4.0.0",
|
2021-06-08 17:33:40 +01:00
|
|
|
"uuid": "8.3.2",
|
2021-06-29 16:19:28 +01:00
|
|
|
"ws": "7.5.1",
|
2020-02-26 11:37:37 +00:00
|
|
|
"xml2js": "0.4.23",
|
2021-06-02 16:24:12 +01:00
|
|
|
"iconv-lite": "0.6.3"
|
2018-08-17 22:10:54 +01:00
|
|
|
}
|
2018-08-19 00:44:17 +01:00
|
|
|
}
|