{
  "_args": [
    [
      "formik@2.2.9",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "formik@2.2.9",
  "_id": "formik@2.2.9",
  "_inBundle": false,
  "_integrity": "sha512-LQLcISMmf1r5at4/gyJigGn0gOwFbeEAlji+N9InZF6LIMXnFNkO42sCI8Jt84YZggpD4cPWObAZaxpEFtSzNA==",
  "_location": "/formik",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "formik@2.2.9",
    "name": "formik",
    "escapedName": "formik",
    "rawSpec": "2.2.9",
    "saveSpec": null,
    "fetchSpec": "2.2.9"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/formik/-/formik-2.2.9.tgz",
  "_spec": "2.2.9",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "author": {
    "name": "Jared Palmer",
    "email": "jared@palmer.net",
    "url": "https://jaredpalmer.com"
  },
  "bugs": {
    "url": "https://github.com/formium/formik/issues"
  },
  "dependencies": {
    "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": "^1.10.0"
  },
  "description": "Build forms in React, without the tears",
  "devDependencies": {
    "@testing-library/react": "^11.1.0",
    "@types/hoist-non-react-statics": "^3.3.1",
    "@types/lodash": "^4.14.119",
    "@types/react": "^16.9.55",
    "@types/react-dom": "^16.9.9",
    "@types/warning": "^3.0.0",
    "@types/yup": "^0.24.9",
    "just-debounce-it": "^1.1.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "yup": "^0.28.1"
  },
  "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/formium/formik.git"
  },
  "scripts": {
    "build": "tsdx build --tsconfig tsconfig.build.json",
    "lint": "tsdx lint",
    "prepublish": "npm run build",
    "start": "tsdx watch --tsconfig tsconfig.build.json --verbose --noClean",
    "test": "tsdx test --env=jsdom",
    "test:watch": "npm run test -- --watchAll"
  },
  "typings": "dist/index.d.ts",
  "umd:main": "dist/formik.umd.production.js",
  "version": "2.2.9"
}
