2018-08-04 23:23:06 +02:00
|
|
|
{
|
2018-08-17 23:10:54 +02:00
|
|
|
"name": "@node-red/util",
|
2022-02-18 15:46:01 +01:00
|
|
|
"version": "2.2.2",
|
2018-08-17 23:10:54 +02:00
|
|
|
"license": "Apache-2.0",
|
2018-08-20 21:31:29 +02:00
|
|
|
"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-20 21:31:29 +02:00
|
|
|
],
|
2018-08-17 23:10:54 +02:00
|
|
|
"dependencies": {
|
2021-07-05 06:34:56 +02:00
|
|
|
"fs-extra": "10.0.0",
|
2022-02-15 14:36:05 +01:00
|
|
|
"i18next": "21.6.11",
|
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",
|
2019-11-30 02:50:30 +01:00
|
|
|
"lodash.clonedeep": "^4.5.0",
|
2021-12-01 17:06:03 +01:00
|
|
|
"moment-timezone": "0.5.34"
|
2018-08-17 23:10:54 +02:00
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
}
|