node-query/node_modules/mysql/package.json

108 lines
2.5 KiB
JSON

{
"name": "mysql",
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
"version": "2.5.4",
"license": "MIT",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
"url": "http://debuggable.com/"
},
"contributors": [
{
"name": "Andrey Sidorov",
"email": "sidorares@yandex.ru"
},
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Diogo Resende",
"email": "dresende@thinkdigital.pt"
}
],
"homepage": "https://github.com/felixge/node-mysql",
"repository": {
"type": "git",
"url": "https://github.com/felixge/node-mysql"
},
"dependencies": {
"bignumber.js": "1.4.1",
"readable-stream": "~1.1.13",
"require-all": "0.0.8"
},
"devDependencies": {
"istanbul": "0.3.5",
"rimraf": "2.2.8",
"mkdirp": "0.5.0",
"urun": "0.0.8",
"utest": "0.0.8"
},
"engines": {
"node": ">= 0.6"
},
"scripts": {
"test": "node test/run.js",
"test-cov": "node test/run-cov.js",
"test-travis": "node test/run-cov.js lcovonly"
},
"gitHead": "e2ef977f94245194d9abcea00b03693038b68938",
"bugs": {
"url": "https://github.com/felixge/node-mysql/issues"
},
"_id": "mysql@2.5.4",
"_shasum": "9f5675fdba3f18a08275d01107b68b56038c6c99",
"_from": "mysql@>=2.5.2 <3.0.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "felixge",
"email": "felix@debuggable.com"
},
{
"name": "egorfine",
"email": "me@egorfine.com"
},
{
"name": "dresende",
"email": "dresende@thinkdigital.pt"
},
{
"name": "femto113",
"email": "ken.woodruff@gmail.com"
},
{
"name": "nate.lillich",
"email": "nate@lifewanted.com"
},
{
"name": "tolgaek",
"email": "tolga.ekmen@gmail.com"
},
{
"name": "sidorares",
"email": "sidorares@yandex.com"
},
{
"name": "seanmonstar",
"email": "sean.monstar@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"dist": {
"shasum": "9f5675fdba3f18a08275d01107b68b56038c6c99",
"tarball": "http://registry.npmjs.org/mysql/-/mysql-2.5.4.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.5.4.tgz",
"readme": "ERROR: No README data found!"
}