{ "_from": "mariadb", "_id": "mariadb@2.5.3", "_inBundle": false, "_integrity": "sha512-9ZbQ1zLqasLCQy6KDcPHtX7EUIMBlQ8p64gNR61+yfpCIWjPDji3aR56LvwbOz1QnQbVgYBOJ4J/pHoFN5MR+w==", "_location": "/mariadb", "_phantomChildren": { "safer-buffer": "2.1.2" }, "_requested": { "type": "tag", "registry": true, "raw": "mariadb", "name": "mariadb", "escapedName": "mariadb", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/mariadb/-/mariadb-2.5.3.tgz", "_shasum": "13a2267f7f1b572f9db997aaaa8c00f75d5a87e8", "_spec": "mariadb", "_where": "C:\\Users\\gonza\\discofy\\src\\nodeApi", "author": { "name": "Diego Dupin", "email": "diego.dupin@mariadb.com" }, "bugs": { "url": "https://jira.mariadb.org/projects/CONJS/" }, "bundleDependencies": false, "dependencies": { "@types/geojson": "^7946.0.7", "@types/node": "^14.14.28", "denque": "^1.4.1", "iconv-lite": "^0.6.2", "long": "^4.0.0", "moment-timezone": "^0.5.33", "please-upgrade-node": "^3.2.0" }, "deprecated": false, "description": "fast mariadb/mysql connector.", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.15.1", "@typescript-eslint/parser": "^4.15.1", "benchmark": "^2.1.4", "chai": "^4.3.0", "codecov": "^3.8.1", "colors": "^1.4.0", "dom-parser": "^0.1.6", "error-stack-parser": "^2.0.6", "eslint": "^7.20.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-markdown": "^1.0.1", "eslint-plugin-prettier": "^3.1.0", "mocha": "^8.3.0", "mocha-lcov-reporter": "^1.3.0", "nyc": "^15.0.0", "prettier": "^2.1.2", "typescript": "^4.1.5" }, "directories": { "lib": "lib", "test": "test" }, "engines": { "node": ">= 10.13" }, "files": [ "lib", "types/index.d.ts", "promise.js", "callback.js" ], "homepage": "https://github.com/mariadb-corporation/mariadb-connector-nodejs#readme", "keywords": [ "mariadb", "mysql", "client", "driver", "connector" ], "license": "LGPL-2.1-or-later", "main": "promise.js", "name": "mariadb", "private": false, "repository": { "type": "git", "url": "git+https://github.com/mariadb-corporation/mariadb-connector-nodejs.git" }, "scripts": { "benchmark": "node ./benchmarks/benchmarks.js", "coverage": "npm run coverage:test && npm run coverage:report", "coverage:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "coverage:test": "nyc mocha \"test/**/*.js\"", "generate": "node ./tools/generate-mariadb.js", "test": "npm run test:types-prettier && npm run test:prettier && npm run test:types && npm run test:lint && npm run test:base", "test:base": "mocha \"test/**/*.js\" ", "test:lint": "eslint \"{lib,test}/**/*.js\" ", "test:prettier": "prettier --write \"{tools,lib,test,benchmarks}/**/*.js\"", "test:types": "eslint \"types/*.ts\" ", "test:types-prettier": "prettier --write \"types/*.ts\"" }, "types": "types/index.d.ts", "version": "2.5.3" }