{
  "_args": [
    [
      "react-final-form-arrays@3.1.4",
      "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri"
    ]
  ],
  "_from": "react-final-form-arrays@3.1.4",
  "_id": "react-final-form-arrays@3.1.4",
  "_inBundle": false,
  "_integrity": "sha512-siVFAolUAe29rMR6u8VwepoysUcUdh6MLV2OWnCtKpsPRUdT9VUgECjAPaVMAH2GROZNiVB9On1H9MMrm9gdpg==",
  "_location": "/react-final-form-arrays",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-final-form-arrays@3.1.4",
    "name": "react-final-form-arrays",
    "escapedName": "react-final-form-arrays",
    "rawSpec": "3.1.4",
    "saveSpec": null,
    "fetchSpec": "3.1.4"
  },
  "_requiredBy": [
    "/react-admin"
  ],
  "_resolved": "https://registry.npmjs.org/react-final-form-arrays/-/react-final-form-arrays-3.1.4.tgz",
  "_spec": "3.1.4",
  "_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/react-final-form-arrays/issues"
  },
  "bundlesize": [
    {
      "path": "dist/react-final-form-arrays.umd.min.js",
      "threshold": "2kB"
    },
    {
      "path": "dist/react-final-form-arrays.es.js",
      "threshold": "3kB"
    },
    {
      "path": "dist/react-final-form-arrays.cjs.js",
      "threshold": "3kB"
    }
  ],
  "dependencies": {
    "@babel/runtime": "^7.19.4"
  },
  "description": "A component for rendering and editing arrays 🏁 React Final Form",
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.19.3",
    "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
    "@babel/plugin-proposal-function-sent": "^7.18.6",
    "@babel/plugin-proposal-json-strings": "^7.18.6",
    "@babel/plugin-proposal-numeric-separator": "^7.18.6",
    "@babel/plugin-proposal-throw-expressions": "^7.18.6",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-transform-flow-strip-types": "^7.19.0",
    "@babel/plugin-transform-react-jsx-source": "^7.18.6",
    "@babel/plugin-transform-runtime": "^7.19.1",
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-flow": "^7.18.6",
    "@babel/preset-react": "^7.18.6",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^11.1.0",
    "@types/react": "^18.0.21",
    "@typescript-eslint/eslint-plugin": "^5.40.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^29.2.1",
    "bundlesize": "^0.18.1",
    "doctoc": "^2.2.1",
    "eslint": "^8.25.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-react": "^7.31.10",
    "eslint-plugin-react-hooks": "^4.6.0",
    "fast-check": "^3.2.0",
    "final-form": "^4.20.7",
    "final-form-arrays": "^3.0.2",
    "flow-bin": "^0.190.0",
    "glow": "^1.2.2",
    "husky": "^8.0.1",
    "jest": "^29.2.1",
    "jest-environment-jsdom": "^29.2.1",
    "jest-watch-typeahead": "^2.2.0",
    "lint-staged": "^10.4.2",
    "nps": "^5.10.0",
    "nps-utils": "^1.7.0",
    "prettier": "^2.7.1",
    "prettier-eslint-cli": "^7.1.0",
    "raf": "^3.4.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-final-form": "^6.5.9",
    "rollup": "^3.2.3",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-uglify": "^6.0.4",
    "typescript": "^4.8.4"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/final-form/react-final-form-arrays#readme",
  "jest": {
    "testEnvironment": "jsdom",
    "watchPlugins": [
      "jest-watch-typeahead/filename",
      "jest-watch-typeahead/testname"
    ],
    "testPathIgnorePatterns": [
      ".*\\.tsx?"
    ]
  },
  "jsnext:main": "dist/react-final-form-arrays.es.js",
  "license": "MIT",
  "lint-staged": {
    "*.{js*,ts*,json,md,css}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "dist/react-final-form-arrays.cjs.js",
  "module": "dist/react-final-form-arrays.es.js",
  "name": "react-final-form-arrays",
  "peerDependencies": {
    "final-form": "^4.15.0",
    "final-form-arrays": ">=1.0.4",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "react-final-form": "^6.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/final-form/react-final-form-arrays.git"
  },
  "scripts": {
    "precommit": "lint-staged && npm start validate",
    "start": "nps",
    "test": "nps test"
  },
  "typings": "dist/index.d.ts",
  "version": "3.1.4"
}
