API/api.medcify.app/node_modules/mysql2/package.json
2022-09-26 11:41:44 +05:30

122 lines
3.4 KiB
JSON

{
"_from": "mysql2@^2.3.3",
"_id": "mysql2@2.3.3",
"_inBundle": false,
"_integrity": "sha512-wxJUev6LgMSgACDkb/InIFxDprRa6T95+VEoR+xPvtngtccNH2dGjEB/fVZ8yg1gWv1510c9CvXuJHi5zUm0ZA==",
"_location": "/mysql2",
"_phantomChildren": {
"safer-buffer": "2.1.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "mysql2@^2.3.3",
"name": "mysql2",
"escapedName": "mysql2",
"rawSpec": "^2.3.3",
"saveSpec": null,
"fetchSpec": "^2.3.3"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/mysql2/-/mysql2-2.3.3.tgz",
"_shasum": "944f3deca4b16629052ff8614fbf89d5552545a0",
"_spec": "mysql2@^2.3.3",
"_where": "/var/www/api.medcify.app",
"author": {
"name": "Andrey Sidorov",
"email": "sidorares@yandex.ru"
},
"bugs": {
"url": "https://github.com/sidorares/node-mysql2/issues"
},
"bundleDependencies": false,
"dependencies": {
"denque": "^2.0.1",
"generate-function": "^2.3.1",
"iconv-lite": "^0.6.3",
"long": "^4.0.0",
"lru-cache": "^6.0.0",
"named-placeholders": "^1.1.2",
"seq-queue": "^0.0.5",
"sqlstring": "^2.3.2"
},
"deprecated": false,
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"assert-diff": "^3.0.2",
"benchmark": "^2.1.4",
"c8": "^7.10.0",
"error-stack-parser": "^2.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-markdown": "^2.2.1",
"husky": "^7.0.2",
"is-async-supported": "^1.2.0",
"lint-staged": "^11.2.0",
"portfinder": "^1.0.28",
"prettier": "^2.4.1",
"progress": "^2.0.3",
"typescript": "^4.4.3",
"urun": "0.0.8",
"utest": "0.0.8"
},
"directories": {
"example": "examples"
},
"engines": {
"node": ">= 8.0"
},
"exports": {
".": "./index.js",
"./promise": "./promise.js",
"./promise.js": "./promise.js"
},
"files": [
"lib",
"typings",
"index.js",
"index.d.ts",
"promise.js",
"promise.d.ts"
],
"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": "node ./benchmarks/benchmark.js",
"coverage-test": "c8 -r cobertura -r lcov -r text node ./test/run.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 --single-quote --trailing-comma none --write README.md documentation/*",
"test": "node ./test/run.js",
"wait-port": "wait-on"
},
"version": "2.3.3"
}