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

161 lines
4.8 KiB
JSON

{
"_args": [
[
"react-final-form@6.3.3",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "react-final-form@6.3.3",
"_id": "react-final-form@6.3.3",
"_inBundle": false,
"_integrity": "sha512-hFLwLpLasywky46SovNEGlym7+N+3RKge1/cg+/fVec/YY0l4g0ihgjRof6PbkiYe4qGjKbwbrvlgfZ9/Uf8vw==",
"_location": "/react-final-form",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-final-form@6.3.3",
"name": "react-final-form",
"escapedName": "react-final-form",
"rawSpec": "6.3.3",
"saveSpec": null,
"fetchSpec": "6.3.3"
},
"_requiredBy": [
"/react-admin"
],
"_resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.3.3.tgz",
"_spec": "6.3.3",
"_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/issues"
},
"bundlesize": [
{
"path": "dist/react-final-form.umd.min.js",
"threshold": "2kB"
},
{
"path": "dist/react-final-form.es.js",
"threshold": "3kB"
},
{
"path": "dist/react-final-form.cjs.js",
"threshold": "3kB"
}
],
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/final-form"
},
"dependencies": {
"@babel/runtime": "^7.4.5",
"ts-essentials": "^3.0.2"
},
"description": "🏁 High performance subscription-based form state management for React",
"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.1",
"@testing-library/react": "^9.1.3",
"@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",
"dtslint": "^2.0.2",
"eslint": "^6.2.0",
"eslint-config-react-app": "^5.0.1",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^2.3.0",
"fast-deep-equal": "^2.0.1",
"final-form": "^4.18.5",
"flow-bin": "^0.98.1",
"glow": "^1.2.2",
"husky": "^3.0.4",
"jest": "^24.8.0",
"jest-mock-console": "^1.0.0",
"lint-staged": "^9.2.3",
"nps": "^5.9.4",
"nps-utils": "^1.7.0",
"opencollective": "^1.0.3",
"prettier": "^1.18.2",
"prettier-eslint-cli": "^5.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rollup": "^1.27.1",
"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",
"tar": "^5.0.5",
"tslint": "^5.17.0",
"typescript": "^3.7.2"
},
"files": [
"dist",
"scripts",
"typescript"
],
"homepage": "https://github.com/final-form/react-final-form#readme",
"jest": {
"testEnvironment": "jsdom",
"testPathIgnorePatterns": [
".*\\.ts"
]
},
"jsnext:main": "dist/react-final-form.es.js",
"license": "MIT",
"lint-staged": {
"*.{js*,ts*,json,md,css}": [
"prettier --write",
"git add"
]
},
"main": "dist/react-final-form.cjs.js",
"module": "dist/react-final-form.es.js",
"name": "react-final-form",
"peerDependencies": {
"final-form": "^4.16.1",
"react": "^16.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/final-form/react-final-form.git"
},
"scripts": {
"postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mUsing react-final-form at work? You can now donate to our open collective:\\u001b[22m\\u001b[39m\\n > \\u001b[34mhttps://opencollective.com/final-form/donate\\u001b[0m')\"",
"precommit": "lint-staged && npm start validate",
"prepublish": "npm start validate",
"start": "nps",
"test": "nps test"
},
"typings": "typescript/index.d.ts",
"version": "6.3.3"
}