UNPKG

anchor

Version:

High-level validation library for Node.js (used in Waterline)

44 lines (43 loc) 1.07 kB
{ "name": "anchor", "version": "1.4.2", "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.15.23" }, "devDependencies": { "eslint": "4.11.0", "mocha": "3.0.2" } }