2018-08-17 22:10:54 +01:00
|
|
|
{
|
2018-10-23 13:21:59 +09:00
|
|
|
"name": "@node-red/editor-api",
|
2023-02-02 11:09:55 +00:00
|
|
|
"version": "3.1.0-beta.1",
|
2018-08-17 22:10:54 +01:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./lib/index.js",
|
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": {
|
2023-02-02 11:09:55 +00:00
|
|
|
"@node-red/util": "3.1.0-beta.1",
|
|
|
|
"@node-red/editor-client": "3.1.0-beta.1",
|
2018-08-30 12:56:31 +01:00
|
|
|
"bcryptjs": "2.4.3",
|
2023-03-02 15:42:41 +00:00
|
|
|
"body-parser": "1.20.2",
|
2018-08-17 22:10:54 +01:00
|
|
|
"clone": "2.1.2",
|
2018-12-07 14:13:59 +00:00
|
|
|
"cors": "2.8.5",
|
2022-05-16 11:10:31 +01:00
|
|
|
"express-session": "1.17.3",
|
2022-12-03 22:43:03 +00:00
|
|
|
"express": "4.18.2",
|
2022-02-15 13:36:05 +00:00
|
|
|
"memorystore": "1.6.7",
|
2022-01-26 12:20:45 +00:00
|
|
|
"mime": "3.0.0",
|
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",
|
2021-12-01 16:06:03 +00:00
|
|
|
"oauth2orize": "1.11.1",
|
2018-08-17 22:10:54 +01:00
|
|
|
"passport-http-bearer": "1.0.1",
|
|
|
|
"passport-oauth2-client-password": "0.1.2",
|
2022-07-12 21:12:00 +01:00
|
|
|
"passport": "0.6.0",
|
2022-01-26 12:20:45 +00:00
|
|
|
"ws": "7.5.6"
|
2019-03-20 17:01:58 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2022-12-03 22:43:03 +00:00
|
|
|
"bcrypt": "5.1.0"
|
2018-08-17 22:10:54 +01:00
|
|
|
}
|
2018-08-20 20:31:29 +01:00
|
|
|
}
|