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

26 lines
553 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",
2019-10-27 22:22:20 +01:00
"version": "1.0.3",
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": {
"clone": "2.1.2",
2019-05-22 00:31:21 +02:00
"i18next": "15.1.2",
2018-08-17 23:10:54 +02:00
"json-stringify-safe": "5.0.1",
2019-10-19 23:33:13 +02:00
"jsonata": "1.7.0",
"lodash.clonedeep": "^4.5.0",
2018-08-17 23:10:54 +02:00
"when": "3.7.8"
}
}