2018-08-17 23:10:54 +02:00
|
|
|
{
|
|
|
|
"name": "@node-red/nodes",
|
2022-06-16 16:44:51 +02:00
|
|
|
"version": "3.0.0-beta.3",
|
2018-08-17 23:10:54 +02:00
|
|
|
"license": "Apache-2.0",
|
2018-08-20 21:31:29 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
|
|
},
|
|
|
|
"contributors": [
|
2018-12-07 12:40:33 +01:00
|
|
|
{
|
|
|
|
"name": "Nick O'Leary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dave Conway-Jones"
|
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
],
|
2018-08-17 23:10:54 +02:00
|
|
|
"dependencies": {
|
2022-04-28 12:04:06 +02:00
|
|
|
"acorn": "8.7.1",
|
2021-10-06 10:11:20 +02:00
|
|
|
"acorn-walk": "8.2.0",
|
2022-04-28 12:04:06 +02:00
|
|
|
"ajv": "8.11.0",
|
|
|
|
"body-parser": "1.20.0",
|
2021-06-08 18:33:40 +02:00
|
|
|
"cheerio": "1.0.0-rc.10",
|
2019-04-02 17:45:30 +02:00
|
|
|
"content-type": "1.0.4",
|
2021-12-01 17:06:03 +01:00
|
|
|
"cookie-parser": "1.4.6",
|
2022-04-28 12:04:06 +02:00
|
|
|
"cookie": "0.5.0",
|
2018-12-07 15:13:59 +01:00
|
|
|
"cors": "2.8.5",
|
2021-04-26 15:47:50 +02:00
|
|
|
"cronosjs": "1.7.1",
|
2021-10-06 10:11:20 +02:00
|
|
|
"denque": "2.0.1",
|
2021-04-23 15:19:15 +02:00
|
|
|
"form-data": "4.0.0",
|
2022-04-28 12:04:06 +02:00
|
|
|
"fs-extra": "10.1.0",
|
2021-12-01 17:06:03 +01:00
|
|
|
"got": "11.8.3",
|
2019-07-05 12:12:26 +02:00
|
|
|
"hash-sum": "2.0.0",
|
2022-05-03 10:48:13 +02:00
|
|
|
"hpagent": "1.0.0",
|
2022-04-28 12:04:06 +02:00
|
|
|
"https-proxy-agent": "5.0.1",
|
2018-08-28 14:57:04 +02:00
|
|
|
"is-utf8": "0.2.1",
|
2022-04-28 12:04:06 +02:00
|
|
|
"js-yaml": "4.1.0",
|
2019-06-20 22:15:20 +02:00
|
|
|
"media-typer": "1.1.0",
|
2022-04-28 12:04:06 +02:00
|
|
|
"mqtt": "4.3.7",
|
2022-06-16 16:39:42 +02:00
|
|
|
"multer": "1.4.5-lts.1",
|
2021-04-06 19:31:02 +02:00
|
|
|
"mustache": "4.2.0",
|
2022-04-28 15:07:13 +02:00
|
|
|
"node-watch": "0.7.3",
|
2019-03-04 13:33:36 +01:00
|
|
|
"on-headers": "1.0.2",
|
2022-04-28 12:04:06 +02:00
|
|
|
"raw-body": "2.5.1",
|
2021-04-23 15:19:15 +02:00
|
|
|
"tough-cookie": "4.0.0",
|
2021-06-08 18:33:40 +02:00
|
|
|
"uuid": "8.3.2",
|
2022-01-26 13:20:45 +01:00
|
|
|
"ws": "7.5.6",
|
2020-02-26 12:37:37 +01:00
|
|
|
"xml2js": "0.4.23",
|
2021-06-02 17:24:12 +02:00
|
|
|
"iconv-lite": "0.6.3"
|
2018-08-17 23:10:54 +02:00
|
|
|
}
|
2018-08-19 01:44:17 +02:00
|
|
|
}
|