{ "_from": "machinepack-mysql@^3.0.0", "_id": "machinepack-mysql@3.0.4", "_inBundle": false, "_integrity": "sha1-FFD4flGY0ASwb5QGvpHcNKKScgk=", "_location": "/machinepack-mysql", "_phantomChildren": { "core-util-is": "1.0.2", "inherits": "2.0.3", "isarray": "1.0.0", "util-deprecate": "1.0.2" }, "_requested": { "type": "range", "registry": true, "raw": "machinepack-mysql@^3.0.0", "name": "machinepack-mysql", "escapedName": "machinepack-mysql", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/sails-mysql" ], "_resolved": "http://registry.npm.taobao.org/machinepack-mysql/download/machinepack-mysql-3.0.4.tgz", "_shasum": "1450f87e5198d004b06f9406be91dc34a2927209", "_spec": "machinepack-mysql@^3.0.0", "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\sails-mysql", "author": { "name": "Mike McNeil" }, "bugs": { "url": "https://github.com/treelinehq/machinepack-mysql/issues" }, "bundleDependencies": false, "dependencies": { "@sailshq/lodash": "^3.10.2", "debug": "2.6.9", "machine": "^15.0.0", "mysql": "2.15.0", "waterline-sql-builder": "^1.0.0-2" }, "deprecated": false, "description": "Structured Node.js bindings for MySQL.", "devDependencies": { "eslint": "4.19.1", "mocha": "3.0.2" }, "homepage": "https://github.com/treelinehq/machinepack-mysql#readme", "keywords": [ "mysql", "driver", "waterline", "sails", "machines", "machinepack" ], "license": "MIT", "machinepack": { "friendlyName": "MySQL", "machineDir": "lib/", "machines": [ "get-connection", "release-connection", "send-native-query", "parse-native-query-result", "parse-native-query-error", "begin-transaction", "commit-transaction", "rollback-transaction", "compile-statement", "create-manager", "destroy-manager" ], "implements": { "connectable": "1.0", "queryable": "1.0", "transactional": "1.0" } }, "name": "machinepack-mysql", "repository": { "type": "git", "url": "git+ssh://git@github.com/treelinehq/machinepack-mysql.git" }, "scripts": { "docker": "docker-compose run adapter bash", "fasttest": "node ./node_modules/mocha/bin/mocha --recursive --timeout 10000", "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0", "pretest": "npm run lint", "test": "node ./node_modules/mocha/bin/mocha --recursive --timeout 10000" }, "version": "3.0.4" }