node-red/package.json

129 lines
3.7 KiB
JSON
Raw Permalink Normal View History

2013-09-05 14:02:48 +00:00
{
2018-04-15 10:18:10 +00:00
"name": "node-red",
2024-10-10 10:05:08 +00:00
"version": "4.0.5",
2019-09-30 08:57:23 +00:00
"description": "Low-code programming for event-driven applications",
2023-09-05 12:17:55 +00:00
"homepage": "https://nodered.org",
2018-04-15 10:18:10 +00:00
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red.git"
2013-10-20 20:42:01 +00:00
},
"private": "true",
2018-04-15 10:18:10 +00:00
"scripts": {
"start": "node packages/node_modules/node-red/red.js",
2018-04-15 10:18:10 +00:00
"test": "grunt",
"build": "grunt build",
"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": {
2024-09-11 12:58:16 +00:00
"acorn": "8.12.1",
"acorn-walk": "8.3.4",
"ajv": "8.17.1",
2024-05-30 15:43:33 +00:00
"async-mutex": "0.5.0",
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",
2024-09-11 12:58:16 +00:00
"body-parser": "1.20.3",
2021-06-08 16:33:40 +00:00
"cheerio": "1.0.0-rc.10",
2018-08-15 19:46:56 +00:00
"clone": "2.1.2",
2023-03-02 15:42:41 +00:00
"content-type": "1.0.5",
2024-10-07 15:30:38 +00:00
"cookie": "0.7.2",
2024-10-09 09:25:35 +00:00
"cookie-parser": "1.4.7",
2018-12-07 14:13:59 +00:00
"cors": "2.8.5",
2021-04-26 13:47:50 +00:00
"cronosjs": "1.7.1",
2022-12-03 22:43:03 +00:00
"denque": "2.1.0",
2024-10-09 09:25:35 +00:00
"express": "4.21.1",
"express-session": "1.18.1",
"form-data": "4.0.0",
2024-05-30 15:43:33 +00:00
"fs-extra": "11.2.0",
2024-10-07 15:30:38 +00:00
"got": "12.6.1",
2019-07-05 10:12:26 +00:00
"hash-sum": "2.0.0",
2022-12-03 22:43:03 +00:00
"hpagent": "1.2.0",
2022-04-28 10:04:06 +00:00
"https-proxy-agent": "5.0.1",
2022-12-03 22:43:03 +00:00
"i18next": "21.10.0",
2021-06-02 15:24:12 +00:00
"iconv-lite": "0.6.3",
2018-04-15 10:18:10 +00:00
"is-utf8": "0.2.1",
2022-04-28 10:04:06 +00:00
"js-yaml": "4.1.0",
2018-04-15 10:18:10 +00:00
"json-stringify-safe": "5.0.1",
2024-05-30 15:43:33 +00:00
"jsonata": "2.0.5",
"lodash.clonedeep": "^4.5.0",
"media-typer": "1.1.0",
2022-02-15 13:36:05 +00:00
"memorystore": "1.6.7",
2022-01-26 12:20:45 +00:00
"mime": "3.0.0",
2024-05-30 15:43:33 +00:00
"moment": "2.30.1",
2024-10-07 15:30:38 +00:00
"moment-timezone": "0.5.46",
2024-05-30 15:43:33 +00:00
"mqtt": "5.7.0",
2022-06-16 13:47:11 +00:00
"multer": "1.4.5-lts.1",
2021-04-06 17:31:02 +00:00
"mustache": "4.2.0",
2024-09-11 12:58:16 +00:00
"node-red-admin": "^4.0.1",
2023-09-05 16:16:05 +00:00
"node-watch": "0.7.4",
2020-09-28 10:58:22 +00:00
"nopt": "5.0.0",
2024-05-30 15:43:33 +00:00
"oauth2orize": "1.12.0",
2019-03-04 12:33:36 +00:00
"on-headers": "1.0.2",
2024-05-30 15:43:33 +00:00
"passport": "0.7.0",
2018-04-15 10:18:10 +00:00
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
2024-10-07 15:30:38 +00:00
"raw-body": "3.0.0",
"rfdc": "^1.3.1",
2024-10-07 15:30:38 +00:00
"semver": "7.6.3",
"tar": "7.4.3",
2024-09-11 16:37:50 +00:00
"tough-cookie": "^5.0.0",
2022-12-03 22:43:03 +00:00
"uglify-js": "3.17.4",
2024-05-30 15:43:33 +00:00
"uuid": "9.0.1",
2024-06-17 10:24:59 +00:00
"ws": "7.5.10",
2023-09-05 16:16:05 +00:00
"xml2js": "0.6.2"
2018-04-15 10:18:10 +00:00
},
"optionalDependencies": {
2024-05-31 14:16:32 +00:00
"@node-rs/bcrypt": "1.10.4"
2018-04-15 10:18:10 +00:00
},
"devDependencies": {
2024-09-27 08:42:07 +00:00
"dompurify": "2.5.7",
2023-03-02 15:42:41 +00:00
"grunt": "1.6.1",
2018-04-15 10:18:10 +00:00
"grunt-chmod": "~1.1.1",
2024-09-27 08:42:07 +00:00
"grunt-cli": "~1.5.0",
2020-09-28 10:58:22 +00:00
"grunt-concurrent": "3.0.0",
2022-04-28 10:04:06 +00:00
"grunt-contrib-clean": "2.0.1",
2021-04-09 10:22:57 +00:00
"grunt-contrib-compress": "2.0.0",
2022-04-28 10:04:06 +00:00
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "3.2.0",
2022-07-12 20:12:00 +00:00
"grunt-contrib-uglify": "5.2.2",
2022-04-28 10:04:06 +00:00
"grunt-contrib-watch": "1.1.0",
2020-09-28 10:58:22 +00:00
"grunt-jsdoc": "2.4.1",
2021-04-09 10:22:57 +00:00
"grunt-jsdoc-to-markdown": "6.0.0",
2024-09-27 08:42:07 +00:00
"grunt-jsonlint": "3.0.0",
"grunt-mkdir": "~1.1.0",
2018-10-25 10:18:13 +00:00
"grunt-npm-command": "~0.1.2",
"grunt-sass": "~3.1.0",
2018-04-15 10:18:10 +00:00
"grunt-simple-mocha": "~0.4.1",
"grunt-simple-nyc": "^3.0.1",
2022-06-16 13:47:11 +00:00
"i18next-http-backend": "1.4.1",
"jquery-i18next": "1.2.1",
"jsdoc-nr-template": "github:node-red/jsdoc-nr-template",
2023-04-28 20:37:03 +00:00
"marked": "4.3.0",
2024-10-07 15:30:38 +00:00
"mermaid": "11.3.0",
2018-08-22 09:00:03 +00:00
"minami": "1.2.3",
2022-04-28 10:04:06 +00:00
"mocha": "9.2.2",
2024-03-21 15:16:49 +00:00
"node-red-node-test-helper": "^0.3.3",
2024-09-27 08:42:07 +00:00
"nodemon": "3.1.7",
2021-06-08 09:30:24 +00:00
"proxy": "^1.0.2",
2023-04-28 20:37:03 +00:00
"sass": "1.62.1",
2020-09-28 10:58:22 +00:00
"should": "13.2.3",
2021-09-02 08:00:54 +00:00
"sinon": "11.1.2",
2018-12-07 14:13:59 +00:00
"stoppable": "^1.1.0",
2023-03-02 15:42:41 +00:00
"supertest": "6.3.3"
2018-04-15 10:18:10 +00:00
},
"engines": {
"node": ">=18.5"
2013-10-20 20:42:01 +00:00
}
2013-09-05 14:02:48 +00:00
}