2013-09-05 14:02:48 +00:00
|
|
|
{
|
2018-04-15 10:18:10 +00:00
|
|
|
"name": "node-red",
|
2021-04-09 09:35:19 +00:00
|
|
|
"version": "2.0.0-beta.1",
|
2019-09-30 08:57:23 +00:00
|
|
|
"description": "Low-code programming for event-driven applications",
|
2018-04-15 10:18:10 +00:00
|
|
|
"homepage": "http://nodered.org",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red.git"
|
2013-10-20 20:42:01 +00:00
|
|
|
},
|
2018-08-20 19:31:29 +00:00
|
|
|
"private": "true",
|
2018-04-15 10:18:10 +00:00
|
|
|
"scripts": {
|
2018-08-20 19:31:29 +00:00
|
|
|
"start": "node packages/node_modules/node-red/red.js",
|
2018-04-15 10:18:10 +00:00
|
|
|
"test": "grunt",
|
|
|
|
"build": "grunt build",
|
2020-06-27 10:24:06 +00:00
|
|
|
"dev": "grunt dev",
|
|
|
|
"build-dev": "grunt build-dev",
|
2018-04-24 15:48:32 +00:00
|
|
|
"docs": "grunt docs"
|
2018-04-15 10:18:10 +00:00
|
|
|
},
|
|
|
|
"contributors": [
|
2018-08-21 12:43:11 +00:00
|
|
|
{
|
|
|
|
"name": "Nick O'Leary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dave Conway-Jones"
|
|
|
|
}
|
2018-04-15 10:18:10 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2020-10-13 20:49:11 +00:00
|
|
|
"ajv": "6.12.6",
|
2021-04-06 17:31:02 +00:00
|
|
|
"async-mutex": "0.3.1",
|
2018-10-31 11:52:43 +00:00
|
|
|
"basic-auth": "2.0.1",
|
2018-04-15 10:18:10 +00:00
|
|
|
"bcryptjs": "2.4.3",
|
2019-04-29 07:42:37 +00:00
|
|
|
"body-parser": "1.19.0",
|
2018-04-15 10:18:10 +00:00
|
|
|
"cheerio": "0.22.0",
|
2018-08-15 19:46:56 +00:00
|
|
|
"clone": "2.1.2",
|
2019-04-02 15:45:30 +00:00
|
|
|
"content-type": "1.0.4",
|
2020-06-03 20:26:31 +00:00
|
|
|
"cookie": "0.4.1",
|
2020-04-08 16:43:32 +00:00
|
|
|
"cookie-parser": "1.4.5",
|
2018-12-07 14:13:59 +00:00
|
|
|
"cors": "2.8.5",
|
2020-04-24 12:33:41 +00:00
|
|
|
"cron": "1.7.2",
|
2021-01-06 11:41:17 +00:00
|
|
|
"denque": "1.5.0",
|
2019-06-21 12:25:09 +00:00
|
|
|
"express": "4.17.1",
|
2020-06-03 20:26:31 +00:00
|
|
|
"express-session": "1.17.1",
|
2019-07-05 10:12:26 +00:00
|
|
|
"fs-extra": "8.1.0",
|
2018-04-15 10:18:10 +00:00
|
|
|
"fs.notify": "0.0.4",
|
2019-07-05 10:12:26 +00:00
|
|
|
"hash-sum": "2.0.0",
|
2020-02-21 06:33:05 +00:00
|
|
|
"https-proxy-agent": "5.0.0",
|
2019-05-21 22:31:21 +00:00
|
|
|
"i18next": "15.1.2",
|
2020-07-08 09:30:20 +00:00
|
|
|
"iconv-lite": "0.6.2",
|
2018-04-15 10:18:10 +00:00
|
|
|
"is-utf8": "0.2.1",
|
2020-06-03 20:26:31 +00:00
|
|
|
"js-yaml": "3.14.0",
|
2018-04-15 10:18:10 +00:00
|
|
|
"json-stringify-safe": "5.0.1",
|
2020-11-02 21:31:27 +00:00
|
|
|
"jsonata": "1.8.4",
|
2019-11-30 01:50:30 +00:00
|
|
|
"lodash.clonedeep": "^4.5.0",
|
2019-06-20 20:15:20 +00:00
|
|
|
"media-typer": "1.1.0",
|
2021-04-06 17:31:02 +00:00
|
|
|
"memorystore": "1.6.6",
|
|
|
|
"mime": "2.5.2",
|
|
|
|
"moment-timezone": "0.5.33",
|
2020-11-25 21:05:31 +00:00
|
|
|
"mqtt": "4.2.6",
|
2019-08-22 09:40:33 +00:00
|
|
|
"multer": "1.4.2",
|
2021-04-06 17:31:02 +00:00
|
|
|
"mustache": "4.2.0",
|
2020-06-06 09:35:07 +00:00
|
|
|
"node-red-admin": "^0.2.6",
|
2021-04-06 17:31:02 +00:00
|
|
|
"node-red-node-rbe": "^0.5.0",
|
2019-12-30 15:46:08 +00:00
|
|
|
"node-red-node-sentiment": "^0.1.6",
|
2021-04-06 17:31:02 +00:00
|
|
|
"node-red-node-tail": "^0.3.0",
|
2020-09-28 10:58:22 +00:00
|
|
|
"nopt": "5.0.0",
|
2018-04-15 10:18:10 +00:00
|
|
|
"oauth2orize": "1.11.0",
|
2019-03-04 12:33:36 +00:00
|
|
|
"on-headers": "1.0.2",
|
2020-02-26 11:37:37 +00:00
|
|
|
"passport": "0.4.1",
|
2018-04-15 10:18:10 +00:00
|
|
|
"passport-http-bearer": "1.0.1",
|
|
|
|
"passport-oauth2-client-password": "0.1.2",
|
2019-07-05 10:12:26 +00:00
|
|
|
"raw-body": "2.4.1",
|
2018-08-15 19:46:56 +00:00
|
|
|
"request": "2.88.0",
|
2019-08-22 09:40:33 +00:00
|
|
|
"semver": "6.3.0",
|
2021-04-06 17:31:02 +00:00
|
|
|
"tar": "6.1.0",
|
|
|
|
"uglify-js": "3.13.3",
|
2019-03-28 14:46:16 +00:00
|
|
|
"ws": "6.2.1",
|
2020-02-26 11:37:37 +00:00
|
|
|
"xml2js": "0.4.23"
|
2018-04-15 10:18:10 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2021-04-09 09:50:35 +00:00
|
|
|
"bcrypt": "5.0.1"
|
2018-04-15 10:18:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-06 17:31:02 +00:00
|
|
|
"dompurify": "2.2.7",
|
2020-09-28 10:58:22 +00:00
|
|
|
"grunt": "1.3.0",
|
2018-04-15 10:18:10 +00:00
|
|
|
"grunt-chmod": "~1.1.1",
|
2021-04-06 17:31:02 +00:00
|
|
|
"grunt-cli": "~1.4.2",
|
2020-09-28 10:58:22 +00:00
|
|
|
"grunt-concurrent": "3.0.0",
|
2019-08-22 09:40:33 +00:00
|
|
|
"grunt-contrib-clean": "~2.0.0",
|
2020-09-28 10:58:22 +00:00
|
|
|
"grunt-contrib-compress": "1.6.0",
|
2018-04-15 10:18:10 +00:00
|
|
|
"grunt-contrib-concat": "~1.0.1",
|
|
|
|
"grunt-contrib-copy": "~1.0.0",
|
2019-08-22 09:40:33 +00:00
|
|
|
"grunt-contrib-jshint": "~2.1.0",
|
|
|
|
"grunt-contrib-uglify": "~4.0.1",
|
2018-07-29 22:47:19 +00:00
|
|
|
"grunt-contrib-watch": "~1.1.0",
|
2020-09-28 10:58:22 +00:00
|
|
|
"grunt-jsdoc": "2.4.1",
|
|
|
|
"grunt-jsdoc-to-markdown": "5.0.0",
|
|
|
|
"grunt-jsonlint": "2.1.3",
|
2021-01-25 11:03:51 +00:00
|
|
|
"grunt-mkdir": "~1.1.0",
|
2018-10-25 10:18:13 +00:00
|
|
|
"grunt-npm-command": "~0.1.2",
|
2019-10-25 14:23:51 +00:00
|
|
|
"grunt-sass": "~3.1.0",
|
2018-04-15 10:18:10 +00:00
|
|
|
"grunt-simple-mocha": "~0.4.1",
|
2020-10-19 20:10:34 +00:00
|
|
|
"grunt-simple-nyc": "^3.0.1",
|
2020-06-03 20:26:31 +00:00
|
|
|
"http-proxy": "1.18.1",
|
2019-10-25 14:23:51 +00:00
|
|
|
"jsdoc-nr-template": "github:node-red/jsdoc-nr-template",
|
2021-04-06 17:31:02 +00:00
|
|
|
"marked": "2.0.1",
|
2018-08-22 09:00:03 +00:00
|
|
|
"minami": "1.2.3",
|
2018-07-29 22:47:19 +00:00
|
|
|
"mocha": "^5.2.0",
|
2021-02-13 00:18:04 +00:00
|
|
|
"node-red-node-test-helper": "^0.2.7",
|
2021-03-22 20:18:23 +00:00
|
|
|
"node-sass": "^5.0.0",
|
2021-04-06 17:31:02 +00:00
|
|
|
"nodemon": "2.0.7",
|
2020-09-28 10:58:22 +00:00
|
|
|
"should": "13.2.3",
|
2018-04-15 10:18:10 +00:00
|
|
|
"sinon": "1.17.7",
|
2018-12-07 14:13:59 +00:00
|
|
|
"stoppable": "^1.1.0",
|
2020-09-28 10:58:22 +00:00
|
|
|
"supertest": "5.0.0"
|
2018-04-15 10:18:10 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-04-09 09:37:05 +00:00
|
|
|
"node": ">=12"
|
2013-10-20 20:42:01 +00:00
|
|
|
}
|
2013-09-05 14:02:48 +00:00
|
|
|
}
|