feat: 支持前后一体登录模板

This commit is contained in:
qiang
2021-01-16 16:36:23 +08:00
parent e8c552a394
commit 14a86cb305
107 changed files with 5637 additions and 1319 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "unbzip2-stream",
"version": "1.3.1",
"version": "1.4.3",
"description": "streaming unbzip2 implementation in pure javascript for node and browsers",
"keywords": [
"bzip",
@@ -34,18 +34,18 @@
],
"main": "index.js",
"devDependencies": {
"beefy": "^2.1.2",
"beefy": "^2.1.8",
"brfs": "^1.2.0",
"browserify": "^8.1.0",
"browserify": "^16.2.3",
"concat-stream": "^1.4.7",
"stream-equal": "^1.1.1",
"tape": "^3.4.0",
"tape": "^4.9.2",
"tape-run": "^4.0.0",
"uglify-js": "^3.0.10"
},
"dependencies": {
"through": "^2.3.6",
"buffer": "^3.0.1"
"buffer": "^5.2.1",
"through": "^2.3.8"
},
"license": "MIT"
}