This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/mysql/package.json

107 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.0",
"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.2",
"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": "a4dd3dc5df997093c574300f39a8a4b2a24b34a1",
"bugs": {
"url": "https://github.com/felixge/node-mysql/issues"
},
"_id": "mysql@2.5.0",
"_shasum": "48557327576f2308729bb3d4a16dd1d3f76ee1d4",
"_from": "mysql@2.5.0",
"_npmVersion": "1.4.21",
"_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": "48557327576f2308729bb3d4a16dd1d3f76ee1d4",
"tarball": "http://registry.npmjs.org/mysql/-/mysql-2.5.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.5.0.tgz"
}