comercioeletronico-cotacao-api/node_modules/mysql/package.json

144 lines
3.4 KiB
JSON

{
"_args": [
[
{
"raw": "mysql@^2.13.0",
"scope": null,
"escapedName": "mysql",
"name": "mysql",
"rawSpec": "^2.13.0",
"spec": ">=2.13.0 <3.0.0",
"type": "range"
},
"C:\\Users\\Yago\\Documents\\GitHub\\pedidos.webapi"
]
],
"_from": "mysql@>=2.13.0 <3.0.0",
"_id": "mysql@2.13.0",
"_inCache": true,
"_location": "/mysql",
"_nodeVersion": "4.6.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/mysql-2.13.0.tgz_1485274561887_0.241137774894014"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "2.15.9",
"_phantomChildren": {},
"_requested": {
"raw": "mysql@^2.13.0",
"scope": null,
"escapedName": "mysql",
"name": "mysql",
"rawSpec": "^2.13.0",
"spec": ">=2.13.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.13.0.tgz",
"_shasum": "998f1f8ca46e2e3dd7149ce982413653986aae47",
"_shrinkwrap": null,
"_spec": "mysql@^2.13.0",
"_where": "C:\\Users\\Yago\\Documents\\GitHub\\pedidos.webapi",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
"url": "http://debuggable.com/"
},
"bugs": {
"url": "https://github.com/mysqljs/mysql/issues"
},
"contributors": [
{
"name": "Andrey Sidorov",
"email": "sidorares@yandex.ru"
},
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Diogo Resende",
"email": "dresende@thinkdigital.pt"
},
{
"name": "Nathan Woltman",
"email": "nwoltman@outlook.com"
}
],
"dependencies": {
"bignumber.js": "3.1.2",
"readable-stream": "1.1.14",
"sqlstring": "2.2.0"
},
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
"devDependencies": {
"after": "0.8.2",
"eslint": "3.13.1",
"istanbul": "0.4.5",
"mkdirp": "0.5.1",
"require-all": "2.1.0",
"rimraf": "2.2.8",
"seedrandom": "2.4.2",
"timezone-mock": "0.0.0",
"urun": "0.0.8",
"utest": "0.0.8"
},
"directories": {},
"dist": {
"shasum": "998f1f8ca46e2e3dd7149ce982413653986aae47",
"tarball": "https://registry.npmjs.org/mysql/-/mysql-2.13.0.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"lib/",
"Changes.md",
"License",
"Readme.md",
"index.js"
],
"gitHead": "5cf53df9c6c096f7d632faf7ff8b389bba310dc8",
"homepage": "https://github.com/mysqljs/mysql#readme",
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "felixge",
"email": "felix@debuggable.com"
},
{
"name": "nate.lillich",
"email": "natalie@lifewanted.com"
},
{
"name": "sidorares",
"email": "sidorares@yandex.com"
}
],
"name": "mysql",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mysqljs/mysql.git"
},
"scripts": {
"lint": "eslint .",
"test": "node test/run.js",
"test-ci": "node test/run-cov.js lcovonly",
"test-cov": "node test/run-cov.js"
},
"version": "2.13.0"
}