2016-04-01 18:31:07 +08:00
|
|
|
{
|
2018-01-03 16:31:02 +08:00
|
|
|
"name": "node-red-contrib-web-worldmap",
|
2022-10-27 01:51:01 +08:00
|
|
|
"version": "2.30.2",
|
2018-01-03 16:31:02 +08:00
|
|
|
"description": "A Node-RED node to provide a web page of a world map for plotting things on.",
|
|
|
|
"dependencies": {
|
2021-11-03 00:13:47 +08:00
|
|
|
"@turf/bezier-spline": "~6.5.0",
|
2018-06-03 23:12:13 +08:00
|
|
|
"cgi": "0.3.1",
|
2019-06-23 23:50:56 +08:00
|
|
|
"compression": "^1.7.4",
|
2022-10-27 00:17:22 +08:00
|
|
|
"express": "^4.18.2",
|
2021-12-30 20:29:05 +08:00
|
|
|
"sockjs": "~0.3.24"
|
2016-04-01 18:31:07 +08:00
|
|
|
},
|
2020-10-29 18:07:19 +08:00
|
|
|
"bundledDependencies": [
|
2021-03-08 01:07:47 +08:00
|
|
|
"cgi",
|
|
|
|
"compression",
|
|
|
|
"express",
|
2021-10-04 16:41:46 +08:00
|
|
|
"sockjs",
|
|
|
|
"@turf/bezier-spline"
|
2020-10-29 18:07:19 +08:00
|
|
|
],
|
2018-01-03 16:31:02 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/dceejay/RedMap"
|
2016-04-01 18:31:07 +08:00
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
2018-01-03 16:31:02 +08:00
|
|
|
"keywords": [
|
|
|
|
"node-red",
|
|
|
|
"map",
|
|
|
|
"world"
|
|
|
|
],
|
|
|
|
"node-red": {
|
2021-12-18 00:38:27 +08:00
|
|
|
"version": ">=1.0.0",
|
2018-01-03 16:31:02 +08:00
|
|
|
"nodes": {
|
2016-04-01 18:31:07 +08:00
|
|
|
"worldmap": "worldmap.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
2021-09-24 23:22:35 +08:00
|
|
|
"email": "dceejay@gmail.com",
|
2016-04-01 18:31:07 +08:00
|
|
|
"url": "http://nodered.org"
|
2019-09-17 04:35:06 +08:00
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
"@HiroyasuNishiyama"
|
2021-12-18 00:38:27 +08:00
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
}
|
2016-04-01 18:31:07 +08:00
|
|
|
}
|