mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
27 lines
598 B
JSON
27 lines
598 B
JSON
{
|
|
"name": "@node-red/util",
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Nick O'Leary"
|
|
},
|
|
{
|
|
"name": "Dave Conway-Jones"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"fs-extra": "10.1.0",
|
|
"i18next": "21.8.16",
|
|
"json-stringify-safe": "5.0.1",
|
|
"jsonata": "1.8.6",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"moment": "2.29.4",
|
|
"moment-timezone": "0.5.34"
|
|
}
|
|
}
|