mirror of https://github.com/node-red/node-red.git
28 lines
631 B
JSON
28 lines
631 B
JSON
{
|
|
"name": "@node-red/util",
|
|
"version": "4.1.0-beta.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": {
|
|
"chalk": "^4.1.2",
|
|
"fs-extra": "11.3.0",
|
|
"i18next": "24.2.3",
|
|
"json-stringify-safe": "5.0.1",
|
|
"jsonata": "2.0.6",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"moment": "2.30.1",
|
|
"moment-timezone": "0.5.48"
|
|
}
|
|
}
|