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-schema/package.json
{
  "name": "waterline-schema",
  "description": "The core schema builder used in the Waterline ORM.",
  "version": "1.0.0",
  "dependencies": {
    "@sailshq/lodash": "^3.10.2",
    "flaverr": "^1.8.1",
    "rttc": "^10.0.0-1"
  },
  "devDependencies": {
    "eslint": "3.19.0",
    "mocha": "3.0.2"
  },
  "keywords": [
    "mvc",
    "sails",
    "sailsjs",
    "sails.js",
    "orm",
    "waterline",
    "active-record"
  ],
  "repository": "git://github.com/balderdashy/waterline-schema.git",
  "homepage": "http://github.com/balderdashy/waterline-schema",
  "main": "lib/waterline-schema.js",
  "scripts": {
    "custom-tests": "NODE_ENV=test node ./node_modules/mocha/bin/mocha test --reporter dot --recursive",
    "test": "npm run lint && npm run custom-tests",
    "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/balderdashy/waterline-schema/issues/new"
  }
}