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/anchor/package.json
{
  "name": "anchor",
  "version": "1.4.1",
  "description": "High-level validation library for Node.js (used in Waterline)",
  "homepage": "https://sailsjs.com",
  "keywords": [
    "validation",
    "recursive-validator",
    "nested",
    "validator",
    "strict-types",
    "web-framework",
    "type-coercion",
    "waterline",
    "validate-parameters",
    "sails.js",
    "sails"
  ],
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "npm run lint && npm run custom-tests",
    "custom-tests": "node ./node_modules/mocha/bin/mocha -R dot test",
    "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 --ignore-pattern 'test/' && echo '✔  Your code looks good.'"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/sailsjs/anchor.git"
  },
  "author": "Mike McNeil",
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "@sailshq/lodash": "^3.10.2",
    "validator": "13.7.0"
  },
  "devDependencies": {
    "eslint": "4.11.0",
    "mocha": "3.0.2"
  }
}