pull out editor-client and editor-api

This commit is contained in:
Nick O'Leary
2018-08-17 22:10:54 +01:00
parent 6b79c6135f
commit e57d8ba0ef
287 changed files with 245 additions and 294 deletions

30
packages/node_modules/@node-red/nodes/package.json generated vendored Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "@node-red/nodes",
"version": "0.20.0",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "1.18.3",
"cookie": "0.3.1",
"cookie-parser": "1.4.3",
"cron": "1.3.0",
"fs-extra": "5.0.0",
"fs.notify": "0.0.4",
"hash-sum": "1.0.2",
"js-yaml": "3.12.0",
"mqtt": "2.18.3",
"multer": "1.3.1",
"mustache": "2.3.1",
"request": "2.88.0",
"ws": "1.1.5",
"ajv": "6.5.2",
"cheerio": "0.22.0",
"cors": "2.8.4",
"denque": "1.3.0",
"is-utf8": "0.2.1",
"media-typer": "0.3.0",
"on-headers": "1.0.1",
"raw-body": "2.3.3",
"sentiment": "2.1.0",
"xml2js": "0.4.19"
}
}