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

26 lines
577 B
JSON
Raw Normal View History

2018-08-04 21:23:06 +00:00
{
2018-08-17 21:10:54 +00:00
"name": "@node-red/util",
2022-04-28 13:30:45 +00:00
"version": "3.0.0-beta.1",
2018-08-17 21:10:54 +00:00
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red.git"
},
"contributors": [
2018-12-07 11:40:33 +00:00
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
],
2018-08-17 21:10:54 +00:00
"dependencies": {
2022-04-28 10:04:06 +00:00
"fs-extra": "10.1.0",
"i18next": "21.6.16",
2018-08-17 21:10:54 +00:00
"json-stringify-safe": "5.0.1",
2022-02-15 13:36:05 +00:00
"jsonata": "1.8.6",
"lodash.clonedeep": "^4.5.0",
2021-12-01 16:06:03 +00:00
"moment-timezone": "0.5.34"
2018-08-17 21:10:54 +00:00
}
}