1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

51 lines
1.2 KiB
JSON
Raw Normal View History

2018-08-17 22:10:54 +01:00
{
"name": "@node-red/nodes",
2023-09-05 21:29:20 +01:00
"version": "3.1.0",
2018-08-17 22:10:54 +01:00
"license": "Apache-2.0",
"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-17 22:10:54 +01:00
"dependencies": {
2023-03-02 15:42:41 +00:00
"acorn": "8.8.2",
2021-10-06 09:11:20 +01:00
"acorn-walk": "8.2.0",
2023-03-02 15:42:41 +00:00
"ajv": "8.12.0",
"body-parser": "1.20.2",
2021-06-08 17:33:40 +01:00
"cheerio": "1.0.0-rc.10",
2023-03-02 15:42:41 +00:00
"content-type": "1.0.5",
2021-12-01 16:06:03 +00:00
"cookie-parser": "1.4.6",
2022-04-28 11:04:06 +01:00
"cookie": "0.5.0",
2018-12-07 14:13:59 +00:00
"cors": "2.8.5",
2021-04-26 14:47:50 +01:00
"cronosjs": "1.7.1",
2022-12-03 22:43:03 +00:00
"denque": "2.1.0",
"form-data": "4.0.0",
2023-04-28 21:37:03 +01:00
"fs-extra": "11.1.1",
"got": "12.6.0",
2019-07-05 11:12:26 +01:00
"hash-sum": "2.0.0",
2022-12-03 22:43:03 +00:00
"hpagent": "1.2.0",
2022-04-28 11:04:06 +01:00
"https-proxy-agent": "5.0.1",
2018-08-28 13:57:04 +01:00
"is-utf8": "0.2.1",
2022-04-28 11:04:06 +01:00
"js-yaml": "4.1.0",
"media-typer": "1.1.0",
2022-04-28 11:04:06 +01:00
"mqtt": "4.3.7",
2022-06-16 15:39:42 +01:00
"multer": "1.4.5-lts.1",
2021-04-06 18:31:02 +01:00
"mustache": "4.2.0",
2023-09-05 17:16:05 +01:00
"node-watch": "0.7.4",
2019-03-04 12:33:36 +00:00
"on-headers": "1.0.2",
2023-03-02 15:42:41 +00:00
"raw-body": "2.5.2",
2023-09-05 17:16:05 +01:00
"tough-cookie": "4.1.3",
2023-03-02 15:42:41 +00:00
"uuid": "9.0.0",
2022-01-26 12:20:45 +00:00
"ws": "7.5.6",
2023-09-05 17:16:05 +01:00
"xml2js": "0.6.2",
2021-06-02 16:24:12 +01:00
"iconv-lite": "0.6.3"
2018-08-17 22:10:54 +01:00
}
}