{
  "_from": "indicative@^5.0.8",
  "_id": "indicative@5.0.8",
  "_inBundle": false,
  "_integrity": "sha512-Do9YKlrxyvK6RpMs9AdtxmjhweKrA6hJbJejY81iD8aYjjvOU4HYkJcM2IUxC3S7ZRm/L11u67QT4OQ101N5HQ==",
  "_location": "/indicative",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "indicative@^5.0.8",
    "name": "indicative",
    "escapedName": "indicative",
    "rawSpec": "^5.0.8",
    "saveSpec": null,
    "fetchSpec": "^5.0.8"
  },
  "_requiredBy": [
    "/@adonisjs/validator"
  ],
  "_resolved": "https://registry.npmjs.org/indicative/-/indicative-5.0.8.tgz",
  "_shasum": "e635f6c0838ced1a949bc898e5f8316f6291be1e",
  "_spec": "indicative@^5.0.8",
  "_where": "/home/retrocubedevs/public_html/qa/hit_reels_web_api/node_modules/@adonisjs/validator",
  "author": {
    "name": "virk"
  },
  "bugs": {
    "url": "https://github.com/poppinss/indicative/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {},
  "deprecated": false,
  "description": "Concise data validation library for Node.js and browsers",
  "devDependencies": {
    "@adonisjs/mrm-preset": "^1.0.10",
    "@slynova/slug": "^1.1.2",
    "babel-core": "^6.26.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "chalk": "^2.4.1",
    "chul": "^1.0.3",
    "clone": "^2.1.2",
    "cz-conventional-changelog": "^2.1.0",
    "date-fns": "^1.29.0",
    "fs-extra": "^7.0.0",
    "got": "^9.0.0",
    "haye": "^2.0.2",
    "japa": "^1.0.6",
    "japa-cli": "^1.0.1",
    "karma": "^3.0.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-japa": "^1.0.2",
    "karma-rollup-preprocessor": "^6.0.1",
    "klaw": "^3.0.0",
    "mrm": "^1.2.1",
    "nyc": "^12.0.2",
    "opn": "^5.3.0",
    "pluralize": "^7.0.0",
    "pope": "^2.0.2",
    "promise-polyfill": "^8.1.0",
    "regenerator-runtime": "^0.12.1",
    "rollup": "^0.64.1",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-commonjs": "^9.1.5",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^4.0.0",
    "standard": "^11.0.1",
    "striptags": "^3.1.1",
    "uglify-es": "^3.3.9",
    "validator": "^10.5.0"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "builds"
  ],
  "homepage": "https://github.com/poppinss/indicative#readme",
  "keywords": [
    "node-validator",
    "validator",
    "schema-validator",
    "quick-validations"
  ],
  "license": "MIT",
  "main": "builds/main.js",
  "name": "indicative",
  "nyc": {
    "exclude": [
      "bin",
      "test"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poppinss/indicative.git"
  },
  "scripts": {
    "build": "rollup -c",
    "docs": "node bin/inlineDocs && cd static && chul build",
    "docs:serve": "node bin/inlineDocs && cd static && chul serve",
    "lint": "standard src/**/*.js test/**/*.js",
    "mrm": "mrm --preset @adonisjs/mrm-preset",
    "prepublishOnly": "npm run build",
    "pretest": "npm run lint",
    "test": "node bin/test",
    "test:all": "npm run test:node && npm run test:karma && npm run test:qunit",
    "test:karma": "karma start",
    "test:node": "japa",
    "test:qunit": "node bin/qunit"
  },
  "standard": {
    "globals": [
      "test",
      "group",
      "QUnit"
    ]
  },
  "version": "5.0.8"
}
