mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
27 lines
599 B
JSON
27 lines
599 B
JSON
{
|
|
"name": "@node-red/util",
|
|
"version": "1.2.0-alpha.1",
|
|
"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": {
|
|
"clone": "2.1.2",
|
|
"i18next": "15.1.2",
|
|
"json-stringify-safe": "5.0.1",
|
|
"jsonata": "1.8.3",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"moment-timezone": "^0.5.31",
|
|
"when": "3.7.8"
|
|
}
|
|
}
|