package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "machinepack-mysql@^3.0.0",
  3. "_id": "machinepack-mysql@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-FFD4flGY0ASwb5QGvpHcNKKScgk=",
  6. "_location": "/machinepack-mysql",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.3",
  10. "isarray": "1.0.0",
  11. "util-deprecate": "1.0.2"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "machinepack-mysql@^3.0.0",
  17. "name": "machinepack-mysql",
  18. "escapedName": "machinepack-mysql",
  19. "rawSpec": "^3.0.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^3.0.0"
  22. },
  23. "_requiredBy": [
  24. "/sails-mysql"
  25. ],
  26. "_resolved": "http://registry.npm.taobao.org/machinepack-mysql/download/machinepack-mysql-3.0.4.tgz",
  27. "_shasum": "1450f87e5198d004b06f9406be91dc34a2927209",
  28. "_spec": "machinepack-mysql@^3.0.0",
  29. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\sails-mysql",
  30. "author": {
  31. "name": "Mike McNeil"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/treelinehq/machinepack-mysql/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@sailshq/lodash": "^3.10.2",
  39. "debug": "2.6.9",
  40. "machine": "^15.0.0",
  41. "mysql": "2.15.0",
  42. "waterline-sql-builder": "^1.0.0-2"
  43. },
  44. "deprecated": false,
  45. "description": "Structured Node.js bindings for MySQL.",
  46. "devDependencies": {
  47. "eslint": "4.19.1",
  48. "mocha": "3.0.2"
  49. },
  50. "homepage": "https://github.com/treelinehq/machinepack-mysql#readme",
  51. "keywords": [
  52. "mysql",
  53. "driver",
  54. "waterline",
  55. "sails",
  56. "machines",
  57. "machinepack"
  58. ],
  59. "license": "MIT",
  60. "machinepack": {
  61. "friendlyName": "MySQL",
  62. "machineDir": "lib/",
  63. "machines": [
  64. "get-connection",
  65. "release-connection",
  66. "send-native-query",
  67. "parse-native-query-result",
  68. "parse-native-query-error",
  69. "begin-transaction",
  70. "commit-transaction",
  71. "rollback-transaction",
  72. "compile-statement",
  73. "create-manager",
  74. "destroy-manager"
  75. ],
  76. "implements": {
  77. "connectable": "1.0",
  78. "queryable": "1.0",
  79. "transactional": "1.0"
  80. }
  81. },
  82. "name": "machinepack-mysql",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+ssh://git@github.com/treelinehq/machinepack-mysql.git"
  86. },
  87. "scripts": {
  88. "docker": "docker-compose run adapter bash",
  89. "fasttest": "node ./node_modules/mocha/bin/mocha --recursive --timeout 10000",
  90. "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0",
  91. "pretest": "npm run lint",
  92. "test": "node ./node_modules/mocha/bin/mocha --recursive --timeout 10000"
  93. },
  94. "version": "3.0.4"
  95. }