27 lines
605 B
JSON
Raw Normal View History

2018-08-04 22:23:06 +01:00
{
2018-08-17 22:10:54 +01:00
"name": "@node-red/util",
2024-05-30 16:43:33 +01:00
"version": "4.0.0-beta.4",
2018-08-17 22:10:54 +01:00
"license": "Apache-2.0",
"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-17 22:10:54 +01:00
"dependencies": {
2024-05-30 16:43:33 +01:00
"fs-extra": "11.2.0",
2022-12-03 22:43:03 +00:00
"i18next": "21.10.0",
2018-08-17 22:10:54 +01:00
"json-stringify-safe": "5.0.1",
2024-05-30 16:43:33 +01:00
"jsonata": "2.0.5",
"lodash.clonedeep": "^4.5.0",
2024-05-30 16:43:33 +01:00
"moment": "2.30.1",
"moment-timezone": "0.5.45"
2018-08-17 22:10:54 +01:00
}
}