{
  "_args": [
    [
      "react-material-ui-form-validator@2.1.4",
      "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend"
    ]
  ],
  "_from": "react-material-ui-form-validator@2.1.4",
  "_id": "react-material-ui-form-validator@2.1.4",
  "_inBundle": false,
  "_integrity": "sha512-XoZQxhtSRoHjQgIxSV8cF7q+Ep5Uwt0OtDDJELAq9/E2NSXH6Hbw/yAiw8eaDmCEaeQpKT+HbIavCtJ51GJIvw==",
  "_location": "/react-material-ui-form-validator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-material-ui-form-validator@2.1.4",
    "name": "react-material-ui-form-validator",
    "escapedName": "react-material-ui-form-validator",
    "rawSpec": "2.1.4",
    "saveSpec": null,
    "fetchSpec": "2.1.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-material-ui-form-validator/-/react-material-ui-form-validator-2.1.4.tgz",
  "_spec": "2.1.4",
  "_where": "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend",
  "author": {
    "name": "NewOldMax"
  },
  "bugs": {
    "url": "https://github.com/NewOldMax/react-material-ui-form-validator/issues"
  },
  "dependencies": {
    "prop-types": "^15.0.0",
    "react-form-validator-core": "1.1.1"
  },
  "description": "Simple validator for forms designed with material-ui v1/v3/v4 components.",
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-core": "^6.5.1",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.2",
    "babel-polyfill": "^6.5.0",
    "babel-preset-es2015": "6.16.0",
    "babel-preset-react": "6.16.0",
    "babel-preset-stage-2": "6.16.0",
    "eslint": "^4.18.2",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "2.2.3",
    "eslint-plugin-react": "^6.8.0"
  },
  "homepage": "https://github.com/NewOldMax/react-material-ui-form-validator#readme",
  "keywords": [
    "material-ui",
    "form",
    "validation"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "react-material-ui-form-validator",
  "peerDependencies": {
    "@material-ui/core": "^1.0.0 || ^3.0.0 || ^4.0.0",
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0",
    "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NewOldMax/react-material-ui-form-validator.git"
  },
  "scripts": {
    "build": "babel ./src -d ./lib --presets=es2015,react,stage-2",
    "lint": "eslint src/**",
    "prepublish": "npm run build"
  },
  "version": "2.1.4"
}
