|
@@ -8,6 +8,9 @@
|
|
|
"name": "@kankan/sdk",
|
|
|
"version": "4.0.37",
|
|
|
"license": "GLP",
|
|
|
+ "dependencies": {
|
|
|
+ "axios": "^0.26.1"
|
|
|
+ },
|
|
|
"devDependencies": {
|
|
|
"@babel/core": "^7.13.14",
|
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
@@ -2115,6 +2118,14 @@
|
|
|
"lodash": "^4.17.14"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/axios": {
|
|
|
+ "version": "0.26.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/axios/-/axios-0.26.1.tgz",
|
|
|
+ "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
|
|
|
+ "dependencies": {
|
|
|
+ "follow-redirects": "^1.14.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/babel-plugin-dynamic-import-node": {
|
|
|
"version": "2.3.3",
|
|
|
"resolved": "https://registry.npmmirror.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
|
|
@@ -2793,7 +2804,6 @@
|
|
|
"version": "1.14.9",
|
|
|
"resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.14.9.tgz",
|
|
|
"integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==",
|
|
|
- "dev": true,
|
|
|
"funding": [
|
|
|
{
|
|
|
"type": "individual",
|
|
@@ -5953,6 +5963,14 @@
|
|
|
"lodash": "^4.17.14"
|
|
|
}
|
|
|
},
|
|
|
+ "axios": {
|
|
|
+ "version": "0.26.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/axios/-/axios-0.26.1.tgz",
|
|
|
+ "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
|
|
|
+ "requires": {
|
|
|
+ "follow-redirects": "^1.14.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"babel-plugin-dynamic-import-node": {
|
|
|
"version": "2.3.3",
|
|
|
"resolved": "https://registry.npmmirror.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
|
|
@@ -6424,8 +6442,7 @@
|
|
|
"follow-redirects": {
|
|
|
"version": "1.14.9",
|
|
|
"resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.14.9.tgz",
|
|
|
- "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==",
|
|
|
- "dev": true
|
|
|
+ "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w=="
|
|
|
},
|
|
|
"fs.realpath": {
|
|
|
"version": "1.0.0",
|