2017-02-28 18:27:38 +08:00
|
|
|
{
|
|
|
|
"name": "mysqli",
|
2019-09-23 16:21:36 +08:00
|
|
|
"version": "3.0.11",
|
2017-02-28 18:27:38 +08:00
|
|
|
"description": "MySQL tool",
|
2018-05-29 02:42:12 +08:00
|
|
|
"main": "index.js",
|
2017-02-28 18:27:38 +08:00
|
|
|
"dependencies": {
|
2019-03-12 14:23:10 +08:00
|
|
|
"es.shim": "^1.1.2",
|
2017-02-28 18:27:38 +08:00
|
|
|
"mysql": "^2.13.0"
|
|
|
|
},
|
|
|
|
"repository": "https://github.com/yutent/mysqli.git",
|
|
|
|
"author": "yutent",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|