数数:初步数数接入

This commit is contained in:
luying
2021-11-11 20:10:32 +08:00
parent 2b809c8016
commit bd08d328ff
7 changed files with 114 additions and 3 deletions

View File

@@ -3318,6 +3318,33 @@
"thenify": ">= 3.1.0 < 4"
}
},
"thinkingdata-node": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/thinkingdata-node/-/thinkingdata-node-1.2.2.tgz",
"integrity": "sha512-U5Nz2/OsFj3oFGboo/OmQcc1bcbibNJm2KVMPy7JpIVdYAH8U/VKzXCHfuVvbGSalLAdvMiBklL49r5uQnVqvw==",
"requires": {
"log4js": "^5.3.0"
},
"dependencies": {
"date-format": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/date-format/-/date-format-2.1.0.tgz",
"integrity": "sha512-bYQuGLeFxhkxNOF3rcMtiZxvCBAquGzZm6oWA1oZ0g2THUzivaRhv8uOhdr19LmoobSOLoIAxeUK2RdbM8IFTA=="
},
"log4js": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/log4js/-/log4js-5.3.0.tgz",
"integrity": "sha512-PZHXaXJKMKEscvQxSnTjM4UosQalSDlNpMw63eCKW+/DiAFKIZPW1jGyIPXZDjiEYFusMfiI7zzvnxeGozUcAw==",
"requires": {
"date-format": "^2.1.0",
"debug": "^4.1.1",
"flatted": "^2.0.1",
"rfdc": "^1.1.4",
"streamroller": "^2.2.2"
}
}
}
},
"through": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",