seimin 11 months ago
parent
commit
829be31c92
4 changed files with 464 additions and 0 deletions
  1. 206 0
      node_modules/.package-lock.json
  2. 209 0
      package-lock.json
  3. 6 0
      package.json
  4. 43 0
      upload/production.js

+ 206 - 0
node_modules/.package-lock.json

@@ -3,6 +3,28 @@
3 3
   "lockfileVersion": 3,
4 4
   "requires": true,
5 5
   "packages": {
6
+    "node_modules/balanced-match": {
7
+      "version": "1.0.2",
8
+      "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
9
+      "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
10
+      "dev": true
11
+    },
12
+    "node_modules/brace-expansion": {
13
+      "version": "1.1.11",
14
+      "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
15
+      "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
16
+      "dev": true,
17
+      "dependencies": {
18
+        "balanced-match": "^1.0.0",
19
+        "concat-map": "0.0.1"
20
+      }
21
+    },
22
+    "node_modules/concat-map": {
23
+      "version": "0.0.1",
24
+      "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
25
+      "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
26
+      "dev": true
27
+    },
6 28
     "node_modules/date-fns": {
7 29
       "version": "3.6.0",
8 30
       "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-3.6.0.tgz",
@@ -12,15 +34,199 @@
12 34
         "url": "https://github.com/sponsors/kossnocorp"
13 35
       }
14 36
     },
37
+    "node_modules/fs.realpath": {
38
+      "version": "1.0.0",
39
+      "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
40
+      "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
41
+      "dev": true
42
+    },
43
+    "node_modules/function-bind": {
44
+      "version": "1.1.2",
45
+      "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
46
+      "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
47
+      "dev": true,
48
+      "funding": {
49
+        "url": "https://github.com/sponsors/ljharb"
50
+      }
51
+    },
52
+    "node_modules/glob": {
53
+      "version": "7.2.3",
54
+      "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
55
+      "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
56
+      "dev": true,
57
+      "dependencies": {
58
+        "fs.realpath": "^1.0.0",
59
+        "inflight": "^1.0.4",
60
+        "inherits": "2",
61
+        "minimatch": "^3.1.1",
62
+        "once": "^1.3.0",
63
+        "path-is-absolute": "^1.0.0"
64
+      },
65
+      "engines": {
66
+        "node": "*"
67
+      },
68
+      "funding": {
69
+        "url": "https://github.com/sponsors/isaacs"
70
+      }
71
+    },
72
+    "node_modules/hasown": {
73
+      "version": "2.0.2",
74
+      "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
75
+      "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
76
+      "dev": true,
77
+      "dependencies": {
78
+        "function-bind": "^1.1.2"
79
+      },
80
+      "engines": {
81
+        "node": ">= 0.4"
82
+      }
83
+    },
84
+    "node_modules/inflight": {
85
+      "version": "1.0.6",
86
+      "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
87
+      "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
88
+      "dev": true,
89
+      "dependencies": {
90
+        "once": "^1.3.0",
91
+        "wrappy": "1"
92
+      }
93
+    },
94
+    "node_modules/inherits": {
95
+      "version": "2.0.4",
96
+      "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
97
+      "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
98
+      "dev": true
99
+    },
100
+    "node_modules/interpret": {
101
+      "version": "1.4.0",
102
+      "resolved": "https://registry.npmmirror.com/interpret/-/interpret-1.4.0.tgz",
103
+      "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
104
+      "dev": true,
105
+      "engines": {
106
+        "node": ">= 0.10"
107
+      }
108
+    },
109
+    "node_modules/is-core-module": {
110
+      "version": "2.13.1",
111
+      "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.13.1.tgz",
112
+      "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
113
+      "dev": true,
114
+      "dependencies": {
115
+        "hasown": "^2.0.0"
116
+      },
117
+      "funding": {
118
+        "url": "https://github.com/sponsors/ljharb"
119
+      }
120
+    },
15 121
     "node_modules/lodash-es": {
16 122
       "version": "4.17.21",
17 123
       "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
18 124
       "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
19 125
     },
126
+    "node_modules/minimatch": {
127
+      "version": "3.1.2",
128
+      "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
129
+      "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
130
+      "dev": true,
131
+      "dependencies": {
132
+        "brace-expansion": "^1.1.7"
133
+      },
134
+      "engines": {
135
+        "node": "*"
136
+      }
137
+    },
138
+    "node_modules/once": {
139
+      "version": "1.4.0",
140
+      "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
141
+      "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
142
+      "dev": true,
143
+      "dependencies": {
144
+        "wrappy": "1"
145
+      }
146
+    },
147
+    "node_modules/path-is-absolute": {
148
+      "version": "1.0.1",
149
+      "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
150
+      "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
151
+      "dev": true,
152
+      "engines": {
153
+        "node": ">=0.10.0"
154
+      }
155
+    },
156
+    "node_modules/path-parse": {
157
+      "version": "1.0.7",
158
+      "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
159
+      "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
160
+      "dev": true
161
+    },
162
+    "node_modules/rechoir": {
163
+      "version": "0.6.2",
164
+      "resolved": "https://registry.npmmirror.com/rechoir/-/rechoir-0.6.2.tgz",
165
+      "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==",
166
+      "dev": true,
167
+      "dependencies": {
168
+        "resolve": "^1.1.6"
169
+      },
170
+      "engines": {
171
+        "node": ">= 0.10"
172
+      }
173
+    },
174
+    "node_modules/resolve": {
175
+      "version": "1.22.8",
176
+      "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz",
177
+      "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
178
+      "dev": true,
179
+      "dependencies": {
180
+        "is-core-module": "^2.13.0",
181
+        "path-parse": "^1.0.7",
182
+        "supports-preserve-symlinks-flag": "^1.0.0"
183
+      },
184
+      "bin": {
185
+        "resolve": "bin/resolve"
186
+      },
187
+      "funding": {
188
+        "url": "https://github.com/sponsors/ljharb"
189
+      }
190
+    },
191
+    "node_modules/shelljs": {
192
+      "version": "0.8.5",
193
+      "resolved": "https://registry.npmmirror.com/shelljs/-/shelljs-0.8.5.tgz",
194
+      "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
195
+      "dev": true,
196
+      "dependencies": {
197
+        "glob": "^7.0.0",
198
+        "interpret": "^1.0.0",
199
+        "rechoir": "^0.6.2"
200
+      },
201
+      "bin": {
202
+        "shjs": "bin/shjs"
203
+      },
204
+      "engines": {
205
+        "node": ">=4"
206
+      }
207
+    },
208
+    "node_modules/supports-preserve-symlinks-flag": {
209
+      "version": "1.0.0",
210
+      "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
211
+      "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
212
+      "dev": true,
213
+      "engines": {
214
+        "node": ">= 0.4"
215
+      },
216
+      "funding": {
217
+        "url": "https://github.com/sponsors/ljharb"
218
+      }
219
+    },
20 220
     "node_modules/weixin-jsapi": {
21 221
       "version": "1.1.0",
22 222
       "resolved": "https://registry.npmmirror.com/weixin-jsapi/-/weixin-jsapi-1.1.0.tgz",
23 223
       "integrity": "sha512-986drpgKs1yf8gK1A/hrdF2U5cjp/zW/7bhoL37JLoePhNiO14JqZpa+wlNslge0Hlw7gEXMTnEntFvvSXz8Bw=="
224
+    },
225
+    "node_modules/wrappy": {
226
+      "version": "1.0.2",
227
+      "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
228
+      "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
229
+      "dev": true
24 230
     }
25 231
   }
26 232
 }

+ 209 - 0
package-lock.json

@@ -8,8 +8,33 @@
8 8
         "date-fns": "^3.6.0",
9 9
         "lodash-es": "^4.17.21",
10 10
         "weixin-jsapi": "^1.1.0"
11
+      },
12
+      "devDependencies": {
13
+        "shelljs": "^0.8.5"
11 14
       }
12 15
     },
16
+    "node_modules/balanced-match": {
17
+      "version": "1.0.2",
18
+      "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
19
+      "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
20
+      "dev": true
21
+    },
22
+    "node_modules/brace-expansion": {
23
+      "version": "1.1.11",
24
+      "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
25
+      "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
26
+      "dev": true,
27
+      "dependencies": {
28
+        "balanced-match": "^1.0.0",
29
+        "concat-map": "0.0.1"
30
+      }
31
+    },
32
+    "node_modules/concat-map": {
33
+      "version": "0.0.1",
34
+      "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
35
+      "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
36
+      "dev": true
37
+    },
13 38
     "node_modules/date-fns": {
14 39
       "version": "3.6.0",
15 40
       "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-3.6.0.tgz",
@@ -19,15 +44,199 @@
19 44
         "url": "https://github.com/sponsors/kossnocorp"
20 45
       }
21 46
     },
47
+    "node_modules/fs.realpath": {
48
+      "version": "1.0.0",
49
+      "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
50
+      "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
51
+      "dev": true
52
+    },
53
+    "node_modules/function-bind": {
54
+      "version": "1.1.2",
55
+      "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
56
+      "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
57
+      "dev": true,
58
+      "funding": {
59
+        "url": "https://github.com/sponsors/ljharb"
60
+      }
61
+    },
62
+    "node_modules/glob": {
63
+      "version": "7.2.3",
64
+      "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
65
+      "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
66
+      "dev": true,
67
+      "dependencies": {
68
+        "fs.realpath": "^1.0.0",
69
+        "inflight": "^1.0.4",
70
+        "inherits": "2",
71
+        "minimatch": "^3.1.1",
72
+        "once": "^1.3.0",
73
+        "path-is-absolute": "^1.0.0"
74
+      },
75
+      "engines": {
76
+        "node": "*"
77
+      },
78
+      "funding": {
79
+        "url": "https://github.com/sponsors/isaacs"
80
+      }
81
+    },
82
+    "node_modules/hasown": {
83
+      "version": "2.0.2",
84
+      "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
85
+      "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
86
+      "dev": true,
87
+      "dependencies": {
88
+        "function-bind": "^1.1.2"
89
+      },
90
+      "engines": {
91
+        "node": ">= 0.4"
92
+      }
93
+    },
94
+    "node_modules/inflight": {
95
+      "version": "1.0.6",
96
+      "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
97
+      "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
98
+      "dev": true,
99
+      "dependencies": {
100
+        "once": "^1.3.0",
101
+        "wrappy": "1"
102
+      }
103
+    },
104
+    "node_modules/inherits": {
105
+      "version": "2.0.4",
106
+      "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
107
+      "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
108
+      "dev": true
109
+    },
110
+    "node_modules/interpret": {
111
+      "version": "1.4.0",
112
+      "resolved": "https://registry.npmmirror.com/interpret/-/interpret-1.4.0.tgz",
113
+      "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
114
+      "dev": true,
115
+      "engines": {
116
+        "node": ">= 0.10"
117
+      }
118
+    },
119
+    "node_modules/is-core-module": {
120
+      "version": "2.13.1",
121
+      "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.13.1.tgz",
122
+      "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
123
+      "dev": true,
124
+      "dependencies": {
125
+        "hasown": "^2.0.0"
126
+      },
127
+      "funding": {
128
+        "url": "https://github.com/sponsors/ljharb"
129
+      }
130
+    },
22 131
     "node_modules/lodash-es": {
23 132
       "version": "4.17.21",
24 133
       "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
25 134
       "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
26 135
     },
136
+    "node_modules/minimatch": {
137
+      "version": "3.1.2",
138
+      "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
139
+      "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
140
+      "dev": true,
141
+      "dependencies": {
142
+        "brace-expansion": "^1.1.7"
143
+      },
144
+      "engines": {
145
+        "node": "*"
146
+      }
147
+    },
148
+    "node_modules/once": {
149
+      "version": "1.4.0",
150
+      "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
151
+      "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
152
+      "dev": true,
153
+      "dependencies": {
154
+        "wrappy": "1"
155
+      }
156
+    },
157
+    "node_modules/path-is-absolute": {
158
+      "version": "1.0.1",
159
+      "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
160
+      "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
161
+      "dev": true,
162
+      "engines": {
163
+        "node": ">=0.10.0"
164
+      }
165
+    },
166
+    "node_modules/path-parse": {
167
+      "version": "1.0.7",
168
+      "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
169
+      "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
170
+      "dev": true
171
+    },
172
+    "node_modules/rechoir": {
173
+      "version": "0.6.2",
174
+      "resolved": "https://registry.npmmirror.com/rechoir/-/rechoir-0.6.2.tgz",
175
+      "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==",
176
+      "dev": true,
177
+      "dependencies": {
178
+        "resolve": "^1.1.6"
179
+      },
180
+      "engines": {
181
+        "node": ">= 0.10"
182
+      }
183
+    },
184
+    "node_modules/resolve": {
185
+      "version": "1.22.8",
186
+      "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz",
187
+      "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
188
+      "dev": true,
189
+      "dependencies": {
190
+        "is-core-module": "^2.13.0",
191
+        "path-parse": "^1.0.7",
192
+        "supports-preserve-symlinks-flag": "^1.0.0"
193
+      },
194
+      "bin": {
195
+        "resolve": "bin/resolve"
196
+      },
197
+      "funding": {
198
+        "url": "https://github.com/sponsors/ljharb"
199
+      }
200
+    },
201
+    "node_modules/shelljs": {
202
+      "version": "0.8.5",
203
+      "resolved": "https://registry.npmmirror.com/shelljs/-/shelljs-0.8.5.tgz",
204
+      "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
205
+      "dev": true,
206
+      "dependencies": {
207
+        "glob": "^7.0.0",
208
+        "interpret": "^1.0.0",
209
+        "rechoir": "^0.6.2"
210
+      },
211
+      "bin": {
212
+        "shjs": "bin/shjs"
213
+      },
214
+      "engines": {
215
+        "node": ">=4"
216
+      }
217
+    },
218
+    "node_modules/supports-preserve-symlinks-flag": {
219
+      "version": "1.0.0",
220
+      "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
221
+      "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
222
+      "dev": true,
223
+      "engines": {
224
+        "node": ">= 0.4"
225
+      },
226
+      "funding": {
227
+        "url": "https://github.com/sponsors/ljharb"
228
+      }
229
+    },
27 230
     "node_modules/weixin-jsapi": {
28 231
       "version": "1.1.0",
29 232
       "resolved": "https://registry.npmmirror.com/weixin-jsapi/-/weixin-jsapi-1.1.0.tgz",
30 233
       "integrity": "sha512-986drpgKs1yf8gK1A/hrdF2U5cjp/zW/7bhoL37JLoePhNiO14JqZpa+wlNslge0Hlw7gEXMTnEntFvvSXz8Bw=="
234
+    },
235
+    "node_modules/wrappy": {
236
+      "version": "1.0.2",
237
+      "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
238
+      "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
239
+      "dev": true
31 240
     }
32 241
   }
33 242
 }

+ 6 - 0
package.json

@@ -1,7 +1,13 @@
1 1
 {
2
+  "scripts": {
3
+    "production": "node ./upload/production.js"
4
+  },
2 5
   "dependencies": {
3 6
     "date-fns": "^3.6.0",
4 7
     "lodash-es": "^4.17.21",
5 8
     "weixin-jsapi": "^1.1.0"
9
+  },
10
+  "devDependencies": {
11
+    "shelljs": "^0.8.5"
6 12
   }
7 13
 }

+ 43 - 0
upload/production.js

@@ -0,0 +1,43 @@
1
+const shell = require('shelljs')
2
+const path = require('path');
3
+const config = {
4
+  ip: "47.115.219.94", // ssh地址
5
+  username: "root", // ssh 用户名
6
+  port: 22,      //端口
7
+  password: "DStech@123", // ssh 密码
8
+  path: '/home/itsm/project/html/userApp', // 上传地址,删除地址
9
+  buildPath: '../unpackage/dist/build/web' // 本地打包后文件地址
10
+}
11
+let Client = require('ssh2-sftp-client');
12
+
13
+function connectSSh() {
14
+  let sftp = new Client();
15
+  sftp.connect({
16
+    host: config.ip,
17
+    port: config.port,
18
+    username: config.username,
19
+    password: config.password
20
+  }).then(() => {
21
+    console.log("-----先执行删除服务器文件-----")
22
+    return sftp.rmdir(config.path, true);
23
+  }).then(() => {
24
+    // 上传文件
25
+    console.log("-----开始上传-----")
26
+    return sftp.uploadDir(path.resolve(__dirname, config.buildPath), config.path);
27
+  }).then((data) => {
28
+    console.log("-----上传完成-----");
29
+    sftp.end();
30
+  }).catch((err) => {
31
+    console.log(err, '-----失败-----');
32
+    sftp.end();
33
+  });
34
+}
35
+function runTask() {
36
+  //打包完成
37
+  if (shell.exec(`npm run build`).code == 0) {
38
+    console.log("-----打包成功-----");
39
+    //提交上传
40
+    connectSSh();
41
+  }
42
+}
43
+runTask()