2018-08-04 22:23:06 +01:00
|
|
|
{
|
2018-08-17 22:10:54 +01:00
|
|
|
"name": "@node-red/util",
|
2021-10-14 13:07:58 +01:00
|
|
|
"version": "2.1.0-beta.2",
|
2018-08-17 22:10:54 +01:00
|
|
|
"license": "Apache-2.0",
|
2018-08-20 20:31:29 +01:00
|
|
|
"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-20 20:31:29 +01:00
|
|
|
],
|
2018-08-17 22:10:54 +01:00
|
|
|
"dependencies": {
|
2021-07-05 13:34:56 +09:00
|
|
|
"fs-extra": "10.0.0",
|
2021-10-14 13:07:58 +01:00
|
|
|
"i18next": "21.3.1",
|
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",
|
2019-11-29 18:50:30 -07:00
|
|
|
"lodash.clonedeep": "^4.5.0",
|
2021-04-06 18:31:02 +01:00
|
|
|
"moment-timezone": "0.5.33"
|
2018-08-17 22:10:54 +01:00
|
|
|
}
|
2018-08-20 20:31:29 +01:00
|
|
|
}
|