Gazebo_simulation-Frontend/node_modules/final-form-arrays/package.json
2020-12-22 09:59:14 -05:00

137 lines
3.9 KiB
JSON

{
"_args": [
[
"final-form-arrays@3.0.2",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "final-form-arrays@3.0.2",
"_id": "final-form-arrays@3.0.2",
"_inBundle": false,
"_integrity": "sha512-TfO8aZNz3RrsZCDx8GHMQcyztDNpGxSSi9w4wpSNKlmv2PfFWVVM8P7Yj5tj4n0OWax+x5YwTLhT5BnqSlCi+w==",
"_location": "/final-form-arrays",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "final-form-arrays@3.0.2",
"name": "final-form-arrays",
"escapedName": "final-form-arrays",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"/react-admin"
],
"_resolved": "https://registry.npmjs.org/final-form-arrays/-/final-form-arrays-3.0.2.tgz",
"_spec": "3.0.2",
"_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-arrays/issues"
},
"bundlesize": [
{
"path": "dist/final-form-arrays.umd.min.js",
"threshold": "800B"
},
{
"path": "dist/final-form-arrays.es.js",
"threshold": "1kB"
},
{
"path": "dist/final-form-arrays.cjs.js",
"threshold": "1kB"
}
],
"description": "Array Mutators for 🏁 Final Form",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-flow": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"bundlesize": "^0.18.0",
"doctoc": "^1.3.0",
"eslint": "^6.0.1",
"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",
"final-form": "^4.18.2",
"flow-bin": "^0.102.0",
"glow": "^1.2.2",
"husky": "^3.0.0",
"jest": "^24.8.0",
"lint-staged": "^9.2.0",
"nps": "^5.9.5",
"nps-utils": "^1.5.0",
"prettier": "^1.18.2",
"prettier-eslint-cli": "^5.0.0",
"react": "^16.8.6",
"rollup": "^1.16.7",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.2",
"typescript": "^3.5.3"
},
"files": [
"dist"
],
"homepage": "https://github.com/final-form/final-form-arrays#readme",
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
".*\\.ts"
]
},
"jsnext:main": "dist/final-form-arrays.es.js",
"license": "MIT",
"lint-staged": {
"*.{js*,ts*,json,md,css}": [
"prettier --write",
"git add"
]
},
"main": "dist/final-form-arrays.cjs.js",
"module": "dist/final-form-arrays.es.js",
"name": "final-form-arrays",
"peerDependencies": {
"final-form": "^4.18.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/final-form/final-form-arrays.git"
},
"scripts": {
"precommit": "lint-staged && npm start validate",
"start": "nps",
"test": "nps test"
},
"typings": "dist/index.d.ts",
"version": "3.0.2"
}