package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "sails-mysql",
  3. "_id": "sails-mysql@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wNH9I3IZfMZGYGxNrnN9eRFAF9g=",
  6. "_location": "/sails-mysql",
  7. "_phantomChildren": {
  8. "lodash": "4.17.11"
  9. },
  10. "_requested": {
  11. "type": "tag",
  12. "registry": true,
  13. "raw": "sails-mysql",
  14. "name": "sails-mysql",
  15. "escapedName": "sails-mysql",
  16. "rawSpec": "",
  17. "saveSpec": null,
  18. "fetchSpec": "latest"
  19. },
  20. "_requiredBy": [
  21. "#USER",
  22. "/"
  23. ],
  24. "_resolved": "http://registry.npm.taobao.org/sails-mysql/download/sails-mysql-1.0.1.tgz",
  25. "_shasum": "c0d1fd2372197cc646606c4dae737d79114017d8",
  26. "_spec": "sails-mysql",
  27. "_where": "E:\\dev\\007\\node_module\\node10",
  28. "author": {
  29. "name": "Mike McNeil"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/balderdashy/sails-mysql/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@sailshq/lodash": "^3.10.2",
  37. "async": "2.0.1",
  38. "machine": "^15.0.0-21",
  39. "machinepack-mysql": "^3.0.0",
  40. "waterline-utils": "^1.3.10"
  41. },
  42. "deprecated": false,
  43. "description": "MySQL adapter for Sails.js",
  44. "devDependencies": {
  45. "benchmark": "2.1.1",
  46. "eslint": "4.11.0",
  47. "mocha": "3.0.2",
  48. "waterline-adapter-tests": "^1.0.0-6"
  49. },
  50. "homepage": "https://github.com/balderdashy/sails-mysql#readme",
  51. "keywords": [
  52. "mysql",
  53. "orm",
  54. "waterline",
  55. "sails"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/adapter.js",
  59. "name": "sails-mysql",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/balderdashy/sails-mysql.git"
  63. },
  64. "scripts": {
  65. "benchmark": "node ./node_modules/mocha/bin/mocha test/benchmarks --recursive",
  66. "docker": "docker-compose run adapter bash",
  67. "fasttest": "node ./node_modules/mocha/bin/mocha test/adapter/unit --timeout 10000 --recursive && node test/adapter/integration/runner",
  68. "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 --ignore-pattern 'test/'",
  69. "pretest": "nodever=`node -e \"console.log('\\`node -v\\`'[1]);\"` && if [ $nodever != \"0\" ]; then npm run lint; fi",
  70. "test": "node ./node_modules/mocha/bin/mocha test/adapter/unit --timeout 10000 --recursive && node test/adapter/integration/runner"
  71. },
  72. "version": "1.0.1",
  73. "waterlineAdapter": {
  74. "waterlineVersion": "^0.13.0",
  75. "interfaces": [
  76. "semantic",
  77. "queryable",
  78. "migratable",
  79. "associations",
  80. "sql"
  81. ],
  82. "features": [
  83. "crossAdapter",
  84. "unique",
  85. "autoIncrement.sequential"
  86. ]
  87. }
  88. }