node-red/packages/node_modules/@node-red/util/package.json

26 lines
569 B
JSON
Raw Normal View History

2018-08-04 23:23:06 +02:00
{
2018-08-17 23:10:54 +02:00
"name": "@node-red/util",
2021-07-30 14:28:52 +02:00
"version": "2.0.5",
2018-08-17 23:10:54 +02:00
"license": "Apache-2.0",
"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-17 23:10:54 +02:00
"dependencies": {
"fs-extra": "10.0.0",
2021-06-29 17:19:28 +02:00
"i18next": "20.3.2",
2018-08-17 23:10:54 +02:00
"json-stringify-safe": "5.0.1",
2020-11-02 22:31:27 +01:00
"jsonata": "1.8.4",
"lodash.clonedeep": "^4.5.0",
2021-04-06 19:31:02 +02:00
"moment-timezone": "0.5.33"
2018-08-17 23:10:54 +02:00
}
}