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-utils/package.json
{
  "name": "waterline-utils",
  "version": "1.4.5",
  "description": "Various utilities for working with Waterline queries and adapters.",
  "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": "eslint lib test",
    "benchmark": "node ./node_modules/mocha/bin/mocha test/benchmarks --recursive"
  },
  "keywords": [
    "waterline-query-parser",
    "joins",
    "auto-migrations",
    "sql",
    "waterline",
    "sails"
  ],
  "author": "Cody Stoltman <particlebanana@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@sailshq/lodash": "^3.10.2",
    "async": "2.6.4",
    "flaverr": "^1.1.1",
    "fs-extra": "0.30.0",
    "qs": "6.4.1"
  },
  "devDependencies": {
    "benchmark": "2.1.1",
    "eslint": "4.19.1",
    "mocha": "3.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:sailshq/waterline-utils.git"
  }
}