123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_from": "mysql2",
- "_id": "mysql2@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-9kGVyi930rG2KaHrz3sHwtc6K+GY9d8wWk1XRSYxQiunvGcn4DwuZxOwmK11ftuhhwrYDwGx9Ta4VBwznJn36A==",
- "_location": "/mysql2",
- "_phantomChildren": {
- "safer-buffer": "2.1.2"
- },
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "mysql2",
- "name": "mysql2",
- "escapedName": "mysql2",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/mysql2/-/mysql2-2.1.0.tgz",
- "_shasum": "55ecfd4353114c148cc4c253192dbbfd000e6642",
- "_spec": "mysql2",
- "_where": "E:\\a-level\\project_js2",
- "author": {
- "name": "Andrey Sidorov",
- "email": "sidorares@yandex.ru"
- },
- "bugs": {
- "url": "https://github.com/sidorares/node-mysql2/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "cardinal": "^2.1.1",
- "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",
- "wait-port": "wait-on"
- },
- "version": "2.1.0"
- }
|