liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
  "_from": "node-red-dashboard",
  "_id": "node-red-dashboard@3.4.0",
  "_inBundle": false,
  "_integrity": "sha512-ak+E78+cs/HE83Y48OCUQa/0vfWhV7Fgqpi4+TAvh0nIGEyqn6P/bIei+alaugNU3Q4/7l6XOWN9NO+9XjMyCA==",
  "_location": "/node-red-dashboard",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "node-red-dashboard",
    "name": "node-red-dashboard",
    "escapedName": "node-red-dashboard",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.4.0.tgz",
  "_shasum": "7768183792a9f559936f873a62bab346cfebf54b",
  "_spec": "node-red-dashboard",
  "_where": "/home/l/plc/node-red",
  "bugs": {
    "url": "https://github.com/node-red/node-red-dashboard/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Andrei Tatar"
    },
    {
      "name": "Dave Conway-Jones"
    },
    {
      "name": "Joe Pavitt"
    },
    {
      "name": "Nick O'Leary"
    },
    {
      "name": "Dan Cunnington"
    },
    {
      "name": "Laurence Stant"
    },
    {
      "name": "Camille Boissel"
    },
    {
      "name": "Hiroyasu Nishiyama"
    },
    {
      "name": "Steve Rickus"
    },
    {
      "name": "Kazuhiro Ito"
    },
    {
      "name": "@fellinga"
    },
    {
      "name": "@petslane"
    },
    {
      "name": "@hotNipi"
    },
    {
      "name": "@Steve-Mcl"
    }
  ],
  "dependencies": {
    "compression": "^1.7.4",
    "gridstack": "^0.6.4",
    "serve-static": "^1.15.0",
    "socket.io": "^4.5.4"
  },
  "deprecated": false,
  "description": "A set of dashboard nodes for Node-RED",
  "devDependencies": {
    "angular": "~1.8.3",
    "angular-animate": "~1.8.3",
    "angular-aria": "~1.8.3",
    "angular-chart.js": "^1.1.1",
    "angular-material": "~1.2.5",
    "angular-material-icons": "^0.7.1",
    "angular-messages": "~1.8.3",
    "angular-mocks": "~1.8.3",
    "angular-route": "~1.8.3",
    "angular-sanitize": "~1.8.3",
    "angular-touch": "~1.8.3",
    "angularjs-color-picker": "^3.4.8",
    "chart.js": "~2.3.0",
    "d3": "^3.5.17",
    "font-awesome": "^4.7.0",
    "gulp": "~4.0.2",
    "gulp-angular-templatecache": "~3.0.1",
    "gulp-clean-css": "^4.3.0",
    "gulp-concat": "^2.6.1",
    "gulp-concat-css": "^3.1.0",
    "gulp-debug": "^4.0.0",
    "gulp-eol": "^0.2.0",
    "gulp-header": "^2.0.9",
    "gulp-html-replace": "^1.6.2",
    "gulp-html-src": "^1.0.0",
    "gulp-htmlmin": "^5.0.1",
    "gulp-jscs": "^4.1.0",
    "gulp-jshint": "^2.1.0",
    "gulp-manifest3": "^0.1.2",
    "gulp-rename": "^1.4.0",
    "gulp-replace": "^1.1.4",
    "gulp-sass": "^5.1.0",
    "gulp-util": "^3.0.8",
    "jquery": "~3.6.4",
    "jshint": "~2.13.6",
    "justgage": "~1.6.1",
    "less": "^3.13.1",
    "map-stream": "^0.0.7",
    "material-design-icons-iconfont": "^6.7.0",
    "moment": "~2.29.4",
    "sass": "^1.57.1",
    "sprintf-js": "^1.1.2",
    "streamqueue": "~1.1.2",
    "svg-morpheus": "^0.3.0",
    "terser": "^5.16.6",
    "tinycolor2": "^1.6.0",
    "weather-icons-lite": "^1.6.1"
  },
  "engines": {
    "node": ">=12"
  },
  "homepage": "https://github.com/node-red/node-red-dashboard#readme",
  "keywords": [
    "node-red"
  ],
  "license": "Apache-2.0",
  "name": "node-red-dashboard",
  "node-red": {
    "version": ">=1.0.0",
    "nodes": {
      "ui_base": "nodes/ui_base.js",
      "ui_button": "nodes/ui_button.js",
      "ui_dropdown": "nodes/ui_dropdown.js",
      "ui_switch": "nodes/ui_switch.js",
      "ui_slider": "nodes/ui_slider.js",
      "ui_numeric": "nodes/ui_numeric.js",
      "ui_text_input": "nodes/ui_text_input.js",
      "ui_date_picker": "nodes/ui_date_picker.js",
      "ui_colour_picker": "nodes/ui_colour_picker.js",
      "ui_form": "nodes/ui_form.js",
      "ui_text": "nodes/ui_text.js",
      "ui_gauge": "nodes/ui_gauge.js",
      "ui_chart": "nodes/ui_chart.js",
      "ui_audio": "nodes/ui_audio.js",
      "ui_toast": "nodes/ui_toast.js",
      "ui_ui_control": "nodes/ui_ui_control.js",
      "ui_template": "nodes/ui_template.js",
      "ui_link": "nodes/ui_link.js",
      "ui_tab": "nodes/ui_tab.js",
      "ui_group": "nodes/ui_group.js",
      "ui_spacer": "nodes/ui_spacer.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-red/node-red-dashboard.git"
  },
  "scripts": {
    "prepare": "node fixfa.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "3.4.0"
}