Gazebo_simulation-Frontend/node_modules/react-final-form-arrays/package.json

157 lines
4.6 KiB
JSON

{
"_args": [
[
"react-final-form-arrays@3.1.1",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "react-final-form-arrays@3.1.1",
"_id": "react-final-form-arrays@3.1.1",
"_inBundle": false,
"_integrity": "sha512-e6S1x9597cvI4QPniOPmllXXandDAqCCuBo4AvXstZYgcV8whsqzk8aCrmQEy6eEfy2tEhvn6f4VI1GY+JBRsg==",
"_location": "/react-final-form-arrays",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-final-form-arrays@3.1.1",
"name": "react-final-form-arrays",
"escapedName": "react-final-form-arrays",
"rawSpec": "3.1.1",
"saveSpec": null,
"fetchSpec": "3.1.1"
},
"_requiredBy": [
"/react-admin"
],
"_resolved": "https://registry.npmjs.org/react-final-form-arrays/-/react-final-form-arrays-3.1.1.tgz",
"_spec": "3.1.1",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"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.4.5"
},
"description": "A component for rendering and editing arrays 🏁 React Final Form",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.1",
"@types/react": "^16.8.20",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"bundlesize": "^0.18.0",
"doctoc": "^1.4.0",
"eslint": "^5.16.0",
"eslint-config-react-app": "^4.0.1",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-flowtype": "^3.10.3",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"fast-check": "^1.16.0",
"final-form": "^4.18.1",
"final-form-arrays": "^3.0.0",
"flow-bin": "^0.102.0",
"glow": "^1.2.2",
"husky": "^3.0.0",
"jest": "^24.8.0",
"jest-watch-typeahead": "^0.3.1",
"lint-staged": "^9.2.0",
"nps": "^5.9.5",
"nps-utils": "^1.7.0",
"prettier": "^1.18.2",
"prettier-eslint-cli": "^5.0.0",
"raf": "^3.4.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-final-form": "^6.2.1",
"rollup": "^1.15.5",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.0.2",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.2",
"typescript": "^3.5.2"
},
"files": [
"dist"
],
"homepage": "https://github.com/final-form/react-final-form-arrays#readme",
"jest": {
"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-final-form": "^6.2.1",
"prop-types": "^15.6.0",
"react": "^16.8.0"
},
"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.1"
}