1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

26 lines
576 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",
2021-11-15 23:38:01 +00:00
"version": "2.2.0-beta.1",
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": {
"fs-extra": "10.0.0",
2021-12-01 16:06:03 +00:00
"i18next": "21.5.4",
2018-08-17 22:10:54 +01:00
"json-stringify-safe": "5.0.1",
2021-09-02 09:00:54 +01:00
"jsonata": "1.8.5",
"lodash.clonedeep": "^4.5.0",
2021-12-01 16:06:03 +00:00
"moment-timezone": "0.5.34"
2018-08-17 22:10:54 +01:00
}
}