| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- {
- "_args": [
- [
- "mysql2@3.11.0",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "mysql2@3.11.0",
- "_id": "mysql2@3.11.0",
- "_inBundle": false,
- "_integrity": "sha512-J9phbsXGvTOcRVPR95YedzVSxJecpW5A5+cQ57rhHIFXteTP10HCs+VBjS7DHIKfEaI1zQ5tlVrquCd64A6YvA==",
- "_location": "/mysql2",
- "_phantomChildren": {
- "safer-buffer": "2.1.2"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "mysql2@3.11.0",
- "name": "mysql2",
- "escapedName": "mysql2",
- "rawSpec": "3.11.0",
- "saveSpec": null,
- "fetchSpec": "3.11.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/mysql2/-/mysql2-3.11.0.tgz",
- "_spec": "3.11.0",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Andrey Sidorov",
- "email": "andrey.sidorov@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/sidorares/node-mysql2/issues"
- },
- "dependencies": {
- "aws-ssl-profiles": "^1.1.1",
- "denque": "^2.1.0",
- "generate-function": "^2.3.1",
- "iconv-lite": "^0.6.3",
- "long": "^5.2.1",
- "lru-cache": "^8.0.0",
- "named-placeholders": "^1.1.3",
- "seq-queue": "^0.0.5",
- "sqlstring": "^2.3.2"
- },
- "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
- "devDependencies": {
- "@types/node": "^20.0.0",
- "@typescript-eslint/eslint-plugin": "^5.42.1",
- "@typescript-eslint/parser": "^5.42.1",
- "assert-diff": "^3.0.2",
- "benchmark": "^2.1.4",
- "c8": "^10.1.1",
- "error-stack-parser": "^2.0.3",
- "eslint": "^8.27.0",
- "eslint-config-prettier": "^9.0.0",
- "eslint-plugin-async-await": "0.0.0",
- "eslint-plugin-markdown": "^5.0.0",
- "lint-staged": "^15.0.1",
- "poku": "^2.0.0",
- "portfinder": "^1.0.28",
- "prettier": "^3.0.0",
- "progress": "^2.0.3",
- "typescript": "^5.0.2"
- },
- "engines": {
- "node": ">= 8.0"
- },
- "exports": {
- ".": "./index.js",
- "./package.json": "./package.json",
- "./promise": "./promise.js",
- "./promise.js": "./promise.js"
- },
- "files": [
- "lib",
- "typings/mysql",
- "index.js",
- "index.d.ts",
- "promise.js",
- "promise.d.ts"
- ],
- "homepage": "https://sidorares.github.io/node-mysql2/docs",
- "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 npm run test",
- "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 index.d.ts promise.d.ts \"typings/**/*.ts\" \"lib/**/*.js\" \"test/**/*.{js,cjs,mjs,ts}\" \"benchmarks/**/*.js\"",
- "lint:docs": "eslint Contributing.md README.md",
- "lint:tests": "npx prettier --check ./test",
- "lint:typings": "npx prettier --check ./typings",
- "precommit": "lint-staged",
- "prettier": "prettier --single-quote --trailing-comma none --write \"{lib,test}/**/*.js\"",
- "prettier:docs": "prettier --single-quote --trailing-comma none --write README.md",
- "test": "poku --debug --include=\"test/esm,test/unit,test/integration\"",
- "test:bun": "poku --debug --platform=\"bun\" --include=\"test/esm,test/unit,test/integration\"",
- "test:deno": "deno run --allow-read --allow-env --allow-run npm:poku --debug --platform=\"deno\" --deno-allow=\"read,env,net,sys\" --deno-cjs=\".js,.cjs\" --include=\"test/esm,test/unit,test/integration\"",
- "test:tsc-build": "cd \"test/tsc-build\" && npx tsc -p \"tsconfig.json\"",
- "wait-port": "wait-on"
- },
- "typings": "typings/mysql/index",
- "version": "3.11.0"
- }
|