2018-08-04 23:23:06 +02:00
|
|
|
{
|
2018-08-17 23:10:54 +02:00
|
|
|
"name": "@node-red/util",
|
2018-09-21 14:58:38 +02:00
|
|
|
"version": "0.20.0-alpha.0",
|
2018-08-17 23:10:54 +02:00
|
|
|
"license": "Apache-2.0",
|
2018-08-20 21:31:29 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{ "name": "Nick O'Leary" },
|
|
|
|
{ "name": "Dave Conway-Jones"}
|
|
|
|
],
|
2018-08-17 23:10:54 +02:00
|
|
|
"dependencies": {
|
|
|
|
"clone": "2.1.2",
|
|
|
|
"i18next": "11.6.0",
|
|
|
|
"json-stringify-safe": "5.0.1",
|
|
|
|
"jsonata": "1.5.4",
|
|
|
|
"when": "3.7.8"
|
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
}
|