node-red/packages/node_modules/@node-red/nodes/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2018-08-17 23:10:54 +02:00
{
"name": "@node-red/nodes",
2019-03-20 16:24:23 +01:00
"version": "0.20.3",
2018-08-17 23:10:54 +02:00
"license": "Apache-2.0",
"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-17 23:10:54 +02:00
"dependencies": {
2019-03-04 13:33:36 +01:00
"ajv": "6.10.0",
2018-08-17 23:10:54 +02:00
"body-parser": "1.18.3",
2018-08-28 14:57:04 +02:00
"cheerio": "0.22.0",
2019-03-04 13:33:36 +01:00
"cookie-parser": "1.4.4",
2018-08-28 14:57:04 +02:00
"cookie": "0.3.1",
2018-12-07 15:13:59 +01:00
"cors": "2.8.5",
2019-03-12 11:59:20 +01:00
"cron": "1.7.0",
2018-12-07 15:13:59 +01:00
"denque": "1.4.0",
"fs-extra": "7.0.1",
2018-08-17 23:10:54 +02:00
"fs.notify": "0.0.4",
"hash-sum": "1.0.2",
2018-08-29 10:55:40 +02:00
"https-proxy-agent": "2.2.1",
2018-08-28 14:57:04 +02:00
"is-utf8": "0.2.1",
2019-03-28 15:46:16 +01:00
"js-yaml": "3.13.0",
2018-12-07 15:13:59 +01:00
"media-typer": "1.0.1",
2018-09-06 11:31:36 +02:00
"mqtt": "2.18.8",
2018-10-31 14:57:29 +01:00
"multer": "1.4.1",
2018-12-07 15:13:59 +01:00
"mustache": "3.0.1",
2019-03-04 13:33:36 +01:00
"on-headers": "1.0.2",
2018-08-17 23:10:54 +02:00
"raw-body": "2.3.3",
2018-08-28 14:57:04 +02:00
"request": "2.88.0",
2019-03-28 15:46:16 +01:00
"ws": "6.2.1",
"xml2js": "0.4.19",
"iconv-lite": "0.4.24"
2018-08-17 23:10:54 +02:00
}
}