node-red/packages/node_modules/@node-red/util/package.json

27 lines
605 B
JSON
Raw Normal View History

2018-08-04 23:23:06 +02:00
{
2018-08-17 23:10:54 +02:00
"name": "@node-red/util",
2023-05-25 19:10:01 +02:00
"version": "3.1.0-beta.3",
2018-08-17 23:10:54 +02:00
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red.git"
},
"contributors": [
2018-12-07 12:40:33 +01:00
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
],
2018-08-17 23:10:54 +02:00
"dependencies": {
2023-04-28 22:37:03 +02:00
"fs-extra": "11.1.1",
2022-12-03 23:43:03 +01:00
"i18next": "21.10.0",
2018-08-17 23:10:54 +02:00
"json-stringify-safe": "5.0.1",
2022-02-15 14:36:05 +01:00
"jsonata": "1.8.6",
"lodash.clonedeep": "^4.5.0",
2022-07-12 22:12:00 +02:00
"moment": "2.29.4",
2023-04-28 22:37:03 +02:00
"moment-timezone": "0.5.43"
2018-08-17 23:10:54 +02:00
}
}