|
@@ -8,6 +8,7 @@
|
|
|
"name": "web",
|
|
|
"version": "0.1.0",
|
|
|
"dependencies": {
|
|
|
+ "any-touch": "^1.0.15",
|
|
|
"axios": "^0.19.2",
|
|
|
"core-js": "^3.6.5",
|
|
|
"js-base64": "^3.6.1",
|
|
@@ -33,6 +34,105 @@
|
|
|
"vue-template-compiler": "^2.6.11"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@any-touch/compute": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/compute/download/@any-touch/compute-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-UHuvIi3ACigVwWEv+MBtY3LZcyfnvfBLImPfDPLpJKzvZe/4/uZ7tCH8wgDXnP9QcPk+iB0B9PGgmSpUxK7Vbg==",
|
|
|
+ "dependencies": {
|
|
|
+ "@any-touch/shared": "^1.0.15",
|
|
|
+ "@any-touch/vector": "^1.0.15",
|
|
|
+ "tslib": "^1.9.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@any-touch/core": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/core/download/@any-touch/core-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-PwjALDHKVWxUymOtyXc76jaw5km/u8I+Vgeu+EVS3do0cOPktGUs7PHed5bXuLVWZ9/TnuUKgVpiQyimbj1+9Q==",
|
|
|
+ "dependencies": {
|
|
|
+ "@any-touch/shared": "^1.0.15",
|
|
|
+ "any-event": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@any-touch/pan": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/pan/download/@any-touch/pan-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-7p15Zgv4/KQHF0/Xm1lvjGQYysMXd0L9yWRTi8f2Evm5x/116cQHXQ/30S1LIaxZJ/aNe2LLt2sSQbEXyW1c7g==",
|
|
|
+ "dependencies": {
|
|
|
+ "@any-touch/compute": "^1.0.15",
|
|
|
+ "@any-touch/recognizer": "^1.0.15",
|
|
|
+ "@any-touch/shared": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@any-touch/pinch": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/pinch/download/@any-touch/pinch-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-mdhqOJFzf6VAtFOLPMqAd/Ob/3kpjyPhVbWBaPhgM6uVWUUnrnBWhuBiYtq9iK91UdvIvaE6LO5XP4PCUq1WyA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@any-touch/compute": "^1.0.15",
|
|
|
+ "@any-touch/recognizer": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@any-touch/press": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/press/download/@any-touch/press-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-S2PqLf80lL0qgXddjak4qEx/+r+JQvVFviuy6nrh9rs4t9xXuykpINuwRF2z1RkbzKZ/mwdzy9b7YAlIF8yuNA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@any-touch/compute": "^1.0.15",
|
|
|
+ "@any-touch/recognizer": "^1.0.15",
|
|
|
+ "@any-touch/shared": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@any-touch/recognizer": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/recognizer/download/@any-touch/recognizer-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-9vpWQLO2DyUMN3zN+C5lHqhR/vKg5FE7CVkcNu3tb+cXo8jr0RgDSmoe6evgP4TsB3BEYQ3xMu6vsp40uJK4VQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@any-touch/shared": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@any-touch/rotate": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/rotate/download/@any-touch/rotate-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-lONsCltIhjREd4SRwwoEZKu73zvRkMButKoHn1hNGpIeop1V1o8VpaWFDK9/1akIa9lUJrE8WJCO7189NELKlw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@any-touch/compute": "^1.0.15",
|
|
|
+ "@any-touch/recognizer": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@any-touch/shared": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/shared/download/@any-touch/shared-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-JRtA6h0Wa2gImvPpsM5JATxCK6t7ezBEEVN6ZsB6v3FAK/QmxrnA0O6W4liai7jKj1tA7JLtsRCZJ9v4CWFxsA=="
|
|
|
+ },
|
|
|
+ "node_modules/@any-touch/swipe": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/swipe/download/@any-touch/swipe-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-yByCoJV3jYowXQbulP/eLcL0s2OgiaDJRKdJymrQbUlDjh0hDN462QUA1gUsPTTGlu2r7ou60qTUltKGTLOTSw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@any-touch/compute": "^1.0.15",
|
|
|
+ "@any-touch/recognizer": "^1.0.15",
|
|
|
+ "@any-touch/shared": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@any-touch/tap": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/tap/download/@any-touch/tap-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-a686H9XpbUfSoL8XogsHvLkXryiEaGZuaguCYTLFePQ8lk/ottixDDIjau7dj8OqlmUOwXRmyHfPKPSJ7JKG5g==",
|
|
|
+ "dependencies": {
|
|
|
+ "@any-touch/compute": "^1.0.15",
|
|
|
+ "@any-touch/recognizer": "^1.0.15",
|
|
|
+ "@any-touch/shared": "^1.0.15",
|
|
|
+ "@any-touch/vector": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@any-touch/vector": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/vector/download/@any-touch/vector-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-YajzYuUsBgDgAeVMFcy1bkwQoyqIcA56sDd3QxKkrG0x5BuakfDzV/G3lsPtVV3MfWDuidPZP2K14orf1jlzaw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@any-touch/shared": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@babel/code-frame": {
|
|
|
"version": "7.10.4",
|
|
|
"resolved": "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.10.4.tgz?cache=0&sync_timestamp=1593522948158&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcode-frame%2Fdownload%2F%40babel%2Fcode-frame-7.10.4.tgz",
|
|
@@ -2402,12 +2502,36 @@
|
|
|
"node": ">=4"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/any-event": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/any-event/download/any-event-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-7OKjbGsZRvwBHYtiYuWIgj5XtxaraQja6qKqQTgcNVT0bw+5l3U8bYo3cIIFxLpL84vYsFdysiPvh9dsC+I0sg==",
|
|
|
+ "dependencies": {
|
|
|
+ "tslib": "^1.9.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/any-promise": {
|
|
|
"version": "1.3.0",
|
|
|
"resolved": "http://registry.npm.taobao.org/any-promise/download/any-promise-1.3.0.tgz",
|
|
|
"integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "node_modules/any-touch": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/any-touch/download/any-touch-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-BgwyDcsFdJ6p5TeEAlYZ2fIjP7e+NMzLO09SltXuu0kJqCXq5tZ8xq2MFpP7pc2WcPo4KdKFUrTM3GVNljG+dQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@any-touch/core": "^1.0.15",
|
|
|
+ "@any-touch/pan": "^1.0.15",
|
|
|
+ "@any-touch/pinch": "^1.0.15",
|
|
|
+ "@any-touch/press": "^1.0.15",
|
|
|
+ "@any-touch/rotate": "^1.0.15",
|
|
|
+ "@any-touch/swipe": "^1.0.15",
|
|
|
+ "@any-touch/tap": "^1.0.15",
|
|
|
+ "any-event": "^1.0.15",
|
|
|
+ "tslib": "^1.9.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/anymatch": {
|
|
|
"version": "3.1.1",
|
|
|
"resolved": "https://registry.npm.taobao.org/anymatch/download/anymatch-3.1.1.tgz",
|
|
@@ -12372,8 +12496,7 @@
|
|
|
"node_modules/tslib": {
|
|
|
"version": "1.13.0",
|
|
|
"resolved": "https://registry.npm.taobao.org/tslib/download/tslib-1.13.0.tgz?cache=0&sync_timestamp=1589411820927&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftslib%2Fdownload%2Ftslib-1.13.0.tgz",
|
|
|
- "integrity": "sha1-yIHhPMcBWJTtkUhi0nZDb6mkcEM=",
|
|
|
- "dev": true
|
|
|
+ "integrity": "sha1-yIHhPMcBWJTtkUhi0nZDb6mkcEM="
|
|
|
},
|
|
|
"node_modules/tty-browserify": {
|
|
|
"version": "0.0.0",
|
|
@@ -14058,6 +14181,105 @@
|
|
|
}
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "@any-touch/compute": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/compute/download/@any-touch/compute-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-UHuvIi3ACigVwWEv+MBtY3LZcyfnvfBLImPfDPLpJKzvZe/4/uZ7tCH8wgDXnP9QcPk+iB0B9PGgmSpUxK7Vbg==",
|
|
|
+ "requires": {
|
|
|
+ "@any-touch/shared": "^1.0.15",
|
|
|
+ "@any-touch/vector": "^1.0.15",
|
|
|
+ "tslib": "^1.9.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@any-touch/core": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/core/download/@any-touch/core-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-PwjALDHKVWxUymOtyXc76jaw5km/u8I+Vgeu+EVS3do0cOPktGUs7PHed5bXuLVWZ9/TnuUKgVpiQyimbj1+9Q==",
|
|
|
+ "requires": {
|
|
|
+ "@any-touch/shared": "^1.0.15",
|
|
|
+ "any-event": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@any-touch/pan": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/pan/download/@any-touch/pan-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-7p15Zgv4/KQHF0/Xm1lvjGQYysMXd0L9yWRTi8f2Evm5x/116cQHXQ/30S1LIaxZJ/aNe2LLt2sSQbEXyW1c7g==",
|
|
|
+ "requires": {
|
|
|
+ "@any-touch/compute": "^1.0.15",
|
|
|
+ "@any-touch/recognizer": "^1.0.15",
|
|
|
+ "@any-touch/shared": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@any-touch/pinch": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/pinch/download/@any-touch/pinch-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-mdhqOJFzf6VAtFOLPMqAd/Ob/3kpjyPhVbWBaPhgM6uVWUUnrnBWhuBiYtq9iK91UdvIvaE6LO5XP4PCUq1WyA==",
|
|
|
+ "requires": {
|
|
|
+ "@any-touch/compute": "^1.0.15",
|
|
|
+ "@any-touch/recognizer": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@any-touch/press": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/press/download/@any-touch/press-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-S2PqLf80lL0qgXddjak4qEx/+r+JQvVFviuy6nrh9rs4t9xXuykpINuwRF2z1RkbzKZ/mwdzy9b7YAlIF8yuNA==",
|
|
|
+ "requires": {
|
|
|
+ "@any-touch/compute": "^1.0.15",
|
|
|
+ "@any-touch/recognizer": "^1.0.15",
|
|
|
+ "@any-touch/shared": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@any-touch/recognizer": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/recognizer/download/@any-touch/recognizer-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-9vpWQLO2DyUMN3zN+C5lHqhR/vKg5FE7CVkcNu3tb+cXo8jr0RgDSmoe6evgP4TsB3BEYQ3xMu6vsp40uJK4VQ==",
|
|
|
+ "requires": {
|
|
|
+ "@any-touch/shared": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@any-touch/rotate": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/rotate/download/@any-touch/rotate-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-lONsCltIhjREd4SRwwoEZKu73zvRkMButKoHn1hNGpIeop1V1o8VpaWFDK9/1akIa9lUJrE8WJCO7189NELKlw==",
|
|
|
+ "requires": {
|
|
|
+ "@any-touch/compute": "^1.0.15",
|
|
|
+ "@any-touch/recognizer": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@any-touch/shared": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/shared/download/@any-touch/shared-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-JRtA6h0Wa2gImvPpsM5JATxCK6t7ezBEEVN6ZsB6v3FAK/QmxrnA0O6W4liai7jKj1tA7JLtsRCZJ9v4CWFxsA=="
|
|
|
+ },
|
|
|
+ "@any-touch/swipe": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/swipe/download/@any-touch/swipe-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-yByCoJV3jYowXQbulP/eLcL0s2OgiaDJRKdJymrQbUlDjh0hDN462QUA1gUsPTTGlu2r7ou60qTUltKGTLOTSw==",
|
|
|
+ "requires": {
|
|
|
+ "@any-touch/compute": "^1.0.15",
|
|
|
+ "@any-touch/recognizer": "^1.0.15",
|
|
|
+ "@any-touch/shared": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@any-touch/tap": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/tap/download/@any-touch/tap-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-a686H9XpbUfSoL8XogsHvLkXryiEaGZuaguCYTLFePQ8lk/ottixDDIjau7dj8OqlmUOwXRmyHfPKPSJ7JKG5g==",
|
|
|
+ "requires": {
|
|
|
+ "@any-touch/compute": "^1.0.15",
|
|
|
+ "@any-touch/recognizer": "^1.0.15",
|
|
|
+ "@any-touch/shared": "^1.0.15",
|
|
|
+ "@any-touch/vector": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@any-touch/vector": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@any-touch/vector/download/@any-touch/vector-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-YajzYuUsBgDgAeVMFcy1bkwQoyqIcA56sDd3QxKkrG0x5BuakfDzV/G3lsPtVV3MfWDuidPZP2K14orf1jlzaw==",
|
|
|
+ "requires": {
|
|
|
+ "@any-touch/shared": "^1.0.15"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@babel/code-frame": {
|
|
|
"version": "7.10.4",
|
|
|
"resolved": "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.10.4.tgz?cache=0&sync_timestamp=1593522948158&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcode-frame%2Fdownload%2F%40babel%2Fcode-frame-7.10.4.tgz",
|
|
@@ -16024,12 +16246,36 @@
|
|
|
"color-convert": "^1.9.0"
|
|
|
}
|
|
|
},
|
|
|
+ "any-event": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/any-event/download/any-event-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-7OKjbGsZRvwBHYtiYuWIgj5XtxaraQja6qKqQTgcNVT0bw+5l3U8bYo3cIIFxLpL84vYsFdysiPvh9dsC+I0sg==",
|
|
|
+ "requires": {
|
|
|
+ "tslib": "^1.9.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
"any-promise": {
|
|
|
"version": "1.3.0",
|
|
|
"resolved": "http://registry.npm.taobao.org/any-promise/download/any-promise-1.3.0.tgz",
|
|
|
"integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "any-touch": {
|
|
|
+ "version": "1.0.15",
|
|
|
+ "resolved": "https://registry.npmmirror.com/any-touch/download/any-touch-1.0.15.tgz",
|
|
|
+ "integrity": "sha512-BgwyDcsFdJ6p5TeEAlYZ2fIjP7e+NMzLO09SltXuu0kJqCXq5tZ8xq2MFpP7pc2WcPo4KdKFUrTM3GVNljG+dQ==",
|
|
|
+ "requires": {
|
|
|
+ "@any-touch/core": "^1.0.15",
|
|
|
+ "@any-touch/pan": "^1.0.15",
|
|
|
+ "@any-touch/pinch": "^1.0.15",
|
|
|
+ "@any-touch/press": "^1.0.15",
|
|
|
+ "@any-touch/rotate": "^1.0.15",
|
|
|
+ "@any-touch/swipe": "^1.0.15",
|
|
|
+ "@any-touch/tap": "^1.0.15",
|
|
|
+ "any-event": "^1.0.15",
|
|
|
+ "tslib": "^1.9.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
"anymatch": {
|
|
|
"version": "3.1.1",
|
|
|
"resolved": "https://registry.npm.taobao.org/anymatch/download/anymatch-3.1.1.tgz",
|
|
@@ -24366,8 +24612,7 @@
|
|
|
"tslib": {
|
|
|
"version": "1.13.0",
|
|
|
"resolved": "https://registry.npm.taobao.org/tslib/download/tslib-1.13.0.tgz?cache=0&sync_timestamp=1589411820927&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftslib%2Fdownload%2Ftslib-1.13.0.tgz",
|
|
|
- "integrity": "sha1-yIHhPMcBWJTtkUhi0nZDb6mkcEM=",
|
|
|
- "dev": true
|
|
|
+ "integrity": "sha1-yIHhPMcBWJTtkUhi0nZDb6mkcEM="
|
|
|
},
|
|
|
"tty-browserify": {
|
|
|
"version": "0.0.0",
|