63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "mysql2",
|
|
"version": "0.12.5",
|
|
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"scripts": {
|
|
"test": "./test/run.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sidorares/node-mysql2"
|
|
},
|
|
"keywords": [
|
|
"mysql",
|
|
"client",
|
|
"server"
|
|
],
|
|
"author": {
|
|
"name": "Andrey Sidorov",
|
|
"email": "sidorares@yandex.ru"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "0.11.7",
|
|
"cardinal": "^0.4.4",
|
|
"fastqueue": "~0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"urun": "0.0.6"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sidorares/node-mysql2/issues"
|
|
},
|
|
"homepage": "https://github.com/sidorares/node-mysql2",
|
|
"_id": "mysql2@0.12.5",
|
|
"_shasum": "b2d527d276da40490d89d66ae2c0f44c1b9cdcaf",
|
|
"_from": "mysql2@*",
|
|
"_npmVersion": "1.4.9",
|
|
"_npmUser": {
|
|
"name": "sidorares",
|
|
"email": "sidorares@yandex.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "sidorares",
|
|
"email": "sidorares@yandex.com"
|
|
},
|
|
{
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "b2d527d276da40490d89d66ae2c0f44c1b9cdcaf",
|
|
"tarball": "http://registry.npmjs.org/mysql2/-/mysql2-0.12.5.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/mysql2/-/mysql2-0.12.5.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|