{ "_from": "anchor@^1.2.0", "_id": "anchor@1.4.0", "_inBundle": false, "_integrity": "sha1-arK4pdnr8pOcRc5X7Y/vgK7NmbA=", "_location": "/anchor", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "anchor@^1.2.0", "name": "anchor", "escapedName": "anchor", "rawSpec": "^1.2.0", "saveSpec": null, "fetchSpec": "^1.2.0" }, "_requiredBy": [ "/machine" ], "_resolved": "http://registry.npm.taobao.org/anchor/download/anchor-1.4.0.tgz", "_shasum": "6ab2b8a5d9ebf2939c45ce57ed8fef80aecd99b0", "_spec": "anchor@^1.2.0", "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\machine", "author": { "name": "Mike McNeil" }, "bugs": { "url": "https://github.com/sailsjs/anchor/issues" }, "bundleDependencies": false, "dependencies": { "@sailshq/lodash": "^3.10.2", "validator": "5.7.0" }, "deprecated": false, "description": "High-level validation library for Node.js (used in Waterline)", "devDependencies": { "eslint": "4.11.0", "mocha": "3.0.2" }, "directories": { "test": "test" }, "homepage": "https://sailsjs.com", "keywords": [ "validation", "recursive-validator", "nested", "validator", "strict-types", "web-framework", "type-coercion", "waterline", "validate-parameters", "sails.js", "sails" ], "license": "MIT", "main": "index.js", "name": "anchor", "repository": { "type": "git", "url": "git://github.com/sailsjs/anchor.git" }, "scripts": { "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.'", "test": "npm run lint && npm run custom-tests" }, "version": "1.4.0" }