{
  "_from": "formik@^2.1.5",
  "_id": "formik@2.4.5",
  "_inBundle": false,
  "_integrity": "sha512-Gxlht0TD3vVdzMDHwkiNZqJ7Mvg77xQNfmBRrNtvzcHZs72TJppSTDKHpImCMJZwcWPBJ8jSQQ95GJzXFf1nAQ==",
  "_location": "/formik",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "formik@^2.1.5",
    "name": "formik",
    "escapedName": "formik",
    "rawSpec": "^2.1.5",
    "saveSpec": null,
    "fetchSpec": "^2.1.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/formik/-/formik-2.4.5.tgz",
  "_shasum": "f899b5b7a6f103a8fabb679823e8fafc7e0ee1b4",
  "_spec": "formik@^2.1.5",
  "_where": "/var/www/html/frontend-new",
  "author": {
    "name": "Jared Palmer",
    "email": "jared@palmer.net",
    "url": "https://jaredpalmer.com"
  },
  "bugs": {
    "url": "https://github.com/jaredpalmer/formik/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Evan Jacobs",
      "email": "probablyup@gmail.com",
      "url": "https://probablyup.com"
    }
  ],
  "dependencies": {
    "@types/hoist-non-react-statics": "^3.3.1",
    "deepmerge": "^2.1.1",
    "hoist-non-react-statics": "^3.3.0",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "react-fast-compare": "^2.0.1",
    "tiny-warning": "^1.0.2",
    "tslib": "^2.0.0"
  },
  "deprecated": false,
  "description": "Build forms in React, without the tears",
  "devDependencies": {
    "@testing-library/react": "^14.0.0",
    "@types/lodash": "^4.14.119",
    "@types/react": "^18.2.7",
    "@types/react-dom": "^18.2.4",
    "@types/warning": "^3.0.0",
    "just-debounce-it": "^1.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tsdx": "^0.14.1",
    "typescript": "^4.0.3",
    "yup": "^0.32.0"
  },
  "files": [
    "dist"
  ],
  "funding": [
    {
      "type": "individual",
      "url": "https://opencollective.com/formik"
    }
  ],
  "homepage": "https://formik.org",
  "jest": {
    "globals": {
      "__DEV__": "boolean"
    },
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx}"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/test/setupTests.ts"
    ]
  },
  "keywords": [
    "formik",
    "form",
    "forms",
    "react",
    "react-dom",
    "hooks",
    "react hooks",
    "validation",
    "render props",
    "validation",
    "higher order component",
    "hoc"
  ],
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "module": "dist/formik.esm.js",
  "name": "formik",
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaredpalmer/formik.git"
  },
  "scripts": {
    "build": "tsdx build --tsconfig tsconfig.build.json",
    "lint": "tsdx lint",
    "start": "tsdx watch --tsconfig tsconfig.build.json --verbose --noClean",
    "test": "tsdx test --env=jsdom",
    "test:watch": "npm run test -- --watchAll"
  },
  "sideEffects": false,
  "typings": "dist/index.d.ts",
  "umd:main": "dist/formik.umd.production.js",
  "version": "2.4.5"
}
