{
  "_args": [
    [
      "final-form@4.20.9",
      "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri"
    ]
  ],
  "_from": "final-form@4.20.9",
  "_id": "final-form@4.20.9",
  "_inBundle": false,
  "_integrity": "sha512-shA1X/7v8RmukWMNRHx0l7+Bm41hOivY78IvOiBrPVHjyWFIyqqIEMCz7yTVRc9Ea+EU4WkZ5r4MH6whSo5taw==",
  "_location": "/final-form",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "final-form@4.20.9",
    "name": "final-form",
    "escapedName": "final-form",
    "rawSpec": "4.20.9",
    "saveSpec": null,
    "fetchSpec": "4.20.9"
  },
  "_requiredBy": [
    "/react-admin"
  ],
  "_resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.9.tgz",
  "_spec": "4.20.9",
  "_where": "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri",
  "author": {
    "name": "Erik Rasmussen",
    "email": "rasmussenerik@gmail.com",
    "url": "http://github.com/erikras"
  },
  "bugs": {
    "url": "https://github.com/final-form/final-form/issues"
  },
  "bundlesize": [
    {
      "path": "dist/final-form.umd.min.js",
      "maxSize": "5.6kB"
    },
    {
      "path": "dist/final-form.es.js",
      "maxSize": "10.4kB"
    },
    {
      "path": "dist/final-form.cjs.js",
      "maxSize": "10.5kB"
    }
  ],
  "dependencies": {
    "@babel/runtime": "^7.10.0"
  },
  "description": "🏁 Framework agnostic, high performance, subscription-based form state management",
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-flow": "^7.14.5",
    "@types/node": "^16.10.1",
    "@typescript-eslint/eslint-plugin": "^4.31.2",
    "@typescript-eslint/parser": "^4.31.2",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^27.2.1",
    "bundlesize": "^0.18.1",
    "doctoc": "^2.0.1",
    "eslint": "^7.32.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-flowtype": "^6.1.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.26.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "flow-bin": "^0.160.2",
    "husky": "^7.0.2",
    "jest": "^27.2.1",
    "lint-staged": "^11.1.2",
    "nps": "^5.10.0",
    "nps-utils": "^1.7.0",
    "prettier": "^2.4.1",
    "prettier-eslint-cli": "^5.0.1",
    "rollup": "^2.57.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-flow": "^1.1.1",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-uglify": "^6.0.4",
    "tslint": "^6.1.3",
    "typescript": "^4.4.3"
  },
  "files": [
    "dist"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/final-form"
  },
  "homepage": "https://github.com/final-form/final-form#readme",
  "jest": {
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      ".*\\.ts"
    ]
  },
  "jsnext:main": "dist/final-form.es.js",
  "license": "MIT",
  "lint-staged": {
    "*.{js*,ts*,json,md,css}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "dist/final-form.cjs.js",
  "module": "dist/final-form.es.js",
  "name": "final-form",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/final-form/final-form.git"
  },
  "scripts": {
    "precommit": "lint-staged && npm start validate",
    "prepare": "lint-staged && npm start validate",
    "start": "nps",
    "test": "nps test"
  },
  "typings": "dist/index.d.ts",
  "version": "4.20.9"
}
