twikoo-js 16.45.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # qq-twikoo
2
+
3
+ 更换了 qq 昵称获取 api,临时解决了 qq 昵称获取失败的问题
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "twikoo-js",
3
+ "version": "16.45.1",
4
+ "description": "twikoo",
5
+ "keywords": [
6
+ "twikoo",
7
+ "qq-nick-api"
8
+ ],
9
+ "homepage": "https://github.com/jeoor/twikoo-js#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/jeoor/twikoo-js/issues"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/jeoor/twikoo-js.git"
16
+ },
17
+ "license": "ISC",
18
+ "author": "jeoor",
19
+ "type": "commonjs",
20
+ "main": "twikoo.min.js",
21
+ "scripts": {
22
+ "test": "echo \"Error: no test specified\" && exit 1"
23
+ }
24
+ }