HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/waterline-sql-builder/package.json
{
  "name": "waterline-sql-builder",
  "version": "1.0.0",
  "description": "Generate SQL (stage 5 query) from a Waterline statement (stage 4 query).",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha test/unit --recursive",
    "fasttest": "node ./node_modules/mocha/bin/mocha test/unit --recursive",
    "pretest": "npm run lint",
    "lint": "node ./node_modules/eslint/bin/eslint **/*.js *.js",
    "benchmark": "node ./node_modules/mocha/bin/mocha test/benchmarks --recursive"
  },
  "keywords": [
    "sql",
    "waterline",
    "sails",
    "postgresql",
    "postgres",
    "mysql",
    "oracle",
    "mssql",
    "knex"
  ],
  "author": "The Sails Company",
  "contributors": [
    "Cody Stoltman <@particlebanana>"
  ],
  "license": "MIT",
  "dependencies": {
    "knex": "0.12.7",
    "@sailshq/lodash": "^3.10.2",
    "waterline-utils": "^1.3.8"
  },
  "devDependencies": {
    "async": "2.0.1",
    "benchmark": "2.1.1",
    "eslint": "3.5.0",
    "mocha": "3.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:treelinehq/waterline-sql-builder.git"
  }
}