2017-02-28 18:27:38 +08:00
|
|
|
{
|
|
|
|
"name": "mysqli",
|
2018-04-16 14:57:24 +08:00
|
|
|
"version": "3.0.0",
|
2017-02-28 18:27:38 +08:00
|
|
|
"description": "MySQL tool",
|
2018-04-16 14:57:24 +08:00
|
|
|
"main": "dist/index.js",
|
2017-02-28 18:27:38 +08:00
|
|
|
"dependencies": {
|
2018-03-03 20:48:51 +08:00
|
|
|
"es.shim": "^0.0.3",
|
2017-02-28 18:27:38 +08:00
|
|
|
"mysql": "^2.13.0"
|
|
|
|
},
|
|
|
|
"repository": "https://github.com/yutent/mysqli.git",
|
|
|
|
"author": "yutent",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|