%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/mysql2/ |
| Current File : /home/opti/workflow/node_modules/mysql2/package.json |
{
"_from": "mysql2@1.7.0",
"_id": "mysql2@1.7.0",
"_inBundle": false,
"_integrity": "sha512-xTWWQPjP5rcrceZQ7CSTKR/4XIDeH/cRkNH/uzvVGQ7W5c7EJ0dXeJUusk7OKhIoHj7uFKUxDVSCfLIl+jluog==",
"_location": "/mysql2",
"_phantomChildren": {
"safer-buffer": "2.1.2",
"yallist": "3.1.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "mysql2@1.7.0",
"name": "mysql2",
"escapedName": "mysql2",
"rawSpec": "1.7.0",
"saveSpec": null,
"fetchSpec": "1.7.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/mysql2/-/mysql2-1.7.0.tgz",
"_shasum": "2fbf314da016a61d038ffcd57a2a0aa3b7b8eacc",
"_spec": "mysql2@1.7.0",
"_where": "/home/opti/workflow",
"author": {
"name": "Andrey Sidorov",
"email": "sidorares@yandex.ru"
},
"bugs": {
"url": "https://github.com/sidorares/node-mysql2/issues"
},
"bundleDependencies": false,
"dependencies": {
"denque": "^1.4.1",
"generate-function": "^2.3.1",
"iconv-lite": "^0.5.0",
"long": "^4.0.0",
"lru-cache": "^5.1.1",
"named-placeholders": "^1.1.2",
"seq-queue": "^0.0.5",
"sqlstring": "^2.3.1"
},
"deprecated": false,
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
"devDependencies": {
"assert-diff": "^2.0.2",
"error-stack-parser": "^2.0.3",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-markdown": "^1.0.0",
"husky": "^3.0.4",
"is-async-supported": "^1.2.0",
"lint-staged": "^9.2.5",
"portfinder": "^1.0.23",
"prettier": "^1.18.2",
"prettier-markdown": "^0.1.6",
"progress": "^2.0.3",
"urun": "0.0.8",
"utest": "0.0.8"
},
"directories": {
"example": "examples"
},
"engines": {
"node": ">= 8.0"
},
"files": [
"lib",
"index.js",
"promise.js"
],
"homepage": "https://github.com/sidorares/node-mysql2#readme",
"keywords": [
"mysql",
"client",
"server"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"prettier --single-quote --trailing-comma none --write",
"git add"
]
},
"main": "index.js",
"name": "mysql2",
"repository": {
"type": "git",
"url": "git+https://github.com/sidorares/node-mysql2.git"
},
"scripts": {
"benchmark": "./benchmarks/run-unit.js",
"eslint-check": "eslint --print-config .eslintrc | eslint-config-prettier-check",
"lint": "npm run lint:docs && npm run lint:code",
"lint:code": "eslint index.js promise.js \"lib/**/*.js\" \"test/**/*.js\" \"benchmarks/**/*.js\"",
"lint:docs": "eslint Contributing.md \"documentation/**/*.md\" \"examples/*.js\"",
"precommit": "lint-staged",
"prettier": "prettier --single-quote --trailing-comma none --write \"{lib,examples,test}/**/*.js\"",
"prettier:docs": "prettier-markdown README.md documentation/*",
"test": "npm run lint && npm run test:raw",
"test:raw": "node ./test/run.js && MYSQL_USE_COMPRESSION=1 node ./test/run.js",
"wait-port": "wait-on"
},
"version": "1.7.0"
}