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

138 lines
4.1 KiB
JSON

{
"_args": [
[
"final-form@4.18.6",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "final-form@4.18.6",
"_id": "final-form@4.18.6",
"_inBundle": false,
"_integrity": "sha512-LssWTXTGkoNv5WxowFTTUyC86oLYlEHH2glARBxOq8RpjiQdOyUyVG7qfPaCeOwoOw7Y5wrhSWdePyOydqSrCw==",
"_location": "/final-form",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "final-form@4.18.6",
"name": "final-form",
"escapedName": "final-form",
"rawSpec": "4.18.6",
"saveSpec": null,
"fetchSpec": "4.18.6"
},
"_requiredBy": [
"/react-admin"
],
"_resolved": "https://registry.npmjs.org/final-form/-/final-form-4.18.6.tgz",
"_spec": "4.18.6",
"_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/final-form/issues"
},
"bundlesize": [
{
"path": "dist/final-form.umd.min.js",
"maxSize": "5.1kB"
},
{
"path": "dist/final-form.es.js",
"maxSize": "8.7kB"
},
{
"path": "dist/final-form.cjs.js",
"maxSize": "8.9kB"
}
],
"dependencies": {
"@babel/runtime": "^7.3.1"
},
"description": "🏁 Framework agnostic, high performance, subscription-based form state management",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@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-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-flow": "7.0.0",
"@types/node": "^11.10.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"bundlesize": "^0.18.0",
"doctoc": "^1.4.0",
"eslint": "^5.13.0",
"eslint-config-react-app": "^3.0.6",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"flow-bin": "^0.94.0",
"glow": "^1.2.2",
"husky": "^1.3.1",
"jest": "^24.1.0",
"lint-staged": "^8.1.3",
"nps": "^5.9.3",
"nps-utils": "^1.7.0",
"prettier": "^1.16.4",
"prettier-eslint-cli": "^4.7.1",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-uglify": "^6.0.2",
"tslint": "^5.12.1",
"typescript": "^3.3.1"
},
"files": [
"dist"
],
"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": {
"postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mUsing 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",
"prepare": "lint-staged && npm start validate",
"start": "nps",
"test": "nps test"
},
"typings": "dist/index.d.ts",
"version": "4.18.6"
}