mysqli/package.json

14 lines
269 B
JSON
Raw Normal View History

2017-02-28 18:27:38 +08:00
{
"name": "mysqli",
2021-08-23 16:34:49 +08:00
"version": "3.1.3",
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": {
2020-11-24 21:11:45 +08:00
"es.shim": "^2.0.1",
2017-02-28 18:27:38 +08:00
"mysql": "^2.13.0"
},
2020-11-24 21:11:45 +08:00
"repository": "https://github.com/bytedo/mysqli.git",
2017-02-28 18:27:38 +08:00
"author": "yutent",
"license": "MIT"
}