2018-08-04 23:23:06 +02:00
|
|
|
{
|
2018-08-17 23:10:54 +02:00
|
|
|
"name": "@node-red/registry",
|
2022-02-18 15:46:01 +01:00
|
|
|
"version": "2.2.2",
|
2018-08-17 23:10:54 +02:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./lib/index.js",
|
2018-08-20 21:31:29 +02:00
|
|
|
"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-20 21:31:29 +02:00
|
|
|
],
|
2018-08-17 23:10:54 +02:00
|
|
|
"dependencies": {
|
2022-02-18 15:46:01 +01:00
|
|
|
"@node-red/util": "2.2.2",
|
2021-07-08 12:14:53 +02:00
|
|
|
"clone": "2.1.2",
|
|
|
|
"fs-extra": "10.0.0",
|
2021-04-09 15:12:10 +02:00
|
|
|
"semver": "7.3.5",
|
2021-09-02 09:21:10 +02:00
|
|
|
"tar": "6.1.11",
|
2022-02-15 14:36:05 +01:00
|
|
|
"uglify-js": "3.15.1"
|
2018-08-17 23:10:54 +02:00
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
}
|