{ "_from": "indicative@^3.0.0", "_id": "indicative@3.0.6", "_inBundle": false, "_integrity": "sha512-Bl53TocPR3bVg+1eAQSHtuzO7jAvFCWyYdQ4TKQ4+tqFo3QshlzD/uCDNPmFfGAfgP/ljrGb6QB+K5YcMQxCBA==", "_location": "/indicative", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "indicative@^3.0.0", "name": "indicative", "escapedName": "indicative", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/indicative/-/indicative-3.0.6.tgz", "_shasum": "c81620a56630db6f468640dec74c7c9f1e02b188", "_spec": "indicative@^3.0.0", "_where": "C:\\Users\\admin\\Documents\\express-project", "author": { "name": "amanvirk" }, "bugs": { "url": "https://github.com/poppinss/indicative/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "@slynova/slug": "^1.0.0", "date-fns": "^1.29.0", "haye": "^1.0.1", "lodash": "^4.17.4", "p-lazy": "^1.0.0", "p-series": "^1.0.0", "p-settle": "^2.0.0", "pluralize": "^7.0.0", "pope": "^1.0.4" }, "deprecated": false, "description": "Intentionally beautiful schema and raw validator for nodejs", "devDependencies": { "benchmark": "^2.1.4", "coveralls": "^3.0.0", "cz-conventional-changelog": "^2.1.0", "japa": "^1.0.5", "japa-cli": "^1.0.1", "nyc": "^11.2.1", "semver": "^5.4.1", "standard": "^10.0.3" }, "directories": { "doc": "docs", "test": "test" }, "homepage": "https://github.com/poppinss/indicative#readme", "keywords": [ "node-validator", "validator", "schema-validator", "quick-validations" ], "license": "MIT", "main": "index.js", "name": "indicative", "nyc": { "exclude": [ "bin", "test" ] }, "repository": { "type": "git", "url": "git+https://github.com/poppinss/indicative.git" }, "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "standard", "posttest": "npm run coverage", "pretest": "npm run lint", "test": "nyc npm run test:local", "test:local": "FORCE_COLOR=true node bin/index.js --local", "test:win": "set FORCE_COLOR=true && node bin/index.js --win" }, "types": "index.d.ts", "version": "3.0.6" }