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