{"_id":"@rjsf/core","_rev":"184-ffdf7b89528224df489d8df9c81285fb","name":"@rjsf/core","dist-tags":{"canary":"3.0.1","next":"6.0.0-beta.23","latest":"6.10.1"},"versions":{"2.0.0-alpha.2":{"name":"@rjsf/core","version":"2.0.0-alpha.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.0.0-alpha.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"edi9999","email":"hipp.edg@gmail.com"}],"homepage":"https://github.com/mozilla-services/react-jsonschema-form#readme","bugs":{"url":"https://github.com/mozilla-services/react-jsonschema-form/issues"},"dist":{"shasum":"d777341560f3aaffaafcc2fa5fccbfbf32244b33","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.0.0-alpha.2.tgz","fileCount":49,"integrity":"sha512-GtciK9Qn4wAm4mvfakvumfW7NJyYZi7r6mjC+6JY2aAxpbIWsOHD2bzo3dhMI6ql5D1QCplUqFMy0vo6OHxXUQ==","signatures":[{"sig":"MEYCIQDe7K8CGBtBzae2B/9i7kUf7LrEwwg3lLiiaUTdq0M1yQIhAJu/emRsnI5sfVPjJPrwFlZwX2qXcD+lzMZdx5KJ7vUK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3351388,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeS02VCRA9TVsSAnZWagAAcTIP/RfW+qUcIhzcEGbzGfu3\nU+2lSLpMbKOsDuXCk7o5RDJZX8C1fhMlLdixIdjDxVWN7fODzYk0KPTCZGll\nmwKIf2PxpcEwwFQoeUtJrDN41xr4oB5Ryv/c/FJBdUJ9BcDkc23dllq49JIW\nZdM3Yz3Z0BmY30qs8AGjQYI9tfbDANYgWhaPQWYaOzh7KZ6Q86MlUv1aa9Fo\nGG4VrLVh/F+nRbj6pIUk8FN8dsG5djk+rPbvL5JvujYAjDgVQbB346AwYd3m\nymk861VJbgeqaqi3NcTfiFwvzM2UtrbjrnHMYrOFVKEi9lqlMkWjE+ERga71\nmTP4Vl7U+zNIvieU+3wJKPTvfr1D7N2D+mtckKyK1JoL+Y34f/qmkIjYMB7w\njFYGRT8G68jvK948IvNJLIloBXdCIVCzw1YHG+6LIEcXLCKc2OoPaN6I27kL\nSm/6Ed3Nq1GpO4f28XJQOy5PDjxZoPHBU2IpAYrBjqFvbL1bTHskGBBAQ5tb\nuEcHAAOQil6+oAElyjXNBzR2yqLld8Pv+swvWHnIIrAAYczhcIEXhfAxCAcE\nvehebWfHyxNpu1ho+Wza4hygeD/FgzSxZR9mYI/jpwt0xfRKoP9KwhCqSNQ1\n7iMszFtkBjBzUpEvVdqSCLvs6Vtp4emJdwsQJ09c+iRabJHjtRTr6I3pAjWY\n+oCo\r\n=gwm0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"25ba86d81388fdd97ebbddd3814241da39504ab5","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","dist":"npm run build:lib && npm run build:dist","lint":"eslint src test playground","test":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","start":"node devServer.js","prepare":"npm run dist","cs-check":"prettier -l \"{playground,src,test}/**/*.js\"","build:lib":"rimraf lib && cross-env NODE_ENV=production babel -d lib/ src/","cs-format":"prettier \"{playground,src,test}/**/*.js\" --write","precommit":"lint-staged","build:dist":"rimraf dist && cross-env NODE_ENV=production webpack --config webpack.config.dist.js","preversion":"npm run build:playground && npm run dist && npm run cs-check && npm run lint","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","publish-to-npm":"npm run dist && npm publish","build:playground":"rimraf build && cross-env NODE_ENV=production webpack --config webpack.config.prod.js && cp playground/index.prod.html build/index.html","publish-to-gh-pages":"npm run build:playground && gh-pages --dist build/"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/mozilla-services/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v10.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{playground,src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"10.19.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.4.5","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^7.5.0","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.20.2","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^2.0.1","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^9.4.2","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.0-alpha.2_1581993364737_0.5647051818418138","host":"s3://npm-registry-packages"}},"2.0.0-alpha.3":{"name":"@rjsf/core","version":"2.0.0-alpha.3","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.0.0-alpha.3","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/mozilla-services/react-jsonschema-form#readme","bugs":{"url":"https://github.com/mozilla-services/react-jsonschema-form/issues"},"dist":{"shasum":"2398c3e1b9e9ed32cd8f4e3a4e42cc374ad78186","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.0.0-alpha.3.tgz","fileCount":90,"integrity":"sha512-PQ4arGvY+eekdG4PRYSXDZmfyzojEbNVvxNWXUUeXilpKnwJ4z9VkmkAOWhV39DojMBoiBGuRXASgruv99wIyA==","signatures":[{"sig":"MEYCIQCBtlGGqP2JliVZG0VW/dNm2LRG0ZMIMPTDVFfGzY+yBAIhAJwLRNPM0NnegNmaelcg5FMERuT/cQ82wDaXVNd3/nn4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3396264,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJed7fMCRA9TVsSAnZWagAAPUkP/3XRj6WCvekOR9XfYuv4\nsNh+IFPQ8zh/KLs4tDX0stZVvbXtAGdT/oBK1ScGjjClfNvJk+4KaP6je0i5\nbVWpz5gmAb1K5QZXOSNlB2lnREl0MnhF1XIjXADLvsZhiP0BLUWHm76JwIk6\nGjq54gbIATBzkU6Um3Vy466wSs9Y/3cLPwxWmis7HD3piWus2xCwyJFR/Myi\nQoPI5xs/Pl9TBL3SvjQFSfVFGax08U/9zCfRGVT9BPYSc1XIDG0Revw2EW7z\nUcgDvOc/dy4qw/LTUl0RVAxVkJmVZSedjuiot+2JXahx6bFLZVqJzF33e4XN\nxb3rLns+wXqW4BF9x3AyKJO/w9gd/Hrc2xda/oDnfOxes5U7wGczGN2gY71y\n3XPeXTTYarZvgxpm6NgyXx0XfUxN46CZpU1YPeD73fVnUSwqZeUvNbAChguq\njXD1lTw3m/1+UhhMiDFVVSgKMz6+TV0cZH68bxf9uR4Yf0gg29YXwDvpc+2Z\nKFoaT+y0/nd5DOUsI424E8kzg/8sJYrzLJVZwnOEDn1gl02t24FuG9+cQWZE\nUQSByxYlBjkQdYrlA86HnuU9OlhCsb0gFeXccVrS4VRccctXVQNMwvGVVFPj\nlo/4yE9xsQrOP5HeADn8NgnAqXubm0a46OP9Izm9Ffb/gyXPREzc6sOWQmM9\ntKLy\r\n=/Xef\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","types":"index.d.ts","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"edfae1a38478b6dc3d8c580a65b9247dad874fcc","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"typings":"index.d.ts","_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/mozilla-services/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v10.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"10.19.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^7.5.0","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.20.2","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^2.0.1","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^9.4.2","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","@babel/runtime-corejs2":"^7.8.7","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.0-alpha.3_1584904140427_0.09851879005529951","host":"s3://npm-registry-packages"}},"2.0.0-alpha.4":{"name":"@rjsf/core","version":"2.0.0-alpha.4","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.0.0-alpha.4","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/mozilla-services/react-jsonschema-form#readme","bugs":{"url":"https://github.com/mozilla-services/react-jsonschema-form/issues"},"dist":{"shasum":"05298d1e5b96115f9da526ecf0571e067c6f3a0f","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.0.0-alpha.4.tgz","fileCount":131,"integrity":"sha512-JVUazvJ468W1XmnqJmgNen/QP3ZWiufRBuhOiqbkVqG7t1HhKkjXf4FpLXQYd4CbW2MLUgCzf886BFHrzwBDbg==","signatures":[{"sig":"MEYCIQCqtTcxsu641VTyTlQd2DSQEfeSFJ01BJxQ0r9K041fOgIhAOzvKG4I5hRnO8nhKscyiaPbA0pghy7rTwVorADcHJsM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3579136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJed8pOCRA9TVsSAnZWagAA4PMP/jxt9VTZLi7SCK+13lvA\nzm/mqplECCCwS5ZsMOIEopOFQXyKEwRKxdu2qahkHdbNCrwNmRy0Bsu94He4\ncxh2IYgR0x29QJ9v+1TKqMK1LiWG61mQrA1DTbU9eGDTadxnINQEZGPyjbaA\nNh4xD2BKa/ocz4Wn/Zf4U6JrPs2VJfpLdkSd9ll4G1gHufu3XmlGlazM9Dhu\n0S2HbmwmvMoMTcOgykEwQe7V45El8MuuaWgqcDLygLPleET01rp0x6/6aynW\njQbd2xAzO0nNiDCd7HVBLPl9I4mvGxHlFUlIcxS44CQzM3L/mb1ibpudnUkl\nXA+ihnUA7JrKWwi7EjkfK98FlBQ3HimSovVa3ebWQ2iahAitaJ3sWHpdkAU1\nE/wy/S/iaQyOJVKCeluVb7hrgrRjplTKlvHQ/k3GEEc2jy6UpSLo4YkRvyMX\n4k8svJ9eTTK13JDia+iFVBe+2LpgOmxLty9IgIiQ/TqabCcAZI9URe1mLes7\nAmWDUOptX2mv/V8s+MMHYMdUc8SVhCPkzs+SmxLn3ppmWPKCOg0JeB8yRX34\n0jSA3btf6lLW7EkeMQ2uV2UE+tmVOpVS4leAAW510MqYgKwUuuHeqJUEcSzI\n5pthfhkhYsN4r3BcoQP1zDFboOe4L5TXvWjdOSdQ5U8zJfCwcMus7TijlB0v\n8iQc\r\n=9zVo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","types":"index.d.ts","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"f3be67e7fe45c4c6437b72a4866f7073090fc58b","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"typings":"index.d.ts","_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/mozilla-services/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v10.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"10.19.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^7.5.0","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.20.2","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^2.0.1","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^9.4.2","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.0-alpha.4_1584908877629_0.273857478004528","host":"s3://npm-registry-packages"}},"2.0.0-alpha.5":{"name":"@rjsf/core","version":"2.0.0-alpha.5","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.0.0-alpha.5","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/mozilla-services/react-jsonschema-form#readme","bugs":{"url":"https://github.com/mozilla-services/react-jsonschema-form/issues"},"dist":{"shasum":"56273e5cd04a84b0c9b65e7f25968afd28943aa1","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.0.0-alpha.5.tgz","fileCount":43,"integrity":"sha512-R3YrH46Ivl9nq5D/CaKZVhzF3h0MH+ocHhyOChW18ntcckPt4MORRaA8wLr7IgIhjpNwvrD9hdhtd1DdtBtdJw==","signatures":[{"sig":"MEQCIF8ikag41ajYeOJQ4lDoxbs5/RY5fYuy+S7j1nAf8U3eAiBYiGl5627s2fsR5aGZCUZNyUKrYk8nhD1BMn42TtjHGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeiIbmCRA9TVsSAnZWagAAA80QAJwdhS6sUM8xMUOtqSaf\nF3E2SzQOCCn+8KmaD7a2XXqv372AvdPq76twJc9iNOXvQD8S9QzY8Nzof8U8\niXfNnVKy++CppH2Wq1bAZeA3eQiU/I0bjg3+TYCQJUFwaqEOgdyo6gGtz3dG\n+GEIHds3maIU5ky+AAvOrVIf8KddxZu3h+BEqxGW0ucpjI97IMFdpPVfyFzE\nTxh7xh30Y9XAW2SbgMSipC59ovZYinABVzo3IWfdMVIqDyFG/Ia95rsCWMwf\no+ZsStJdOuiUUvVJWwp+hYkvSR9JDuUCP1oznXH0ndUYAPPJD9DsK/gk7rEd\nB+3ksZs7l9NkfCmYkD6pvWn6CsnARSwuaEpgqUJJ0aSCcEYMiAaKQBuF5Aul\n2doJSjzApBuRsyfulxzuTA6cDrxtmOiCyvYvDdEd16yGLFJqmq3fACGKsRgg\nrbAqe0Gp4gsnyQBt7LmGS5mSfqPQZ7rUhrsjyn3xYJd6GKXSb+a+p+ybDepV\nDTtjqxUdUuMKbaX+CtswXbV5/8bY0YL64yPqCF6QSlNA5PFEApYRxwEKDz7q\nQBSs6yx5wD0EoLqm8A9+3G/oGDWqyJJwcmtcVnPa1vBslIMyZts8C0vUXwQU\niURZU9hS94ymRTQ0aen2BdWoLTP8TnBC6p2+PdMYVHmubMr2NpqCpiurFu5D\nPahQ\r\n=5dd1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/mozilla-services/react-jsonschema-form.git","type":"git"},"_npmVersion":"6.13.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"10.19.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^7.5.0","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.20.2","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^2.0.1","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^9.4.2","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.0-alpha.5_1586005734240_0.8178953187155422","host":"s3://npm-registry-packages"}},"2.0.0-alpha.6":{"name":"@rjsf/core","version":"2.0.0-alpha.6","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.0.0-alpha.6","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/mozilla-services/react-jsonschema-form#readme","bugs":{"url":"https://github.com/mozilla-services/react-jsonschema-form/issues"},"dist":{"shasum":"f140c8b9e935b53df6280658ae787aa0c13c6d11","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.0.0-alpha.6.tgz","fileCount":131,"integrity":"sha512-wUiRgGtQBraoBMipQwilh5tDht7Z1aEtQRUZLhNNnY0COJNXeWrgMd4PsXGOSwU4DSY7jsuwaKR6rcONB+WI5w==","signatures":[{"sig":"MEUCIQCfD8P4VPP88qhpMxB6KxOFVFnhR1kNMrVzZcvJeiNE1QIgJStg1I0Bs/EBuWsnnxcaTYeZ/fzEE+ZgZSUoEv8+H1s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3595129,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeiNUGCRA9TVsSAnZWagAARUEP/3HUGi+TNefKJRwAXSBP\n6ECklvNxGwJjlRdxNNsDw4xC6N6fezcJeW8YajHSyWI3ryTeQIC3c4B8bRUO\nmeThOg7GH9wMPbJi+RRuYUQy+Q4vwE06DY2wbe9tavIYgiWlg0+rpH707RYi\nmj7fjgVimQPE5wwaxIC4zkGto5HRmn9MAGhiYx/lTPNLGNUAgLNUeLTq/qjJ\nAzMvfj87eI5N737ohzSkkBleM3CoUSCXNiTIIAuo/ad1nEwuwtUEXuBjpAwR\nurKrnflDycwaCx1uLKP6takXOPsBkWz+zUaClIOvG9254y3iXheVO0VkmAAh\nx4oeyncgmw4Kd8Vm9bF0q6Sy1c34/NuiwT8a/9P/XaiKtlXbSmGQ6gk/0Qbd\n9Nk2KtQx68DyXz4APoONk0DlKvZq7+LVst9P2Fud++Kjpx+RA1IkjcfVqoX1\nopsKx+9QLh9mhnWkpoKgPe7WbnXe54fgqnjKdZ3zCfSwRiB5l2l2yLAPxrRo\nPpJGzSNRwFbe+fRoidWmwfAwZuFlV0n0LrLN96CdTjyz9AInU4CGtgkn1X6n\ned0VgrQQe8kS1Y7qcXDvGpkX4X84Ldsy7AtN4KcNLmx5Bf/wtsbyETKzPaNn\nfBBNSfbBMl6o9GWrtKfm4QTwactLIbqpXOFg99DPIFRMwu6O5/3gkLLBS0PW\n6ApU\r\n=TVjN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/mozilla-services/react-jsonschema-form.git","type":"git"},"_npmVersion":"6.13.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"10.19.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^7.5.0","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.20.2","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^2.0.1","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^9.4.2","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.0-alpha.6_1586025733707_0.7889602405453384","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@rjsf/core","version":"2.0.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.0.0","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/mozilla-services/react-jsonschema-form#readme","bugs":{"url":"https://github.com/mozilla-services/react-jsonschema-form/issues"},"dist":{"shasum":"46c623717e7d83f7c0979ffe00f5cb941b7faaf0","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.0.0.tgz","fileCount":132,"integrity":"sha512-OotRaoVv1ALY1dw4u0iF75p+6ExVqZQ7OgAtciYPe3SOgy8vCNJuLP9PZpacNVPA0vLTQw/Bx3s3gUkMQI8KXA==","signatures":[{"sig":"MEYCIQD8ClPs/skCm3Jc92BpAJrS69AlzQ9IqFc2yY04tKqyuQIhAKahSXLgFiyUN/ylIri6V+VaXXYy/lZJgggjUpjxW5Do","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3586346,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepEdVCRA9TVsSAnZWagAA2YkQAINpVR8aB4AlFwjpsmrG\n60MQydiwwfYgQVoYshJJb04dHgljgg2uThfzRQh1HLW48zMp4k/DdjPPncOo\nKZRC4DVizP1lm363CVA0vRkSwxR4JOaOrXByqC5AsMB0jQ25+CczGNqLt+QA\naUYzeTdzmkvv417syoMBPlf6JWCR2Cg4N0s2IQBytztJj9H7QEAdTll6eNqb\nu6A31DqMHlnwdXtThYTwRZeUoVvZeHAB/kInNEqSSQNJwllycIDMlnX9QwLh\nAiPSyFyR+pc0M9sSKyqaTT0DOP/tRnR0v5wLEjbTEHFBAYfYv+tjFEN39YKD\nGnwzum6gH8QGEJtxjuE71Yz6HAkmv9BLL65OyRHVxag5Ikz1Pc9r5YXD/zuz\nlRG4U6BC5bMME2oX8aWJMAkthPLVCUZQz/vKCWXHJIp0I7Fddh7nMmESWuXF\nsn8veRB7T8sZa0OfPC+ctgwPBm946yWZsvhS1wLuJQXy6JQ1s2FOC3r2068J\nMr7LcF3xBTyw4+1FXf+DUsTJk/ViG07XIVBVCOy6YNc2ZLuIBeZA2bdXGZ9P\nSowC/KCj4vYPDdiuQhMJ5L6akcoGFfm4Qd3rsBrY+QUUJSSeDRhTd5iJpu5O\nP81GjADQ4+fTg8ZhLfL9c6IsQxbMdbHhYEHwXEyWd7qp1Bk4iVyXEBfL4UzS\nVwN2\r\n=UGrE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"0b638420c9834993788e1f313677dc6992360b50","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/mozilla-services/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (darwin)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"10.20.1","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^7.5.0","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^2.0.1","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.0_1587824468468_0.34397448545948794","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@rjsf/core","version":"2.0.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.0.1","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/mozilla-services/react-jsonschema-form#readme","bugs":{"url":"https://github.com/mozilla-services/react-jsonschema-form/issues"},"dist":{"shasum":"b9930f3120e82b3f09ea78e48daf66036ec678ee","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.0.1.tgz","fileCount":132,"integrity":"sha512-Q5z2UdRR6UABp9GKK5Z8oWwIMqmdUlHaqqeXFExkpr9V1wOr9VdFoY+1OrGaXSGwQHwbWmnb3mMhqHXrQdEiGg==","signatures":[{"sig":"MEUCIQD+M0qBQ2Yub66ufoTKYK6BQiCtn71ceEQnvPNcqdYIEQIgGoTFXAWnog0tDGcfAqF7KalnPsIlkdwTEPAnjheLaK4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3595534,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewZrlCRA9TVsSAnZWagAAMzQP/jWojfWz3hXPe+r13psY\nGN0AFMwCQbCVhe7bJqOQG4zqoqPfQZW2Dcy3t5lhG3Ws2qwzz3H5DDx9hhSh\nbbOZn6DMKF0xQELucdnIjqywmNBKLCBGEX2kHOrNuS+Efmk1S8sO/ZycPFkb\nQ/WELpCnS19sc1SJNmHn73OdePfx0A/CKsFx/j3Qh1/CGEHHcqPEfqyY6W4U\nnGlVDPGoznTxNa6UfbXZfZm7Tehvj2SlsbEXiidtaMBHMFQA4AWwRoaZKDCD\nHRelSA+fLHfqMUbP/MZH0h8czZSZ/UD6cOPwfczOZndDsdkeIu7HCE9qDlJT\nd9t1PK/E0CkFlOKy7UvHCXHnzONd5V9s0qd2bqUfXZBqpTpWSja5sfOVRIfY\nFQUKwRQ5/ERDTpisPRq+UHA8wzqgOeHT93QFloGNCzVCtZHuqxfVs7p2sPrD\nJNB02PUetBSECZSJUMIfkc9xSTma1forC4RlCQfcnW9etKGtVREN5bICP2MP\nbMsQQZAgN11ysP7jwNbODgO9fgnzGBb14UYIq4CjCXbJfrqxWhe79o6pgmsY\nl5/b3u75xPzLmpFvCBtTx5Dbuzl/GQ4FQoFZR+mmIljmlnsAJM6ogVNc4D+p\nycYswd0huCzhSjDuu9TCdBMrFJnwO1iEZViFxhFguPp9o3BYv5NSWYLvlVZy\nlzXq\r\n=trz9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"8c6627808088f3d65f3ea31632dc6801366fcd66","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/mozilla-services/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v10.20.1+x64 (darwin)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"10.20.1","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^7.5.0","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^2.0.1","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.1_1589746405453_0.06638859561967925","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"@rjsf/core","version":"2.0.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.0.2","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/mozilla-services/react-jsonschema-form#readme","bugs":{"url":"https://github.com/mozilla-services/react-jsonschema-form/issues"},"dist":{"shasum":"b6fdbcd730711ee0f985c7940f5b4f61ac4da77c","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.0.2.tgz","fileCount":132,"integrity":"sha512-2QpWwhc9epc37G8K0jsFfjgjooPSq7zjqvtoixuHhYBTc3ixYcmSWmzNbt/MtTvMvt1hZHXZTVQeXYcGjqXgIQ==","signatures":[{"sig":"MEQCIDG230yj5JuOOCsIHPu9olx7/ahe0Ipkerm3xnqRkycHAiAaI7dvEhwtAiaeAOJjYQyj6593pGL6kuBJl+/XxwB0WA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3595752,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2k7TCRA9TVsSAnZWagAAVIMP/1oRUxuQTYI7CEmc8T5n\nuUWqdQK7bhDh8zUDxQPogN0cGEe/b943XBkKDI4dfG+6Ii1P3mg8yiAGIcFw\nv3RHjJ4NyhTxgIQnV4KU+cqlFbJDNW6C0U3oy7SChOMhrtB4VCAIbmib7vdR\nnHr2jJktvAN+r7w8ygJYYNn2erHIhb4gM28ijyKK6fZTtlaGMxN6kQFujjqt\ns8/3p0/M3YkjopeqMhLtyi/6k+iCIx3o3akEZkrzJbKMfcpLAMJ2pCGKv4Ci\nudQ3DI7NKvC/IRgd+jPK59q/yL33AnuRcWME6lNaJMEWQEQNUp+1y92szpOF\nHBflkDICXKKNnGBORkk/Q0s9dQvQ7OFaKTAbVE0Tfhc+F1iRGiibdll/i4jy\neBlwVVq+JfcMer9DWUEvEw4RuAnw1rUkQqRlPaxWh++YT1XkXDu2TAcVU8zV\n1ThZzcsyEb/dt/vDjvQhSAGNV4MND9LV0kAp2BbRruPdNt9m27E9I3TQLjWy\nvSgy8e7BU71AmZoGec/PU8OjkFloEdVJgftQUqVhPAERbT3iQMfoLZtEmYxz\nKXLYVSRiJv/hnymlBldLSIzZJYl0MIerEwyuVuKJ5BywMvUgAAzLwD7P2wlV\nP2inA6bXJYJ6o9QOaAePjLB+My2k9FY5VqnqQtHpZsUdfYQSKroHDEcq5TVw\n3T+3\r\n=MWWr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"6fcc34aa282ad6e93e22f6bb36f3bb002532a4fe","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/mozilla-services/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.2.0+x64 (darwin)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"14.2.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^7.5.0","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^2.0.1","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.2_1591365331255_0.8435582551595977","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@rjsf/core","version":"2.1.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.1.0","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/mozilla-services/react-jsonschema-form#readme","bugs":{"url":"https://github.com/mozilla-services/react-jsonschema-form/issues"},"dist":{"shasum":"00130c89959850cc90224fd14c82feaecc2b9dc8","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.1.0.tgz","fileCount":132,"integrity":"sha512-2A65RZ3I/RVVNfJUTYUkFs4snX02GHzql6o/KcLBBoG8G8+gr9ZeIi3+JEbe2mOEN02rIPnyJtBkl6C7QajyAw==","signatures":[{"sig":"MEUCIGVyP+nUrWpgn/pQAk+m/kF//fhVysS9ChJjjoJfdXJ3AiEAyQf1A5axS3YPrL6rqaLNgDFg4XIDaq+RcOKDPCZUwRo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3596121,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe53YUCRA9TVsSAnZWagAAuK4P/1dES0aF9f90WLyvTuC0\nrNG8uTz8D1hCmOZsg+Q5/ahEvqbMXM45hI2zsbwap89gQPS3TMPS8iwnWWOx\n4AyfBIj2TaUHJAwSrF1ItTi8Qt9/M5oXGNM9Tctp49kWuZZa0uNWxrnb/sJI\nrilirSiybyPqOO+nmAT89KM2wpZdc+mPITTSeg5T2c3t5Mk71yCE0lKKuMQy\nFHAtHhgfklTrJxh7o4yRg7Muhj7pM14UBnEBPEGtGiRP91EsGHzpdHCMajxe\n3oz7BpsjKgW+WyP1MyEPs3m8sGj8/U+rTCxKpGhwbPjep5HDhRb6+2L4hIAR\nrVXMpxMvCfqfT8vY6K6CDQRjBYA7A2qoOFNEfrfi61En9FyZ708QCjo99xJf\nK+IO37uO7Y+EfM7BWuRzof7sfSPhgbP2/xBHGydV333M8kCuKE9upmjBEj9z\nH0j1uQTzCfr6XPodr8fohF3ZCCUGT2CBp/lM9i6XXbj1b+ZWUGUE4FaStTgJ\nl0QRnMqpUNVAlb1u2N2HDiMQD3BB69M15B2aB8vtb649cZ+V63w3roW6Ed5T\nxdvisZYE9QyjAUyMvUHfKrf8KfIfs1lIWTK7fde6xT1hZhCvYKppkVqR8YA9\nweQOmMbm4KLDa8yZJZmTFfbzjuyH1+6aYYu2l98SaRnfEnVTC1ZD5ejxxua3\nBcqP\r\n=T4VW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"3e0ee100385e662fecefad8c4be5dce8c3c2a75d","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/mozilla-services/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.2.0+x64 (darwin)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"14.2.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^7.5.0","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^2.0.1","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.1.0_1592227347996_0.7892265501136106","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"@rjsf/core","version":"2.2.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.2.0","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"bedb20c51984769c0afe5c1932414a7f65f7cf31","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.2.0.tgz","fileCount":133,"integrity":"sha512-VJs+X0/mwgLZphPUJ6sxftCqrVwZE1dEcc8zpUcKXeGwL7HFDQ8N2JAbCT549Z/91bDQKOGXTde9yqcajN3Jaw==","signatures":[{"sig":"MEQCIAr7ysT9CTc3aLJTBfqhAOkFQ9y+dhnkzNNMg4WRqxHMAiA4Blc53z9hHMjJFt6xJtnGLD/HXFNr9ZTXX5Gr6nE2Gg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3599866,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+e4lCRA9TVsSAnZWagAAiScQAIpB8wsOT+vpGy8dEBQP\nvbz1OUtl+3u5qz9GrIOWuvtPjPUVzlRm/ybdraBSMIhYtQPEjQnPIkk8sQk/\nML9Y4VUbSPsDmapoZpbVsKM1pMkTY9LlJ2wIVQBFm1FfrUBKOpTA26xPkPjJ\n1ZllFN55GDLVjVK3lJlN+G54HmCsp4YLHPCZpR3d5zXfQIYpShQ6bxV9cfY4\n49URn8xrX6qWxJWMi2wDGDhngMn5WR5VHHzX/IiNvrC6lMzh1j4eWHgNR7wv\nOrio2DLHH7kVn0257WeN1A9H2NEXNUNvWC+bEoTr2ciOtqMDB6ejaoVPlJvd\nGedvNkxUisoC1iDmEWolW+S2xE+1L/gW64+1x4bcUAsjGdJFIRe/HZjEZp6v\nrMWOIFmXbgUFi5jCw+guU8JBIoHOMnZyjcOHR++YTkHFj7ugIVmBOPUBFhKG\nqBXOD+XNmXprhkkqOym/4V6FJM98K+calnkr+DA31yvFd2bYzXRsLkkNINya\ndoCl/R/zPo1Iu9ET2IPfvjEuoIBr5YjutbfzSJiGoViy+/R1jnPPXgMOJlNr\ngLdq0TcqCyU8OV+SsEnSWy4wwe+PJ2KQr8kTw4Syi8IBDV2vYBPkepoiAGR0\n132ciNOyYp4IhNk4c0ZMnLCr+BweoBBcOGXYzgZhjwUvI6TD/c6v1buOlAep\n0SuW\r\n=Q+Oo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"f64ca087af05412e14bf115b7520148e40c1e30b","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.2.0+x64 (darwin)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"14.2.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.2.0_1593437733414_0.5774573574361173","host":"s3://npm-registry-packages"}},"2.2.1":{"name":"@rjsf/core","version":"2.2.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.2.1","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"ce6d6b0bd8f16f4c9d8ecad8a2c3023e680eccf8","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.2.1.tgz","fileCount":134,"integrity":"sha512-XUpUUF1EParZjFIfgZXzu0lP8YWK/R+38UfXuP7JEu8NqopRdw6J4XqVhcYjJtdULsi3lr279CSOmJuyzokJGg==","signatures":[{"sig":"MEUCIA/OJwaLz8R5r8FOkUHP4TKfrB/ayFGuo844Jnv7vROqAiEAyCz/Gxhf3w5EGIkLYJ6Tc44aURlBep+4yc/lalEvXOs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3618065,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBILHCRA9TVsSAnZWagAACxUP/149w1Y3DQWWPWccrILu\n2qfOQEuoOYA+WhhpqBv2Le/EfykeU2R6GoPItJxgS6X1SxUi81b1xXqJcCkc\nHSGlac7U6KqmLAb26+E+RoDxSbLkp7pvfMCGJ+zzVtxLye/5TKO6gCrIYX6b\nyPYXPSTXmW8pI4GtdpCru0AeEOEE4Q5v2RsjeLE3TzyGDJ8JZm2EVCspDQcI\nujNlA5Srr7VrWF0IOXz4QP2OjNXY81mgDWc+Kxs1nhA1bpFSKKTNh5/YTDQj\ngAyaHsZB+enw7INmjAlLXajWE2hyl0UamsKEewReF+0KfAJc8HQL6txIJ+7v\nuefvl3U73eW6f8u1oSkMEPCTiKMXar2wBioE3iAN1YcTbUfE6BIGgXsf1nyE\naQEov9Qcoe6nBfjhOgueJnPjkC56BtCFye54DicAvIYgyR3omnoEvbeKwLpe\n7gljsPtIUTAoOMSlpu534m2N/RVTrKCuwjFiewTHeJTT00YUp1rbcfmigxfe\nokyWMXeHFk+jb6ChXWYOAVU7Y31GD9cS/MogiaOvpLQsnMPVm3IBYz3xGyx3\nZGb/6B0SkkSmhQ7QjCBKJvaKFbyscnLVr5x0CFCosmr/30zm8vTlRonE/tW+\nBjZ0isB5Ghu4aJtqQmT5PB3PjNGYiOUFZ/ezFJngFGxeDmZqH4EWBUv9N7xp\nCSAa\r\n=4Zmk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"232896c0a98d54e029cb20a810759d63d995eb7b","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.2.0+x64 (darwin)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"14.2.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.2.1_1594131142553_0.17410232458602315","host":"s3://npm-registry-packages"}},"2.2.2":{"name":"@rjsf/core","version":"2.2.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.2.2","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"1ebb6fe47448998f3b54e2dea8d58de8a46014dc","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.2.2.tgz","fileCount":133,"integrity":"sha512-4d6DHIiTJEkUq5vyl4LIxLGIYYKKnHcprf94oVchUtGQvRFjNUDFxeFQoyr90oaxcBMs2WDDcCgjcFaKVyfErg==","signatures":[{"sig":"MEYCIQChdF5tPZ1Tw//mimI17FkBnv/2TvtaGupNXrpWL4/4LgIhALX04kMWsPV9yZqXEjegSICFUu7/VS1217K2P2sA6BD5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3602131,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHH9FCRA9TVsSAnZWagAAhsgP/AsTQChDVvMND4vv4qOP\nubhKWsCYEd6OFiRPLXfe5k8kl/IU8CJ8c7NTH+F6vAdxuzyPz6UHh7U9ePAx\nWO5ewWQ4uyw2eDLd2RFfEWD7wTmMTNQtj6+0Q30U/TgC7gHeudQH/C46hVub\nceHAifUiLF5y36J5LoZUzJEODWSbh9BfObJc2S60Kb7kp+kl4q4ORzofEa7t\nHFzcpzUkSNcQY8bWjxt9d6UKIsrkMKkwUQA3sJKErHuGMyreTUnD539UUL9Y\nhI4LRcwTg/M6fI85XXT9xHCetjo/bB7k2u08ax3SInj29ctLkk4qqhA7EcVI\nEKLf8wk16Ay6x8WfpT87w0+PjuaSDpv3LAS8sYiRcRhSHR5GY7cm4YBGMNpp\nSEXDRlbW4ZTglCcznrMZvRw3FxRl8lmswo3gGIthVCY6y1Yowr4aeQFKtEts\nm4zx2/38qb02laVfiEoTUjaIXGAMMLnyViQYOGxyLz/F+oAWr3YE/w7rwRtA\ndDU7lKO1O2Eh4J3C1GHprPPSs6W5F4fY97JqNH6MH3x0V0MFxqodotimRKdW\nCEpH9rAcmWiMhOWr95WqNunu/wTwfndwv1dZEKddCyN9/nks4LK5RfBKPFYw\nqAhu1WplamZlhpv5e71sLac9P8X0zl1r1OFc5kFZVAc8+gtQGDQq4QGAMg+E\nMgPR\r\n=Sfvl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"5af3237152b0f41a3427493b125a69af60b5508d","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.2.0+x64 (darwin)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"14.2.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.2.2_1595703109176_0.8078783060594488","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"@rjsf/core","version":"2.3.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.3.0","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"334c73d2262ef1a8cda477e238067af7336c5599","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.3.0.tgz","fileCount":133,"integrity":"sha512-OZKYHt9tjKhzOH4CvsPiCwepuIacqI++cNmnL2fsxh1IF+uEWGlo3NLDWhhSaBbOv9jps6a5YQcLbLtjNuSwug==","signatures":[{"sig":"MEQCIEmys0UPzWMulpWrc10NEKk3BWsnPlzuIuLQN2FeQLrnAiBJH+sEVwekSfPxhGMoWZteELXyeGDR7SHkJUDBk3s1ew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3602133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLqcuCRA9TVsSAnZWagAAp40P/AjAQU0gVb98vMnRu3bA\n6dk3zs8bOZxhEq2XKQfjBNRBrSgQ5XbmxF7+j6YwgJc6FtBUfeGddBg3kIuG\nNWu2R4LDpMIxBHUCgGEuty5iT4Ir5sZHz0zQuiEEOkjbOqeQs8up27dpmd0k\nlj8OLuuFHYYR8gTMsCYmljdzdlEqDhKtIGR+2in818poHaNSTtkBxMAk4yKS\nCN7/U5Vs/HIl3sZAH7gvUZk3dl6R3K/bjmiEYg1eKpfMQblEb1BwUcftJqoe\nqnZo4fWXDkOukBHAMkc+IiQ2ngJBJIGL6cQ3UxZd1N4puWcNISg750dTHW8r\nEDak1zXqhmwgCSCPwrpv1qtiFchQ53DasJuU3xjqLxOjaXHCAspLk+W/jTvD\nepPl3MyRWX0Dc84nvUYiJz2Vt+B8nGqtyD4KAG88kaSyMxYpy3jVmRx7lV8y\nm4HvO5jKRGmYemnLNTCibwmNZ7O2aWkN9DZnj17dfaKuyqgJnyG25EXbFlvh\nb0/MQ5Iag/NjE/ytszSFIgH03Cci4qJxj8Wa2PmRV6XsHHGDTaZJqdctcbJw\nWYjSnSqpu/+5OfwPp9iSJ/umT2lBu2SfqlJ1JqRtz5S1hBOOJId3XCgJHL0c\ne2rkjpuWiZZ704If/SkZqUIoJbv2oMuS2G/q9VlTZz4ve9lyRUgW3FAb+PG0\nEXEs\r\n=fKyo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"fe48baf87aa8f484d3f6a600f3bcee90bcd8a184","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.2.0+x64 (darwin)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"14.2.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.3.0_1596892974233_0.053729892169693816","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"@rjsf/core","version":"2.4.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.4.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"edi9999","email":"hipp.edg@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"c50bcff0d8178948ce08123177399d8816d51929","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.4.0.tgz","fileCount":133,"integrity":"sha512-8zlydBkGldOxGXFEwNGFa1gzTxpcxaYn7ofegcu8XHJ7IKMCfpnU3ABg+H3eml1KZCX3FODmj1tHFJKuTmfynw==","signatures":[{"sig":"MEUCIQCGdFUMj6R7iwhTErwhbbyXy5Gvqo+Ur9M4KkOicCklngIgPakhyd6DxbUM817vYURBmilmgB8ZbOJ+cnzykUjm5gs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3602090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfXNRsCRA9TVsSAnZWagAAGfEP/3bl4wz7b6VjIDI2WqWP\nThBc3wcn6W8GvjdtV7Gzb+sKgocjIfCZ9juLK4FFZfDZyPU7tMvJRZDEQBjM\nQH3arHwVsL8Q/fCbh+VwZmjddLIFDob4e+HxF0OaemY/LnDh5ZQN8OjwsAtw\naAK3AiMNi/HjvNDjO/IGfx0b+SWyqNlOzvyO9VJhG32Gdwj0cSPJFDMahd+W\nPqcZfcDyY4eoqFpxDeuM2ei1Dx/kmXwznmf0Gr3UD3lCOPEUfvGAZn0wUIoB\nRZBo4KffVnThO/icJFlolhEumiuE0lPk+ilrKzMNqxVauoTqU7A1DkiiweSs\nsodV+WvNh/CDRO1ZhOWGq+E0osh/ZAyksyEtLTmhoQHDed5JAhTtriBog9i9\nP2VtzWBVO+4WN708CG1Jx3ZcGeqWQpXhJiFnTNnDHe1bK31UzijOmj80kIY+\nY0x6R5tpEAtMZXWGI8ad0NRpc5dZ/oWIYPFBm0EnN5Tj+fcbCy+2jAyXkRXD\nDA/EbtAFw/+SRmnoGbw9DpDEDH3ZoByiTx6q9Is8E8+9bjNDlZGZzowH1WDz\nX1VMkwgDbVHWx+b4FYMRggfI5iWjP3ivpF+EnX3dW/B45o9vMbG0t/ODTMQD\nvrWVB2WkXgMfI3m045yiIFxi3szSeQp6L0bjRsdxxqDuPYF4kY+iDmqchMkq\nB45U\r\n=ayqD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"32717c73f81653bcc78d187fade97b851ed9fe40","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.2.0+x64 (darwin)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"14.2.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.4.0_1599919212317_0.6118498149962781","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"@rjsf/core","version":"2.4.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.4.1","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"94410c84b69d26ad9ec2a31db27bfd3ca75b36f7","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.4.1.tgz","fileCount":133,"integrity":"sha512-T0PT3dR5uAkZL6DaZvJy28XZUcoIwvuBdzPzO1xIVDqHO4vNArv2XYaNzeddBbhY64nGRX3kl4X0NsVsDakokQ==","signatures":[{"sig":"MEQCIEb6fb9Cox+M+2wnRzJsTcmKUdSSCBAjDEBmzb96GTJIAiAphDDsKOYLX/MIfMb2CF+id0lvb75jBiDXZpU+I/Ctmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3599084,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6PNvCRA9TVsSAnZWagAAqjAQAJEN4azuLrxkm1KtzNl+\nqIh//ky5sAYxoirZ6fQ8eyGQNpTwmfGx53OjoHAdRayp/juBTsh8H2bOxz3W\n8+IwsOpX8sOnFhA7pqWi1AuDsKuxheQqznkFu0PClp8mcbsAawjJ/kMFqO7E\nnfgwT/JUdYVxNlWo4yisL2F+fFhQFI9kzWYFznRPranZOigAzBc/04JHsidf\n7NQPjvHyJZT0JzpDXNl+zJj2eKviatuJwAay1DqTEcDvNiMGaYYaTcCv9Xzd\nMEXdBrh8cFZvXKW8fi02IDHu9up/CenLbt3oLy8+19muCSltcsvWEaztgDnK\nhwVjkNdsvsrhnHG7EmxXs/NjRyEZDZAy2ZMiupdXSy7LgpfXTkFdNs4gSnFV\nb2z1VonT2SJof/Dgllq9VQpGRhCE9vvgJCGeyPhPbvO3ht047Fl4z8uB/dYK\nSTjU/xWpyV5Uii5ELJi+1aD70fkUET834w0OTRZ6en5t/TP1prC8RiHD8UHo\nCgsTAKTuMs9U7Z3NRMyRyK2ZFQ8tJtzwRJ9NJwwOAQjaF9B+93w0H1thLAAT\nxHcpvNRkQ0B3hGsvu+ctvS00SFydrp3J3kDBV1ucwfWOvXizP9omvmQy5GEZ\nZHzfqQ703QPhKnuRulRJK+6oO+VANTTtEgweu9TiO3fUdUP1Zes6BkR5ZdZw\nRfAv\r\n=0UJu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"6f3c4c78765cbae67b91bf7762094c9b7e38c7d1","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.2.0+x64 (darwin)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"14.2.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.4.1_1609102190814_0.05021856393956248","host":"s3://npm-registry-packages"}},"2.4.2":{"name":"@rjsf/core","version":"2.4.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.4.2","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"ca2de19031ec00173082012cb0783d3f4ec977af","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.4.2.tgz","fileCount":133,"integrity":"sha512-3EHpGiWryCx8kNv5TcKwnVtKlq08s2QvQTlwCF3pELqK9YQoa7SEsFQtZzU03wWk7o0Wvuig4BhJJKU8Dc2c5A==","signatures":[{"sig":"MEQCIH7uB2yOJ275GwuO8cE34lBzxypQLKGShFCqOXENKeWvAiAzUBPQrSJgM43a+w41D+8EX+x9vFxph1/JiTAuT0cUtA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3599151,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGd0nCRA9TVsSAnZWagAAmyoQAIigHULR/aiBzaeGc8Vi\njF7yXIqUjBTKkQHPW3GIXEUushhh3YwElvxlaT5gg1BMaELV73e0AzPLIIa0\nSw2fkIAr2x9FMtxr4KNyx4ujaAUEjrVO9bFLpmCpqL9in/1dQJG1YhIa6S3K\nk9J5AUt/k74Sul7NsRULNC6xwe2dNlgXNszOY6t1K8B9yM4is+jJsmw3NEsX\n3bNsI3HpkibSgr0SA+3ykoZhrCtrtdj8Z/pQGkPUA0CvD1NyG+yYhKMMTGja\nnAAgT1GIWaM2jxS3oiaM6XrB6OAbz0dPf4cQjoJoUBIDM+vTJoayKFVASt1y\nBR2FC1uhxgkZJo764clSyd90ROlM/RS0uIXves6UcYvPIprpQuSAqqkwny/q\n9eWZDoPWutURVYnIMHk/TcVjFMSwGGIdftnIvj9PiLTrnzdKicsnuCFK0BrB\nZn/M2hhaGQwD+o4ncMRijgYVpHNCkTDV0jRDhv7ed1t4FVHjJk03uzgqJ+HR\nrlRuyk4N1TDPCA4pzxRBv/MD+IfNq1Yysh6WrqimYaNq7XQHETgzOHspNyLK\nfU5tMJVGcrCIaZvg8CC2xGBt5Qa5x26RQomuNi+OOCt74HaTCmOiet+3FEjs\nbHvipIIsw9elUyuPxsI9MfSaGhvIe/alCGJ6n8PpJ7xoRFsnC9PmVOOXqfX/\nV3uN\r\n=BK2e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"962ddf029e1efe4fc8aea23674ad2ebb323092fe","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.2.0+x64 (darwin)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"14.2.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.4.2_1612307751298_0.8171045569948108","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"@rjsf/core","version":"2.5.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.5.0","maintainers":[{"name":"edi9999","email":"hipp.edg@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"b0f319790bea308312f96a901d385405cf5603b9","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.5.0.tgz","fileCount":133,"integrity":"sha512-ug+Oon21LrhRQD6GiT0M3rheRF1c01NohyCeR7ePh+UaxgsFO43LOPOOBbnHq+MUGtuaBisFd2rRuHn7TNk7pA==","signatures":[{"sig":"MEQCIAJJ8S8dcEJPbkdYVnzD4+g4hOMA1gO5jFgiTQIWiyDnAiAFI2pDkCaB3IVWbYtrLcl3CheEzStiAiy73OKyOo1dLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3599297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgRpFeCRA9TVsSAnZWagAAXkEP/0DPia120z0SpMndTCP6\n+QL8mGcPiF2v6/AuX/sJQplL+bpronOqIaNI+RRaxuAk+NVZRfyMIIWknli/\nj6J1yQrFBIS8iSK1tpkADwL+644gzDcp0P45j8eMtdpze2VU+JOh1Q6t7hnE\nBKe6VNumANkl9NR1W6EGMfwO1J3vHiUF17cPz1+pJrw2iT8zfLFmOuXEvFGU\nwj3qDgG5YKJ////OWLetBWYz68UeKY+VKBy0PObPEI920umhN9KXsWmwBkgS\nzL+5mUQDXyaIl/1nwSM1s1XaCX8PdQ37rMkEVh86qgxwqbK2f2fvH7/urkOb\n2HtBpHEpPIaxRJB6Zdhj047s1V+sSISPj2BujuG0R6UNQ4cPdj11N3TQlg48\npHS7gCdPiBvBMq0wjRb7Nvk6SyVIN9pHXFCBj4Jv7L4B57eJFUueSoWnvmNU\ntqVIS3/pOEGx91NDvJyjZyXmrwTsRHuAPlZp9bSEjTDUZFqJE0OQb0XNX1VH\n6akafJKzNNwDDZWbhYHEsX220EcPoyumHM/0NoAlH0hyeZkg00b9NgrZNwyd\ndZ8/wJ33G8FYr5f6JWMFHxbh/HygrSV6UwXr/3b0erevVOGZKJlSRNX4yTGU\n6m8CfgeiESpI0EY82emrOdn9LpnhPrUE7dw3qsQd4IgcKx5QyKfW9mup0ZxK\nGvak\r\n=z25r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"e98914c36de290e2587bcc2c521e52a77c12d39d","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"epicfaace","email":"aramaswamis@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.2.0+x64 (darwin)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"14.2.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","codemirror":"^5.30.0","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.5.0_1615237469870_0.19684086144612767","host":"s3://npm-registry-packages"}},"2.5.1":{"name":"@rjsf/core","version":"2.5.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@2.5.1","maintainers":[{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"95a842d22bab5f83929662fcd73739108e9f5cbb","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-2.5.1.tgz","fileCount":133,"integrity":"sha512-km8NYScXNONaL5BiSLS6wyDj49pOLZtn0iXg7Zxlm921uuf3o2AAX5SuZS5kB4Zj2zlrVMrXESexfX6bxdDYHw==","signatures":[{"sig":"MEUCIBPK4SO44X/UdQgwxQXWov8+dVbWOeYZQgfVl5Va6kaWAiEAh1/8Dj9gVl2I612QnBYkb/XWXyIx1DL/HHv7E7tIk3k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3599759,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVT27CRA9TVsSAnZWagAAqJ0P/Rfqs9ViPfFF96HgQCCb\ntmS2Z4A3MAHMyr8rySZz+2wZ3ScgdD4OLgUiqrbeB9Nz+pjWJwsm3CiBSGab\nHIRFloztKapGtIPOrun6666Pq1wUNNoU6OmrJIKGFWAive8IMWEfWVvAqyDn\nfYwS0ux3ubGl3UiNUVUQle0sG7Y0Fp92VjNbW3a01556yvXV1hhJaPuwbBCZ\nZpZ4WUll41R2HT3z6zT9FlBdQNkLBerWP6LMBnJ3RRtpUX7KxB78N2oDfvDj\nHOwzU7tOeZu3hTX5aWRzct6zfaDuISq2Qz0bAbsiAjYnIrp74E1wFjenbwp+\n07nndjxk3ydwY2dFft+/oLXaVSx/fYz1y+uEeu0gpoAg5ubvbK5mgN9kTIUf\neFSaqJ77+c4pWkeqfoN5AtXucEhJNqvCY2E+i+SKOxMyacuPIUZj8WPnhj6o\n/GcVryyvH9VW+A6T/hxXqoFbkWGfA4ibhdybBEBMTE37Jw52BZjweigRseOv\nX/qBLmA8sDrzRYDk5hWdz+uE+H75PIvGmDT9XyeP6KSxuTkIqIbLeg+NncHr\nw3wT6vklLNr85o+fjUNrzRqqUs7KeKOt2he2Ed16tpv2F5QXGjLAKK5guIev\nYcYgNjpPTFBSNbWKG1xPj/LXtK9EpOCeb5kpgVcN3BWAw/Gt1yHd96XvhiEs\nBGdD\r\n=4mtI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"npm":">=2.14.7","node":">=6"},"gitHead":"c3429bf11eebe3641035297ee3e8a88b7f52db31","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.16.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"14.16.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","core-js":"^2.5.7","shortid":"^2.2.14","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","@types/json-schema":"^7.0.4","react-app-polyfill":"^1.0.4","@babel/runtime-corejs2":"^7.8.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^8.3.0","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","react-codemirror2":"^4.1.0","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-runtime":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.4.4"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_2.5.1_1616199099378_0.45411134056151514","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@rjsf/core","version":"3.0.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@3.0.0","maintainers":[{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},{"name":"epicfaace","email":"aramaswamis@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"7f79b0635c969e3fbfe0aaa4773d844fbee68a63","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-3.0.0.tgz","fileCount":133,"integrity":"sha512-QSvyVMDiwd7neVnIMOte4tZUvtDWgLDYKOsq1tgCsIFh+RXskd3AEBf6IsK8w6Wg36Om7YalDqqrtXbk9z+rLw==","signatures":[{"sig":"MEUCIQDd6+wXDRp7v+zPoZuYsXIavVJEHCVgDbHQ4qbGcRdQggIgKnlqPKNisBSxWswfqb6nez5Qf99rbdDFpW6wlHFl2SQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3679351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg1fFdCRA9TVsSAnZWagAAOkQP/R6wkpX8ETWhGrwFClLH\nduk8D6WRhVhbK3IkVNGoo5zzaWlA32Am+0+6uCCHtzAVFlHkMUJQFDMEMUfR\nrOFyiPMXzrEOdyIOHdjSZajbV2wppBiIKPJYpLlxHPtZWLpBupfLkfggctvQ\nbUrxPS1u3dKbFRNfWtSLipV2SHIGRJrtVdM4110XcAesRaIIxNMG2JSqjQ4p\ngxoUFQ1uFmqrp698zWaj/LEU6QL4xcwMZeIj+rWGQJPY+/4l2veRiMwQrJdK\nht/wTUipIJi79+lHWIOTpF8HKYN/bmBlnXTiNqz4pomQLjlVwE19ojYjA+2r\nkzeFgnvqxmsuZ1M7Muv/pwpO49Hnj6+gg6eYIKTJAh/4u1yXr+l664cwd7d5\nhb+jP5V6ayrXyjBnfjswZT5/pKMGXYZ3KWIe0x5yjaB2JlMDqO9FVd8uEZdS\nph2p2tsxTzsvphQS+j3In1DVi/RdJk4Ijj3yJAQZsOfcUTlPKgSAh8WY7mdB\nr4NQ5uWHNoMYcRU9qnQCxbDqhid/QmmcPo7TELAC9Y1Htep+34NRPzuagoXH\nkTVVSzbWnc4tB2IO7gi2RLnxS87vEbjcndcB06i7SnCc5KaKCCT4z5ZycCpE\nNjk+1MAm5bP8OOeBjElrc639BuUj0Xi0PjPgwui0DdBDOykeXbgZX2jpAgR2\nWs8v\r\n=uTW8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=12"},"gitHead":"7703081d375e7862bd499b50130dab62462391b3","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.17.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.17.1","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-monaco-editor":"^0.26.2","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","monaco-editor-webpack-plugin":"^1.7.0","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.0_1624633693483_0.9689518848395895","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@rjsf/core","version":"3.0.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@3.0.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"db4d91d2762d364f2aa1ed3b8bcb06d2e2d2bf7e","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-3.0.1.tgz","fileCount":4,"integrity":"sha512-lDQXqRFfwRCHywLLu9TOXtBBxVi9OMNhzV2VelOnYZYturDoaG+HPfFs4jlXT2g1UehKx1TyhbVqSoumUvz7ig==","signatures":[{"sig":"MEYCIQDHgzDXZlpKXppqDPml832dkUfVHYT1r5/7dZ90rtfwJAIhAIrrLHfGomhHfHOVhqPtMqlRbcVFyfDSYnejYzewDx1Y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35324,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCumzCRA9TVsSAnZWagAAJC0QAJs0zp2bDrk9kbsjPEJe\nYg5xEcNCmnYIy/HjpwKokFURbVoa6wYpybZGwDD0CWk45qylB06qd9a0oz9k\nUrB4u/WCmQD70QU1RSHQnPnRPLUlpeASA/pov21AfQTqYpcFQ9JsDuhugWQT\nRG1ETcW8MnGBrnk688LvmVMTgtVHDOsC6wZnqqxpaatyqLJloOAsvsd7iMa1\n5TD1S+P0LX2N3PekSXXv6IfrdGBSicpZ290vOieLzysj5okvPD7FkgK7gpdv\n/KeYBaT4XikXNfQBuvxqW1GVKih5C30CTX/omrbYTX69yhX2zhz9Iii97Tkf\nNyTuM8ySPg7ODmYx2NkGtmPJdwJYg4aGjbnY9ixXzVdfRdrNG0cm7d8LM5eL\nNxUPNKJgjawWUrX4HY7ddDyXfWT/gBRD3fsNQNmNEw3qr9lfl3se3UvX+uzn\n7OnlBDAVuEEUWhraEKvY7axuslWsE/bbe5IWE/xUf29wOocYjn0ydShq3foZ\nQOC763G1PSZrCPRpoHoqP4ZkIGWIjjn3mCXY/m0cc2y6zZsFQR7x0wVFkNQR\nJaEWdwJ0eZ6XsmQU1ZIrXcHPTc8h9FuXbIbQuPqNyyyVU5VUeAxBDwWtaNKB\nbGB84FNVscGoEu0XcqXIJ5AQtwwcD7LZawDQAgdfAQc2sBG2GK1+Sr/qKUip\nyGGR\r\n=3t4V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=12"},"gitHead":"3eae28750bd6d7486bbf365dc447bb65a161b9a5","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.17.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.17.4","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.1_1628105139643_0.4803615583951497","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@rjsf/core","version":"3.0.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@3.0.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"7e6db1e95becd9dea4bb5abcc8949a1e9231c97f","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-3.0.2.tgz","fileCount":129,"integrity":"sha512-6hqXS3zbEF9OdHzPs/otFP3bh3GWYQXYmzCrebZ80SRkdMRjVJaH0+X9XFqndI/nRLH1v/bFUrLc9Rcyzy3S9g==","signatures":[{"sig":"MEUCIGdqT2vwTMP0fPpUXE8lPCfJmWlBUSd2xSajEtjXFejSAiEAzX2zZxnby2kaj98rQ9gd3oQlm8IryhAGpZd7HzDHKcw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1998548,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEsk5CRA9TVsSAnZWagAA42IP/R2g80Wm+3iaiM/6daXJ\ngh5sr1IRdKAshs4ejYurkt5kB6BQvlyx3+W/nd17mBlCdhVhFbWFGtlhBawb\nC2Tk+6BL3BfoqXXH4I+uelIIJ2sEpv9wBJ5Z6I3LR8hRHis2qiPiq2IXhPtr\nYFSsmAcaThJowe5ZvHMd5t6vGu+ja/cNvhMfkk83KQKHpDMwPKcut6x5gQnX\n0EW7hXlblLhjdhFP0tvafht9Cbcf0GJcgHMIc4yH3bhM9yTMjDUnGLmdikiu\nBl69MJO/uSB6i3g0HISpnrM6uIeMt9TpVz3cmdG9g5ypYCc6W4XtOhvQU4SC\njTM0Z59UmyuGVJa/ZTPWiLNVRCJBamaxQ18Qa/eIsY6hruHUmuu3JijgBxXh\noB2ZJVGBeE6J9YCPcTFxoqCjZS4td1vFgMynXcOGp5BsWdDejbaQV6OLEqel\nPrYiuXTJgsxWtZ3XiAZCoVCzBjd3TknCn2i4uCrBE7+z62RmkqbEGRh8OEpj\n58k2n0ZwUVeDOiXwU9MOREGtnCkBkGUnyRYkX61qv+sPHdcMvcsqD5jO5QC5\nLvGaE8DOvXiNJDWanxNlfi088UNBAGh8vBQS3CskGYowDqZmNMx1v5hTvqLd\nEfbPe+wRvcGB9fJ+7xSyIe2ts6ovnDWgjbhgiY99wvhBn2WUqWmHjPlgQ1Ng\nAIFY\r\n=dUCB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=12"},"gitHead":"d1a70868a7dac508f31c4140648710ff1681f2f3","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.17.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.17.4","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.2_1628621113075_0.9780049453728297","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@rjsf/core","version":"3.1.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@3.1.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"7667364a4532e25c164abbc2adabe39157ffec4c","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-3.1.0.tgz","fileCount":129,"integrity":"sha512-EwM2juiQxEdXzFy9rIIsDr6/e+FYeR1cKx0/no8ASEuXZ1p+/nf/CxKGobzD6UhpRip7JK9PhhuHFEFBIjHFJA==","signatures":[{"sig":"MEQCIExp9tJRTq79nuQG5pmud0SHeRH3cm+JLL4gURNyyqXsAiA/HvNMwqdzgByxy5/DTw27mSQiW+qAV93cCiQPkbkdcQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1998807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFcMNCRA9TVsSAnZWagAAYDQP/0Xy9304/WOG8+69IDQb\nvPIonO3ZNcrRdUwIzYeZPMBbZE95GZ15wGlY4oggDNusX5hg1ug2Ye7FVnK8\nX9DWbkZ+twXM/5V1DGk3N6xy2Zpbd1LMtP5IcXEnOgkciCV0S9c3suP2ZDyk\n5r0DpRsbQw44a7fNg6/KZrKDUHm/uMV5zLNh6pWPgQu2/TG6a/H5DV00lUUO\nul+M390XEMw4K8zSV9+8a23fBLeCMSTp7AZ58KzzgtzbvtYPpMPMPoN3IQEi\nT4lSAy8GAnkMLJQC5dtvxSqHmH+K7KXHiX/soPyt7pzfcftax+6th57ixBxG\n8iSrdm3BGg31ormOI/0slEATD8J8t0d+JFsEvT1M1aFgebZ1gJcSLLJND4gl\nkmBU/oKxrxQJrWmrQQyKMtKR7asSc8GQyXcLXo2ImV0Z66pUCcmx34v51hNE\nW9BEuhSSiJn6S4Sfx2rV2f9i3VXWusnud3K2T4z7lhtE8K11HVZoeTwKmsna\n1S58OgPxU8IP39FLjoJT4/b4dEILMVfipgxNdWi/Zj2PbyPWdEuAMzAvV8TW\nDLyfuaRlkdRDGAj8pmL+ypL4LIBoHOKIFGpkw9kSdWejfHbsfV0UpwFa7ztT\nkFEWfwRQU8xmuUCVNXoqY1+VjZ4bzph06wVl+S/CsodeRvd2/c4Sly8jqy7V\nCt3h\r\n=Zq6T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=12"},"gitHead":"dffebb78e435d794712a5459e164c6ba7720f35a","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v14.17.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.17.4","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_3.1.0_1628816141400_0.9224265964484748","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"@rjsf/core","version":"3.2.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@3.2.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"189ff7fb132cb223463792d75fb1e04e9dd5d9f9","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-3.2.0.tgz","fileCount":129,"integrity":"sha512-Cgonq9bBWlpE0yeeIv7rAIDuJvO1wAvp9G7tT/UvhODAyb4tDb1q8J/8ubWuRRiEyzYUkuxN0W8uPIzQsJgtTQ==","signatures":[{"sig":"MEUCIC/0BthFOzrkI53dDsYvMa0a9Tl1zvXM+IizVSRiYm4LAiEAlLz9vvg8FTMctLz4Os+afwtoEwKXYfnTkwMVEzNRMzA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3353610},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=12"},"gitHead":"bd02a3f875fbce1ab53dfb336bcec4a8a8aa7d1a","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.18.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.18.1","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^4.0.1","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_3.2.0_1634743108734_0.6118027833936592","host":"s3://npm-registry-packages"}},"3.2.1":{"name":"@rjsf/core","version":"3.2.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@3.2.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"8a7b24c9a6f01f0ecb093fdfc777172c12b1b009","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-3.2.1.tgz","fileCount":129,"integrity":"sha512-dk8ihvxFbcuIwU7G+HiJbFgwyIvaumPt5g5zfnuC26mwTUPlaDGFXKK2yITp8tJ3+hcwS5zEXtAN9wUkfuM4jA==","signatures":[{"sig":"MEUCIQDTOFi5l5Fje+jVVLd2pwv75a2EIJ/iM9nCaFuv+7w2/gIgGgAOwsLRC9bzS4THI4GgsaQa+26N/hsHgASc7mrDtN4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3355608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhl9bFCRA9TVsSAnZWagAAo78P+gMoB1F1pAWu2BYIqOv3\n7Zg3ZgP67poSETTFOj5leDIxuqkF5eh/023bsB2GlJlL56rPm+h9uEa18ceh\nlcSH9B+j0G7iyYbMOskGadej4huwsXLwKGXZXzqIGNThswmYDc4ODjCq0r9E\nWbwVcEm6RaxrYJAStgQDKqzXSJsxT3ecZa6T5B37sx47lLfj9E2SNK3L+xdQ\n3LONeJ0pRK+F1lHsMiahm37qkonCulaihsYJP3jcxfwe5Z/YiYimIx6+1yJN\nLaxG43+zaAe6OW41s/Une1DU9+hE3Xp2wRrPIBQkkVHOya9XjaSwmb6nbq+U\nO9XEUQ9Je9aEJ9OAeBl5m2A9Z4cte+76FkTGDAWJqz8DIGOAnLgrHc4b5acu\nERy+V54UrA9fWJF/syPEW2idBXXZ7nwTgPbGXVvajbMiqyDj8Cm6CzyyWFRU\ny2sOmFWwxdw+0HtdMl/gV7fn6X7OOKvG/woXuIONt6Mg61BjyVApEzXjfB2u\n16aq5QydEwkITul+vk8dRPyFCPoGDbS6H917krNf90224mWi+alGhH5i4uE2\n8YZIoZLI1Cz1yn/HouPjt6w/o58jiK7T2jqMlH9KG10pqo5+Hw/fpHN/SL/S\n579vyYy4dENPg/y/FrA47yNltjSx9Opg2FqxoQDbt0xIoOIRd57cHDY3uOAq\nQxah\r\n=rljF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=12"},"gitHead":"acdee294a16dd9de38ddcc3e0f179af960bb6dce","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --debug-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.18.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.18.1","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^5.0.0","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^0.13.1","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","create-react-ref":"^0.1.0","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16"},"_npmOperationalInternal":{"tmp":"tmp/core_3.2.1_1637340868798_0.6556848920849345","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@rjsf/core","version":"4.0.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@4.0.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"6ac3478e958afaa18c4a3645a82f63977d770060","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-4.0.0.tgz","fileCount":129,"integrity":"sha512-UPfpa0QaI4/nhapFOIvMAiQ44fXdHlqULQt/p8Jky53669TJo6IOMsXmTd7w3FWJTKHp2NSCcDAsyATxZOtRtg==","signatures":[{"sig":"MEUCIQDRM85J36UC19t5xFDSg0FTupafT/Tty/uRbr3abygFSwIgMQ+MX5Pwe+Ryugg4QDHkPhARfOgykitxA1lX9D7qHFc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3385600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD8Y7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBHRAAi2w6TEGf0d+23kKLplaWCJKGxYGzJkiUsbD1pifZ+XOASB6E\r\nmxsp9jhrSnKlpSuVjOn5p8u2M9lYgsydp5HvawpS0Yk/3raNO/hmMP0c9EqR\r\nf5kh3z15AlXmG1BWet1T9VDUSfcZfOQWts7s3Cpswucx/21xzNDHAfyYOdFb\r\nEvYQ/nnV4k+XosdTabHkQmYwOtPkxzKHFjTUXZQC9/KQFY9XFjhnBQHzhWVV\r\nUvBm3/UjzJgcSYgyH3up31kHWn81IoxUXCyw9++cybXybpmLQRDcCJ8v2wiR\r\n1RW+XFhvQqRik8b0OP0kkBYPjCcJNNu8wWv1AAioR/WDTwlNesoFL36cmT3d\r\nCAgqOcLE40saE/2vfe6qtdLwM6fNzpKaojp8S9k5HhFjMhumrZKrgGiRLk+l\r\n9stx+zaCk1PTYj6UlyRMNCy00fKkRv9VwbzQYfCufEVHbD6W+/S8aG3DAwom\r\nyArqmcJ0OWM2y+MUUawS4Nd9tPDleSHoQ9Yovx7aV9MxXWHd6+vYXVMK9M96\r\ngdv8yHkNyDG6DxVGzrPawyVWiO+ftKJGOG1QkJcCk+UJqninM1RTwGuKX30o\r\nC0jkoGZRqxm4CDUifUGaET8QdY+1w8GEvIjB3UhwziCAr5SVGEwO0X3jKzk9\r\nwOaWAbOXaRk9niesUm2B9RyS7NYXmNHNrZA=\r\n=dG5W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=12"},"gitHead":"790ecaacc81591f78f5bc506bee715ee5f75e1da","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --inspect-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.19.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^5.0.0","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^2.0.0","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16 || >=17"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0_1645200955436_0.9988737959607363","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"@rjsf/core","version":"4.0.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@4.0.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"3363aadbaf40f7086f8669c4a645ed0cddd6c2da","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-4.0.1.tgz","fileCount":129,"integrity":"sha512-3HZ5Udy/Yvtixjn/dOcVm4IBoF/HM/LmUAPZt98elSAISga3vhzGc3zv7Fi3IbDNrvL6ZdJbfIj+BtR0q4Rnrg==","signatures":[{"sig":"MEYCIQDrJ5kNugfXm4nKXJ4fWDAdT5ROGkY5eXIeteQBP3amGgIhANFW/yTRKa7KrwNRkYPr+KlCV7kQbP6W0zVEda/oXG1P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3417586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFSMeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr65g//XUkTt6rbPptz1ArYoib9qfLwhyKMdhTkc8lfNc45lBYxtuOf\r\nqLeNXCISuvTLOw6DykoQWtpIQmCZXUeV0rryg0+FA4gqsMXZ+iQyQ7xW09AP\r\n4rn+Tbbf6LaaknnMvUMO5d6gGGAItelO+RtQLmJyEqIP5BhykKxQONhVEaw6\r\n/xNAZC2szPIwAK0zdhNzPBit38ZOxTLb1zRaOJW3+XZMzIvD6bF/SFQ93rlR\r\n9gdkDTRmAIqM4EB5mUpsFjitfXe07TKmm676bIuaDHwu8yD4W5DqM6RK4TE/\r\nst3zDH9yXD9AeJkup/ulU7mRBjmyWkzxpn/eyhS9Jqy/ySb14X22ma9JsIVM\r\nPsHu4L6H0qh+LT6r2pzFnWwWvF5KZ3BEgxZjaq5oNLlwmShbrBB+sJZr5iJl\r\nwbsBW72SQnfew+z/tMyZQ6cpz8oFwhwV7I8WfP1yVsA9stP90ajri8QjvGNB\r\n+KPsW4vDiM4JN6WDKPE3OLNijjEvPIu5eZieO/bBoJQwFqKlRj9++PW+NJuu\r\n/Mrw655qTYMIRkhdkv2nevAN1ZJHoc0CArPh3DAHrtQlyHhywASsvkNUqWCl\r\nkCtnQ4RM4ukFKspLduYh1JHWtUBwRAGg/1CTMX1ygjT8VuzYsmrqNwW1s+b3\r\nm+V7dAPYKx9qJCS+e+qPa7tjBBCdQwqQEnI=\r\n=mBAC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=12"},"gitHead":"44ca4ed6d5252e62a59128c451bc6d6050a4b9aa","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --inspect-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.19.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^5.0.0","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^2.0.0","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16 || >=17"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.1_1645552414421_0.8523474852734803","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@rjsf/core","version":"4.1.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@4.1.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"43714518b339b26f9a2b11223625069642cb3397","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-4.1.0.tgz","fileCount":129,"integrity":"sha512-rLtBJzqqFUUYx3c0bycqBYiQePug9keKrwISAd6bZ5xghHNgbXGI8rMtDbwpYoF4sQPiPCO+zlfpUOusK5vsVw==","signatures":[{"sig":"MEUCIGWIn9GAL4l1Mq/U/iipQWoX4N1h5mkei1Nxsm+rRsnSAiEA4Y9I9sO2sFrTZ7u5bzpc/uIVKXWUThPXnKTvTwjlvgE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3434155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiK7MIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrgCg//UBIUp7C42Shhf5pkNXA7oUEjyCsU2aghj1RyLoxSPWs74B/A\r\ni2oONgrTaNaC+DBNlpJZ0WowZ0cBcFNukDTMMKMStBKLXdatJPTlUx3XxjJo\r\nqfBqwHXGBJyKfnDxrAeulxbkAF2F2klB9GbbDDHvOogFTHVd3LuO995zljUf\r\nrcksggsPJdmIdmWQWAVBx2JdlYxRiBGOzAc/R5NHZG5us5GeOwO2kb4s9F4E\r\n1CYA0ExKFDc9xJCR4px8BnMQmVDFqwHYeLpSitXC9R3nRUAI411P4asg6uyB\r\nBfgU9Atcb9N4sionnvZLsL2EdgvJuFl0tIzAAT4EHKUG2qpa5rBp6TRPGa3j\r\njUiVrL6eMefE7yExHxpVMMyaxYa2orpLY5X8wjAj+r2TQvxdygvClCxfL+0V\r\nYYLv7C47mDGscNRL+mX0hEz1te41p/MXDm9h7F2m4P6p4/GFa84wp3isHGaW\r\nnHZqYoqeVFa6bsQijQG3wN40DrV8iXw+aKTXj7n9OuXs8DWo74dmvauvT050\r\nu0r81EmvFEcr7I8EwAhfS2INAZ0BsCBiq3/u7bXXK90jXBaU/7zPuPRtlJxv\r\npCmrL0ik8Nl+HbMRkRbxYVVG5M+GL9oWHSM5iKzS1shYXlet5CifY+4JPAvv\r\n0WG9w1blYmAdM9pxs5H1aqN0pjVsMELAPVA=\r\n=lJec\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=12"},"gitHead":"1f19c8f356c3adcfff3c08aac89427650cdc541e","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --inspect-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.19.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^5.0.0","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^2.0.0","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16 || >=17"},"_npmOperationalInternal":{"tmp":"tmp/core_4.1.0_1647031048325_0.6748004975580735","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"@rjsf/core","version":"4.1.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@4.1.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"6ba23585b0fc891247e795bed1ab2c6ce44755fa","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-4.1.1.tgz","fileCount":129,"integrity":"sha512-/R37fLwnhAavQVlYoILwYIha0ymgKtMWdtehgiODcf++rl4/jq38RjXhqF5wQT9uOYAHmtutokJsTFei1VY4bw==","signatures":[{"sig":"MEUCIACaxwpfU4znWaIIfdsBD6KqIF0LtJa/dsOBD0+i1Xq4AiEAzgchbGMQDbY1H3LxNKS96eqqIsVdO1E0B6atBmE6zQ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3434155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQb2lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmonTg/7Bu52niF/U8q0NqWnJkB1vR0tbiab5iJzXpWuLbnkiORDSo61\r\nXGKoUze4WnHWBdj3jOXsib6dsdlZ3C6/pdyi/AIY+OXnvheiNgNk40ncY3e6\r\nqtKHCcMSglu7YIawtZuLOYkW6XCyH5saynBzYDlLDR/SSbcbaTUnn6EFdSyk\r\nfNFJ/AwdfGGJDCQiSuKa4ZafNdqkzxqzFZ5XO8Fcwi0G476K6P2F0aVX27Bx\r\nOCUQ7W/4W9amnvLGXN3+Ov02f8YQxsvbEJpA4st3oq5FJ089zV3Qu/6gUynr\r\nhRvqFiqcWWRc3F3MlXs2/7keQw3F06R1cW0FgtfdBxNmYjS6GacXLo0ZqZMX\r\nPQlyy2S6hJ10QNfZ6d+8iBKwnKkaMuJp1kGaKwZS+GKSiDkdCVLg1pF/5hTk\r\nIUb3nwu7sMYS1Dd4kz6aqqn2g/7X2spLd99NUgGmnkPY14dsMpAGgv/qYOyv\r\nrxm+7CoUCd7vEh+skjDVmWNN28w+TArtvidVUNj4IxmB7jMFUrhMKCV9J23z\r\nWAF/m8bLvm54cCXwR5A1e2El2g8PAqy/yOogOMghGTh5wXniIYb02Q7FShoj\r\nnmjZOwQH7djprgv7DHeJ98QyLCxaQOfIrCZR595u7G6X4DI7LoYW4t14Nq2C\r\nZBoyOkBHwLLzsp+PVrAMYu4QuM61pH68g4M=\r\n=qQEb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=12"},"gitHead":"3d2bfa8fb4ccc939c45afa4ff8a3ecbb139eff25","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --inspect-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.19.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^5.0.0","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^2.0.0","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16 || >=17"},"_npmOperationalInternal":{"tmp":"tmp/core_4.1.1_1648475557025_0.9752507668670856","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"@rjsf/core","version":"4.2.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@4.2.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"9ec807737039b5f63433682f332ecbcd6067a847","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-4.2.0.tgz","fileCount":132,"integrity":"sha512-bGWWCZjXHhBCkzag1Yh6F7a15/D6AqKRyks1szYWdCe+4jwWU3maC3apUxHJlHFRz3V1aBW6j6i/UB6zHmFXLQ==","signatures":[{"sig":"MEUCIHT5W79nSDEiLTbwbDbg1DKoFn6IUS3lc/DgIpnLC8CXAiEArqFB0ZA+AkwfqyR2088FsTe/nOZe2T6VAZdVtbfZI8s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3461187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidUE7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvIQ//TkThAP3kGEPHNlAPmBonQ0EhKvL7uCa8szP54Q0krNkCczpX\r\nwW+WRpnoZMpBYDBM/PCWK2N4++Rh44O2LUw6HYM2uQY/l+MF6auQ3K80ymyR\r\nKuM7bDlK/jP1LEOxtYW5iHt8hRBvZlCPE828T+qCbdadHx6Ce+IKtIdOtadR\r\ne3HLRzfvl97OSGKdZ480TnAqLnBHKzH3AV6RLTe4o2GCDzvUsADVKXipAMg5\r\n7zxqzlOZSB/Gbhg093bel3BSVnVQNuTzhT3VYezlSRO4Lw9q+yyeLwhNdeOn\r\nZFr9ovHp7J/TsPsSPCtD88HYyu/b2zgRDapUKyXK6V8Q4L4MNdpS6SHBRzt5\r\nrpRPrQKWcswUftNQaZhpLOmmfCV7+8+25nkVJl6WPP/IzW1rfyt2ScwPfAHf\r\nn4xxWB8gpjluVf8NAlZ/K+gOgnzKETt/W15JMOoI3SUhY5CruyMyXAfnzGpO\r\nzKbc0mxPaGS7QM71vBZLSLlj0YsfjK2dAe8anqUNmflAoneE85fcsR9/yECA\r\nL2OCTgXKRwr+vZlCLH8mThCfua4VO/wr83/ZqoN8UAfBk9W83rtsNjY+o/E9\r\ngUL0xb8GymybUUgbRWMHBeuLr9ExzlsdU/eZlGxHqqz88e40xXWEV0PBoz+B\r\nb2xnvJfJExBx8qyW3AhDISOR14wltEyq7/U=\r\n=4GzB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","module":"dist/es/index.js","engines":{"node":">=12"},"gitHead":"c9141f76e236bfab629eba685c5d8eb803ab7305","scripts":{"tdd":"cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js","lint":"eslint src test","test":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","build":"npm run dist:build:umd && npm run build:cjs && npm run build:es && npm run build:es:lib","start":"concurrently \"npm:build:* -- --watch\"","build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","cs-check":"prettier -l \"{src,test}/**/*.js\"","build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test:form":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/Form_test.js","test-debug":"cross-env NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js --inspect-brk --inspect test/Form_test.js","build:es:lib":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib","test-coverage":"cross-env NODE_ENV=test nyc --reporter=lcov mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","dist:build:umd":"rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","publish-to-npm":"npm run build && npm publish"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.19.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.19.1","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"^16.9.0","prop-types":"^15.7.2","jsonpointer":"^5.0.0","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^4.9.0","rimraf":"^2.5.4","express":"^4.14.0","webpack":"^4.42.1","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","babel-eslint":"^10.0.1","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^2.0.0","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.4.0","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.7.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^5.1.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","eslint-config-react-app":"^2.0.1","mini-css-extract-plugin":"^0.4.3","react-transform-catch-errors":"^1.0.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16 || >=17"},"_npmOperationalInternal":{"tmp":"tmp/core_4.2.0_1651851579412_0.26919633616797656","host":"s3://npm-registry-packages"}},"4.2.1":{"name":"@rjsf/core","version":"4.2.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@4.2.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"05e46ac5797bbe72f5b6be7c87f3fd7e3d8b9f0d","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-4.2.1.tgz","fileCount":54,"integrity":"sha512-3JGpWcbJ43HvzLYEfJcb9OGTLzQ0/GtIfI8EjiFLWnE4jeEKk6p5PY1esj12zu086zjixn//Fi0WxMkerU6+Zg==","signatures":[{"sig":"MEUCIQCan7zWCgOU2mlKQyOWp3SS+tMGJitjluhwaFi7onfDzQIgWci4rn1ls3QkEZSrQQEoMZPcpz8AmST3rsKaev1CHRY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1405457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi0Y8FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqa/Q/+JQwCKXFsXgo1lJrV8QAYX16zjt/jZMmVd8ga1HYiQnwZfmtD\r\nzAb3iz1falu3xnybGNQxCvb+euPs3dpJdLFAm4YnNxcSaAihxNY7UgBMVoH0\r\ni/lT58YTHvNRIQ7bStChaNiwoHPB9YHOsHRFCMFfzZQyZrL6D++pBwjP9z1u\r\nVLq+FbHXwpYaZDXwgkxRCAYvtSSh2Ev0NFFKA8NdYYDdh+XhpJqO+fNGRilP\r\nicxwYqsAlOTLbjYKhh9PmRE+X+nAt1V++Ju1vQ4Bxr9qcZPG6cL77NcQjZ9V\r\nGOfrOFf6G+mK+0Frkl9Kd357GGFX8AuMvOMCd7oGVH6kM4ItPq0W2k/KIcbW\r\nwhC3vdeovbxVUdNbx0QAUqx677OZ0uG5CJSGZIS20LoJY/495uP8lpJdUFvH\r\n1r2ZHvH8Hp5EvavwK3/oWVSNEBn230CK0llcWuM03hpM/0skYSG9J8+rQPkF\r\nhnf4oGfZ9ooYnysMeAIm25RhlNP4q5iKCGhxNzpP+1pYDDGLlfgYAnZ/Y5Gu\r\n5JEa1gwcoVLrjj63IH+9VASk3kgP6vw2LrJPWkhRcztnHeO5h2xFnrjMHKqV\r\nDrC/BlqAXFZDmsRftRv1Krgc/uX6Bhr3+rkBchLlAbeOayAUjfjR8V+pNVtV\r\n3s+g0Ml+E7e6Jb8JZLaHP6NFzERhsewVTJg=\r\n=0ta4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=12"},"gitHead":"d355518abef3706fdb4e9ff9ffe51efb4af73438","scripts":{"lint":"eslint src test","test":"tsdx test","build":"rimraf dist && tsdx build --format cjs,es && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","start":"tsdx watch","cs-check":"prettier -l \"{src,test}/**/*.js\"","test-old":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test:watch":"tsdx test --watch","test:update":"tsdx test --u","test-coverage":"tsdx test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.20.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.20.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"16.9.0","lodash-es":"^4.17.15","prop-types":"^15.7.2","jsonpointer":"^5.0.0","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^8.13.0","rimraf":"^2.5.4","express":"^4.14.0","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","webpack-cli":"^3.1.2","@types/react":"^17.0.39","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^2.0.0","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.29.4","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.26.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","mini-css-extract-plugin":"^0.4.3","@typescript-eslint/parser":"^5.18.0","react-transform-catch-errors":"^1.0.0","@typescript-eslint/eslint-plugin":"^5.18.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16 || >=17"},"_npmOperationalInternal":{"tmp":"tmp/core_4.2.1_1657900805209_0.8549580603555655","host":"s3://npm-registry-packages"}},"4.2.2":{"name":"@rjsf/core","version":"4.2.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@4.2.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"cd8ee65f0c87cba05d7dd978282141ca97df003d","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-4.2.2.tgz","fileCount":56,"integrity":"sha512-u82xqHKun3GdYWeLIWEewrkILpKJfnDY07lh0y/YytugnRaVugLYNJnj0RWhQq8BoJuWHv5J3HaPgCL8OkMfQw==","signatures":[{"sig":"MEUCIQCPi8LLBNL9LwUluasZP0BlDC7XoVjmKL7pri/CczvvGAIgQhNBsJSH2kIjKnmQkh2DZNBrbQwlVDt6288W1yYpq8o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2711961,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi0d85ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9og/8C1NCeE6OK1O92I/AVz/Dknxgb/yiEQfKDtDNbc3CCdXnXk3+\r\nfz168uNb73ZZmHQJhVkAjdSBzW4u+qNxBFcR9dcQsnpzjWn4vMnivv+DS4gt\r\nB7Kx6dehiAp7ypNH7ExL3qFbz/zRbA1hA/KHaghojWym+NsyVpnF3CiDAdA4\r\n2DvZlmq7FjnWpXhqpiwMeas/wQ/JLZ/fHF1UU0FwLwst0J2z/0WyXgJH716S\r\nupG900l2Q2cz9OJDkaS/j/0IiSvEc3323+XiXAmuF967fnaFltgRhp3jKSx8\r\nZl+mVWlzn9qVM7zXldJJ+Ad+ZdGrrWTfqIEnCKc6Ur8TyIHRz9HQWlxpvoWg\r\n7Hd/oSGoqzJZtA87pjy9VKG5VvXXVYvzgGp1REkq4hieg+PYdDOBo8OjMIVB\r\nGBkgPyBeuCzF74pwLaU3b9q6o0Dy2c77rIE7FHUmhyM+e2lPXrJNLYNgNQhk\r\n54k2t6qbTrTBgrZ1wTQeWSVFnN2uRZzEXsKJUI2VD48YeE2GjfY3Lk0hJf0T\r\nQbCCLhZEm2exCaf7o5e+sLuMnZ35MIIovoo8y5HVL75QXoFCZ8u65po1boGL\r\n8fgb01upXiwQx3ZLlQU3TGArcSFbMkYx47in3kbonqwJdc0H0hHuBhdnKoLQ\r\n35uGUylm3Bf9DIbuRco7csFYCVqHRpKDr+8=\r\n=9HEd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=12"},"gitHead":"e4f1545e7a658ad6a0de476682131680c04982f9","scripts":{"lint":"eslint src test","test":"tsdx test","build":"rimraf dist && tsdx build --format cjs,es && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js","start":"tsdx watch","cs-check":"prettier -l \"{src,test}/**/*.js\"","test-old":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test:watch":"tsdx test --watch","test:update":"tsdx test --u","test-coverage":"tsdx test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.20.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.20.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"16.9.0","lodash-es":"^4.17.15","prop-types":"^15.7.2","jsonpointer":"^5.0.0","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^8.13.0","rimraf":"^2.5.4","express":"^4.14.0","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","@types/react":"^17.0.39","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^2.0.0","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.29.4","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.26.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","mini-css-extract-plugin":"^0.4.3","@typescript-eslint/parser":"^5.18.0","react-transform-catch-errors":"^1.0.0","@typescript-eslint/eslint-plugin":"^5.18.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16 || >=17"},"_npmOperationalInternal":{"tmp":"tmp/core_4.2.2_1657921337428_0.555731306940044","host":"s3://npm-registry-packages"}},"4.2.3":{"name":"@rjsf/core","version":"4.2.3","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@4.2.3","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"7ff2fb593f0af20485dc267391a8971378eec655","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-4.2.3.tgz","fileCount":185,"integrity":"sha512-dRXhd1Tac/9OcG0VDrYDF2boNTyKINEEITEtJ4L1Yce2iMVk66U52BhWKIFp/WXDM27vwnOfwQo4NwGiqeQeHw==","signatures":[{"sig":"MEYCIQDqBbVIo40ahu6zvsftOt8W2qscDzO1hgo1QJoFB1iG3gIhAN9pgoEIbb9OtG4kxbdDkGJMmUSS2yzu7mV7Nel7AClY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4857107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7t9AACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqNeQ//VRyVfGmXD0xxTFRdRy5bEcaQR1yc1kQRl51GsHhvV2rV8lpT\r\ntMrjuTqHVaueR0uZQm3bco0Z4D8wmuhEwSeWNzEoIa6iSt6thgiNWRMp+nHq\r\nz60Ct2qKAn+DwYQvAAf1F2EagdlSTuZQKgYf/W6LmbNauKvs2cxpES9H3iNI\r\nUYNtMgH9eiybl5Tk1pSQMXT0aaZNPn8TYcmZK0afQkjsDh8zA/fAqUDjI6dS\r\nq0HvLDxFE24zHi+FMCtMcT2c25AU1uaR6x5HvKSTS0bTXt9si51RpW6QOvbl\r\nlcJz3rkI8T/0HV4xJWIfvHtICnH9WC7gDalnjHTSlUjhR8hosGNstv2dG/sM\r\nIoiK6zcqJnR/YjEEH/JJ+vwWZMwAsXrwTKkGTmF1Ejawe6ohORmh9ybd1Mrz\r\nouxwaQEuppNarPVQ1fzpG4xQXJOZ4xElMI3QuTUYzO2ddit+MUXdWUYLcZF/\r\nFflF0kZYjuWdfdgVDjrHiPCEgqHpGx7jha0fO2mApi/3kWDeOMZZi7oJtvPw\r\nh0BNIidRY2nCeLnfpghZqVabUve0Yz0yknxFa7Y3430u53kB2Fbch2A2YFw3\r\nfAdhgJdoTaaZ4OO5XbM8AHFunMVErQbY718g/a6G+CPbsQKmzXWJ6kv0wyMB\r\neHksD12qf7MZD+zFu4VUgKjEf3ml05v74hc=\r\n=JLFZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=12"},"gitHead":"35663cf43dd1351a9f0d8e7d238e7dca22b4d378","scripts":{"lint":"eslint src test","test":"tsdx test","build":"rimraf dist && tsdx build --format cjs,es && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js && npm run deprecated:build:cjs && npm run deprecated:build:es && npm run deprecated:build:es:lib","start":"tsdx watch","cs-check":"prettier -l \"{src,test}/**/*.js\"","test-old":"cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js","cs-format":"prettier \"{src,test}/**/*.js\" --write","precommit":"lint-staged","test:watch":"tsdx test --watch","test:update":"tsdx test --u","test-coverage":"tsdx test --coverage","publish-to-npm":"npm run build && npm publish","deprecated:build:es":"cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es","deprecated:build:cjs":"cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs","deprecated:build:es:lib":"rimraf lib && cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib"},"typings":"index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.20.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"]},"_nodeVersion":"14.20.0","dependencies":{"ajv":"^6.7.0","lodash":"^4.17.15","nanoid":"^3.1.23","react-is":"16.9.0","lodash-es":"^4.17.15","prop-types":"^15.7.2","jsonpointer":"^5.0.0","core-js-pure":"^3.6.5","@types/json-schema":"^7.0.7","json-schema-merge-allof":"^0.6.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.2.0","atob":"^2.0.3","chai":"^3.3.0","html":"^1.0.0","husky":"^0.13.2","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^16.9.0","sinon":"^9.0.2","eslint":"^8.13.0","rimraf":"^2.5.4","express":"^4.14.0","gh-pages":"^0.11.0","prettier":"^1.15.1","cross-env":"^7.0.2","react-dom":"^16.9.0","@babel/cli":"^7.4.4","css-loader":"^0.23.1","estraverse":"^4.2.0","@babel/core":"^7.4.5","json-loader":"^0.5.7","lint-staged":"^10.1.3","@types/react":"^17.0.39","babel-loader":"^8.0.6","concurrently":"^5.1.0","loader-utils":"^1.2.3","react-portal":"^4.2.0","redbox-react":"^1.3.3","style-loader":"^2.0.0","estraverse-fb":"^1.3.1","@babel/register":"^7.4.4","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.4.5","@babel/preset-react":"^7.0.0","eslint-plugin-react":"^7.29.4","react-transform-hmr":"^1.0.1","eslint-plugin-import":"^2.26.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","webpack-dev-middleware":"^3.4.0","webpack-hot-middleware":"^2.13.2","mini-css-extract-plugin":"^0.4.3","@typescript-eslint/parser":"^5.18.0","react-transform-catch-errors":"^1.0.0","@typescript-eslint/eslint-plugin":"^5.18.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-optional-chaining":"^7.8.3"},"peerDependencies":{"react":">=16 || >=17"},"_npmOperationalInternal":{"tmp":"tmp/core_4.2.3_1659821887746_0.5816408770738561","host":"s3://npm-registry-packages"}},"5.0.0-beta.1":{"name":"@rjsf/core","version":"5.0.0-beta.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"70cd7a53943cd3ed7b0af82b69e365b7214daad5","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.1.tgz","fileCount":65,"integrity":"sha512-06JDtkiu1/2Xw6h+Y7sB+K8/fPLdTbMBYbIi38Ho/Ejx3ffyOiU3H69W7gpWpgZnkiVtLu+12HPnAsdBolbmXg==","signatures":[{"sig":"MEUCIQC54OV77xcQX9ntffrvGQjPhfu7OyshMlpAyP/dbtSEmAIgOnH4UGGoNrJZGnfF6c62Zt4Nc8Ofy2bfff3IDWfbUv8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1727902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjC5e2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5SQ/+LR6Dwru6c0ACijD3LIcNWsGhuwYWajjioGM6N9NuHJQ/yhsT\r\nqwLwIqmcQWIxWc1txvFXxY1pNd/gACOyRodRjxFe4zIn2oaIkaRditVYXhqN\r\nVMvYI5eKT2oPUXWVOqbshqaDcXW1DcYUYAl4gygqaWav5dctbglx/RpV9bj6\r\ne170MU2Qg27jhi2iDuG5MmKmH73tv7btBCbhb794raB5XLqJ0joKQR/Vhg24\r\nCmGV7UsB/L5l8XzRaHZKKPO5Qeh4EBPqRttdo71iI01MoneC/RCiLLd96efQ\r\nYbz/tUBnwD5WVzfECt371AGrAyr313M+CajDfgS65Pu2L8OyQ5y77kWIgib+\r\n9mzGD36cUvhtbmn7xxkgHDUzGZXBtrVsjO7irYFphunlAYTcDKTGS4C1Cjzx\r\naSMLvoEFsqJCPyvGsrZ0SK7dAluQBZpmNAXIA8IYosDikTMkgfU9M/JT2WaL\r\n0QRGatxhTMIlbr2QSRL1D0WlTOZ761ZSb2LvLSEdbZNQROVhu1MPtdK6US5d\r\nZQJ8kheMGlHi0ZNr3UGlP4A8mIWGfP4TQXlvytv2tcellOLbeiPNeiCocGQ/\r\ndWrY8k7BqKBhubLzTRSiF2bfuebKH2+O5meu/YDwzuNDcM1K0AGP6/oT7Pab\r\n5zRIquxnly6bmgIc6q2/5Gt6LSfB1m7Ct0M=\r\n=/ikP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"8fb173c73c5a2edfb1619d2a0f6bc1298c5b07ff","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/5.4.3/node@v16.16.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.16.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^6.7.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.23.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.18.10","@babel/core":"^7.18.13","@rjsf/utils":"^5.0.0-beta.1","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.184","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.18.10","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.1","@babel/plugin-transform-react-jsx":"^7.18.10","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.1_1661704117698_0.9986242234229359","host":"s3://npm-registry-packages"}},"5.0.0-beta.2":{"name":"@rjsf/core","version":"5.0.0-beta.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"3f25369cb06ab4523b8948343974ec0180f8f357","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.2.tgz","fileCount":65,"integrity":"sha512-PsFrOmMoWBwnSb3pUadx+xUw5PAWrjSPhczhnoJ0Z9HN4NHCaY6ZBDfAnpSi8IH1PR21YpG118ofke51h9Boag==","signatures":[{"sig":"MEUCIDtKb+mjolD23B8G2uD/jhiGlbkYKhZjbB1kyX2Nt3f/AiEA6vobsGBzmmHVhMGpnz+j6C3hzkFfhKV/z9bOuSWF1lA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1727938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDCflACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWpRAAo3rPgl2m2nFfcsFKoD9yLqYL1Ozl0h6MKaAJzYczEtdc3Ksr\r\neEMi8NMlLRtQ0DQDAxU88FdpJZxkyTVcbUPVO05mdZaEydNx4yrPIxAtATmb\r\nnXM4Md45Dvoph7qtYPPSn/SUvZHV0qKDJkgjCyXfrpjyMKasggTUHC7rfOgt\r\nfjbUmoFywOwo4+yuTh/MaVauIbCmmVrwgbu84jJJHW5NIg+/9NXl8lF7Q8EF\r\nF07ugL+riVj4bQ5v4BA99WovvxCqK17RbsXJCqusYEjPrmBwuSlKe/aAVQs8\r\n4jjUkGGfrL/nKbp2QDYEyAPkJzBKQSWBwUZb7VNhXecDb+FxHXdkr/SN9oJ1\r\nuoYamSLAmpTlABMzx9Q/VnSy10SOp066hkGzpapCf51gBkhinraO6pqRhCN4\r\npdetL3FCeJasykd15CfG25VituRr5Jcdwf7DOCVYz2zPjZaTCGZtWJoSL/tx\r\nAAbQgK8N+pr5eqS7tERlQL3fVBjtrjjEoQBKKaI2t5H8RkvYyU/RpURImkR4\r\n1vClhszSw6OQTxTB3IYvt0t6HEV9K1CS/ubSmTD7+sX/4JGuhuelVW8imXI6\r\nPwel2w9pJaf6ymCy1iInWbGU7jovsvjnwwWCNUOJGxADGI0CMpxH2YQetrj3\r\n8drb+XtXqDXS11erejn7UCbxsm7AQ5j/b8M=\r\n=Rbwj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"97bda160aeca8684770da6f3fed5b01b3828a1fa","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/5.4.3/node@v16.16.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.16.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^6.7.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.23.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.18.10","@babel/core":"^7.18.13","@rjsf/utils":"^5.0.0-beta.2","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.184","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.18.10","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.2","@babel/plugin-transform-react-jsx":"^7.18.10","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.2_1661741029293_0.2634199250592235","host":"s3://npm-registry-packages"}},"5.0.0-beta.4":{"name":"@rjsf/core","version":"5.0.0-beta.4","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.4","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"c2271ed4d174e6062f89458a0fdae48bbb2ae145","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.4.tgz","fileCount":15,"integrity":"sha512-x5mc1wORugXcLd4CrydJeXUy2CPQHDDohWiLPVwOygqHuM4qAwEHYioJAbd3G1Y8zOLIJVS1LdBCt/dggDWPmQ==","signatures":[{"sig":"MEUCIDDrVT99EFBUCpOEi618ueMNPtZXEt5syCMasi8pFk0aAiEAnT7lHfkU4FcFsWQhiEvT9BXhNZ5GOKUAZXpLSeC+fgQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1708074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjE5xhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0Fg/8C+iYQylxw3MF/wtalt0Rhvc0j+PYg5LBKf2p5tzZRjxEeQuk\r\nPYPb/6T98Pugv4bi61CmiPp145LtFBk89Iq/jU86KsXDwBwHzhNHDgpOV7e+\r\nwSXhKVsFDG/IQ6UCSr0rv/wi8NMjnXSV/Nfwl7B0CnfWWbS4GHdlTNaDy0cT\r\nBu1kzjH4ECWXT3p7Pbzb50PPr/4WTf93CMYj+DMK/OSIwLXFuEK5UWgB8dBf\r\nbw/2DBWg5Ib0b/w8QgGUAKCZT/mJQzqG/skjvh/t4o+6dpl0mr5w1pn00FOm\r\nPfvbSUNsRIBELYjVYZCS6bEwbqft33Zcdei5uRmtYVd+DwZBH4MCzsVrkBpa\r\nF3mjPW6bs5825JxgDHqR5BHBxoWrtoUUge37TfZTvScYRndJgyib/+eTKItH\r\nGZ4G8uCcpIkvjf1d0XJ/b4IIuqZf7tY07H3zqYDmNfwXCoNb+T5XPslqipPl\r\n0YvABhtqc2SMVHg1GUnI0RY7lZHYAvCIlL4B8iax30MRJ1iVGxajZeGZxFlD\r\n8jwk7mAcjdWoife4bdn5hW0yJOSRX/6X+tBKCHdKXyrEnBGjoMm7DxA81rB1\r\n7bpQV8vjatGGRs4hRJHUQBUjk94K+b0yybSXptZTsbPA+12/DSpL93Y4ucp1\r\nVczTgp17Mesg/gjPbSXH2m1MA86dntwXyA4=\r\n=kXaO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"3c19f461eb25cc33dec8bf2cc2fc458d4de4cf23","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/5.4.3/node@v16.17.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.17.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^6.7.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.23.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.18.10","@babel/core":"^7.18.13","@rjsf/utils":"^5.0.0-beta.4","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.184","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.18.10","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.4","@babel/plugin-transform-react-jsx":"^7.18.10","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.4_1662229601132_0.8752019693392137","host":"s3://npm-registry-packages"}},"5.0.0-beta.5":{"name":"@rjsf/core","version":"5.0.0-beta.5","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.5","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"7ce0ad652e206bd0e29984baaceab15c0fd0e74b","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.5.tgz","fileCount":15,"integrity":"sha512-Qi9gKYDjW/qWZjBJ2ePbtBnhDUKqlfsq8fTMCDCdFt+HmJP4zv7BPeBNt5XvfxRZ+52ff61NLxH1EZzc+prRhQ==","signatures":[{"sig":"MEYCIQDFKKacEcXfq9IBL6zTI3QQ9zXSWWGYBxkgX6yOxtnGGgIhALbS2A/k46RO/URpszf/9So0gL8kBjiOQDYNO6b42vEK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1708074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF66zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpI0g/6A0icGjuD7K6V1hkdr8K0CxHH75xqCSN+Zdqmd4h1+JH4nQVl\r\n9ttnDKsoh6F8JCKavTfONTINnXIXTKvjLtHdwiERhd1ahPwjsVMggBCGfZso\r\n7KvNTZrZ5t2riXZmTE4N/Cg002m376/qOusoKFnzb+mQNRSvgvM/AsARPmtT\r\njfp94BtEDnyd2hu/kB+ss+kYgui2rqkcWm9de0rADD1a2eru+U1rENxQbPP2\r\nJbjU7hFmkSSJLytpJaNl7GH+BWe6Or7SzR6Bx19BgaCX6o36nN4tJiQOzAUz\r\nAIfUzpDB21CW6D2T3EmgIaNJn37np806jlg3L3fM3WqSdTeBDZ63iP6U1o8w\r\nUejvwvo6y37sf/AN1dQDxlhfCH+WigEGm84DKXWlt94OxD96dpGOCZXY0Gwm\r\nKMWkaFPfuEnwCDOqPK9OE3TEAvfS5ENOgNb2X9uy2/zU0n6IdmbBmlsShTRQ\r\nhGcL1QlUOyB/pzKT+anGGz7GO4zq8+CxyFdPbZsAcFLDnoTz4CwDgMqFOLKR\r\nBbQMCuXkdP1zcBiN97QKRDCf5HhKn7g3I7vwU2iTh7mqwrCNBIr3hT46KrNU\r\njAzpVUqqeVUYtc2l2ylaxcxw34+nlGXsaWwcF+hGMj43iCmnh2gpEeH05kA8\r\nBXmOSUpC2B6kBJ0SS8MU1MEm3BnwsEyS9og=\r\n=lvAd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"e4c61ea6867d6089dced3227d5aa8ac40516376d","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/5.4.3/node@v16.17.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.17.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^6.7.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^16.5.3","mocha":"^5.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.23.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.18.10","@babel/core":"^7.18.13","@rjsf/utils":"^5.0.0-beta.5","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.184","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.18.10","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.5","@babel/plugin-transform-react-jsx":"^7.18.10","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.5_1662496435398_0.03233691835434516","host":"s3://npm-registry-packages"}},"5.0.0-beta.6":{"name":"@rjsf/core","version":"5.0.0-beta.6","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.6","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"422688c2d423e9939f5ca4ce2904bed53c321eab","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.6.tgz","fileCount":15,"integrity":"sha512-yAiAkdcOC0aEwWgSnCVHHNaI+ovtwQ43r6UJqVFr3+vV9IdOAJWug3cIR3jjtlMnm9isf9RkUzqTaQoKKXshKw==","signatures":[{"sig":"MEYCIQCgPh0BsbqJNxmsKz8a4mv971ZIzGnwwGJdA/OkVLYmLAIhALJPFdyNaQmdBNGHd1MenrMAD306EXCvbOcL0C5Q+MkS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1708120,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjG3c9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7uQ/+ID7/BlPday4NAWVRJ8zAlzbKd/M7AbZ+BuQQ6l0Wwezu6aOA\r\n0kfnoJ5zPwM4sXApaBw0L+qsVTAxn4Xb8r6lPgvOOKDjV0F85/C0JO/HrE1X\r\nJ/YZtwJpRCui8poZU5GoXre34Mtngw3bGiOublUanfDEigmKusARFu81I2cF\r\nIMpCFJcHHgjFk2LxAtB656KR6afAzHtlPa0X2XcwEdP+uwja3LVkST2K3Bf8\r\nf3wgzqYCNVR2sR0nNbtDjPgOu/r+mVA1lDiK6hGQD60MmxXY2XGM5NZ5G1mQ\r\nTcQ5O5Qzp7Ukh7ZwoE48oSitDNwO/DpgGTmhyiCdhFbZpbfHwdxH/D9lmqjs\r\nT7BQBhRdwXT0DaY/ldYUdpkq+RhYmi/lC8CLw6QVioW4KXCUkopkXYkm+ExM\r\nKzkE8eLe6mf3/sDjyP59c3lN7s/IZoFaFI7gvFaelqLhQwb2u5WyH0jzvwb6\r\nRIUk+OvxwGUt23UOrunQTIpxDXq2Sj90XSCkf9DH8Ijihy8jaB5QP2k0l//N\r\n9uMObV73NcTg2J83GqphladAHjSuDo6KRxFPYeLh2I5G6K7nbmeWELgLprkB\r\nVZhYmfH8jUXIobZvpGIKF/mmjs9X4kSTediftzjMaPrXqCrm2Qc0uzBY3ISK\r\neGZ1MSW3PNmX5sw5p8L0fCMb0/PIwtmjU9I=\r\n=KbrB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"dfc8bbca60113fc5a78302b2ed79e3ea9b16241b","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/5.4.3/node@v16.17.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.17.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^6.7.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.0","mocha":"^10.0.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.23.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.18.10","@babel/core":"^7.18.13","@rjsf/utils":"^5.0.0-beta.6","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.184","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.18.10","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.6","@rjsf/validator-ajv8":"^5.0.0-beta.6","@babel/plugin-transform-react-jsx":"^7.18.10","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.6_1662744380886_0.32042276278271586","host":"s3://npm-registry-packages"}},"5.0.0-beta.8":{"name":"@rjsf/core","version":"5.0.0-beta.8","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.8","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"b0e29f3f1e07a99357f242dccafdf7b206e74688","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.8.tgz","fileCount":15,"integrity":"sha512-1IWdaVzY14xTXIgAYztPS1vmVzWgCuxad8JJta38L/kmsVrrWK2SKK+5dIXE2sV+f8gsWCNRs+zdJJM7dymyQQ==","signatures":[{"sig":"MEQCIHVBjY+8Nmpcp6fgJ/AgAWUeFCe1T09g8R2Gbe3YxerwAiB7UAD9Jvdn7/eV2oYk6EXqvKFDmgDmONxuXgHHtKRGMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1722220,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJKKfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFfg//S+ayOzcdAjMFQnfrWm09TdTtLJEgw2q1pu3sAN+vazf39oe3\r\n3/4UO8OwQXIr3npVx6E2c6Bry9NJ9ISvNt55HiZx2zRApZsTtAMwnzWzm8Cb\r\n9+DexS6UyFI6PPfH7BM++D5SkNA7KG5mUBwWxEgjg5hcNChIF4PBRswZqBGC\r\nZT/h6/lz82hgO/Jz9CQQpLbrM+5II39U5++gI4xlMuz1SdZYHARqePiyPCLR\r\n4uBRsJ/nd/8mQNpNPFVPgWX0Ev2ubyWURz7xNTrsBw80s/vUncKgJCq2q0ek\r\n3nwNF3xOnkiLB8JUvHqpU9aJAfmVqs6fQLBpZWXZE9ZPV1lVIY5WKo0St1qu\r\nvpABKiZG+Hri3kV+3nFknpsue7/a2+SGL+5extMpqMNHXCNcoaKmAz19VqJo\r\nVBZyBqQnzuW9qxVtFTyqGv5QPWWW2SkZ/oQOaoUPk/JLmwzz+oQwhycdjRuN\r\nbjRtA5rnyIdwSyg9itUBL4G3aNV7yXYFPTGtmx5e8w5HIPL0ANnJoQrr7gCK\r\nH6RjyZUcgAx0yMmNhDPClTGhtYr36vDassXp/WZ5nS3QNhzieV5fIKraCiVS\r\nfCudQ5/gUw3rMmz1ADarLeG8tcvHQkwKSvqMARjdhdCYvPSMOJQcJfZmD8/V\r\nTmvyykwr6JzZiCYzWXZ/6BqnHkG3NbM3Alg=\r\n=Ks2D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"8e6a64e6b398f01bf04b1e64a0d4982196bdc05c","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/5.4.3/node@v16.17.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.17.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^6.7.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.0","mocha":"^10.0.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.23.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.18.10","@babel/core":"^7.18.13","@rjsf/utils":"^5.0.0-beta.8","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.184","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.18.10","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.8","@rjsf/validator-ajv8":"^5.0.0-beta.8","@babel/plugin-transform-react-jsx":"^7.18.10","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.8_1663345310971_0.38017655658877114","host":"s3://npm-registry-packages"}},"5.0.0-beta.9":{"name":"@rjsf/core","version":"5.0.0-beta.9","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.9","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"b501e7f4d20551bc61dd97191d6a80e435f32789","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.9.tgz","fileCount":15,"integrity":"sha512-57nbFHqd17g9K1gJEfWVsCG30BkwWxQhWqKqLJraBQvBnZuj/gjnKBaP8pnVENXl/J8BpSfhRB6dnobBLRetxw==","signatures":[{"sig":"MEUCIQClKRWrPCOkwKKNBVFrGiYsckCZnhyLnBA16/O+hgEujAIgBkXjtpPBG1LRBmDzc+vwr2z97axuD+ngwpUk6WHqm5Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1731980,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLLmpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqzqxAAi+YbB4/dJEAXKgftggO0ijwhu1dVpvnehEJHLA8dRMTbjbve\r\noIFZNkxzZZlpzMnWkgPRAx/C4kbyAdQDzT2VY8ats3Fh9905FbbTdC1gFflY\r\niX0flnobJ/0zXWuOApCh1S0DHwz2EwE3uvjXjTuRDJ8/yPu7l47foZhc0UTH\r\nxIi9fK+m61O+LX83OUVnphOx0wIHcWzdRFtkxo1VbSgJ3b8oDOmrc75cW+TP\r\nYGuxsGTvP0qu82HHetCH6F9X+1v0FXMp+tK92uoy7qCIOGRXEqZCPXyfu6xg\r\nRlcrmL7kDYcUMIUCSQ6JRMHSlc6hV4z5mFSNIQN4fiBFx1s9sgVlDrqU18g2\r\ngPz6HzF1l4B6JGscuy1Zq1sa9zNKI71ji4L1Rlu/IHKLUtwcUBh4EgDP+WX+\r\nB8isUcZtHiLCN8VkpdoBjDaqqZd4ceDVebEqanHWM/oUxSLTfhnPQtccguQh\r\nY89Jl4LMqSOUIhrx3bgYKWGMO/54jL5uAyQ7zhNNev8QOS7ZCs8nznVi6YXu\r\nEOwAjOPh3IpeCj6V2YCcdv48MAJ0DN7Yhz0Gft0BTk9uDzv4tcpbbqYXlJBR\r\nrfP7Jgw7wI8A5IvKRGMd8yGq4LYjyjHikgR6LypY437OAfHqypO3PV0Xb+Op\r\nU0Va/eGYfj7t8hhXmYNPwevAz46MuwVHsXI=\r\n=7Sp9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"6a0a58190ff616344d80c558a755cda1835954f6","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/5.4.3/node@v16.17.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.17.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^6.7.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.0","mocha":"^10.0.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.23.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.18.10","@babel/core":"^7.18.13","@rjsf/utils":"^5.0.0-beta.9","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.184","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.18.10","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.9","@rjsf/validator-ajv8":"^5.0.0-beta.9","@babel/plugin-transform-react-jsx":"^7.18.10","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.9_1663875497115_0.6028392781650205","host":"s3://npm-registry-packages"}},"5.0.0-beta.10":{"name":"@rjsf/core","version":"5.0.0-beta.10","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.10","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"ff8f5f7da2f8509ae4d169746efd5cc7633e78cf","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.10.tgz","fileCount":15,"integrity":"sha512-L/ZqK3/3uXhRLcvfOX3uL3adiJ0i7deV/egUkwnJQvqv1bIn58vY4wfiJwqTc8seiAHtyPCvehWZtLthyVP9Rw==","signatures":[{"sig":"MEUCICRQodT/LK1e+qmcWztq0s2t6ktCtqNCwmQ2E5JiQbPIAiEA9thF2pCrLJZQRDegQU/HlPa4+JJbCOI42oW+1R/J51Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1738390,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNHS9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrfSQ//coL4eQlL70LmzK1TjTlSyvNk6UKHNZzQnOg3EgTg+NTdy5rs\r\nl8fIHHAwB85rzkriLjI7fSGkywWiu2KI7hyOY8bAJ1VPdd+AJEqfds1au+qa\r\n7MbzrMUPW3eCOaDZk+aWeOJY8j8eXMXdw5rXmHlQAbvapTysIWau0YYp/jYh\r\nFrcLyITFumAcd50YKK4jJhSq6/UESE+EYp0ptPVwvLF/zjAx/8SMtRKllw3H\r\nKCNBrRIjX1xnNu+kRS99z6IrB7VshzqyQgxJRWrvpO9/2a3yGI8zlFEWSq0N\r\n0gC4SvYU1tfe+GE2UfEYSGbPZSEAjNpTGUwQK72i2vEvHptKr9tcMtu+Bm5v\r\nSm/ktIG4BWEOh6DPOvtvmu3EKSb3bEViIB3e8eq6su7F+SjY7gmQiauf4x8V\r\nGvQDqL2JwMCfLRSGurcCQbzHpNeUbuHNlb7pmGTcG6T1lXnQ9lbaU0nNRpNK\r\nXiolBb8MSL9Dhz1B+eIaHD+SoAvADoVVFIqnIj/u4rrdunyQowh4KfvcsEPq\r\nCz+3Xg8k49a9IpAdXieUU+wtiHGRZzyqem1j6dzOx/i4lgIXxl+fKKedUxHS\r\nwdW6Lv6xEdKDxMcF/lKtUdvkDqpALHeBYuRWwzfi+YkuannlJXWcymHOh06b\r\nFMok5UFVQgpyQw+RNnzPyFLsU6fcntd5qaA=\r\n=LSYl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"0326c281fc057d488cf46b0646a4d48cf1cc04de","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/5.4.3/node@v16.17.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.17.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^6.7.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.0","mocha":"^10.0.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.23.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.18.10","@babel/core":"^7.18.13","@rjsf/utils":"^5.0.0-beta.10","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.184","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.18.10","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.10","@rjsf/validator-ajv8":"^5.0.0-beta.10","@babel/plugin-transform-react-jsx":"^7.18.10","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.10_1664382141488_0.9708603638883484","host":"s3://npm-registry-packages"}},"5.0.0-beta.11":{"name":"@rjsf/core","version":"5.0.0-beta.11","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.11","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"cebdbb7bc22bdbf5029cee253b56cc8d6d21577c","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.11.tgz","fileCount":15,"integrity":"sha512-PEXoojuXz0GvQnFPhZ9G/YmabzYQ6Ywtx/PChDsBQkk0kJKeP9OLpe0Nxmw8cnQQ6V3IfaOVdsPHCXQrKE/PMg==","signatures":[{"sig":"MEQCIAn7u/FNQZAKDaUde+UeQLaooa6Dchabnli/NpHUpx2yAiBnPR6tWkBSGZOw4nJ4fUw5WiZoX/CIq53aghDHlekMiw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1754474,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRJbtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyTRAAheR4X9fBm81GpoLd6Z/QctX6h+mSyLk7PsyWjDkzf+qzmrPN\r\n69q1gvj84xf9OlxyQeB0jic19uQIyCrPC6dz/7L9O3KiVcZPu97z+2IF4fAv\r\naEOlfrVNPmUfkO2IEdZLklFt3BFu234+uToP7o0Hi72qsMSvsRJJEhuHquYE\r\n5R6qLjJfhZsdOS2SLA6BFyLEQnnwSC8bIdB8VvJx/3hNDEZ6QJftrP1kxhQb\r\nkeGhphWWYSzNKSu1f7skOg/521RvJliCTvHQLr9eOSmg+fUdsgHvIt+RWsmc\r\n2X4wILLSvjbvZ7cCUAmmbhx7w8IOBZs4HpQazc3Qp7VhdiTihbbbERYZewVT\r\nkQdiqRswnFXMgLx/w97mMU8bIo7hPa6G8YCSYLZ+/dhXwIMpTiWUa5j0qJbN\r\nM+JUsYPCdX/0cHNb3IS/EZ5PCQLR2wrmR2m9KCTQugOEzfoT2b4OOD3/NLQC\r\nrNgpv2Jo4KbHejq+e1v50VLud7Wov2OY7KBs4DAFoybEetLm3H0OaQSJ4jnQ\r\nyH2LC9K5o+bevhF3p6w5d3S22ZuE7wubL+tIQwwngS4zZ1KfTSC/FpsGzMrR\r\n+rKohn5RYPbAFzgqgg9OBLKqhOCh5HeD9U/qa6/rP2JkonKIP4SizpTBbzZY\r\nc9c09VrqqM10iQ33g5NwPWK7EHuqSZs30vU=\r\n=LszW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"40b37e064796e4def11f50500ebaf11839191632","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/5.4.3/node@v16.17.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.17.1","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^6.7.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.0","mocha":"^10.0.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.23.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.18.10","@babel/core":"^7.18.13","@rjsf/utils":"^5.0.0-beta.11","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.184","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.18.10","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.11","@rjsf/validator-ajv8":"^5.0.0-beta.11","@babel/plugin-transform-react-jsx":"^7.18.10","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.11_1665439469107_0.33085211111979773","host":"s3://npm-registry-packages"}},"5.0.0-beta.12":{"name":"@rjsf/core","version":"5.0.0-beta.12","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.12","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"0a396dc7efb1d0562986ed02e1e54e5b00bc4f22","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.12.tgz","fileCount":15,"integrity":"sha512-UPGlJNAq2ub1td8XN+0KJ1VtQIKHER4i8zCmVhAViGEH98hWmsks9iRt2PqLkwCBdprR/ZwR09R7OOdsWJz7EA==","signatures":[{"sig":"MEUCIQCkCpc6+MPUKiK3VJFKbp8DASmTY+dzL9lTabfffipywgIgfqwKEtafdWUXsZSLxvxQrMzuwdhsFDsMOujej3447Oc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1799188,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY/VkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpciw/8DV8SSmSZZ0T+6mKxKifFiVy5ZEPAuXh66JBCkudeLMRWC1B+\r\nLyEcwoNaxKU5KiHAxfRvN19O1qRYrXywXnm7BzRXqHiHYa54HMAlF40lLVJe\r\n5jBefRchgvfyrcnrHq/4dkMOauJHzvMNZ8GlaYwP/8hRz656XpC2vKe36OOm\r\nTWXdLDPb0gk03VHbCcCS2ZV4qh2zunSJsqzGyrjMSKj4xLl073Row7MA3wF3\r\n/Hj+0stmo8/wnG206Gj+qTCqyGPfkfOcz+tjySsE1B0Fx2GlmV7l1+tD2Y0Q\r\nvfWEhzvKvRpngnHf0BUs/6zugqQXblQFo2Jsm84qWVsSI+cx3YrZdCaCRlHY\r\nBqq/8wu7to7ldq+zsmt9iqjHYRtvTC14mVbPf+lqpfHxnm7lH2rEk0fflSet\r\ntlLjM6yZU64Ru4ryd1i59dbekZKGxmFb1jr6ohH1aarC73Deses/uGM1i3WD\r\neq4vww4kGM4CO+aGUN3mbvI0dN/4iM2gHDWsRq7u6uZ44xOxzZHcMltQiEJ8\r\nF96zh/uxJeuI9YMXJujMfvcQAgW/llFTWPrcV6eN6n/UuK7MlfKRoSHTtLqZ\r\nBtllOfM0JyIYASKKsNiuYFUJSwVGPk7ZZ7ufmG/k3wbbCdq3CUOGVhbIPrMe\r\n2kzDDAghlPNMRikaje0qSOv36SIsKuiq9Is=\r\n=g9Ah\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"d0068284cf667418ea236fd4f5c4708f51740961","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.0.1/node@v16.18.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.18.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.11.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.1.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.26.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.19.3","@babel/core":"^7.19.6","@rjsf/utils":"^5.0.0-beta.12","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.186","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.19.4","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.12","@rjsf/validator-ajv8":"^5.0.0-beta.12","@babel/plugin-transform-react-jsx":"^7.19.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.12_1667495268584_0.20233064007623036","host":"s3://npm-registry-packages"}},"5.0.0-beta.13":{"name":"@rjsf/core","version":"5.0.0-beta.13","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.13","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"e13bd67a448460f5d9005033486b277f4eb35cf6","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.13.tgz","fileCount":15,"integrity":"sha512-uQ3A9aJhMJsz9ct5tV3ogZkSFEkKUxrM9SJ9Hc8ijxmuaW7Jv8tNv5jiWZZsLvNXlIONX83s6JqkiOJf6IOAvg==","signatures":[{"sig":"MEUCIE9iHSRh41VuLX9sgoTpPPlTAZjx7gEKOSwcWRqg3SOGAiEAjcvcgY+bW2joJo+3fB62JN8c0JHZvIhwZOusBB/SJUU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1799188,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc9k8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWwxAAlRPWUe80236zlxbGMByimENBC3IyN/+9CG+YHbRDjfeX6KA9\r\n1N814uXZR3R53DpWVehgToJsAUixp9+EINZ4fTw4z5t4CDoEdpDMJh3Sfplf\r\n28CHIJmdnG//qStT8NzV9gvXc1xIuF0xJ2jfbwC7muTiuTP6yDq1k4oGQVPc\r\njwPyoHuVXWlbZCKkQk482UP+mZeIj358m0P9kkUE5+6iBRpE/W+GAFc8llpA\r\nmDWM5xmICEk7nwC4Qod+JzACUdRZ59/+7Gf5gi4MgIA+VxH6OqBQIsqUABeD\r\n2D1cCGNI5CrBQ+tz4liPeVSipmpJN4zVSLLA6naSpJESkKmZytlMjuyYxFpg\r\n365Ki5H2r/+SVR/qxkWvir5zDb349GveHiKvVHmjL7QZ6gNl5O8vAnbOS22M\r\nEYeMLHt+4Pz08K333TpjMKYaaRFNfrvWfKS6jkErriVwJGuo0YfOMO61awKV\r\nddnhWDjKwv9SJc3WeZ3SqkkJqWWV43WthVpIqsQLQPM0WJ5MisP0we9+bXel\r\nXDnGDsbhf2zH3j51lxSTT/SuPiPHboqr6ZBg3D1IBUBJwu0YINtX9+swyjUp\r\nHPhHLTStAEsXGM5s/ztuaAZWGm4qv9KyrW5cBjQfg5XThvMqQneJ2n7X75Dt\r\n/eIKbDf+g9FIKr6GGM9zgPo3CQXIZYdvZ8I=\r\n=rSSw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"c06ccc2d11f998a3df74d3104e768f3dfeb3212d","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.0.1/node@v16.18.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.18.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.11.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.1.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.26.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.19.3","@babel/core":"^7.19.6","@rjsf/utils":"^5.0.0-beta.13","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.186","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.19.4","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.13","@rjsf/validator-ajv8":"^5.0.0-beta.13","@babel/plugin-transform-react-jsx":"^7.19.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.13_1668536636247_0.2837924505044114","host":"s3://npm-registry-packages"}},"5.0.0-beta.14":{"name":"@rjsf/core","version":"5.0.0-beta.14","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.14","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"8c247022ac5a84d12704c9f587126049a32289b5","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.14.tgz","fileCount":15,"integrity":"sha512-n0g/22P2B0ArrpRslhd9+auD56I2BCItpIULhw8diycKWKkEzScbE3Uu6bExrXXIY0pVWj9fdUM0TetClTfx0g==","signatures":[{"sig":"MEQCIB2OyKbqfSJevMbTG3RWq/hL0ZM/K0c4dtfzkmnP6cn+AiA39Zfp0e8PoRrvWPJGh9RMlXfPIeFegtRPJl6ZCnfK0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1801313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjl63XACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmossBAAm5XEIgQLveM8PXD9kBRJRhMU+lhbcQmaIBsnD+n32sJEVO8H\r\nD+VF3Wq0qe8vY08bIfQd1FUXCBUJ2G0/Dr90g4d62iv7Z4EePQCDHqH1iDI9\r\nQnb0XeHZmjImSmAdypirTA5wWMHJZGzvmPfXdF9vxHKCC2wP+648zYkkyfo4\r\nWzJwC4nxWZ2a4fvjV0rSnIwE0Y+Mng4mkvBXT+lSRDghHwrFFyRmcI6fja2x\r\nGe6bLRCJhBhYCJCfz36vuRGrwQD7yHN663FpmwwBZC9YCKwTC1D6AOlim5vM\r\nCDa9rkLZWyKSCk3yRhS2CyLfvGH12/47wNEDVyodx4LyCbze70Zdzb7BdKTt\r\nKSXRAfcUtL4k0DLGoiaFwsXePSuJplNbjp9EjKSYXsOclAHhEYJbqPEIwAbl\r\nQFrIhIN2TJzDErYQLVeoQE1rMx/VpOR015itn0RpOC7HeDrVbg8H1E36zEOQ\r\nyCkCFDphutvWOkTE8xa+9/PugOonEBPeTZqXvjHVfGxz1hlZ2qkiZ9ctOTGg\r\nH9uYE/NU03uPEPYFuwBKXPBQ4CVkRxZE8ckxMP0LGMjKzI38OVGOF9nIwt1O\r\nnU+HxLVdVE/qWJltm3FbFWsTkQXmT5I7BZyPqMaxpNmaIOyl1B3pHfodWywW\r\nn4/hz/qFCnrLdITk+ri2q+Oz8fYEJ57WqIs=\r\n=sE/y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"a0f9a938e4551a42d5c94f8673b13b937279cdc5","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.0.1/node@v16.18.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.18.1","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.11.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.1.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.26.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.19.3","@babel/core":"^7.19.6","@rjsf/utils":"^5.0.0-beta.14","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.186","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.19.4","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.14","@rjsf/validator-ajv8":"^5.0.0-beta.14","@babel/plugin-transform-react-jsx":"^7.19.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.14_1670884823517_0.1897923347682915","host":"s3://npm-registry-packages"}},"5.0.0-beta.15":{"name":"@rjsf/core","version":"5.0.0-beta.15","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.15","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"3abe841bb9b3300a5dbe192bd99d936b572290c0","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.15.tgz","fileCount":15,"integrity":"sha512-ihnrjwTjV+PgjeOtSae5ww2+etyiIp8qehjVS2A0HhDV3Whf2qwIML2aMXt3f4J1h/ch/IfQp20Q+ht2wWs9+A==","signatures":[{"sig":"MEYCIQDp6GiCaRBgWEXjhJHD4Xo7GlXoDJ83SIy+BeLdrmN80QIhAKq9QytKll38ySn3GojsWOXy5OjojgtI8334PeYkxzVD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1960574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjpUStACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFQRAAi0A4FPjAte8lksbbYI7twotwHq0He1j8Bn2Z05/IGVARhCEs\r\nFqvWrtglgxom83+/meNd67dNEyGB/IHJYLaW9WBgUTAEPKdy21R6TnEHtEfD\r\nkpr3C7XcR1p+DMwubRAhID7S+Va4c7/Yvynvfj6TXoU5QPuq9iEr8kTP5sYN\r\np8iFFOWv5oVCckaX7QaTXEfGDQqsG+TBCdl/kYXGGAJo12VQn5OFhJeRl2Nu\r\niqXbVV9LIkx+25rx3dAKWqfJj3FbhAqkF2jXbVd7VarXOdp/RTFPZ1Xn73Jg\r\nJpm58O7ZAq7FRdgq2T6VhaPQcmZBQc/+CbPlNAx5MjUdidTpwm6d25SrQDNB\r\n3cqmjFJXPkXKh58q8vQv6RqO4LnEZFrGXCRbAbUr0cVSxJ1XEHl/5F6qbO3K\r\nNxN2NeXUlZv3OZc/dTwq1CvC01W8tJRPtgXmoYF/1XCVPYWFNCesQYR7bEUz\r\nK07NFQFT2QoN2EjFm3XHNykr1Ajsvs+H2GxWsi6Zigv1IYveRSU0GEpmoN0W\r\n2pCdDx+1K4UBZbzdStffRMn5cISk0Ck8n1sArSmC4i6gQZt143utWg1Enz1R\r\n5Q2OkVycSxS3i1VzNARSdl3EbilC4PtRKQ+hsvEDJZLrZa7s0fgEJgawKWaq\r\npFwDpIAG00MrDc7/QTfqmWWmWhx+WPUu3KY=\r\n=LXtA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"965c0e41f1ab1261bbc1f9a1e9f64fc526426087","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.0.1/node@v16.18.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.18.1","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.11.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.1.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.26.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.19.3","@babel/core":"^7.19.6","@rjsf/utils":"^5.0.0-beta.15","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.186","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.19.4","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.15","@rjsf/validator-ajv8":"^5.0.0-beta.15","@babel/plugin-transform-react-jsx":"^7.19.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.15_1671775405291_0.8078126557472478","host":"s3://npm-registry-packages"}},"5.0.0-beta.16":{"name":"@rjsf/core","version":"5.0.0-beta.16","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.16","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"a56f42d014632d8289ada6b676c9aae6650b3319","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.16.tgz","fileCount":15,"integrity":"sha512-TqOd3CKptWAswX9PU8pLSoAe5zI03J6Kk/aWAFbMj+xW/6hR5PXHbs5X5kxwpQx7IVXiJZZZpP5n1oDsu4GwNg==","signatures":[{"sig":"MEUCIQC4JH9HIS3NbSz6RL61s5UQ4/Z+W1dC/EPHo953UmsTMgIgX8vrla9lA328ob6SQRgVlwVKo4tpp7Oa8/cDVilQrq8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1970292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvIjbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpwNRAAh2k3Bt0YQn6JYlJ/V8CxQ0jxOVyYJDkf2ltNKVRjBat2xmB2\r\nqZkfnEndWwXvsi4Ll4xbygxQ0RhqpVeVAEWgQW140XSzjGc8Jjli/CL0rkBK\r\n0dSPGtgx6slP4zW4xgNu9Nmiy+RFXyNSS3USd4F14fiA/swS1WRqiCcF2TjF\r\nvxxyMMjZaNTqRAnDR65C2u5Xgc8VPXKb3/8FXuexRivXqxPUY6ciFlNaH32E\r\nQ3Ws46Zgp1kCbQb6T8GM9KyMv+PPGGLshzkJ0Oif9VswlAWqH5XlHlSfITqL\r\nsaNBtmSgvo95upOPFw8ng+L5k9r2NIJ2JblD+mHScggf1wdwOUMPAAnCrRaB\r\n2lNAxIkSvhfc/3b+ERes+QScdrDiiQaaDUxRQbNSavd0z0gBBbF4QJOdYKeB\r\nTCz+K1WwvNoyEFiVEwBDCIkCDYAm/+sNeVWo5ASPWAy0h/o7XMBa159bR0+7\r\n/S1Vh3PJ1ndxgaNLHCyajEEB3/Vd3AgrYdVjLM5OQJCHLiny9k2r+QZLRTSO\r\njpZ+DcrBlgvFWNaLjxaEyzNyEh7Kel59oeBGnzPKkb3y9yxISyZrsHmaGTlM\r\nCC/KYeKxTq+oTbAALBH5VCmMwfrf1grdJSlyJ3hGlOgEj2GG9bj5kCjUbQK2\r\nMGz874ROl43Xid5vKRkGw65Ht6wzU3Aagg0=\r\n=eYWv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"13bf3cf29c7afad3baed22b1463278c1f4ae1a94","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.0.1/node@v16.18.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.18.1","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.11.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.1.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.26.0","rimraf":"^3.0.2","dts-cli":"^1.6.0","react-dom":"^17.0.2","@babel/cli":"^7.19.3","@babel/core":"^7.19.6","@rjsf/utils":"^5.0.0-beta.16","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.186","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.19.4","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.16","@rjsf/validator-ajv8":"^5.0.0-beta.16","@babel/plugin-transform-react-jsx":"^7.19.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.18.9"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.16_1673300186736_0.704115449157078","host":"s3://npm-registry-packages"}},"5.0.0-beta.17":{"name":"@rjsf/core","version":"5.0.0-beta.17","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.17","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"ac94dfa02b5b8d7155e3794436c47c14f028dd02","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.17.tgz","fileCount":15,"integrity":"sha512-lzHtxgY53KjJBUalv7oXhepacHw7x8Ae+3i1n7dIqcU1TGPMBm5yhJF/8LIZsd09n5nmok0xGYujvRbGKmorXw==","signatures":[{"sig":"MEUCIEJh6wEOKYQBLdD1DmxCO/4BbXoX1Inozs9LEjTw9L2PAiEA7GDjhRwjIEUIynKZIq6TmMqgzEmsTsQpSRkCfbvPu6o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1976310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjx0TkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr80hAAgIeNfjF8liaX0J+g/gvA05COAdJpyOU39Hv9CJBSjTaNowV4\r\n4AdSxTRJVxyO1kbFwRu+PwtQtn3awZAeTGINwcgGzo8Q2tQdIcJ+fNzhZvB1\r\n1CfLD89CqEV8e6nmCoVoQFPpZldFyXLUW1aKy+t95Gm5YMSQ7RmWSQrbQ/no\r\n4GC+QYu5fbxgjK0F6qDg6p/j/v5pBaYvkrZFAEcbtKXTLtwkHkNuYlCTYZF9\r\nVZY7/ZiOzSwv1Fw5k4rlS4yqSgpTAZLFH+OuuaL2jNDhNol/Xez9SZ0KlPL/\r\nGcSGFdBK1nk/l+TCdcfvLUcf6GY9tsCr6txTJnVrVymZAKHGYsmx+ArlENfT\r\n6M7ycCuFB6HCYvoJBhe1a14iOH9NYISbbOrkgHTkgpH6O0TktALL/NMrZTp2\r\nrKaYsMNExaMO3wBkA8No10yMQA9bQDwTEuWj0QFCfc3Qa5q7o2M2etAubfBC\r\nKXOipcO/0jNDZm1lfuHDtsIiC9QbriJtgl3ESxGsW79XDHfptgJt5enQ2NbT\r\ntVmhbIB3F8BbI02VVriWBlfuzqPYbBXlcpIJe6E00VglarNRLoZFxMCjHqMF\r\nOGy29Dr6D41SjzQLNOYs+tC7MPDG7VVm5Dr0NapC/6RT3slxwBnRYeQTH7ZC\r\n8QXGX84brVCYQUQ5Ik0XLHFzz7raoSu6L/Q=\r\n=O1zN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"b0163ffdb06df1dea51cda3141bf4ca1889f8e49","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.4.1/node@v16.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.19.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.31.0","rimraf":"^4.0.4","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.20.7","@babel/core":"^7.20.12","@rjsf/utils":"^5.0.0-beta.17","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.17","@rjsf/validator-ajv8":"^5.0.0-beta.17","@babel/plugin-transform-react-jsx":"^7.20.7","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.20.7"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.17_1674003684356_0.3449271973597774","host":"s3://npm-registry-packages"}},"5.0.0-beta.18":{"name":"@rjsf/core","version":"5.0.0-beta.18","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.18","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"e519506d034d7884577eebf942edbb43c4319e7a","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.18.tgz","fileCount":15,"integrity":"sha512-GqyQAsv29y4G8YbVbzQWEQEZFdbX9uQ0gV5c6U7ITLMcKIPYMKcUkLnRU83MQw8jGwmvrAZRB9bMyDrNWjqvkg==","signatures":[{"sig":"MEQCIFkQ2uw44CvLRFOf+pSV62dbgEvY0PCgp9QCffaU0QLQAiA6MkYlNcv4goygPWPLVvNvk9fh/+Ps5cfuqpX91O7LMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1968247,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0EP4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoqqhAAiSxYtBkwER8dTy0fnwR9PVNgKUoro3ZZrYU0wA16JPX+WL6W\r\nf9KQDHwlc6o+TWgffvVGwzU8MjOFHxQAJsoC/L1gCCJvwkfSlA/n8vgIlPJP\r\na6C4TEaeFf1uHRR78CZSQodmsR9V+2lw37r+uMt3k9mFfQaiLcZOJjG+gwJK\r\nbSbISvWlAEx5WQTEonySpaleGu0DipXXtpiw1O7urXp6cWnSeCgG1OVVUyq1\r\nGYF070npcU11A+jdXTPPUIZ6uyaFbJgkhv5fMPCeJcjYjogDhSxBoZSZg1dA\r\nNlTExLTWp7QvF2w2zDckYi1NnqBfDPDRHQFSogCUYZdmpcBLF8NNKDIojG6u\r\nn36vQXSkhp79YVFxPWLdfaETwv1+R8FB61ebpptyp9m0CXXKFt8vVuU+dG9s\r\nuvu4i+5+Yea22PWv7k/DHN7eQgXg/YG2rAMg38JtuWIrEIa4Cu8hrN6sFW8N\r\n+aRTZJiek76Ag1JOwSrEgByB9w/5bjNx1P3eongPghrmjoFhKa7YqgDci4Ie\r\ngVXo5hF1/dP/ICCn/fJatg1cKxdVJhgVmZymy/MYQo4XWv00YPLdqLBAiZmQ\r\nXDc2rldRJFYdu6Yogez75xySsCIqxBEYm/BtagEWkI05Us35Px8Bvrfdc0yA\r\n2oiJm+Tqh5rHewWw1OAYJFm/jOZyGFNPY+c=\r\n=A4C9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"93bb555d94ce60820b9e473733a699befcee9dc1","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.4.1/node@v16.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.19.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.31.0","rimraf":"^4.0.4","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.20.7","@babel/core":"^7.20.12","@rjsf/utils":"^5.0.0-beta.18","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.18","@rjsf/validator-ajv8":"^5.0.0-beta.18","@babel/plugin-transform-react-jsx":"^7.20.7","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.20.7"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.18_1674593272119_0.734198916667929","host":"s3://npm-registry-packages"}},"5.0.0-beta.19":{"name":"@rjsf/core","version":"5.0.0-beta.19","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.19","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"9b6e0de157255125583e049a635541eadceef329","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.19.tgz","fileCount":15,"integrity":"sha512-r1FHVXyoAQx0e+pOof7HdromX6q4gOkx0mi7BzIY5pSQzxYggXiYh2fjI6BPZeAJspcjvU2wk8r89RL+POTGwA==","signatures":[{"sig":"MEUCIFwuGkKXXQQp70j2WUqJY3pHP5nVSGP4YurerLIzRD3wAiEArmwg7iRBto4R018+CArEnCMnccwVqnE4gh5aCX+/wzM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1986043,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0scxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6rg//Y07hpzf+JgeRYAHILvgWh4YVx4fjIGSx3N06w6CkIOSNBBNZ\r\n9ZzDnmEiOHhtp0wJIlKOoz5VG4DDTH+DH6+6g2AWxtWbJOpQui7O5FoM5HNw\r\nG1dnsG0GmudN8lRN3hvJ/MkLRoT4sYevfKyLUVZ6jgFDQ0iDYXmeSz97Agf3\r\nSz0N3Z4FkDFWQXRWTAMZbUxzuP5Y9MJDbcPoHOUX3wF+/9MZfNt/3qanvXs3\r\nkQoYiK0tjlB8HLbdGBmpqS5p8IpW4/hb9pVH2OxcC/Ric9cOPyth4cc+hu5O\r\nImvy3nUggg0DeBeBA7Oy8btKBvw2PRmEhZFLATPTmjKgt/YQyTPVIGQ3aGii\r\nvs8yybfBNWxcRv4+C0taa0XrMv0R9lkZreKp7OHTJMDgFWeXh+CWpD+mrsiI\r\nSNrtUazsjaKvw0ZuC6Sz+rvcsPkg1IgRTjYt38P72+viNtVcWZarNI1NQpYN\r\nZVB3a6Q3owCH1+KW7sWr/BhtocvKEChmmJBxtmA2GIiwTiXeMGdMqOAwh+O9\r\nJMpWZlbkkl38f3mxyEZqOe9hwc9kxUnu8tAIR9YR/RP7ERjFGDcuuttAYu60\r\nSYJOgATDh4kQnss9wrTE+10gksp8aHQ7W+Wumxj0gmeaquH+fy3YHbZmXrHQ\r\nbHGw5U6MUDam8mwlpYuqNnzi9GdIh/nssTg=\r\n=3Zbh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"acf8643a82b43841b01e63f6496edb5f8b65dae8","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.4.1/node@v16.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.19.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.31.0","rimraf":"^4.0.4","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.20.7","@babel/core":"^7.20.12","@rjsf/utils":"^5.0.0-beta.19","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.19","@rjsf/validator-ajv8":"^5.0.0-beta.19","@babel/plugin-transform-react-jsx":"^7.20.7","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.20.7"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.19_1674757937527_0.9488440620480376","host":"s3://npm-registry-packages"}},"5.0.0-beta.20":{"name":"@rjsf/core","version":"5.0.0-beta.20","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0-beta.20","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"e33320a7b7d9caeeffa88ecd6aa23d188f1c0870","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0-beta.20.tgz","fileCount":15,"integrity":"sha512-dPm7Wbm5ZT9y5frr0vtcr0MvpitbO6ApITmavIGN2tIdQveVVzavSJ4kZR7T17R6aw71TMtD3UOobwIh8IslLQ==","signatures":[{"sig":"MEUCIQCCj7L3aKOQ0oLrj3Kq+muO+D37U5VE48Yw3Rwr9OGkNwIgFjzjEJI2yCTw0G/P8dSpzViPKEgVva7oAFcrCDcOerg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1988376,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj1CVTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrpag/+OubP3iUI1YSSQymbFfMuz0f3fKePhlf/fr8pA9i1FJIY4Fy3\r\nx+qQTsthWZstZwjY2atu4ri+6oqZ6c07RmjHp/Wh20lD6xX3B8cKz21fzdVn\r\ns+BnMpjv1Pul3ejkyjeR7Z3rSgj8buNELHTqXZ3X3oMuxzwAx8BV3pIjFhWx\r\nBMaKAOFEFTSv19e+CCVXLexXzLc40YI9CdZyR94q8nZaBOInqBFX6vis1hk/\r\nXFAlJrlS47ZBXyUluAbgq2f31duSyMn4TIQaV+W42Vypauq+D4BtX5DAMNPJ\r\n0T3J350dIQ1uHQZb3QheTav8MYK57qRew2WGMurzVabNraFzEJVQ0NWnv/ZO\r\nN/W4VSA5GUt5tnB+XG7nxNlh/cIw6vZyz2ZfjRssdlHUaruH3migV2XLDdMf\r\nBBUGJEWPMtmTt0Kuk8W5kdQ+S4DB3l3PaNlQPM1UH1iSfwJ+rc1dFHg1foHX\r\n6cU/NFL7udlMJ6jzAkerAo7MgamY10b1KwVTNYtZmOx5UiOn+jn1nf1sfkgB\r\nU0+CJsHzx3jQ3uP0bx37qKErxMUC4ZHw87BZV1rUxyRJhnJmFZIMg3wn9XWW\r\nUCEbClqTeYZdposwSEJsV8PuND2yLzBIqECW4CEOcuWQxDKRHKFlU6Zoyk7P\r\nUDAeZBq9jjthqguDIkr1ZC0xRGYSawa3Jos=\r\n=+UZ6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"da7c4b298abd59d19d58b4ce3cde47eecb6606b6","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.4.1/node@v16.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.19.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.31.0","rimraf":"^4.0.4","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.20.7","@babel/core":"^7.20.12","@rjsf/utils":"^5.0.0-beta.20","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0-beta.20","@rjsf/validator-ajv8":"^5.0.0-beta.20","@babel/plugin-transform-react-jsx":"^7.20.7","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.20.7"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0-beta.20_1674847571358_0.013337615265675673","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@rjsf/core","version":"5.0.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"5f0215bfca2d88dff278e013e32c9254105895f6","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.0.tgz","fileCount":15,"integrity":"sha512-1LgkQZYu3kqbJYNWiwybWocwxQs7BKKokYJXww0466bqmo4T0LYBV2fQbUQXjgxtMFk0b9nasl+wv5/SNYYaFA==","signatures":[{"sig":"MEUCIEPZjeiEAb5SwM+jr5HmpBhCW7hbaj7MsHpa/Ty1yhshAiEAvGJncwP+Z07GTGy0zoFnIJ/gWniS4i3zRTRcwAoWnr0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2001335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2GHwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGYw//QiRaR4utp0EmVepKgiy7jkiKLmKMqyUPHxWBjQP6i5JDHbtq\r\nGmJVzpfWINsslABRzgY6Nx9BM8hBQmuUmFpvNMMzoXLglNooWgJefGkl8AWQ\r\nUfYiBAUkYtrkXYODpqgMaq+EqJsdcpqZC787Coh09Y/j3Xhk+ld10NdARmcw\r\n052gF5j1JV9W+tpGNIyxRpSb7Wadq0eqnOFpnOd69tCb5j+Euo+K/nKiRZrQ\r\nSlloy18sWkYNSDjcfNb7oyJgtQz10jjG9ykcvGyuqInq4qOOdiNq85eiI1NV\r\nwcqDLN5s+Y9E9+tMvlTV5IOMp+q6DHtqwr6H38Pxsrjkmmty6BHOwaPRQJgc\r\n7ANmaCpKE63VXLIEaMwARDDeeEEkEO0Ccu3rjg0StCTU550omZFEHI+BzW6Y\r\nBjdsQFYeBDOnr2ZQaUMr07zrvyzCYaAqwHe2JB0BY33zEAxWGFT2Bf1tfXIV\r\nw8j+WmnGrf4JzdX3piBcuwvQABBeEDB2AIpo3ESf5LxY9Hp+FuxH4y3xUz7B\r\nF1KdNJFdaLym3CG8kHCDcgqCa+2jDQg1uH16O71UqQSiV0jnVy0LGodQ352A\r\ngBHhVpk3Eg2OqIwW6mC3jiPE/E6OVavTX6p5YN9eW97w583DJ9rR3HcLlzUD\r\n4JLicAAF3jLda1byeT8y9gbWJfht3a+vPxE=\r\n=pwyN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"251bdbc60d2efdbab3a2b4058a2338d0d4794942","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.4.1/node@v16.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"16.19.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.31.0","rimraf":"^4.0.4","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.20.7","@babel/core":"^7.20.12","@rjsf/utils":"^5.0.0","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.0","@rjsf/validator-ajv8":"^5.0.0","@babel/plugin-transform-react-jsx":"^7.20.7","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.20.7"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0_1675125232682_0.760876032259103","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"@rjsf/core","version":"5.0.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"f6d9c3d604c493a986e84efdcabe416616ab9a64","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.1.tgz","fileCount":15,"integrity":"sha512-OlRK/KRlwsIfYcrxx90lgGA6iCqb9W3hPDDHJRcHtbl+cMT1z3Fz+vS1NseNngv1tIogkDOhsaCrMy6SxZiBWw==","signatures":[{"sig":"MEUCIAZPKmHRGwqLsrT6R5p45BWRrUSJd9/Zy+DTCiHvUXHqAiEAl+IrbbB6247V0a75yP/9uBJ45DlAJDEDBhQ5gIm+c2I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2001328,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2H/7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrK0RAAhnXIcPvjasoklvqg0Qzu+P/XwSBHGEzytYbfjy3lpzRuFVz/\r\n5mocHtw4sPdzGHR6hVmCvPGUH3NuOv0izhOp4ARpJuB7yOhTqAiBE6VAx6Yh\r\nUnRUO0K2jhe59p0Fpv+vXlP4jMMueVh607yCs7WAbdKQ0skwd1eqZEOLVpaM\r\nqd+Nxfm91TbJsDmFGbctuzD248ZJXikHwDvWIJJ+Z2T0we/Auc8lNgTrbdAO\r\nDZGyLlSWY7Ss4WxWO0P9h0ipgHM8au0Ksa2QCnQqJGaRn7f7lh1soiQqyPWC\r\nOeFMPVwHhC9qIUJ540vI4YiteKGa+baeqKcjePTWVbbW4O2Q42sz33DDYpMw\r\nSM2iQm4RoGqSgu+4EBzXsGKgw9LYIzy7N+2h+vGSuWR0pjDYxm7VPr2MblmN\r\n9P4rcTAwaKwgMz9t2GbR5fQFnunDJTyP5vtv4pEpiXj3zmjTXNPgt7w9LCFK\r\nzH0OSavolO/qHpjm9q89UVt3stbAsmckxn0tNMDbRK1wi/gUOQchR0D68ZnE\r\nZ2AJrtD5WxYynXhDZjaX4bQq4DOuj7hFu79jrM0byyDJzoaSfp7CdA9TO7cf\r\nfV35EuFvh9iODKN6Y3xdq87SokgmhHkrMi0urJUbA6EjbhY8UaCAklNJ3yvv\r\nAv280A4trDcfC+UheVWmPdLpbpU0oM2d1Qo=\r\n=wMeR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"3a44e46656913a0bcb8b3f540115301fad77be08","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.4.1/node@v18.13.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.13.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.31.0","rimraf":"^4.0.4","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.20.7","@babel/core":"^7.20.12","@rjsf/utils":"^5.0.1","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.1","@rjsf/validator-ajv8":"^5.0.1","@babel/plugin-transform-react-jsx":"^7.20.7","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.20.7"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.1_1675132923452_0.2899470408843945","host":"s3://npm-registry-packages"}},"5.0.2":{"name":"@rjsf/core","version":"5.0.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.0.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"1283cbdcfa8ed5ab2fb77609056e759d80fee7bc","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.0.2.tgz","fileCount":15,"integrity":"sha512-uSb8PI08m2vFDlO86yuxdQd54MeTkgZUPzAFarL08j0QlAqiYLrTPqTkzbsldZ+pAPu+IRdOcQlBQ24gxztmsg==","signatures":[{"sig":"MEYCIQCZHpupdUN6XhuEdLGYzx9KDhVpg5X/ZQxIBzH9XH8EMQIhAP/zgbVKZtL4DW+p6q6F6RLdYforwfhjK77jsZXit61x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2001328,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3WMVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLXA/+LiUs6QCoEqTpLtl2oWzAK//QEjI0JhAnR8faltghq5GzT6Yu\r\nr92FoqUklh3KGfM6NhRHUC0gPRdBXX9fF6hp27hrKpYf+xfREiI0pCBuXJis\r\nVV8qxrFGfDLEF8e2+2rrc1F5GnLoB43U4Fg52osWWg9I5afqZKTFRKQWJ0go\r\nO1UOC5SBhJpLCGaLTcpR3abi/sz86hPvJuGiRdReq/hQxa6xpL59ya7XwMF2\r\nx5pWv+zgLwPxQxf8JRDMinCj0uray6FhBIWWLSQ3bW0riEgR+P+IuCiOyl9h\r\nTqgapY92JkaljTTGyLLzVr3in/FF09dZgraBN7KfZ9bTLuLgKELiSvX6EG8H\r\nD6qWrvD6Jr6z95Si0eT/gNffMnJWZqWVeauff2qUAgGUTY1zijc7EZh7zHd0\r\n0ho2u80XzmQy/75QDQMf16KMdBg9hJn2u3Ht3g3Vl+X5nLKlZaDC0SmSjIbH\r\nnzHpwzUGTAa2WhMoUQCQT+32XvJWI7k8W0R0SxcXhxN6pQJZ1PIqb4kyUilT\r\nODYDhd+dGeGaAK/+VqSUXdZVBhkjyxjP41NFGDe9iTF0clvYP5U/TK+isfro\r\nLLvxwEshi5e25du0IQlpiV2GRdKNCrSCrci9SoWcUuA70SGn2p17ek6BEXj6\r\n0uC7mK0x1Pjaji8fktBQoAwL3DjCSk4wdsY=\r\n=wLL5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"8fa3d2a7c18bc508ca5f61328400c5508238df82","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.4.1/node@v18.13.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.13.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.31.0","rimraf":"^4.0.4","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.20.7","@babel/core":"^7.20.12","@rjsf/utils":"^5.0.2","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.0.2","@rjsf/validator-ajv8":"^5.0.2","@babel/plugin-transform-react-jsx":"^7.20.7","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.20.7"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.2_1675453205464_0.11234816135921188","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"@rjsf/core","version":"5.1.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.1.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"431e45c273f51badbffe4359ff294d927852ff58","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.1.0.tgz","fileCount":15,"integrity":"sha512-n2FeSk9iDuCF+Zo6nMLPuWsGsHCRiWnfohLNoyl1ll/tv6Ac5Oh0W3cwClIUEmJwaUFPaU/2O4ihFvSCdXwHlw==","signatures":[{"sig":"MEUCIBCCSMkQ0x5sox218CPhfC1XE6sYqz/bnlau6lNPCWHeAiEA5PRUOzmNgNUBpYfRrXkBenryyAxJZvsfIMDFuBascpE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2022038,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4WKaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpysQ/9Hnj5PTogFKb9Zq9sQRxIsbbUG7swQFFVhWe9gHLG8543lE/F\r\nb12iFingN/5muJp0wTlpBPty1V9Fxisq7pe9PZ0NrcLODYavfV0W+xLjgUld\r\n4Fdfak34FGjsWdmIXi6bHJftxz4u2LoHakkWAHt1bDneiTRY0dd6mekCDYOd\r\nBjnpm+bM4pWS1ry4gQljLyLiJRC/ZYaxYUsk4I+bGm7Wicl25Wu/pyk7CeR7\r\nTi3CXENZAR5sp4YUnUBuAUAGuu2esABAGS90wPnLDY9bzdQP7U9qwun8kSiO\r\nSLLVjLVbOjTE90H0tmZF9FRjMPKnGvhInBEcEA9570VnYfpQl4HtCJ74w2Qg\r\n1S23HhoLEW2jmJLqqLiwKT3bcaq2Eg47nZjI/k/rv05Uzdy/wbcX6WrQHv2E\r\nEpSd+TLgdb3/PJBIfT+kr2yuwWFo4RmVRaTgbUKmM9uompBAdwmPAXkahvnl\r\nA0zN+CAj0r7Aen13/U8dJjgZL9zc+qe3NXHHfumqRaUxb1YwLdvzLG4F3VRU\r\nvOSPeYGahm1V7ImOGb0bFaMNYA7hHOihC9R6nFBb4o4LyEZel3E4yKb56LoT\r\nugSY6RLdwmQjyRbu+jAQcVHAH00t6ngw7WouunljoZX1v/EHWGQlkE+M76i9\r\nrWrhKjFk8ZKKxZ4JGjfMHTK3p2djGkR6QiE=\r\n=zJ90\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"6befd6731723b59564631f0475941403ec1c6fd2","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.4.1/node@v18.13.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.13.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.33.0","rimraf":"^4.1.2","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.20.7","@babel/core":"^7.20.12","@rjsf/utils":"^5.1.0","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.1.0","@rjsf/validator-ajv8":"^5.1.0","@babel/plugin-transform-react-jsx":"^7.20.13","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.20.7"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.1.0_1675715226284_0.4166195700373829","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"@rjsf/core","version":"5.2.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.2.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"5adaa8a9c666c76a94b39065797bf23ce8bf0e2f","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.2.0.tgz","fileCount":15,"integrity":"sha512-Kj9NBD3Fu5hk1czB7ZreORHvmbOwFH2+3xnfJWERW/+MupV2RsMIyiah2Aa7UQsxymLmvLPaUIWpgx5IAW+dsQ==","signatures":[{"sig":"MEUCIQDh5LEPzLhMiy301iBick5DLaIFcYqhdaiU9Q6+BcIViwIgVwzTIrdpQ2QT5NzYuiQ52+GmhWicLzoJ2P9kObvI3EA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2058120,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkA6dkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqhDA//RE3ZcypdNPJ0uLrixDi+GgQnAfwATJo/0GSUULwW0z3eD7df\r\nWOLCaJCZWCraOIGjvYY4fERzHcnkHYbhqw9kmGc1nhcEHMG++l1QR5UT9wpL\r\nsVYfpnKAnN63ttXvSGyHmWf2GN9uSI7C68CYDtQwYUxCpQ2V5W1uonpci3QL\r\nP3A3AYWBAkEkDkuOY5pfOJozX3HgX7t/gm0Wq7SYUNZnn4zLjNv1tNfSN5TR\r\n64mVJf0RK86bgAwLHYBdstmpZSxqfkDuM5znVzJa8CkJ55WrLrBcAmsTQhWP\r\na0BDKZrlTfl0xhO+htFZt1PKMqNaX/Myg1F82dJ2K2HcXXn/ZyvjfLqRQ1lY\r\nvpcZuw8YmgmTsu0UoabHCUZYQ/LUytopOEBY49x53UyxOFirBJ93QN+0btVa\r\nWru0XpOeQs/Fm9+M1gUKdYmvKeEh8P9TvqySLH3Pippxk8Y0i7SkngPgk4t8\r\nzYl+tuyQEcR/ZbOfWqTrffp+0X03tBnogIJ2/u93rN1toWRhkqR8uehDs5Dc\r\nu3NDgcKPdDcEix+XvwIEtSRLszfFDSQd/gGyB5y1vSFDSzC6eWFrsa7Cy94V\r\nvu3LyZbYs9WwUSUq/N5dYCEO4l15TvxVgwkmF5ygun5xV3mv4BUGf//CGwWY\r\nwrU4injqjABHZrFWpH8HvwJj8zqKIZIa+yg=\r\n=2txa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"43002ee01891686f9404960d217fcc1ea7eb5633","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.4.1/node@v18.14.2+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.14.2","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2","markdown-to-jsx":"^7.1.9"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.33.0","rimraf":"^4.1.2","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.20.7","@babel/core":"^7.20.12","@rjsf/utils":"^5.2.0","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.2.0","@rjsf/validator-ajv8":"^5.2.0","@babel/plugin-transform-react-jsx":"^7.20.13","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.20.7"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.2.0_1677961060075_0.6707445408302513","host":"s3://npm-registry-packages"}},"5.2.1":{"name":"@rjsf/core","version":"5.2.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.2.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"38a366ee37d1ef4f727c768ad416ce6bf9cc7687","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.2.1.tgz","fileCount":15,"integrity":"sha512-r/yY/7IOPKYQNkZj73wyH+AuBNIauygJr/CNXumFctra50y+Cd5zS9H4XJ4TRtKAHOjz29s6nsA1nTaH1fPHDw==","signatures":[{"sig":"MEYCIQDon7XUBKMgs9MpsjBRY7hXDU8ymKn9kJtukT19YJzuuwIhANK8lm9y6WsEH8tmyqHBN3tuD2gYOp5UwwxIlAqyUcJs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2014159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCMgXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrRSw//URKCGyRj9VlZS4/oZmNBFv+TK39CzU0TdeGVxhJzOviwjN5O\r\ncAF7B6oKU9roy3cKfchlmvdmCgVlInKrf/Dr+CUJhHIGypzpwLKPrwohuQVs\r\n7ZRWJIxSq31H7KkTqgsVEiWM1V4Q2kb6HDq8ZQPu1z4Uq1xMkgDIJm07jxfz\r\nyrzy2g7wvrcJrPXNY7QAedWeyk8AuaXgq373sssNcz4eKMBq0NYGm/LbR9ZZ\r\ns6sQQXEGGcZM/BVOp6qcpqXu2z2kt7xGn8NDL5i/8TY9pBQJKHXl6QLCYOje\r\nb0FEgzYtduSIEnCWv5liPsm+SJiweHmEliA8+cA2PPXhdOH9G1/lDbQrCcdt\r\nfUr2AGuP8J5iR40vPSofnyJIdQsToIcyZesWAJjjTuVkFrWnhJeFRJ1yVWmO\r\ntmE9j579ArwVin0HAd4cVuWCPNRi1vqEjDG/rFa/9tVaM6I+Dxox66F02wgT\r\nsASuBlMd3zPfUWuGRZFzRyU22a6Gsf+NFtwmzmUzdxttFlesN6ZoSo/yz6wv\r\nwWzFS7YoNYpkgvxMGMB+MneF8WdP3y2nv5o1CFlipTmjUfjB5sOfmvYScbGS\r\nffDbG4B6rhylyo5aY6dpDzn+zqjYYMfhtp+G/tSDUAyErnCYcJ2l+YSA+Mxf\r\nV6eS2+BFiMgGeAXrbxiVig6ktQMknzPkXeg=\r\n=/dpC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"461f74b2f51c17e1cdaa327f63ef0fd88060fde0","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.4.1/node@v18.14.2+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.14.2","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2","markdown-to-jsx":"^7.1.9"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.33.0","rimraf":"^4.1.2","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.20.7","@babel/core":"^7.20.12","@rjsf/utils":"^5.2.1","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.18.9","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.2.1","@rjsf/validator-ajv8":"^5.2.1","@babel/plugin-transform-react-jsx":"^7.20.13","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.20.7"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.2.1_1678297111229_0.7677797113787534","host":"s3://npm-registry-packages"}},"5.3.0":{"name":"@rjsf/core","version":"5.3.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.3.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"9de16dcfc2bc868aeef599fbada68cafd95dce53","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.3.0.tgz","fileCount":15,"integrity":"sha512-7draAifdTZi802SWFlgyU7Effi4DP3y7nqOE0IbSOLHop04yGnAdzqFOeQX6+ZtzN/lzTLKziv3IbOSSLnsuIA==","signatures":[{"sig":"MEUCIQDFG58PTe/1s7qPjAenAoMXtijbKquVfzrVdU0U99rFtAIgNETKSdK9SFd6B4vv7QLgw0pvEc7pU2O2iAiE9W6PnK4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2092813,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE/PbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrgPg/+OMGHepEU5VYDdB5+SVyawK+bOQ6t784Am82Mc7NT2mSSxxfJ\r\nCwTtNdtUrWt4V4DEMTIG6SPitbMo1ZlqbEfZe6bVpeOrduvhlhE4h5wnx5ia\r\nY+RZENJhnoYf2QUt/50/ymigZP6X1ebspp3VlZEcNwN16D54TEDmWVsFJP1N\r\npGdDaXRMWbmw9rZgqTNRoYtdKw5MtjzZC40y8xPU5xUiSyQyKiM6lv36tA0u\r\nL4qPK0AvQPs+5NVlMDL7ItCzPdi5gu2yeUTsDHrSZvkq/xJ+u8VfCuCEnud2\r\nhc5llk85AKJ7PYmotWAomFm6IPvYoFjzEQE1wTHhYq77s2CV4RkYZYyEhUsn\r\nqVrT6mf+brTAevITorcpaMtSEO9O+hXRN7szCVt4PKHamSbZoT9yiIeFfRyl\r\nrVZbmOIyrAx/Nig+4QPZiG+eFvceEYNIA3eDrMp2xi1vgHkrUutuU3qRSL+c\r\nrBJMaq1N01mqO6Uyq/3oA748k63LyuGPawhFuJ08flBv1gGje+kyA5rGGcJp\r\nW9EU5s6TNjDdDcJ13xNUb+SQih2kcg3wLjIxJo8JVnXe1B+YmSX8WZWwWniq\r\ngOfUYWkI4SveItQKBk4XW5NP8ODgYbJx5GU/dKCN4ByldMuwCf55DZTBjhIL\r\nvN/7Ts+CVG/yblqwo2VFQ5i17Uhxryn/8bA=\r\n=F5nf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"bf782afebd9096b74f2dac2856faadb0abbb9488","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","start":"dts watch","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.5.1/node@v18.15.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.15.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2","markdown-to-jsx":"^7.1.9"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.36.0","rimraf":"^4.4.0","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.0","@babel/core":"^7.21.3","@rjsf/utils":"^5.3.0","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.21.0","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.3.0","@rjsf/validator-ajv8":"^5.3.0","@babel/plugin-transform-react-jsx":"^7.21.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.3.0_1679029211636_0.530400593853146","host":"s3://npm-registry-packages"}},"5.3.1":{"name":"@rjsf/core","version":"5.3.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.3.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"a85d57d5b065d0b03a4e4146b33b6d192cec0dd7","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.3.1.tgz","fileCount":15,"integrity":"sha512-AejBNI5XBmfirubZ2L/f7Hx9hga4E3w777UB4ZvzAPwNygxKS3p/4nUKuP4Ho53aktsArdva0mdmgdBNn8phCw==","signatures":[{"sig":"MEYCIQCniWq7Tf0hkBm3wGJWUiqmMsEvercv8nds+9sy+ihiBQIhAPelHjNDCsGzmzCy7iGvuzxc87MGaD2uxBtN+y6/ZN+A","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2094113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkF4cQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOCw//c8SLYrlKv2W5tyA2ofpoT5UlfUlsTEdCaa+LV5X8EMD+B3pl\r\noBFs+f3kwHS0wUiVomQcdVT0dNhh9wgXQFiGNSy9Ef06NRJMRh+BDJxZ/ScS\r\nWpo3AvXA1PSaPqRVELQ1JJ+eILpNwd/7nT6eKzACizfywCyrrpe7EOzzLPVQ\r\nlLXHq2C2WVd5H2NOKtehg+mgvJ7tFLTfwX9IEMFnQKwsjI0zu1os3VrRB8QU\r\nRR1UNuNR9NsAk/Xvjx04PMEBoHLiP/zuJua/ZV9W1OuNPZ+6g989+qOUdxCt\r\nOWsk3L8743/un5jN4pHz2XDpnblwB4fP8ZE6lKu/+MfXFUCyIu/CWvihUIk1\r\n4Roac8yDPQluOZ22ozDVpdFhmgnWvaD15RdkwgPGH8tF+cOVBiC3SFVPKArE\r\nN1HSDt66RADXBVmfW//2PvpDUSEh6HNBNPRzYnzxhmHsu+19k2XleskUMxA1\r\nNhdsB3P1KP66g+ZLKLUkVVNAcjVUeSJsKhOSW5wv+EbS/qkgHqNu/6k4kk6D\r\nZ92MOrtI3E/nWwSYIqvvxgcA11B2jyQ881BYKNUR5VTXIcwYt16oHryi2JNH\r\ny1SvKPqRjIBt7wUtVgs2drg3vl2MJL2maK1kVE+hJPVYuREbltntpuXzm+GA\r\nbvWjtRVbMCIMPibafY05up3xcIew9QhTRlQ=\r\n=1WAO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"6ecef3909bc93616b444176dcb734b761a1d5424","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.5.1/node@v18.15.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.15.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2","markdown-to-jsx":"^7.1.9"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.36.0","rimraf":"^4.4.0","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.0","@babel/core":"^7.21.3","@rjsf/utils":"^5.3.1","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.21.0","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@rjsf/validator-ajv6":"^5.3.1","@rjsf/validator-ajv8":"^5.3.1","@babel/plugin-transform-react-jsx":"^7.21.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.3.1_1679263504372_0.9448080112351003","host":"s3://npm-registry-packages"}},"5.4.0":{"name":"@rjsf/core","version":"5.4.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.4.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"d75e42a5b8fe9af7b62b04fd8b93629f4e1fa5a7","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.4.0.tgz","fileCount":15,"integrity":"sha512-0DmEmTCkpnGYju3HycEJb0MoYCp7Swd/R1abllmUg0sqCeffdtYSI4pWL3M1gwyMFT+JWgZWDYQ2CqJUZ9n0NA==","signatures":[{"sig":"MEUCIQDezPMWorlJ3ub7gLIS/zXvKuM92NfLnxK6DW1ACQqirAIgMiaXPDW3j7wKQWRLEUbLxTOQIj2Q/7WlCb+eVYIpSyw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2132633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHgbTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRiRAAkG5I8X2cbbLSdEVyOj16tbBGFAyapWh9/bsdjulrkwDZhXV8\r\nYuGu0ImB5+HaI6kjq640Fhk1HzuawShXwCrZBevasvd2A8PCl/Xn7MTT78WE\r\n2NEGu52uBmXzoIQAvOyhxBZs8XsdxX4gHJyJbwiJEto+b4hkpfwpI9U0cB0S\r\nhsDWF+4PejVD2k0AfhNwEHBejjuWrogwKRxY0F7/sXswRvUm8doWbaspHREb\r\nUoiPdjDGM09zzGJR+RhJUbEYHtrDb8i2T2K+9lRNBUjuoNaBzx5qt5SGLhbv\r\nX7zLjBf2biqUVeeOZwQuz5XTkyjQrXkF9VOg9m//WjR8+CsRL1GWw6Ecuv/d\r\nmiSi11XjTwIQ0vf79VqbTch3NS9uAb8E06SjjjYNCARSoiPOXhhG3AoUdDkx\r\nhT3WkbH1wIszF9HH3x5ZzwJ5jxLOo7bf5gH8U6Lofh4u6DxnCLjJAVYbs5Lz\r\nV7GelXYcRnLZOJ2Y17bJudpbyxLR/LaWi6h2Ed8zbb9SGHQhZEg6Pkt5EpmB\r\nGOe99NnHKyTgmAGRy23Yfl+WNE/DM9iNKxikEBCm2zvqJ9c/PKQGjSq1PlN0\r\npc651Pc7XILJ4t1c3UeFBJiepDMAbZVtlUoNmjknrs8I5GCN2mdAF0JuWt2W\r\n7iycwjID9sspocD4BCuBGznBG+6qiNasJ6g=\r\n=dEGM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"61ac1121cd37442ec1ff339c33944c69b655d533","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.0/node@v18.15.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.15.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2","markdown-to-jsx":"^7.2.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.36.0","rimraf":"^4.4.1","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.0","@babel/core":"^7.21.3","@rjsf/utils":"^5.4.0","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.191","@babel/register":"^7.21.0","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.4.0","@rjsf/validator-ajv8":"^5.4.0","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.21.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.4.0_1679689427233_0.8307538847702971","host":"s3://npm-registry-packages"}},"5.5.0":{"name":"@rjsf/core","version":"5.5.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.5.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"2aeb00c5580743bb895680bb7993d350446d1862","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.5.0.tgz","fileCount":15,"integrity":"sha512-qER41ueOEkuiZVrkAuykfE3GfKu849bQtwKiimZamyjkXoAZhPLDjbwYmobc9jeve8uUUxCqZNgeYV3sLO0VtA==","signatures":[{"sig":"MEYCIQC0MO2q2jHMBwMYtCEvTy0OPUcVkA+JeaLkgjTEta3fHQIhALM74RjSa+8oo5LN+d+7cjcW96x9dsuFMXu/gHWH2Zjp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2134694,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJvsvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+wRAAmVd5mhPPtYG6kDZ8hx7ma9/8nJ0d3TIN04lKWqsKHCk6JJcH\r\n9P/RZH3hWo7M/0hEPaEqNcNbH4Zw213SrtYck/eDa+iCVf52yZm5KHvjQRU5\r\nhXAfJFrNYy8b7UdZ50B+f4+HiDHNCB4Za5ugupaUKBuz9hDDBOPdXhuWsEMW\r\nuSIkv3qglWdzWpWrG9chas+gJAagMjalYsZyE/IDdTvZmM9R6I3NfSNR/QFB\r\nNk//RSrWQRNFcsULGq2bNr6ct7RLdNc753DqPWIqDlk2blyFZxhXSuDi4h2/\r\ncds3srpJOEwvvFwryRupggDnMPV/pqIsbpZwr64kt59pIOLsbEQzlNIUHJZ0\r\nhmgtvZD+xjI+7mcVTdsUI3ydgJUwZePm/hdK6JxC1lH17FQ0orIZTJ5hE1YB\r\nU4yFJmje/fykPE4PCdpeFb6iDhQ7YusktQI5iHZ/qXoERJ5gU9alXFkXcl8N\r\nqWAdUsfEOGYAIRQU+GzszkcnlsgGtnR2XYQhlaNFfjMohw4l95c6wXPn9to7\r\nmtTjsff7xAGabv1M/Ng5ZVm/NN55nyixa8RmCpA6SMd6MJMEixJFvQ2QZIHW\r\nz17pq3/ibftmcqPhZrlvFY14JKc303W/o+kuRxYTw24X364bHRKl1r242/q9\r\nvfQdoG33GZjU1LlNgWgn32F44qiHMWgcVT8=\r\n=AyZ+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"531aabd709d19c25ff6bd901b9e8757ab09c9346","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.1/node@v18.15.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.15.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2","markdown-to-jsx":"^7.2.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.37.0","rimraf":"^4.4.1","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.0","@babel/core":"^7.21.3","@rjsf/utils":"^5.5.0","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.192","@babel/register":"^7.21.0","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.5.0","@rjsf/validator-ajv8":"^5.5.0","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.21.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.5.0_1680276270791_0.8108023481176481","host":"s3://npm-registry-packages"}},"5.5.1":{"name":"@rjsf/core","version":"5.5.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.5.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"2a7202bbc24955c9a00c710ecea85650c45c3004","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.5.1.tgz","fileCount":15,"integrity":"sha512-tMEqeazFMoXprv81fAtFClO4R3Ow6I7OKgbhWeNMTB/8NXwOVFrzuqwDk03xJgfgNo69ukRNQqHtZJzWDB/hLg==","signatures":[{"sig":"MEYCIQDqCQLpnbbOXlvUfKqT/HvXl3vfh+vz0mMB6JS/oMAh4AIhAIdZelEyJuecCzygrRJZ1RUjlnqjFrY8kbAqv2JMvths","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2159346,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLccMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2Tw//cz2LqU8gSHW2G6D8NfbBCmDYnki82rzsmlhVrAI2vwzunRJz\r\np5Ba8CHCqK6b16U5XMuxLhAaOKh55XiBg34SDrOWsAESdzXeK6OUZBnxZGSm\r\nqfaGIqfposg6Ayfzdu3KnSHhPDl4i0FRvEfHF7vkSjKqVobg+pWEvONIv3me\r\nfu8hQ1QxLlVVdZsdhP2y8Ta2KSsT0Rat7bVYl3kbawQAqW7EchZC9QuDhrti\r\nYYY41C1BEiL/fJ28hRBRJN/J+hbKcvUaqs9sCo9qXp/qZJdf5hNQYLv2sfGb\r\nUf69BuYVp37j7yJJSzi5XzmeQcSRfNfpglDFT8ZIYDqw1do2DzzFTI+G813W\r\n/RN25iTZ6j1wipQPt2zHByL6kHFUguPalqSudlftXVLphZ9zeOzWjC4B0ExF\r\nXcclLv+vQxwV+W2YO1rmxMdaKRQ2aOefaHdtRONjTsMtMbLK7lGMpquFkLvn\r\naySZo6EXDnRo2haxi59Qneuv22ZnQxPemc1QE1c9MgJzCZ1GW2cswfRh2Voc\r\nC8Dq8l1TNNaaXJLVH/eTFZ3pZZltCDAaR702YS5NNM+CiL7J1Mvc6DeEHDRm\r\nHitEktgWFJC31XVeDB0kvkNpamcFyf7MWKCIN2F4jm+EuxdN30xLfgBZwZF6\r\ngPL+7snK+0m4/r+RF6ZI8hwWKO1P8hnYDM0=\r\n=6m5J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"a5017b6879816476e20953a9ea50bb40fad6d7e3","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.1/node@v18.15.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.15.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2","markdown-to-jsx":"^7.2.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.37.0","rimraf":"^4.4.1","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.0","@babel/core":"^7.21.4","@rjsf/utils":"^5.5.1","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.192","@babel/register":"^7.21.0","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.5.1","@rjsf/validator-ajv8":"^5.5.1","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.21.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.5.1_1680721676399_0.13186780643680907","host":"s3://npm-registry-packages"}},"5.5.2":{"name":"@rjsf/core","version":"5.5.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.5.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"6d3660254e3fbf7eda2dc63281e1eba997a25454","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.5.2.tgz","fileCount":15,"integrity":"sha512-TsJrYD8wUf6K2y9YBwKGPJzFcZYiaD6RpahWO3z4hlJqgfT4yTa3Ux4cadU6KLG8ox9PRiApSpu702GqykSPJA==","signatures":[{"sig":"MEQCIA1D+IUejYlJshs8fW1h6uSIuEXELjJNJEux7eRWk/DnAiBjX+yZoolie8/qgk5c0Dkc2h6J1+oNuWkbWVzsYPoKvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2159346,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLfnuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpT5g//dHjkMPH41MpwYRqd0m9zT6rG56WYjmTRhynWzRXys74yXTYR\r\nUyJbPxo8slmEDt4nE60uly7aAmpOLv+mXicL7QqcEP2X7HIsA8QNheo51gnp\r\nvfrutVwg9ZzCnBBvL4esE1IW+NDkyHtNmTgS7TggtcANleKtz+ejraNQtnKv\r\nJFIaBMAbTI3/w58o42nvqQgyDPbpmT6objbbeWrxmNh/vyJddUbHZI3xwESs\r\nYHhKjfjaCRqa8x+z44SydoxFk4oG2z3egjdxELsqF2hO/ZM+FTKLfAoMjCnY\r\n+ocpvkVXelY463206DyrXfBxH8ANups+thI3GOQdnPqBTi7xquGIn0rMDAOF\r\nk6zZrjNfMZ/QyZvBlRM28wcORPilzbbIbdA1xoXPm+J4R91Wzt8xlgL8SR6S\r\nvieeLQGI5a79UlIY4bxYxQMVhe7Js3HbYYPvRy6JsxFYCzL/ajc+B8adL1j1\r\natFFZhb0JaW6BuIywG249VMe1/JLfDu+NBnPUb8XSi2wPtn1AlMQkrn1ZoDT\r\nnhxe1rvvlUgY0DCFB+sIH61uAmQePx9Nz9Va7DoSQOfab1kIjgJZnFQYaR8P\r\nBCz51w6rlyQBZT5jcU/zz1WhH7JqsEIl5nsVgnBAGHHd9ts8dTf2QSjQhAwh\r\nIB6HpiDGC7GToTOsLx5QfI6koaHOFMQ1CTU=\r\n=MoHx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"08efac27710f0cd11da87199cc98bf406efd8381","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.1/node@v18.15.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.15.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2","markdown-to-jsx":"^7.2.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.37.0","rimraf":"^4.4.1","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.0","@babel/core":"^7.21.4","@rjsf/utils":"^5.5.2","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.192","@babel/register":"^7.21.0","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.5.2","@rjsf/validator-ajv8":"^5.5.2","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.21.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.5.2_1680734702233_0.3703618704229197","host":"s3://npm-registry-packages"}},"5.6.0":{"name":"@rjsf/core","version":"5.6.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.6.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"2dd103fbd10b2c9ee7574753d152d1ce46880968","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.6.0.tgz","fileCount":15,"integrity":"sha512-F61pIBgTrLzvGZvM16aGUUvro5QIDtI5pDdy24cfs5d9w1C/2Vc6Du6QMkml4d6B232IfQtYNHVo4Sg/8U3IYg==","signatures":[{"sig":"MEUCICrqxZ8GdA4dS5n8Lm//op8Wbma2OFxNbT/Slyb2cBfnAiEAvFbmEZR59n9MY93c5vnQi5wtuBUr/YMXBoN/x4RREqA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2165970,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOFMQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1QQ//XIa4w1Gft2RfgVGhhXYUI9XA02LBxhbYkWAqYdKF5kPoI6sc\r\n/8U2F6s4NuDEJ7QiKSwZUG77npNleZ2a3jTmKeE2vi+2jzp/q5W3TdqFvEDU\r\n1KJ5L/wGTA3ndkrvOMrpuOx5yIxNjPybZrhzyFuVB4bH4GtiY+xVbuRIySuz\r\nWt4YtPXFczdQGSHx0sYfxi9mjXkiJcak1XdvKBvbMn60G4HJ/9vJMZSn0SL8\r\nCjyHu6tBPv19W7irc825AdY9Zv9zHkGqwj+YWMHRtUCdg8drz2M23+rbBu8i\r\nCeeFVhS0YGpNDV/8G79a6grrJjraDHpZD8N4ach4djy3gdmX65eFhURwmWlI\r\naAT4w8qbTTCNgvb+F/YrJBjM7yq1mqlhYlBWReECIlvfVPwZH+Z7fiPdyvMt\r\nm3+ZXLzVSJuvBErQIEr5PNqOHNaFnxjqdmrvOkQyRo7mGCG0ltJx/R749ev5\r\n+fGi01X5lMrw71KlEpugfBmbszQgZGuB5QdoakeODdYCcKvmvzBdltuYKLYk\r\nyCReEGBsSTuT31c0Z44Q52qyovuG5eyFwYus0CN3PCsi/j7MXqgv6hKh5eJv\r\nuX6rfLXsmKagVSAd8snpo5hWPVxcXcNU3kvQ6byW+x0aDLsiQAsWWEFmoYfe\r\nviwnajwqIv7F+A8tV/+JPhjjtHaGv6zJvRk=\r\n=DvD2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"1caa67c7dcafa76eecf938c7668b9ee799d34789","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.1/node@v18.15.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.15.0","dependencies":{"lodash":"^4.17.15","nanoid":"^3.3.4","lodash-es":"^4.17.15","prop-types":"^15.7.2","markdown-to-jsx":"^7.2.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.3.0","html":"^1.0.0","jsdom":"^20.0.1","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.0.2","eslint":"^8.38.0","rimraf":"^5.0.0","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.0","@babel/core":"^7.21.4","@rjsf/utils":"^5.6.0","@types/react":"^17.0.39","react-portal":"^4.2.2","@types/lodash":"^4.14.192","@babel/register":"^7.21.0","@types/react-dom":"^17.0.11","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.6.0","@rjsf/validator-ajv8":"^5.6.0","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.21.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.6.0_1681412879666_0.7083610901568187","host":"s3://npm-registry-packages"}},"5.6.2":{"name":"@rjsf/core","version":"5.6.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.6.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"2b3b0a22a3c4d934ee2e8504d57df120f55a7eac","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.6.2.tgz","fileCount":15,"integrity":"sha512-3N3NZ1ax2XmeJU0Bf6bBIRFawyIukN1bgA5Y5B1vFZ2GwZ9Gn1eiQedAhdgR8+qSlghVxNmC942c9oPR0GzE0A==","signatures":[{"sig":"MEYCIQCtt0y6gB6BuYMmZZ0mgxN9PDs6nXIU9w+NbfLNVKLa0AIhAKL3I9LKHhJ1si/kkoAOPp6SFvzlzg3RReEUSwp5ozCM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2166186,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkP0MXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9gQ//UzcNjn4Bdp9fZ7TGTdetYW/yPlrI43Q13oV8d4TzQG5xoH8M\r\n9Zvb3PNv3d1oOjfrwsLQPyCICK5LcMegpGRQpYjltb1+ElPeIiQK1LJcr9Hd\r\nBR8Fek+KxIVcvBNx3ut8/Xo1CBWoSozQaR3HW7xhywxQEZvvItOTK0B97AeX\r\nkL+2vrx/on9sGkzMh4PCVDsCTNKL4aotGk8tkKDc0rrOVtvSDfEW3v6us6Dl\r\nb6if2AY/DemmozzeOSDYEa+Ygn3VmIE2mS8B2eAPkcjg6g5uf4tC6BJsHz6z\r\nAVvO1tepp7IOcYoV7V5iXFYjxeDGZcOpBumcUylD6S6CUH4dvPJjMV0M25EF\r\n2weg9UZfNnZCsRLnZf+IRihw7FQQlPbwQH7LV/+S5YDBjrhMELNen8xvP7Uq\r\nGX3CqXduHDSKpOV6Xq/aDZh3b5k8btBRTzVjb29x+dD1lVUDmNy7gY7FpqUu\r\n9bl5ZITFeqnGa0NEa2nBfOEpsg978xPi1wH3e4AfpFi1pa7voQ1Nv0EBf+Ir\r\nK7USQm4sEJFZ0/yx88vEP1K5/ZFJ1v3868w219dYxJOD3ch1PKENRw09qNDP\r\nPcOYPwykEJ0uTaoQarBTU+ySJhFo/5kYyzI5yrlJrTGQTVo4pzIa28OEST2P\r\nmfFUKH4ZOd/o0ot7dLzgYo/xTZa5jx+/O1Y=\r\n=byes\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"efe9d2b6a447569b1090b5eddc4b9b23dc5b2df8","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","bump-packages":"npm update --save --lockfile-version 2","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.1/node@v18.15.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.15.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.2.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.38.0","rimraf":"^5.0.0","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.0","@babel/core":"^7.21.4","@rjsf/utils":"^5.6.2","@types/react":"^17.0.58","react-portal":"^4.2.2","@types/lodash":"^4.14.194","@babel/register":"^7.21.0","@types/react-dom":"^17.0.19","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.6.2","@rjsf/validator-ajv8":"^5.6.2","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.21.0","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"5.6.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.6.2_1681867543693_0.4879239843745782","host":"s3://npm-registry-packages"}},"5.7.0":{"name":"@rjsf/core","version":"5.7.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.7.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"7a496b9c6008890d0f31c7427ebdf048994369ce","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.7.0.tgz","fileCount":15,"integrity":"sha512-vHs+aqNViZbXaQqf9VlAcIomg5/Wj8HtpyPwJHDOgcOf5D3Nzwkb5CUJcV0dyHnQGtRRrMw+8hMRsmni9DD81Q==","signatures":[{"sig":"MEUCIC1Xdw8q1N993fbe9d9GNqy/ihKIoTtqb7i9INtMzoT0AiEAv0oEtEgwTIQIw+SU7WUSQFPITupHZSoxQK2x6syKN+M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2170818},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"109ff6d01ef2e35c1a4b81738d0df27c5044d472","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","bump-packages":"npm update --save --lockfile-version 2","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.16.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.16.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.2.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.40.0","rimraf":"^5.0.0","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.5","@babel/core":"^7.21.8","@rjsf/utils":"^5.7.0","@types/react":"^17.0.59","react-portal":"^4.2.2","@types/lodash":"^4.14.194","@babel/register":"^7.21.0","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.21.5","@babel/preset-react":"^7.18.6","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.7.0","@rjsf/validator-ajv8":"^5.7.0","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.21.5","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"5.6.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.7.0_1683964437194_0.0578717945877949","host":"s3://npm-registry-packages"}},"5.7.1":{"name":"@rjsf/core","version":"5.7.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.7.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"b6707b5adafa66cd7b3835c260b9b652c72dc717","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.7.1.tgz","fileCount":15,"integrity":"sha512-2PqKp5JQ2eHn1NQFnIPwmmYp+gkS9RXMnYzwyYvDd/LRMfaseb0Y5LXIdotc4etFjT+Dg7l2bkLoCOYoVIvQTw==","signatures":[{"sig":"MEQCIGbF1Q12lSrAikvW/gdrYoI3FSF6y7wzu5YoQ7e8kbDNAiBDTBtmE//SN3gxygpirf6tSjD6zoVkwbHW7gLSmR4OiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2170958},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"24f0089c70d63df7411cf558a684de1e286b713c","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","bump-packages":"npm update --save --lockfile-version 2","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.16.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.16.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.2.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.40.0","rimraf":"^5.0.0","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.5","@babel/core":"^7.21.8","@rjsf/utils":"^5.7.1","@types/react":"^17.0.59","react-portal":"^4.2.2","@types/lodash":"^4.14.194","@babel/register":"^7.21.0","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.21.5","@babel/preset-react":"^7.18.6","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.7.1","@rjsf/validator-ajv8":"^5.7.1","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.21.5","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"5.7.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.7.1_1684196695409_0.7588915831905763","host":"s3://npm-registry-packages"}},"5.7.2":{"name":"@rjsf/core","version":"5.7.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.7.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"625acc22b645f09b13592a45525b6d1160f852a9","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.7.2.tgz","fileCount":15,"integrity":"sha512-ur1OZzPb5gHBkLsLJ3iw4HwYt74ak2t/wF9xejbcU93oUpNq/NAe1j/YS6Fy2iHlAvyXwygd3tbECiIK5diaaA==","signatures":[{"sig":"MEYCIQCBXv5elLnvE68+43fAWXQJJ2wB5UMCLZHawXaUbspYXgIhAPmGr8UWFtzobwiyO0K128VQpnNguySZ3FVHT/x+uoFs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2170958},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"4be621cc40425cac212a468eff0f8cb14096f82c","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","bump-packages":"npm update --save --lockfile-version 2","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.16.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.16.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.2.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.40.0","rimraf":"^5.0.0","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.5","@babel/core":"^7.21.8","@rjsf/utils":"^5.7.2","@types/react":"^17.0.59","react-portal":"^4.2.2","@types/lodash":"^4.14.194","@babel/register":"^7.21.0","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.21.5","@babel/preset-react":"^7.18.6","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.7.2","@rjsf/validator-ajv8":"^5.7.2","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.21.5","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"5.7.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.7.2_1684221397545_0.7691178814608834","host":"s3://npm-registry-packages"}},"5.7.3":{"name":"@rjsf/core","version":"5.7.3","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.7.3","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"7d49b65a6f9bad5fa9773d25473f361f1b6a71de","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.7.3.tgz","fileCount":15,"integrity":"sha512-GebhuCyNK8db+UT2COFmaLsCWjVsZwNXC8jubadqTji5rNCpuB1ywzp+vbqX0vnFPd8phVKbVfHNl2S86fUaIA==","signatures":[{"sig":"MEYCIQC5O8ZnXfAMavZspzczdMTSfM9JOYgpdSMpJkhGo9LkJAIhAMVZwzaM4g32Sd9XntqoNDQCKunGDQbDSliC2vvmqdm7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2170958},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"9d1a4389e5d759681f878717629337c92173f95d","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","bump-packages":"npm update --save --lockfile-version 2","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.16.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.16.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.2.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.41.0","rimraf":"^5.0.1","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.5","@babel/core":"^7.21.8","@rjsf/utils":"^5.7.3","@types/react":"^17.0.59","react-portal":"^4.2.2","@types/lodash":"^4.14.194","@babel/register":"^7.21.0","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.21.5","@babel/preset-react":"^7.18.6","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.7.3","@rjsf/validator-ajv8":"^5.7.3","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.21.5","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"5.7.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.7.3_1685038966202_0.058952074996616144","host":"s3://npm-registry-packages"}},"5.8.0":{"name":"@rjsf/core","version":"5.8.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.8.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"9f66c2bab3dcbcb9986f96907b052b31999d7695","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.8.0.tgz","fileCount":15,"integrity":"sha512-G4yAYQ+OKbQO4ql25nPaHS7s9eEmx4NgV5gAssIO9rEHsHdJXQ11YA/TmKwI8rVTjevEzLepLg2hYaMnKP8Ytw==","signatures":[{"sig":"MEUCIDhAu3VTcIdwYdBFz3aLarzueOznlJEb8qGzLXmqIkfEAiEArhHT9ZbW+SVik+9oPm0r6a71zT3h+9zPS7ofsXjsz90=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171015},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"a5d6f031b2cf8ff065ddb34e27cd2ef6f2beda7e","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","bump-packages":"npm update --save --lockfile-version 2","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.16.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.16.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.2.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.42.0","rimraf":"^5.0.1","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.5","@babel/core":"^7.22.1","@rjsf/utils":"^5.8.0","@types/react":"^17.0.60","react-portal":"^4.2.2","@types/lodash":"^4.14.195","@babel/register":"^7.21.0","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.4","@babel/preset-react":"^7.22.3","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.8.0","@rjsf/validator-ajv8":"^5.8.0","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.22.3","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"5.7.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.8.0_1686013125894_0.2647524293133263","host":"s3://npm-registry-packages"}},"5.8.1":{"name":"@rjsf/core","version":"5.8.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.8.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"9071ba570cb748658148ed1f5f02a9d5611f0bae","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.8.1.tgz","fileCount":15,"integrity":"sha512-+lJKK/fdVO+DqKhSzSY8bjyAv5weoLw44d/DnCn2U8/l9qY0nqfNSvG6gyZIC9kCNnzLS/76XFAltWXgtjjzFQ==","signatures":[{"sig":"MEYCIQCwZIawZvzc09jo22sXNwiZ62MZeqfVqg8RHR3cL4OKeQIhAKTxNUzj+RAsDloESs5uUD/iZaS6VW8ruaQYJosdMb5e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171016},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"58fd7da5e6db287b4fc842fcb7dd0dba38ff8d89","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","bump-packages":"npm update --save --lockfile-version 2","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.16.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.16.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.2.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.42.0","rimraf":"^5.0.1","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.5","@babel/core":"^7.22.1","@rjsf/utils":"^5.8.1","@types/react":"^17.0.60","react-portal":"^4.2.2","@types/lodash":"^4.14.195","@babel/register":"^7.21.0","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.4","@babel/preset-react":"^7.22.3","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.8.1","@rjsf/validator-ajv8":"^5.8.1","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.22.3","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.8.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.8.1_1686087187246_0.5606959307950738","host":"s3://npm-registry-packages"}},"5.8.2":{"name":"@rjsf/core","version":"5.8.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.8.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"4d04ce099e793ac1ca311cd13b32084f266b96a4","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.8.2.tgz","fileCount":15,"integrity":"sha512-DwFPYHFGRR3xzmFa5EpffcmDoW/tKcLaDRU8t15Uv8mbr7OBhLavwTceGGgO/TYCTjNUDwofcnwquPzKRw39Cg==","signatures":[{"sig":"MEYCIQDIhHvlMAsN4ZVgTsaplQ4U1zTSQ0ukVtmxOTL+Bh2QJAIhAIppOBUV6e0ztPPA/5dDkpBl2aA9dq0fCo/1BwfhgqRh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171016},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"75c8007dae1537d9c0c094f2bf34f3b328f44e6b","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","bump-packages":"npm update --save --lockfile-version 2","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.16.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.16.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.2.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.42.0","rimraf":"^5.0.1","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.21.5","@babel/core":"^7.22.1","@rjsf/utils":"^5.8.2","@types/react":"^17.0.60","react-portal":"^4.2.2","@types/lodash":"^4.14.195","@babel/register":"^7.21.0","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.4","@babel/preset-react":"^7.22.3","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.8.2","@rjsf/validator-ajv8":"^5.8.2","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.22.3","@babel/plugin-transform-object-assign":"^7.18.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.8.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.8.2_1687283159494_0.08890181172676836","host":"s3://npm-registry-packages"}},"5.9.0":{"name":"@rjsf/core","version":"5.9.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.9.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"eb8268f593b843cc8f58b347b54d6af808252ab6","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.9.0.tgz","fileCount":15,"integrity":"sha512-HYgnWKTGVfbj6bs1O9SYyw4VgBfoISZeQti259aiKK08XDVH+tgThxBMX4CyMjC/K9I4ralRV9KRlGO1un0DzQ==","signatures":[{"sig":"MEUCIQCvjOeXAAZpnqlugnikUg5iMTU3F8XAUc++7jZoM23BrAIgFlumNKQuPx7HWAECR6yXMJt1syCXxNk88v9dazebeBg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2171016},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"aa379209ab332dc499d279bf39c2a0dfbe857d9a","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","bump-packages":"npm update --save --lockfile-version 2","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.16.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.16.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.2.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.43.0","rimraf":"^5.0.1","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.22.5","@babel/core":"^7.22.5","@rjsf/utils":"^5.9.0","@types/react":"^17.0.62","react-portal":"^4.2.2","@types/lodash":"^4.14.195","@babel/register":"^7.22.5","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.5","@babel/preset-react":"^7.22.5","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.9.0","@rjsf/validator-ajv8":"^5.9.0","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.22.5","@babel/plugin-transform-object-assign":"^7.22.5","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.8.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.9.0_1687995440637_0.9843175469909671","host":"s3://npm-registry-packages"}},"5.10.0":{"name":"@rjsf/core","version":"5.10.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.10.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"d69634b5f296d346febe9c84767e391544023284","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.10.0.tgz","fileCount":15,"integrity":"sha512-G9KapNurCpP9l/CK4rR3/pQ1rKuaD1BxdzHjaWUWrpUbEqbDTeNu+5630ymUf0y8A04JuSN1guQRVyYl0Dlfxw==","signatures":[{"sig":"MEUCIQCm/Jqsz5YUK1fz7P9pqvrYS2Tkr1f+a4u3fav8JPoHXwIgO1gN/KMHJzg8C4XFnQ4caHgP+iopFWfKGojAfyVVb/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2173181},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"d05138f4dc678e0f6f85e13780dd3e17074791c8","scripts":{"lint":"eslint src test","test":"dts test","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/dts test","test:watch":"dts test --watch","test:update":"dts test --u","bump-packages":"npm update --save --lockfile-version 2","test-coverage":"dts test --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.16.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.16.1","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.2.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.44.0","rimraf":"^5.0.1","dts-cli":"^1.6.3","react-dom":"^17.0.2","@babel/cli":"^7.22.9","@babel/core":"^7.22.9","@rjsf/utils":"^5.10.0","@types/react":"^17.0.62","react-portal":"^4.2.2","@types/lodash":"^4.14.195","@babel/register":"^7.22.5","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.9","@babel/preset-react":"^7.22.5","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.10.0","@rjsf/validator-ajv8":"^5.10.0","@types/react-test-renderer":"^17.0.2","@babel/plugin-transform-react-jsx":"^7.22.5","@babel/plugin-transform-object-assign":"^7.22.5","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.8.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.10.0_1689283729550_0.6552238202319625","host":"s3://npm-registry-packages"}},"5.11.1":{"name":"@rjsf/core","version":"5.11.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.11.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"14de7e78528c7dd1e8defb9bbc1ac78cf00ee89f","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.11.1.tgz","fileCount":15,"integrity":"sha512-/a3ByUCG4cwG839WS7r7olDlXW0p2MlkcSnCRsFauj8uB2WxaYIcO+/vBKoNxDjNfhgfhi6yYZG2K3P8/89t9A==","signatures":[{"sig":"MEQCIF8qEcHxyT4jECBDQdXEhkTkUOpBqxEhUCydwq+qpMfaAiBQMg3twJDr61ER3WFmmtNWsO0y+MHGh2lWDbiXQdDJaQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1963639},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"0a7771f489753b9743d15aa9ae69dbf0ce821541","scripts":{"lint":"eslint src test","test":"jest","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.17.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.17.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.2.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.1","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.44.0","rimraf":"^5.0.1","dts-cli":"^1.6.3","react-dom":"^17.0.2","babel-jest":"^29.6.1","@babel/core":"^7.22.9","@rjsf/utils":"^5.11.1","@types/react":"^17.0.62","react-portal":"^4.2.2","@types/lodash":"^4.14.195","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.9","@babel/preset-react":"^7.22.5","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.11.1","@rjsf/validator-ajv8":"^5.11.1","jest-environment-jsdom":"^29.6.1","@babel/preset-typescript":"^7.22.5","@types/react-test-renderer":"^17.0.2","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.8.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.11.1_1690926204230_0.7072192711668015","host":"s3://npm-registry-packages"}},"5.11.2":{"name":"@rjsf/core","version":"5.11.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.11.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"a6e88dfd717e75cbe3e384e784d5a1e0e58491c0","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.11.2.tgz","fileCount":15,"integrity":"sha512-wMWTa2LeqX45gPT1WK9hhfmuMpHNldU0mvqbsNQxMX/36nuBJxJzAz5eMUOhJJhdxfVyshdAHdIG4Ftrd2fZVA==","signatures":[{"sig":"MEUCIQCqzo9IOebpd9J27WhWlJLDNuprdWyI4Nc50s/CNT4lhQIgENZ8khb9Vs650/E4wwi4MQR0+KXA7dvkwO1Fj9fEkdI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1963639},"main":"dist/index.js","module":"dist/core.esm.js","engines":{"node":">=14"},"gitHead":"2fafced84e18aa2cd487715d11d2730cd23333f3","scripts":{"lint":"eslint src test","test":"jest","build":"rimraf dist && dts build --rollupTypes --format cjs,esm,umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"dist/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.17.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.17.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.2.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.1","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.44.0","rimraf":"^5.0.1","dts-cli":"^1.6.3","react-dom":"^17.0.2","babel-jest":"^29.6.1","@babel/core":"^7.22.9","@rjsf/utils":"^5.11.2","@types/react":"^17.0.62","react-portal":"^4.2.2","@types/lodash":"^4.14.195","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.9","@babel/preset-react":"^7.22.5","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.11.2","@rjsf/validator-ajv8":"^5.11.2","jest-environment-jsdom":"^29.6.1","@babel/preset-typescript":"^7.22.5","@types/react-test-renderer":"^17.0.2","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.8.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.11.2_1691010822850_0.19290459469497456","host":"s3://npm-registry-packages"}},"5.12.0":{"name":"@rjsf/core","version":"5.12.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.12.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"52ea1e3e9514365896865f77f4dabdf5ef1a30c2","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.12.0.tgz","fileCount":224,"integrity":"sha512-S7fLl6qOSAdsupTucEoxLPnPlS1aswZVWEYGVx1r22vkRXCL5n87o5gxlNLLFQW07AC48rwKKVY1b2s+T3996w==","signatures":[{"sig":"MEYCIQD68Cy0zggJGj7ymMZWq4Oea7OIUjxKhxyTboC0FlEDTAIhAJgpu57XVLuW5lwzXhwqSA2DpXuo1MCf1gUeiXCPkmEp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1395051},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"bab797c43a34e5ec68a84b2bdabb3c377e46b092","scripts":{"lint":"eslint src test","test":"jest","build":"rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"rimraf lib && tsc","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.17.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.17.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.2","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.46.0","rimraf":"^5.0.1","rollup":"^3.27.2","esbuild":"^0.18.19","react-dom":"^17.0.2","babel-jest":"^29.6.2","typescript":"^4.9.5","@babel/core":"^7.22.9","@rjsf/utils":"^5.12.0","@types/react":"^17.0.62","react-portal":"^4.2.2","@types/lodash":"^4.14.196","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.9","@babel/preset-react":"^7.22.5","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.12.0","@rjsf/validator-ajv8":"^5.12.0","jest-environment-jsdom":"^29.6.1","@babel/preset-typescript":"^7.22.5","@types/react-test-renderer":"^17.0.2","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.8.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.12.0_1691604835328_0.34092654447383763","host":"s3://npm-registry-packages"}},"5.12.1":{"name":"@rjsf/core","version":"5.12.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.12.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"ab879ffa9fa1dbd8d2cde77aba0bd43155563b1a","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.12.1.tgz","fileCount":224,"integrity":"sha512-1YFhZ90/uHRx1akQmDdIjBxGMjs/5gtuTLUFwl6GbOwTm2fhZRh3qXRFyTXz81Oy6TGcbrxBJEYvFg2iHjYKCA==","signatures":[{"sig":"MEYCIQDAsAPuEXn0nRK66rTUxufeBab5eBvuoQ6FmDSXZaDHcwIhAOLPYHiC/nyO2v+9IKEgWZD2HpJyIWxDPmdtzxJC+ZR6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1395406},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"de6477730fd16a07def501c2cb761af9c3f4c247","scripts":{"lint":"eslint src test","test":"jest","build":"rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"rimraf lib && tsc","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.17.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.17.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.2","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.46.0","rimraf":"^5.0.1","rollup":"^3.27.2","esbuild":"^0.18.19","react-dom":"^17.0.2","babel-jest":"^29.6.2","typescript":"^4.9.5","@babel/core":"^7.22.9","@rjsf/utils":"^5.12.1","@types/react":"^17.0.62","react-portal":"^4.2.2","@types/lodash":"^4.14.196","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.9","@babel/preset-react":"^7.22.5","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.12.1","@rjsf/validator-ajv8":"^5.12.1","jest-environment-jsdom":"^29.6.1","@babel/preset-typescript":"^7.22.5","@types/react-test-renderer":"^17.0.2","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.8.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.12.1_1692375582126_0.6827870605672661","host":"s3://npm-registry-packages"}},"5.13.0":{"name":"@rjsf/core","version":"5.13.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.13.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"af4e6f0c16c5ab697e69822cab55c6d345f356be","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.13.0.tgz","fileCount":224,"integrity":"sha512-rCpJGR0yPP/ip9LKcr3SmDMkbLx4QIaRA+ag0rcalSw1XLXBSzh53SpfgaB2HN++1xhUvWtIUERRHpWjQp1E7w==","signatures":[{"sig":"MEUCIQDw15kToihdi65EF9S1P9sebEj1iAz7Ds08PXs3BTwdWQIgQRgzfZ4RArvbVgePyORikJhR7cDTRTivlFZfBIF7jwM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1396066},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"588b1c063095f75278585838cbca9b20252e13c9","scripts":{"lint":"eslint src test","test":"jest","build":"rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"rimraf lib && tsc","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.17.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.17.1","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.2","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.46.0","rimraf":"^5.0.1","rollup":"^3.27.2","esbuild":"^0.18.19","react-dom":"^17.0.2","babel-jest":"^29.6.2","typescript":"^4.9.5","@babel/core":"^7.22.9","@rjsf/utils":"^5.13.0","@types/react":"^17.0.62","react-portal":"^4.2.2","@types/lodash":"^4.14.196","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.9","@babel/preset-react":"^7.22.5","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.13.0","@rjsf/validator-ajv8":"^5.13.0","jest-environment-jsdom":"^29.6.1","@babel/preset-typescript":"^7.22.5","@types/react-test-renderer":"^17.0.2","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.13.0_1694193295567_0.422943285361588","host":"s3://npm-registry-packages"}},"5.13.1":{"name":"@rjsf/core","version":"5.13.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.13.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"afdad0d295173904e704601d662a95935d38adc9","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.13.1.tgz","fileCount":224,"integrity":"sha512-6LxnrElzphR3MhZ0ARb9tCK/wSGvYJVVDGuoHpw9P+bdrbZm+MgAwE1vzzuicVKxYXY+k+7CRArrxENH+MmTQg==","signatures":[{"sig":"MEUCIAvliU9K9FiJj5C7dN66HxEA8MkdkGoKISBpU9UeOINgAiEA+4gPDTY6yJ6l62437A4UwM4i5ecAuX0aipDWyPFr2mo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1404928},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"a8039b4b7b872606a14e28885ba4e7faea9e2bfa","scripts":{"lint":"eslint src test","test":"jest","build":"rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"rimraf lib && tsc","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.18.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.18.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.4","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.48.0","rimraf":"^5.0.1","rollup":"^3.29.0","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.6.4","typescript":"^4.9.5","@babel/core":"^7.22.17","@rjsf/utils":"^5.13.1","@types/react":"^17.0.65","react-portal":"^4.2.2","@types/lodash":"^4.14.198","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.15","@babel/preset-react":"^7.22.15","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.13.1","@rjsf/validator-ajv8":"^5.13.1","jest-environment-jsdom":"^29.6.4","@babel/preset-typescript":"^7.22.15","@types/react-test-renderer":"^17.0.3","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.13.1_1697048544612_0.02070697780521913","host":"s3://npm-registry-packages"}},"5.13.2":{"name":"@rjsf/core","version":"5.13.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.13.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"31289b16eaf7108fc5af07a388bc10373a9ce25b","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.13.2.tgz","fileCount":224,"integrity":"sha512-Zn6BCTk0v8iVV2rKOYa2F34Q2CMYFgindAnLFmZEGalwC35hP93L68q3cfhbHoHmtUdkjAyUaa2vua6LpgzfQw==","signatures":[{"sig":"MEUCIHpB5ILFrSiCMq7YnPFCPBnQqj4IHyWxrliwzv8RTINsAiEAv9sLXQDxdjKFv2mZ627Fwvxzf7JJp1lu9TDqfQo2ggE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1404928},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"4cfaa984c3343d9cbaabd147c5c24b2c01e28726","scripts":{"lint":"eslint src test","test":"jest","build":"rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"rimraf lib && tsc","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.18.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.18.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.4","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.48.0","rimraf":"^5.0.1","rollup":"^3.29.0","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.6.4","typescript":"^4.9.5","@babel/core":"^7.22.17","@rjsf/utils":"^5.13.2","@types/react":"^17.0.65","react-portal":"^4.2.2","@types/lodash":"^4.14.198","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.15","@babel/preset-react":"^7.22.15","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.13.2","@rjsf/validator-ajv8":"^5.13.2","jest-environment-jsdom":"^29.6.4","@babel/preset-typescript":"^7.22.15","@types/react-test-renderer":"^17.0.3","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.13.2_1697147631516_0.49362931202733007","host":"s3://npm-registry-packages"}},"5.13.3":{"name":"@rjsf/core","version":"5.13.3","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.13.3","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"d515c02a48d832d06a014b9f1f420f5a5e0ea7c7","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.13.3.tgz","fileCount":224,"integrity":"sha512-9jFHqI5yBZz0a2FNZefx6ZvUTLVkoBkoFIsaN827Q4VaDAe8bSCXb45Vb/Xur0CJwx9E4GTLrLbNRrGmaujtMQ==","signatures":[{"sig":"MEUCIClhnNbc2F8XXjSdcVwuzWHck14PSpuyJdcD1MyH1EkiAiEAiCH4JHCcityUiiMsIF3Aj4nCNtrHCEVEa0XoOEl3tlE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1423215},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"e00648782c16d4c8857c113a7f13c1ba3b593982","scripts":{"lint":"eslint src test","test":"jest","build":"rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"rimraf lib && tsc","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.18.2+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"_nodeVersion":"18.18.2","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.4","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.48.0","rimraf":"^5.0.1","rollup":"^3.29.0","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.6.4","typescript":"^4.9.5","@babel/core":"^7.22.17","@rjsf/utils":"^5.13.3","@types/react":"^17.0.65","react-portal":"^4.2.2","@types/lodash":"^4.14.198","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.15","@babel/preset-react":"^7.22.15","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.13.3","@rjsf/validator-ajv8":"^5.13.3","jest-environment-jsdom":"^29.6.4","@babel/preset-typescript":"^7.22.15","@types/react-test-renderer":"^17.0.3","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.13.3_1698695537588_0.11476257850493354","host":"s3://npm-registry-packages"}},"5.13.4":{"name":"@rjsf/core","version":"5.13.4","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.13.4","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"efd8046205a6cbf9eb614942dd69ab6f435cfb82","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.13.4.tgz","fileCount":224,"integrity":"sha512-EhT9JMBbs8ELIWY9f2G4HaY3e+IPBy6LgmhAEDjovNNwILOnNEiwXtEest6m2golrRaPJwSSTIh3EHUUIsDxJw==","signatures":[{"sig":"MEUCIDlN/j82MRSL8qEcJbTos4CzOQzyTZRRfQ33Tg2ivY7xAiEA1Yjfwq0vqJ2aSWnY/Oc+0z1KoApAhRBC9hxEUTLvWJg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1423753},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"455e15cec74e9aa6ae15a182490d43771d26ccf9","scripts":{"lint":"eslint src test","test":"jest","build":"rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"rimraf lib && tsc","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.18.2+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.18.2","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.4","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.48.0","rimraf":"^5.0.1","rollup":"^3.29.0","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.6.4","typescript":"^4.9.5","@babel/core":"^7.22.17","@rjsf/utils":"^5.13.4","@types/react":"^17.0.65","react-portal":"^4.2.2","@types/lodash":"^4.14.198","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.15","@babel/preset-react":"^7.22.15","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.13.4","@rjsf/validator-ajv8":"^5.13.4","jest-environment-jsdom":"^29.6.4","@babel/preset-typescript":"^7.22.15","@types/react-test-renderer":"^17.0.3","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.13.4_1699066076215_0.04105707171283535","host":"s3://npm-registry-packages"}},"5.13.5":{"name":"@rjsf/core","version":"5.13.5","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.13.5","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"93f397f575658efe4ca3517dc05b71445f00cf30","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.13.5.tgz","fileCount":224,"integrity":"sha512-qHM2rfS6nIdQU85WiDKyoOYPW25uilVFLL674C/88jB31pIQD3iiuHZuE94nqmpT4lP4gpmCS4gZ7a0H3hcdRA==","signatures":[{"sig":"MEYCIQDz8E7NOOkq2tgxQU9vCUjgwOJNAtUmdJE7/f82QEMczwIhAM3AnRdFZDc4+vSG4AJug9Asnu0Rsndp1Ca5uAwzTGHc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1424090},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"e8aa90c58c8e385a8e48909c97b559ae0b69a763","scripts":{"lint":"eslint src test","test":"jest","build":"rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"rimraf lib && tsc","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.18.2+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.18.2","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.4","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.48.0","rimraf":"^5.0.1","rollup":"^3.29.0","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.6.4","typescript":"^4.9.5","@babel/core":"^7.22.17","@rjsf/utils":"^5.13.5","@types/react":"^17.0.65","react-portal":"^4.2.2","@types/lodash":"^4.14.198","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.15","@babel/preset-react":"^7.22.15","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.13.5","@rjsf/validator-ajv8":"^5.13.5","jest-environment-jsdom":"^29.6.4","@babel/preset-typescript":"^7.22.15","@types/react-test-renderer":"^17.0.3","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.13.5_1699468823821_0.33808369613037303","host":"s3://npm-registry-packages"}},"5.13.6":{"name":"@rjsf/core","version":"5.13.6","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.13.6","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"10870a4bf48df65404e2526ab62f010d70f2bdcf","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.13.6.tgz","fileCount":224,"integrity":"sha512-xx5qal8z/cbrZ5gBQwtLkkAHqJR9ZvWT9I2BoSmSuy6IWEr2jpQOYEJaNqQzbpT3fN05lT75RJWvkwSRFuDMaw==","signatures":[{"sig":"MEUCIEMy+XOJmq1xEUNMAXfcPVh6VDBaSqWdDqEjX/sXg8RgAiEA9kFL1gdE2NId9JT67Ou7BV76CbEiGLb1O6jSIHXv360=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1424427},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"1dd42273d55cbd5749a112848101413ab4f1a358","scripts":{"lint":"eslint src test","test":"jest","build":"rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"rimraf lib && tsc","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.18.2+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.18.2","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.4","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.48.0","rimraf":"^5.0.1","rollup":"^3.29.0","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.6.4","typescript":"^4.9.5","@babel/core":"^7.22.17","@rjsf/utils":"^5.13.6","@types/react":"^17.0.65","react-portal":"^4.2.2","@types/lodash":"^4.14.198","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.15","@babel/preset-react":"^7.22.15","react-test-renderer":"^17.0.2","@rjsf/validator-ajv6":"^5.13.6","@rjsf/validator-ajv8":"^5.13.6","jest-environment-jsdom":"^29.6.4","@babel/preset-typescript":"^7.22.15","@types/react-test-renderer":"^17.0.3","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.13.6_1699483708881_0.510512351704876","host":"s3://npm-registry-packages"}},"5.14.1":{"name":"@rjsf/core","version":"5.14.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.14.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"c9c3f86ea620710b5963049f9a10acd912f477cb","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.14.1.tgz","fileCount":226,"integrity":"sha512-InFGC756wXhs6rOaoCfrQX2fOz3F47ZQ835Wp3l2OCNLm7ljUnziWupEgygQgjOfNQvThIslvCAJL9qt9N5dXQ==","signatures":[{"sig":"MEQCIELoLsE5xdkztpStGkoiX51fDxWJ0gRoqOdYp2mGVhIZAiBeEQe94fFKK90SOaP3m7CMSxY6gPzGVHNivugHO7aQug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1493779},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"7eb830fc26a09dcd62f2079c45c982537379c79c","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.18.2+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.18.2","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.4","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.48.0","rimraf":"^5.0.1","rollup":"^3.29.0","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.6.4","typescript":"^4.9.5","@babel/core":"^7.22.17","@rjsf/utils":"^5.14.1","@types/jest":"^29.5.7","@types/react":"^17.0.65","react-portal":"^4.2.2","@types/lodash":"^4.14.198","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.15","@babel/preset-react":"^7.22.15","react-test-renderer":"^17.0.2","@rjsf/snapshot-tests":"^5.14.1","@rjsf/validator-ajv6":"^5.14.1","@rjsf/validator-ajv8":"^5.14.1","jest-environment-jsdom":"^29.6.4","@babel/preset-typescript":"^7.22.15","@types/react-test-renderer":"^17.0.3","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.14.1_1699923865959_0.5129466590473748","host":"s3://npm-registry-packages"}},"5.14.2":{"name":"@rjsf/core","version":"5.14.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.14.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"1f3580c5f56dfd89c571ba42fb857b29b7698fad","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.14.2.tgz","fileCount":226,"integrity":"sha512-SLWZpY3U1IemXfWH2QkjxTa0jjyB/BL3n7aXPpgoiekXKofituWpwE+n7Tf0EeDxOCAJcvzrqGqBc17XUbnbwQ==","signatures":[{"sig":"MEUCIQDZcnlvn09xICDdVb1OpPJQznjLUIFRyO4GI5I5bXpUxAIgfQqFRafFRg+ohCUkVju54QSj82raGT/Gqy0q0H/D6+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1494341},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"8093e210f5ad9373b68e54dfc22df1962c2948e4","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.18.2+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.18.2","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.4","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.48.0","rimraf":"^5.0.1","rollup":"^3.29.0","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.6.4","typescript":"^4.9.5","@babel/core":"^7.22.17","@rjsf/utils":"^5.14.2","@types/jest":"^29.5.7","@types/react":"^17.0.65","react-portal":"^4.2.2","@types/lodash":"^4.14.198","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.15","@babel/preset-react":"^7.22.15","react-test-renderer":"^17.0.2","@rjsf/snapshot-tests":"^5.14.2","@rjsf/validator-ajv6":"^5.14.2","@rjsf/validator-ajv8":"^5.14.2","jest-environment-jsdom":"^29.6.4","@babel/preset-typescript":"^7.22.15","@types/react-test-renderer":"^17.0.3","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.14.2_1700265664022_0.47398501638620005","host":"s3://npm-registry-packages"}},"5.14.3":{"name":"@rjsf/core","version":"5.14.3","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.14.3","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"896ce1db489698728d8a8f7b55adbc88b2f1aec0","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.14.3.tgz","fileCount":226,"integrity":"sha512-IlEKuvuA6nYY1ztvfVh6JktvkVnswsUvSr8Dr5iraexe/eWP8K8ObgKx3d0eAOWgpBmRaUjbSt8FNywNhmDgkQ==","signatures":[{"sig":"MEUCIGydFYqRkXob6HWozcQEEOTTS5RPBCHuhooIEuKYKswlAiEAgM073pjeeXtHJddkS5D01EKhOhcv042HjIa9F9Ai9Xo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1495434},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"cc96dee0be20d873a00ec00d1f7d033d4b9c9058","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.18.2+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.18.2","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.4","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.48.0","rimraf":"^5.0.1","rollup":"^3.29.0","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.6.4","typescript":"^4.9.5","@babel/core":"^7.22.17","@rjsf/utils":"^5.14.3","@types/jest":"^29.5.7","@types/react":"^17.0.65","react-portal":"^4.2.2","@types/lodash":"^4.14.198","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.15","@babel/preset-react":"^7.22.15","react-test-renderer":"^17.0.2","@rjsf/snapshot-tests":"^5.14.3","@rjsf/validator-ajv6":"^5.14.3","@rjsf/validator-ajv8":"^5.14.3","jest-environment-jsdom":"^29.6.4","@babel/preset-typescript":"^7.22.15","@types/react-test-renderer":"^17.0.3","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.14.3_1701108874622_0.2682480482402205","host":"s3://npm-registry-packages"}},"5.15.0":{"name":"@rjsf/core","version":"5.15.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.15.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"8faa26cc016b99fd4b69cea81e14ea55fbb80514","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.15.0.tgz","fileCount":226,"integrity":"sha512-tD+S0Sx6TtiW1Wp2E8fLArlKcPDXaOS0MBnM6FNWZuum1bbQFoavjm/wf0PpKQ2AohsKGvWXjIAajC+HX4Anww==","signatures":[{"sig":"MEUCIDz1VZ+xtvzrD0kf8gFgC2qTVdFU2r4p1XpsZMdwbjYJAiEAnRHy4aSRYRIoYKDrpF2hPR70zDZgciWLTAsHmikUR7o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1495434},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"12781f3527ff494668913637e5aabcf27db952b1","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.18.2+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.18.2","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.4","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.48.0","rimraf":"^5.0.1","rollup":"^3.29.0","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.6.4","typescript":"^4.9.5","@babel/core":"^7.22.17","@rjsf/utils":"^5.15.0","@types/jest":"^29.5.7","@types/react":"^17.0.65","react-portal":"^4.2.2","@types/lodash":"^4.14.198","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.15","@babel/preset-react":"^7.22.15","react-test-renderer":"^17.0.2","@rjsf/snapshot-tests":"^5.15.0","@rjsf/validator-ajv6":"^5.15.0","@rjsf/validator-ajv8":"^5.15.0","jest-environment-jsdom":"^29.6.4","@babel/preset-typescript":"^7.22.15","@types/react-test-renderer":"^17.0.3","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.15.0_1701461911416_0.6538053237698247","host":"s3://npm-registry-packages"}},"5.15.1":{"name":"@rjsf/core","version":"5.15.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.15.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"bbc412eb764252ec0f217c3668341be9e0dc7d61","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.15.1.tgz","fileCount":226,"integrity":"sha512-Ysn9G7sAS9A/fY4tCXv0LUUM8rNgXpVUkkoeOg3Yx6Y0vTctLVM7eorfmKuRKOrUZFCVe/MY0RjJfP3n2v1Fbg==","signatures":[{"sig":"MEYCIQDvs1FDT1IxkcTF9V3PLIhkjIj34E6uhskiZno7THvwCQIhAK27480biItMkI3W684mShQPGt4nj8luWF2xrlYS2ydC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1496497},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"61dc9b87f52de3402dd369d11a7eb931d666bb6e","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.19.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.6","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.3.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.6.4","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.48.0","rimraf":"^5.0.1","rollup":"^3.29.0","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.6.4","typescript":"^4.9.5","@babel/core":"^7.22.17","@rjsf/utils":"^5.15.1","@types/jest":"^29.5.7","@types/react":"^17.0.65","react-portal":"^4.2.2","@types/lodash":"^4.14.198","@types/react-dom":"^17.0.20","@babel/preset-env":"^7.22.15","@babel/preset-react":"^7.22.15","react-test-renderer":"^17.0.2","@rjsf/snapshot-tests":"^5.15.1","@rjsf/validator-ajv6":"^5.15.1","@rjsf/validator-ajv8":"^5.15.1","jest-environment-jsdom":"^29.6.4","@babel/preset-typescript":"^7.22.15","@types/react-test-renderer":"^17.0.3","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.15.1_1702068926369_0.5797930618223273","host":"s3://npm-registry-packages"}},"5.16.0":{"name":"@rjsf/core","version":"5.16.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.16.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"83fa733b4eb7bcd3de18aa0587d7037f228055cf","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.16.0.tgz","fileCount":226,"integrity":"sha512-EFBX6tGaSF4Aewe0oyryLZHLRHKs3PYLHDWm4NnyrxuMBkmIS5tFFPRiittQQF453ogPshsoNKpVfE3lxlZZCg==","signatures":[{"sig":"MEYCIQDGm3KxBsTlsoKinxF6REaNh5Kim6PF3URVLC/8mQTYQAIhAIZOIeY4vUNVHOGBydi2Ok9OVH9CG/w5nPgUbsiURFiM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1502133},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"c7ed12043fdd91bc1344ffd7c9404deac31374a7","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.19.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.7","@rjsf/utils":"^5.16.0","@types/jest":"^29.5.11","@types/react":"^17.0.74","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^17.0.25","@babel/preset-env":"^7.23.7","@babel/preset-react":"^7.23.3","react-test-renderer":"^17.0.2","@rjsf/snapshot-tests":"^5.16.0","@rjsf/validator-ajv6":"^5.16.0","@rjsf/validator-ajv8":"^5.16.0","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^17.0.9","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.12.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.16.0_1704997755901_0.6883927798309344","host":"s3://npm-registry-packages"}},"5.16.1":{"name":"@rjsf/core","version":"5.16.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.16.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"e25b30a1cd70ed8ab5b7b46faa16142393035a04","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.16.1.tgz","fileCount":226,"integrity":"sha512-zIqm5aJ0CfpqsJXcJvIEoYZMfPa6hLqKSeOwwifuHSjznC6fbXPdmqnifBCPVy0GgMaDDWekZLfndk5W3ZO1YA==","signatures":[{"sig":"MEUCIC2tf5yuJtKFq/cS81uJ3TrA8M4vh1UaRxxmUsyEAwUxAiEAq/OK0llb+3z7b49+W0UPq5oTvvXFvgxt3Rm9Fmo2rR4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1502133},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"0fc3cb0922247968c5553e6caa1a9ee2d882c6cf","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.19.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.7","@rjsf/utils":"^5.16.1","@types/jest":"^29.5.11","@types/react":"^17.0.74","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^17.0.25","@babel/preset-env":"^7.23.7","@babel/preset-react":"^7.23.3","react-test-renderer":"^17.0.2","@rjsf/snapshot-tests":"^5.16.1","@rjsf/validator-ajv6":"^5.16.1","@rjsf/validator-ajv8":"^5.16.1","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^17.0.9","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.16.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.16.1_1705006669162_0.18326634507811157","host":"s3://npm-registry-packages"}},"5.17.0":{"name":"@rjsf/core","version":"5.17.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.17.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"2a964d555ba6dc018e381159371c2396df9136af","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.17.0.tgz","fileCount":226,"integrity":"sha512-0woSU+VU+t2kbDNSyMQhjxJOXJbk3F6lSHxf8XmS4yV3sXP/yr/vo7J3qcvXbSvCLPYMQHvskBFhCIaQqyHWBg==","signatures":[{"sig":"MEYCIQDO/Fc3yJXhKhfC5rJ7TbBEZN8KA9ctD4srmXORMaqYkwIhAJbdGMAIhNTar9cGqD5Zwl4ysypFiI+KtzvU8kuKo7i5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1515466},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"a1d76a7d7e50c6285957c56ed4303efafd91f5e5","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.19.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.17.0","@types/jest":"^29.5.12","@types/react":"^17.0.75","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^17.0.25","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^17.0.2","@rjsf/snapshot-tests":"^5.17.0","@rjsf/validator-ajv6":"^5.17.0","@rjsf/validator-ajv8":"^5.17.0","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^17.0.9","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.16.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.17.0_1706820331786_0.8392055366941302","host":"s3://npm-registry-packages"}},"5.17.1":{"name":"@rjsf/core","version":"5.17.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.17.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"747e82bc68347fc8b786fd817d380c7d8c36f766","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.17.1.tgz","fileCount":226,"integrity":"sha512-COZSuumwHskWN8Pz3RxdxvuQUP6M/qBMXAkIi+TSWLFLaF6SUugpLiceMT1jGemDCr7fOSTiPxjkToSsgpvueQ==","signatures":[{"sig":"MEQCIA8jRfgF8we9vM86f8sFDqtnh4XpuI7XgcJxOGU3tHqnAiAxBKUlm+e+yAioos9V+SE2RWt7D3eXcDrLG33XNCkf1w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1515534},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"4d13c51c861fa0d21ec6e40881a21ba16c72d8bd","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.19.0+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.19.0","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.17.1","@types/jest":"^29.5.12","@types/react":"^17.0.75","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^17.0.25","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^17.0.2","@rjsf/snapshot-tests":"^5.17.1","@rjsf/validator-ajv6":"^5.17.1","@rjsf/validator-ajv8":"^5.17.1","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^17.0.9","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.16.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.17.1_1708375786840_0.803796380515809","host":"s3://npm-registry-packages"}},"5.18.0":{"name":"@rjsf/core","version":"5.18.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.18.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"85149397f653772bf806643b60283322d8d5572a","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.18.0.tgz","fileCount":226,"integrity":"sha512-4j0KwmcD3SAzCvsSFBK1RTNni7ZJlk6TgWPhYP6BrBlWJKgi+I49DNndu4SSJ0kNPV2QbNa3n4sWRVV0i06mGw==","signatures":[{"sig":"MEYCIQC98P+o8dpjCsmyQAjnwzjM23l7vdzhl55qN2dK9LXJ9QIhAMc+YbunAxruoUBBvsMF8t0WBF3lRzIH71IfoGAHLeK1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1521834},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"7059e5ec14e0e454fe016aa367d9b65208f3bd8d","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.19.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.19.1","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.18.0","@types/jest":"^29.5.12","@types/react":"^17.0.75","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^17.0.25","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^17.0.2","@rjsf/snapshot-tests":"^5.18.0","@rjsf/validator-ajv6":"^5.18.0","@rjsf/validator-ajv8":"^5.18.0","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^17.0.9","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.16.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.18.0_1711154072193_0.6465135759273335","host":"s3://npm-registry-packages"}},"5.18.1":{"name":"@rjsf/core","version":"5.18.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.18.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"018cfe8fdc8a91bc07e1cbf820f80898c05a4722","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.18.1.tgz","fileCount":226,"integrity":"sha512-325fOPqupCkEkH4/ufeAbaezyknCTRQx8XeK9PhtWBSwpVggJg003C2RFL7g7HdFkz546KjEBGKeJ74HXC/kVg==","signatures":[{"sig":"MEUCIFADehKGfiKXmFCmUNgxWS1vMrMCWXTeC57GwfJOFFCuAiEA+uvo9ghf90xNFbqkJVZ+s5bhG2ni44sjjl7vqv6nCT8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1521834},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"6b75c315b0d457848d06cb3e6389b1dd9c6ddb57","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.19.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.19.1","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.18.1","@types/jest":"^29.5.12","@types/react":"^17.0.75","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^17.0.25","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^17.0.2","@rjsf/snapshot-tests":"^5.18.1","@rjsf/validator-ajv6":"^5.18.1","@rjsf/validator-ajv8":"^5.18.1","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^17.0.9","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.18.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.18.1_1711155512295_0.40629232160313533","host":"s3://npm-registry-packages"}},"5.18.2":{"name":"@rjsf/core","version":"5.18.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.18.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"618175e6ef96ed62ebe23c80cea47ba27bf03a17","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.18.2.tgz","fileCount":226,"integrity":"sha512-dqS8E70DJSnTpJ8tdQi4flTffJ3fr/G1Jro7Bhx/eKiB2UbYII1tR536HfZqwe8p1NvJ26DViJclOAghHPmJog==","signatures":[{"sig":"MEQCIGAFeTQISJYnu1y5weh/oz7ZXEMgOd9LxSTLmgfRKUPlAiAHb9xwrl93aFH8qf84xgAWuXMcz8xxfNbXvnltgUtkDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1522508},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"31539d1cbe6e685e694bc7837381598460e00502","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.1+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.1","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^17.0.2","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.18.2","@types/jest":"^29.5.12","@types/react":"^17.0.75","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^17.0.25","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^17.0.2","@rjsf/snapshot-tests":"^5.18.2","@rjsf/validator-ajv6":"^5.18.2","@rjsf/validator-ajv8":"^5.18.2","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^17.0.9","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.18.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.18.2_1712766276635_0.7612373991130403","host":"s3://npm-registry-packages"}},"5.18.3":{"name":"@rjsf/core","version":"5.18.3","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.18.3","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"7cef908598c77ec0f0caaa301148e3e4a909292e","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.18.3.tgz","fileCount":226,"integrity":"sha512-HVqqoVzcjYX1BUCqHm7iUjBoVx1UDud1KP6bJ5drtOOvHChfKEbMUt2hWJcuXIlmNPuw2lRxETtcuRbEM2wsRA==","signatures":[{"sig":"MEYCIQDF/4hdFrINht65HkZ6Er8xGP3jyLWmhMzfMd1ARSkBpwIhAPJziIeR1QiLeh1ju7vRpH8JDbnvHN2wWbhOo8NEdMs3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1522968},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"2fe849078afa19e2233d84f6d870da847d22094d","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.2+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.2","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.18.3","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.18.3","@rjsf/validator-ajv6":"^5.18.3","@rjsf/validator-ajv8":"^5.18.3","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.18.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.18.3_1714151360664_0.9179663122822563","host":"s3://npm-registry-packages"}},"5.18.4":{"name":"@rjsf/core","version":"5.18.4","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.18.4","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"a0e5a77a54dd07bcd40dd287db7002b8973421f4","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.18.4.tgz","fileCount":226,"integrity":"sha512-OUPC+l44X1geYT9sSsmQC2pakvFWCQB+5Iy/ITfLMJq3MIjJn0gakCwYHXMMBGUAKM1SSMIyKWyCazt3kY9fhg==","signatures":[{"sig":"MEQCIHurpqFxwNEsYjLmlXRJR+CyG4/Mvex9B9Kzi9T7ZRrOAiBOXAiqDuUcOXEQuJHkrDe4WkiuxxeM9WvsMZ7vt0A/wg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1524228},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"63dbb6b8c98faa1c776cc6a66d47732a2be49cdf","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.2+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.2","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.18.4","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.18.4","@rjsf/validator-ajv6":"^5.18.4","@rjsf/validator-ajv8":"^5.18.4","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.18.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.18.4_1715979475484_0.14977357026241833","host":"s3://npm-registry-packages"}},"5.18.5":{"name":"@rjsf/core","version":"5.18.5","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.18.5","contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"580209de5cf66fac975b0a649df9b8e921aac96a","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.18.5.tgz","fileCount":226,"integrity":"sha512-TTG6zSybzfSp+ko4U/WIeyVX5dRLbl7C0ZU2lpK/f6ruuLbBji8A523iLYINOzyDQL5uBtMdmRdO6oMdCz79tw==","signatures":[{"sig":"MEYCIQCpT/GiZSPZEyV70qrNu+EowjlW6AGK2KPjD/XYXYZTCAIhAJyjHfFxPSIbdEH0ZjIT5+2tM/vOelO3t37nzmKwAoBi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1525834},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"d5ef055f1b40c8837c13126777478bfc30dc9ade","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.3+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.3","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.18.5","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.18.5","@rjsf/validator-ajv6":"^5.18.5","@rjsf/validator-ajv8":"^5.18.5","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.18.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.18.5_1719419846965_0.9061489498879967","host":"s3://npm-registry-packages"}},"5.18.6":{"name":"@rjsf/core","version":"5.18.6","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.18.6","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"201489a2db575d267575e6e3dffece788043f30d","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.18.6.tgz","fileCount":226,"integrity":"sha512-Jori6SvGbNUo4PD9dCudNyM/kBQdXMrg2dAT5AA3FH7ciqUS/nxSRZQdejLX86aX7iZDrbYmucpDHfNCQxV/uQ==","signatures":[{"sig":"MEUCIQDUlJKCF3CV8eiiwOuuI7YlAAveTqG1z5cCDv/kZVwkdgIgDxfDVMGLQ5jVI7vWafs1tigPoNjRGMj4ie7tGqMlSzA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1533585},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"e0bafbf664e57002a444c849417ce95a2ffd260b","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.3+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.3","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.18.6","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.18.6","@rjsf/validator-ajv6":"^5.18.6","@rjsf/validator-ajv8":"^5.18.6","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.18.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.18.6_1719952979628_0.5482802860501945","host":"s3://npm-registry-packages"}},"5.19.0":{"name":"@rjsf/core","version":"5.19.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.19.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"832ff8eedef377faaa52006175b7f5313176c405","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.19.0.tgz","fileCount":226,"integrity":"sha512-y6Y9e6XEFofCkTkKZma2iZHA8HYT18je7I2JP3BIJvKK6bL2CuPa+gGdceUf9A2JaqcF5J93PXUZ6e3d3Ijjlw==","signatures":[{"sig":"MEQCICURaFeGqPHLf5DdqxJJzvGrIUpttZl5gM1RA8gIomtzAiArgS97YJLamEh5NcVcpbVTvUp8WBdYckrlHkkVug7A9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1531837},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"3ce77d236be734765e83560552b9af05f169bcf7","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.3+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.3","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.19.0","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.19.0","@rjsf/validator-ajv6":"^5.19.0","@rjsf/validator-ajv8":"^5.19.0","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.18.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.19.0_1720044843797_0.28963216929964863","host":"s3://npm-registry-packages"}},"5.19.1":{"name":"@rjsf/core","version":"5.19.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.19.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"46c87e91fbbc6d061011d654d8a428655b89c111","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.19.1.tgz","fileCount":226,"integrity":"sha512-kuaavQWB3+7nNCHE3XiHb6ulGyX2OE+6ZabnVn1Ek850E5A9ZSdzMe3JXfqsH91W1gQxl95PCUHHl0iG9hvvEw==","signatures":[{"sig":"MEUCICSuyoSyhCLGZIfKpzFtnztCAwMrlI11H2d6C+QSUf5TAiEAgrcgLPtgeCU0qlmYwdXJL7W+8erT8alV1DH6bvPV1L0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1531837},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"987079d6c19b7b74c76625ccc066ce193edfd681","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.3+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.3","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.19.1","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.19.1","@rjsf/validator-ajv6":"^5.19.1","@rjsf/validator-ajv8":"^5.19.1","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.19.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.19.1_1720196399424_0.527846548667491","host":"s3://npm-registry-packages"}},"5.19.2":{"name":"@rjsf/core","version":"5.19.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.19.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"35fc42fd41139200217adc8e56f1a86e937e5046","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.19.2.tgz","fileCount":226,"integrity":"sha512-wGajeHs6wyX56JoiMuUxOZd/U9XkAhioRHGkf+w+Jg5tj6tzeP0uw87qGncUBFupKzw8/vv2+/VCOBvMbdpYzg==","signatures":[{"sig":"MEQCIGzZxNdS18387AqV4g2zesQK31hfkb5fdtwuehvaFdQrAiAqKFUhPYcvrNL8RetIhNSbTkUchlMffnCEukoq+2KCLQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1531810},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"dfdb9f6f35fa22d79b0502b85241b031a61adecc","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.3+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.3","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.19.2","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.19.2","@rjsf/validator-ajv6":"^5.19.2","@rjsf/validator-ajv8":"^5.19.2","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.19.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.19.2_1720456943737_0.668527853202568","host":"s3://npm-registry-packages"}},"5.19.3":{"name":"@rjsf/core","version":"5.19.3","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.19.3","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"34d476f0ec9d25fd838e374c861acb9ee9860c25","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.19.3.tgz","fileCount":226,"integrity":"sha512-AAzolj+fcFlwk0/5THA7T2JkmYTIUa+fLPM5prFqPw55FwWOa0qC5zIOfkhPS95Z9bfwJv3BubOAiKZ7MOGe8Q==","signatures":[{"sig":"MEUCICt3MQv7lQ8POaS3m/h2KkPXHDFKnJuE5SydYtquzE7PAiEA6R1vDhKyVstcG/RenDBgv0BU2eP69uXoMLJda6fniME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1532693},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"3d0a309c23e6f6da116b350faead174dade7ca40","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.3+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.3","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.19.3","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.19.3","@rjsf/validator-ajv6":"^5.19.3","@rjsf/validator-ajv8":"^5.19.3","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.19.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.19.3_1720555455637_0.9062531155125004","host":"s3://npm-registry-packages"}},"5.19.4":{"name":"@rjsf/core","version":"5.19.4","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.19.4","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"d3a1e272c7bc1b4055c3c506b32f846c59eec1e7","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.19.4.tgz","fileCount":226,"integrity":"sha512-HsbvyBs5TcM5VZgsw6Txk8UOhGG5BbCmeAYlHpzb6tbR3ZsLf1MSiFQKIZXHe+BTOW4FekZMBfGa9BfWQZjyLQ==","signatures":[{"sig":"MEQCIAacXxccOswKo9RoyZcc/vIg8414kCPfc337IG6GtCSRAiAO17qVFIuTLISNYoZTtnjczwWF2DEwfK9EjrrKI0I7nA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1533954},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"e2c3b063b0d1186fe3a8ced0e9effe29138e4440","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.4","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.19.4","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.19.4","@rjsf/validator-ajv6":"^5.19.4","@rjsf/validator-ajv8":"^5.19.4","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.19.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.19.4_1722108496023_0.15230061967011532","host":"s3://npm-registry-packages"}},"5.20.0":{"name":"@rjsf/core","version":"5.20.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.20.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"4e5ab404269ad5699f4c99fea1e8cc049b50012f","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.20.0.tgz","fileCount":226,"integrity":"sha512-WLxtdNx+KlOXmVpCcyAgXqiQEL9k8ejC8rFYMAhdY7kzuh1e/0y13wHjoTkFXFg/Cxd2faENxf+oQoe1TC3n5g==","signatures":[{"sig":"MEYCIQCFIRuxhDderV80LST6xmXQn4+VmtW1Z/Y6qPradZOMEwIhAL1NHVS4hzb2G6DwzDpW76tcNbcwXcbwryv+royFqDsK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1551948},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"5522ddae3fa01ef70744f9a5f0a1e4073b203a01","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.4","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.20.0","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.20.0","@rjsf/validator-ajv6":"^5.20.0","@rjsf/validator-ajv8":"^5.20.0","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.19.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.20.0_1723139509195_0.7564012068313839","host":"s3://npm-registry-packages"}},"6.0.0-alpha.0":{"name":"@rjsf/core","version":"6.0.0-alpha.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-alpha.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"f4e7f08d24f37bfe9d1035bc4a8c242479b5f39d","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-alpha.0.tgz","fileCount":226,"integrity":"sha512-Rsur4b8K9t7pILAo1wXYFroOeQW4L/9Eq+Mi+Gqpg0NcIGbCG3oSSKEtUX5i9Q0Fp9SRvQLBI77tVxWgVjOIxg==","signatures":[{"sig":"MEUCIQC8TRg8Dm8TFFrV9JEPv3OBfSIBTcZJVv+eprZ/MprL9QIgbm3pOTlqACqk76IHoFZhVdE9i8kXfwQwDrlz9EO/gYo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1551643},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"f4229bf6e067d31b24de3ef9d3ca754ee52529ac","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.4","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","esbuild":"^0.18.20","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^6.0.0-alpha.0","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^6.0.0-alpha.0","@rjsf/validator-ajv6":"^6.0.0-alpha.0","@rjsf/validator-ajv8":"^6.0.0-alpha.0","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.20.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-alpha.0_1723994369334_0.34503493888260106","host":"s3://npm-registry-packages"}},"5.20.1":{"name":"@rjsf/core","version":"5.20.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.20.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"707a269b7e4a05ddd36165c6b2fe689697b4e479","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.20.1.tgz","fileCount":226,"integrity":"sha512-IOeONl5EBco6SunpGeL8yK9VlEypf1fy5RYqVf1pR/vRx7MPSS6H28p/IqkJGwcFqQBeUNjUAlGANYr808EpHA==","signatures":[{"sig":"MEYCIQDpzZoRWDkwSTW7fQYf5SzoI+WdvFVNmLb4ls1EFVccnAIhALctyCrEQC0XYtBDTeFNcWSGGkbiQq16ff24nsnbc2F9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1551948},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"9ebd1a997311bf9406549bfce3a8d2b24df192af","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.4","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.20.1","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.20.1","@rjsf/validator-ajv6":"^5.20.1","@rjsf/validator-ajv8":"^5.20.1","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.20.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.20.1_1724692846252_0.6247919676319706","host":"s3://npm-registry-packages"}},"5.21.0":{"name":"@rjsf/core","version":"5.21.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.21.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"35c3b2303345dc5e616d18061e5797e8b9ff1b31","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.21.0.tgz","fileCount":226,"integrity":"sha512-G8eROGeHVerBRcXyHKSrNeY0C3YeeLINLwZOl4XeDPA0hHxrrM6/kRhZ2l07t96LX/vZmqrNqrMCbWokvxQ/uw==","signatures":[{"sig":"MEUCIQDOggof//rI5qrVKTLJbOfHnbXsRS36LLZRTpNNj8AATgIgXh28ycBLsALyV8DGztq+O7TMTZLEMeaVB9WLRElIotY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1551966},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"76f66b3a397af9ea3877dc94e4ff22a097d089f6","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.4","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.21.0","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.21.0","@rjsf/validator-ajv6":"^5.21.0","@rjsf/validator-ajv8":"^5.21.0","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.20.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.21.0_1726075523329_0.1198758631648178","host":"s3://npm-registry-packages"}},"5.21.1":{"name":"@rjsf/core","version":"5.21.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.21.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"1bc9952a2e2259414dde779afa121c398854af24","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.21.1.tgz","fileCount":226,"integrity":"sha512-qURYyhL5RO8S8mkBKFL506mzc20ywJiIQbByozUYudAc25TL7ebxskwscdwhMnuzqQbMjBBimvHJGjcwzfIVxQ==","signatures":[{"sig":"MEUCIAzHNpny2M66INqXclsZr0F1KGqeIccqTmIGgQ5Lqmc5AiEAspUf4M49MNbB5+gt/NawsZn/jnL929eZv9JS91rdlyg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1551966},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"33d9bf5f322a13e5a3e2598f89d1452576393422","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.4","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.21.1","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.21.1","@rjsf/validator-ajv6":"^5.21.1","@rjsf/validator-ajv8":"^5.21.1","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.20.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.21.1_1726257160807_0.40444169285757514","host":"s3://npm-registry-packages"}},"5.21.2":{"name":"@rjsf/core","version":"5.21.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.21.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"04bd98cfef3d3bed93d78a3cda6478898407a10f","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.21.2.tgz","fileCount":226,"integrity":"sha512-0pTCdAQ1zb68wHPh6CkBFsKF/jgcjtIvBt7wu8BkyJNBkiVz2/XsfenmiqrKUBEyv9mo6sagdsaHxwBmQz8ctw==","signatures":[{"sig":"MEUCIQDbbRkoHpEF04shq3BVhmmxhEOxKX/hPPiAU5DO87JcAAIgWjpG1K7VyqpT3CxToqpFsYWT8hA5rhdZf0YoIr9yjSs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1552002},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"6d4870b42a87f6471087cd88b6c55ff1c9428177","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.4","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.21.2","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.21.2","@rjsf/validator-ajv6":"^5.21.2","@rjsf/validator-ajv8":"^5.21.2","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.20.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.21.2_1727904787512_0.8391218003291727","host":"s3://npm-registry-packages"}},"5.22.0":{"name":"@rjsf/core","version":"5.22.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.22.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"031dee7eb26cf2d79b6c1450c55a814a7bf7b8c0","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.22.0.tgz","fileCount":226,"integrity":"sha512-uPaMFf6CVdh4RxQPHqp0OmrStZhRYYABpE0fPWMCmWI80A/5LoEyLAdkCfDWB3HjXCakM2FxP145FQHYW5zbaA==","signatures":[{"sig":"MEUCIChivS+Go30ShMZiHia/1cd/4urpjCNxl+g/JwhtGQMQAiEAis/B3dO4Jv6gQhyJcf3ecHb3vYMB3m6mQazdTzxnEvg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1557462},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"3aeb47c9efa76dd449ff813de86616feb7ba7810","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.4","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.22.0","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.22.0","@rjsf/validator-ajv6":"^5.22.0","@rjsf/validator-ajv8":"^5.22.0","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.20.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.22.0_1729550038484_0.9106893098314892","host":"s3://npm-registry-packages"}},"5.22.1":{"name":"@rjsf/core","version":"5.22.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.22.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"929585bf72662d07912e9043499be41d8cc4d729","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.22.1.tgz","fileCount":226,"integrity":"sha512-AIdB5U/6lHJPirCf3Zhl4gPU/v8HD9yaSCFcpE/s8KHF/2+goJ1mw5FmyjPgI2KwPVur6+iPd9y1R7amMC1nwQ==","signatures":[{"sig":"MEUCIBvUjykFqaKTwjtCWpXkySqodQdfMn4gU3zQKiicxsbNAiEAjmtP4UzP4SQsVeQcGEPCIv6fxK/K4Jrid1+hLWFX+8s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1557462},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"e43e279a50a23ef1073fb43a3d95cd4a3a7418a2","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.4","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.22.1","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.22.1","@rjsf/validator-ajv6":"^5.22.1","@rjsf/validator-ajv8":"^5.22.1","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.22.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.22.1_1729550952059_0.24245540836238266","host":"s3://npm-registry-packages"}},"5.22.2":{"name":"@rjsf/core","version":"5.22.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.22.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"eb709b0fa7e7bfb9504cfde30b1e58d995693009","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.22.2.tgz","fileCount":226,"integrity":"sha512-awosG7y1fcu770GtKT64L3dHj3IF7iRiDwYU6jv1TUf5/Jf2TiWhTilTMyBfAEVfSiNWvh8U8dKH69k2WqswKQ==","signatures":[{"sig":"MEUCIBwom1UXuuExqMnAC5r2SicbtSnu3hyOu+KS6164+T2AAiEA+a09qBj2Hx4xEXg2uIJM/B1hXx51U9E6kKUexcmieFk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1557679},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"3d59cbeee4b551f254a56302a25454dbab9658c9","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.4","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.22.2","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.22.2","@rjsf/validator-ajv6":"^5.22.2","@rjsf/validator-ajv8":"^5.22.2","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.22.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.22.2_1730134898766_0.19146731356294455","host":"s3://npm-registry-packages"}},"5.22.3":{"name":"@rjsf/core","version":"5.22.3","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.22.3","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"fde8c29cdab0c2cd94dce5ff2387d80887a7b780","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.22.3.tgz","fileCount":226,"integrity":"sha512-YVunuas8RyetoPsy/bfkintjMo896APJMmFeYR7fiVQSvANY7Hvc7ySdQ7UmRhtzUyYwDCnplLv01exHpzXCAg==","signatures":[{"sig":"MEUCIAoXYV8xRe1N4byg7thr7S0pY+nxFtxwwMLAVL7Xv7uDAiEA30RqtGi+utGqWRkJBrVKYu5rYhYe9NsQtF6boGhtLNk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1557679},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"c5d69bfbdb0e6b8d068b0313daf6c836ad3f693d","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.4","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.22.3","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.22.3","@rjsf/validator-ajv6":"^5.22.3","@rjsf/validator-ajv8":"^5.22.3","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.22.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.22.3_1730314487344_0.05642834250627926","host":"s3://npm-registry-packages"}},"5.22.4":{"name":"@rjsf/core","version":"5.22.4","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.22.4","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"70c6f6aa2916575d06e242fceb6728a94c858942","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.22.4.tgz","fileCount":226,"integrity":"sha512-0QjAVPXDi/19jR/E44ULDzOkvC4Px5zcZhpGtBFNWNWWmb9UgyjPuvJYga2obzHU46P+5maLvUQEZVAeFwDuqQ==","signatures":[{"sig":"MEQCIGXscHN+vp7a86XjAXKOVB64+82W6fxt/TfJe4Z3U1EMAiBmERUqbMu2UZzBrivwYsHYIc3ZBkUF1s3O63DPq2zwDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1557679},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"19e8b4aac2bd44b498dff645be51f9203fafb8fc","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.4","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.22.4","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.22.4","@rjsf/validator-ajv6":"^5.22.4","@rjsf/validator-ajv8":"^5.22.4","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.22.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.22.4_1731347142293_0.5215692223723714","host":"s3://npm-registry-packages"}},"5.23.0":{"name":"@rjsf/core","version":"5.23.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.23.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"78d27b58df19663b03ad714078635e9217ff969e","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.23.0.tgz","fileCount":226,"integrity":"sha512-oMhjMp4diyNw0rad75YvRDYblv4U8Nx/GJribti9F60YUfzzNjLoIdIFnkWc3i621vOpOaHb2+aFl4eqYzQm4g==","signatures":[{"sig":"MEYCIQDzW3FklZgPEyh2u6WU3D7MAF1uBlFk3LBqkecQb8rKowIhAOHTqVVHMIgl+8n543/KU3okaIsWuJW6sB1HG5BHH4cv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1557388},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"e6b90c342eb65d8660ccaea0444df4fe2eafa6ed","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.5+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.5","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.23.0","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.23.0","@rjsf/validator-ajv6":"^5.23.0","@rjsf/validator-ajv8":"^5.23.0","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.22.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.23.0_1732309736517_0.5710777916161152","host":"s3://npm-registry-packages"}},"5.23.1":{"name":"@rjsf/core","version":"5.23.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.23.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"97b22b552e0e38f1a2d16e87d0053d77b697c44e","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.23.1.tgz","fileCount":226,"integrity":"sha512-yO0vlseZiomYNqpy/Jkd2gaP9BGqa+f3q1VIc17SGkQidHBqBNURAvOvqWFgvvALRZRNYoqnDuolWxT0AaoAog==","signatures":[{"sig":"MEUCIHrMXtsC6F3Tn2Euf0ZBGkd9x9sy8LZbT1hEQ9glB06pAiEApPI7Bw89ud+yslC0Y/GtRvk4ienn0Pui2/qXjo0OZRE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1557828},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"85df7b2c75cffe747db3804f5e9db6ea89361dfb","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.5+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.5","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.23.1","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.23.1","@rjsf/validator-ajv6":"^5.23.1","@rjsf/validator-ajv8":"^5.23.1","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.23.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.23.1_1732315468572_0.9695291536924575","host":"s3://npm-registry-packages"}},"5.23.2":{"name":"@rjsf/core","version":"5.23.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.23.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"f8ef7ce3f6b929b4cf505b23cce3e8ababa8213e","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.23.2.tgz","fileCount":226,"integrity":"sha512-jSz3X8SOZ1xL3wMPhBt01j/cA4FszhdGTLBhHfncM9nme4SpbQ6GRAiePOBakEVhT89GAM11ML1DA888YTZfmg==","signatures":[{"sig":"MEUCIAmAivBs1hGt87SS4OuSaAw1Ke0ufWw7YTOAPS5AweqxAiEAhj1y9y+YO4Kj8Z/6khKIaWzAbVT+PBuHeoyHvqtDklQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1557700},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"e95ead8cf869d4f9082da78b3ed61870cef520da","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.5+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.5","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.23.2","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.23.2","@rjsf/validator-ajv6":"^5.23.2","@rjsf/validator-ajv8":"^5.23.2","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.23.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.23.2_1734276355469_0.4570603518018519","host":"s3://npm-registry-packages-npm-production"}},"5.24.0":{"name":"@rjsf/core","version":"5.24.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"27f8d6e44b11a804b1017ec73c9e9c62c331dca3","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.0.tgz","fileCount":226,"integrity":"sha512-SDBUussRIa8ZVuL56HmvbxWV4SlK73hOw5KvZDH7McuQH/awhqbd0O2xE4AVmwN3UKwdwTf8M/ROg6IaKXKC1g==","signatures":[{"sig":"MEQCIGuzM0VfOcUfbepoModuMfKDun4DPKVnad6cbxvbu1gxAiAMP3X0GrkI+VdBT/CZXocFm/TnXPzwh4/YckuiwwQ+yg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1571405},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"be67dc6167eb583bd01e50906e6e524545419a84","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.5+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.5","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.0","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.0","@rjsf/validator-ajv6":"^5.24.0","@rjsf/validator-ajv8":"^5.24.0","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.23.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.0_1736543889832_0.7079907921796837","host":"s3://npm-registry-packages-npm-production"}},"5.24.1":{"name":"@rjsf/core","version":"5.24.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"1e3300456225b81b0609c310c6a28cf6535f17e1","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.1.tgz","fileCount":226,"integrity":"sha512-x3oZ9MfoBA4SPKhvNkqagqnjUbSKuT3gGW3NgH+cowAma33fYs9/hfhPUOvXySdPqh0layuLlnI1W5MHeBmVzg==","signatures":[{"sig":"MEUCIHWiehln6G6Q7VjBdqweXJ6l4Q2NNu29IfzX07P/KBryAiEAqFU0p7a0xtC/HEjuHGH/vOlAi65+XH1WwgBjTLcBa+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1571405},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"8ef623853bfa929342147416e814630d9bb40d43","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.5+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.5","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.1","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.1","@rjsf/validator-ajv6":"^5.24.1","@rjsf/validator-ajv8":"^5.24.1","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.24.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.1_1736544599949_0.6742250170470525","host":"s3://npm-registry-packages-npm-production"}},"5.24.2":{"name":"@rjsf/core","version":"5.24.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"c7f3fcd48b7e3847845b3c77d519129abafb351e","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.2.tgz","fileCount":226,"integrity":"sha512-DR2GzpMcIeMwgD6JzeybrRLtqACyzODy+76FIe8LhxH9ZGVXedzEQKbJWTzrnpjYbj9hiqZ1d9Q1ItLbtrnEmg==","signatures":[{"sig":"MEYCIQCZ44EsGmQC6wyLxluBMoxthRl1VrsJuj5KWxi/aBt9zAIhAOoxIStedHMjxMlBQ0qIsRUkDCWE7g2SrghohvSnDXHk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1571766},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"3965cb9d654e59890dd2b5c0c92b8d18d2b8b3b0","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.5+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.5","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.2","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.2","@rjsf/validator-ajv6":"^5.24.2","@rjsf/validator-ajv8":"^5.24.2","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.24.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.2_1738031042567_0.4331279151016787","host":"s3://npm-registry-packages-npm-production"}},"5.24.3":{"name":"@rjsf/core","version":"5.24.3","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.3","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"af35c82c5f4b42a0afc370527375af6dd0d605bd","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.3.tgz","fileCount":226,"integrity":"sha512-sEwt9CW8fUIzTx1UNXVTgXCIe1KfF5tRf0JN+QOv6eb6HKFbWqTxb7sqdPWvAl0FlmHOINQHwX69m5m9UmMI2Q==","signatures":[{"sig":"MEYCIQDViyi5b+I8nJWR91/XzC4INR2PbQAgDMpiQnrPH5QZ+wIhAPnAUJIbazmpfuy23lGL9swbq20nea07pFoPYh7T9di0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1571766},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"76eff41ea01c073dd20ec5712fd21fb99eb11787","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"tsc -b","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.6+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.6","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.3","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.3","@rjsf/validator-ajv6":"^5.24.3","@rjsf/validator-ajv8":"^5.24.3","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.24.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.3_1738689521163_0.7410267391094365","host":"s3://npm-registry-packages-npm-production"}},"5.24.4":{"name":"@rjsf/core","version":"5.24.4","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.4","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"742a93f26b55305b7d783d1dc48d1a41c76d19f6","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.4.tgz","fileCount":226,"integrity":"sha512-gMducr3DzhXDxanzl8C1QqblkA5UYkA+3LDh+GypsaanfqLF9kFc+/KZtfZs9I0cUuENKkXP4O9elWk2BKzHCw==","signatures":[{"sig":"MEYCIQDzXnFQgWq8YJsfXueStMz/Z1DFwmjKPzr93FcJl3RkXwIhANdSWSXMLua06YEZ/aHf0nq3VA+xfGIRgGaoxnJFWjGO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1586830},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"exports":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"gitHead":"fadbd45a4a565a773ba6e31f6f26f1b5b55c1377","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.7+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.7","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.4","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.4","@rjsf/validator-ajv6":"^5.24.4","@rjsf/validator-ajv8":"^5.24.4","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.24.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.4_1741202199238_0.8111559067512812","host":"s3://npm-registry-packages-npm-production"}},"5.24.5":{"name":"@rjsf/core","version":"5.24.5","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.5","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"f5827b0ede0afefe1aeab29b8b499e7eb0fad434","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.5.tgz","fileCount":226,"integrity":"sha512-7xbqkM7GefUsGlaUgYd7rplxXVb3aQAEQBhaPWRWsdPDIjyuBEmHPfBiZUSY3f/+OSFrGrev/R4CxNqmxbE7gA==","signatures":[{"sig":"MEUCIQDq45Yx+NiieKM/0IttyUlQA0+GJ+mM/4NhUjg41om/6gIgNJ6bilztq9d7qMcBxdCof/0TobBrSUDnnmt365L86Vo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1586830},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"exports":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"gitHead":"fd97faca346bb2cf463bea7de5eee73e36ee773d","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.7+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.7","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.5","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.5","@rjsf/validator-ajv6":"^5.24.5","@rjsf/validator-ajv8":"^5.24.5","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.24.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.5_1741211060735_0.24497874031186329","host":"s3://npm-registry-packages-npm-production"}},"5.24.7":{"name":"@rjsf/core","version":"5.24.7","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.7","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"d2c12247f4b3b744a58aac2f14d40ef6d323ef48","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.7.tgz","fileCount":226,"integrity":"sha512-8lsH4HRfXaDUCZ5SFt7VeWhzJvVb6kglDsVrgGKUJYiLVWukHAQAT5dL8p7QMsgy1HNNxPA4wbstqwLc0T4kzA==","signatures":[{"sig":"MEQCIFMFfnb7fTr/yz9XQ0XCnJqFGUXPazBLQntwex643oxAAiAkClkg17eYQkZZUB9QcP+wnm6pwMrZWk3AgoxiKj040g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1495000},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"8cedc44ad1415def8c4bfda81562ff59fdc76097","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.7+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.7","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.7","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.7","@rjsf/validator-ajv6":"^5.24.7","@rjsf/validator-ajv8":"^5.24.7","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.24.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.7_1741223503168_0.7054541347404264","host":"s3://npm-registry-packages-npm-production"}},"5.24.8":{"name":"@rjsf/core","version":"5.24.8","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.8","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"47f25892460782ebadaa994f0ff7d31dd1d726fa","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.8.tgz","fileCount":226,"integrity":"sha512-7YdOMl0UylldYR75rnKoQF5etibSwPQHA3rY8LEo28xyYek81ESGuqPTs37P14doBpGRL+SobggR76tYhDYO7A==","signatures":[{"sig":"MEYCIQCPnfsdFP7Gwfiy/PAW90Iu0wLiEKNG6bLXppd2bI1pPwIhAK2J41o8baEFGPQsbOWq9ejp3cUGPVhGrUg/ILNRj8by","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1495000},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"840f8fa9882fa178cc772951638e1bf505e2af50","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.7+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.7","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.8","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.8","@rjsf/validator-ajv6":"^5.24.8","@rjsf/validator-ajv8":"^5.24.8","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.24.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.8_1741969226030_0.15031285286665352","host":"s3://npm-registry-packages-npm-production"}},"5.24.9":{"name":"@rjsf/core","version":"5.24.9","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.9","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"25f0e0f95c183a52ef2156a729af22a0fa6155f7","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.9.tgz","fileCount":226,"integrity":"sha512-0rlSGs5RIu6QoRWEMP6SuNz4MBZUXkrncdJ8R4B+7cERwyqPpFOB9hb2fxAcWcjqhSM2L4ShRXuMK335a1Q8aw==","signatures":[{"sig":"MEUCID/3bNgFZe5jwRCEPCnolDT26fgncR5oQ+G9PtQLwYE5AiEA22WD3H+CUKqwha8eKNZPB0eKM1k19plnPaITL1mPMJ0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1495328},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"c5d47c86b6065718c2dc0fd96c0a4cf1d67c0b55","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.8+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.8","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.9","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.9","@rjsf/validator-ajv6":"^5.24.9","@rjsf/validator-ajv8":"^5.24.9","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.24.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.9_1745554105094_0.35815361067622153","host":"s3://npm-registry-packages-npm-production"}},"5.24.10":{"name":"@rjsf/core","version":"5.24.10","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.10","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"3b6afdd6b7bf8b0db789d650409f214dc1ad5c82","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.10.tgz","fileCount":226,"integrity":"sha512-DJe2OECdDoBHacQKCPOAiuoEydM7ZJUUFqgcO4VswRs13QglRaEAEk4ylWR6f2gQx7wBg0u302n3VvRoHRxegQ==","signatures":[{"sig":"MEQCIBe5AZ9b3boTtfjJVUpNcDX9qJ5hlpjqf0J6DF6XrvLzAiAsAEpuevFvBzM8C81lGVSjFcEMq7Smp2ml2R4uj6t0jw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1494700},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"ad33d7c324cb040d0f34da30a17caea0251f1e3a","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.8+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.8","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.10","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.10","@rjsf/validator-ajv6":"^5.24.10","@rjsf/validator-ajv8":"^5.24.10","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.24.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.10_1746164417950_0.28323944425016245","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.1":{"name":"@rjsf/core","version":"6.0.0-beta.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"d98dc456e015431d56a4b779c4cb011488c68159","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.1.tgz","fileCount":249,"integrity":"sha512-M345efOXDm7cTtTAXUIBJ1sfPfg0jhYQ9jzvgGOoZck70AhCEuzP0I/cTWmq36bpTeiufeLhxRAs6D9Ux83OIg==","signatures":[{"sig":"MEYCIQCY7s7Grl50g+CYYsCAf/4ZhW6s3sCUo+aH3zS4Nl6f9QIhAInBbpJsPl7bK5EpZnRfl1nMJjZPNHi/1rLGg3psdX9s","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1925480},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"10ca0926e48d6e1f2817cae6562a2622f46d088f","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.15.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.1","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.1","@rjsf/validator-ajv8":"^6.0.0-beta.1","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.1_1746203299707_0.884019744848288","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.2":{"name":"@rjsf/core","version":"6.0.0-beta.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"a8992ef346bf5dfafac80d5643235aba711b0234","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.2.tgz","fileCount":253,"integrity":"sha512-KxjukAEB1Wip2oC0Tq4caKICEt/B43LF+E4+RvauAd24a7ARWyiN0BEk96vOhaC6q0FHk+AH3ulGxXiYO6+yEg==","signatures":[{"sig":"MEUCIA4ITN9r4F0PzyaS37IkzoPe30DA4IkPXJGKExhl4B+SAiEA8LYOkuS6FgBG/Vk0zopourPRdgAN8CFKAe39GfrzbXY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1933977},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"f773425a97efedcad530d41b639f94bb45a74f9e","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.15.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.2","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.2","@rjsf/validator-ajv8":"^6.0.0-beta.2","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.2_1746726318841_0.059169233166388","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.3":{"name":"@rjsf/core","version":"6.0.0-beta.3","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.3","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"0bfcfeb0208c2cc560b41275666926ba5c65616f","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.3.tgz","fileCount":253,"integrity":"sha512-DKJJ0x3G7N+CLPYYxs8soUW3BlDKyuiuNqy2UtAGOi/zxj/am3/bjcDbVZegDujgrGO0x6mpu8sE0J40K17O9w==","signatures":[{"sig":"MEQCIEfyPxnH1CuHB7AVNOeyxltHah+THov8H5hl4NZUgod0AiBBe4QLEYmrorbbuiTdMhkZz3iMY2iKVJJw/vxHvl5lDw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1933965},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"e82b17308a7872bce2b62d5df1d794579fca000d","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.15.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.3","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.3","@rjsf/validator-ajv8":"^6.0.0-beta.3","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"6"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.3_1746730207754_0.08744289254953364","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.4":{"name":"@rjsf/core","version":"6.0.0-beta.4","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.4","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"b25a9c8b5397cc37f6e83e68ddebe3efa546138f","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.4.tgz","fileCount":253,"integrity":"sha512-kE/IYb6IOezPApD6jHvBNpTSyZ1y/Wtw9vDw3XURHIJKEPAPJACwUyDxeJY6vWhrMw/vfgvxqD07vazaBAniNg==","signatures":[{"sig":"MEYCIQCyyEuMjmC3sOSSqvvDk7R6xRUZtLMzwPkoThFqxXFI9AIhAKDEDvwgLYitebp8pEOPhX3tGwOe6H4PLYoqSoQKshxr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1933974},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"b3d60108e31504f8d19228831b1ea95ecb8e978b","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.15.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.4","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.4","@rjsf/validator-ajv8":"^6.0.0-beta.4","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"6.0.0-beta"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.4_1746736432974_0.5818197662567257","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.5":{"name":"@rjsf/core","version":"6.0.0-beta.5","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.5","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"6cf21af0c3dc490782e112e8b943a802f007b317","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.5.tgz","fileCount":253,"integrity":"sha512-YdaVNla+sPgVAb5QOxeEHT5kZaQDrdHe26xDc6mWMRzsynNUOWgCHtwZ0nEPeimUY3JheFwoh2HXjS4lxyqpAw==","signatures":[{"sig":"MEYCIQCe+p7bK/yDQDfyPrFdMGFziHeS0xBeZKVlD/d24lyOmwIhAMIkbWUPktUO3xs7DNSDtO4lcatUEBnmwK4iEkB/WqbW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1933975},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"3d59d3298c134259cbe8d5f2952f916e7a0eaf94","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.15.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.5","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.5","@rjsf/validator-ajv8":"^6.0.0-beta.5","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.5_1746739240869_0.8654838321151297","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.6":{"name":"@rjsf/core","version":"6.0.0-beta.6","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.6","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"f20f6e23f514e7231f9e594fac4e757faae30209","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.6.tgz","fileCount":253,"integrity":"sha512-w+DC4pzsUCoqM0+2WL0/GUdoiJds9AeBY6msgI3NilLidlzoXDdMB2TPTK2+hnsW1LZBD1BXq36rW0mXfHrReQ==","signatures":[{"sig":"MEUCIDiBEjyMgCD0VH83IPVtPjeZCeY2ifMGW13UJWGedMneAiEA6Se1CKUzUaiGW7MaZ8305xwGCn0T6v/PXAizRVrWPw0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1933975},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"bed0291ed03b59ad05857d841ab2c22467167041","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.15.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.6","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.6","@rjsf/validator-ajv8":"^6.0.0-beta.6","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.6_1746803909365_0.5187237156139883","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.7":{"name":"@rjsf/core","version":"6.0.0-beta.7","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.7","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"5368fe653c376d35b234d7297f6ccf2f14a89c39","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.7.tgz","fileCount":253,"integrity":"sha512-pFAx1N8kI3Lw0oBMNH3Rm8mGDv2R1mD5hZuC22JTuwZ+d/R5XQFK54A3yxtyuPfJE3CveX4/QH5iry8v3t/M0Q==","signatures":[{"sig":"MEUCIQCvKuvUD6BpY63NqrACZLTE7nbSrlwkVU90+5q5ZVI3ywIgUfBhdsd7g4zLYrd9GhF9oa1ByvZNLlqEayuliRkkBf4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1934020},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"3db671ed8b15cb866a927d81fbde79970c7a0e3b","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.15.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.7","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.7","@rjsf/validator-ajv8":"^6.0.0-beta.7","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.7_1746833244755_0.9790459131764113","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.8":{"name":"@rjsf/core","version":"6.0.0-beta.8","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.8","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"ba3b631024685994ac46af14dfbd23d7d67569ae","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.8.tgz","fileCount":253,"integrity":"sha512-pfbnwOLospssSrZ9YG6T4yVHLRnIyveX0mcsI+q4pJIUAgVUM2a4PYnh+go4OjLGzbY2Tq56kb3Bw0CXB/jEqw==","signatures":[{"sig":"MEUCIGMNCUYry5R1uYptJXYrKGYeuUMW4JqJMigO0iLVC8hcAiEArTq1LCjJoUQ0aymvQH2IqCaTOOPmKyQ3dIDr61VQ8lo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1933294},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"3a21a32a4b3856b180ea2f44defb062acd98163c","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.15.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.8","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.8","@rjsf/validator-ajv8":"^6.0.0-beta.8","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.8_1747440855569_0.20580957750062612","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.9":{"name":"@rjsf/core","version":"6.0.0-beta.9","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.9","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"8632160c8cc6c2f7013fcedf5d77c39b831b89b1","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.9.tgz","fileCount":253,"integrity":"sha512-ReJdpX3HL44hdUbLxawPSGZdmvKvxhHLAe+TJjGRu1tG1PibEy0DHyBk82sVsOjmvojizyzU39rRY0/ezi7+iw==","signatures":[{"sig":"MEUCIQCIqZTrjvAtz+B4fx0JONdAAR1K6QtbeOiPmX6uOutATwIgdnXWNqpCuOqnTwSqLWHbWf6w0SVBw2hZVDbjnQcS9N4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1933294},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"826481bc7f9f08f6bded60db1d9e59cc941d83af","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.15.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.9","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.9","@rjsf/validator-ajv8":"^6.0.0-beta.9","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.9_1747942065611_0.8155989066680984","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.10":{"name":"@rjsf/core","version":"6.0.0-beta.10","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.10","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"086637dafc3205032a8798d8918ce57a190372e8","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.10.tgz","fileCount":253,"integrity":"sha512-1I474uQoZL6K18zsyoaYhSaJa1Tx48Rrid0DXIqp7nqqNNdrD3B0AezUxNAETQDnTe2akYYbF1YTi7n43uNaiA==","signatures":[{"sig":"MEQCIBEVoTMf7HXjBIKkrxLS1rMoHByDN1xLgjRDTwVULYhBAiBl/mqS6nTIO+JaDpG8RlfCX+1qygAIDIgbwj5u7eqJQQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1933298},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"1137f07036d2458c1abb48eb79ffb3c86049ba37","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.15.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.10","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.10","@rjsf/validator-ajv8":"^6.0.0-beta.10","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.10_1747948609139_0.16435963108364637","host":"s3://npm-registry-packages-npm-production"}},"5.24.11":{"name":"@rjsf/core","version":"5.24.11","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.11","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"53f12f4a71dcf9ef822d56eeaadf02473b6ba256","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.11.tgz","fileCount":226,"integrity":"sha512-iSO8IIrsBREQZPPVb6AdtnQBclDcU0YK8cnF9oqS/mV+Qk/r8kU6On0X8j/lj8setGBdFJKDFA0hdJkNquQI1Q==","signatures":[{"sig":"MEUCIAKTDf0mZwcXfKGNMZZl2VC+biOs/UIBDl8inzkLY9VQAiEApjJlbAiLQ7uR8gEs5OsghJWugQiJlmTqiTAOUL6t9ZU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1494700},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"7e80bfedc8884ba68b2832f404eba8e6bd11416f","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.8+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.8","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.11","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.11","@rjsf/validator-ajv6":"^5.24.11","@rjsf/validator-ajv8":"^5.24.11","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.24.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.11_1749045610800_0.8547542230434391","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.11":{"name":"@rjsf/core","version":"6.0.0-beta.11","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.11","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"9501d564866931f6aaa3f07e2d48cca9d3a6051e","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.11.tgz","fileCount":257,"integrity":"sha512-tadVN0B7CjAzl2p3HDsZKR3V8iCIiQMncblfCYSK0PAh9RqIjigFp8ovrZ3UqkVIRRcD+tQ6Y+psY5yEB4GWqA==","signatures":[{"sig":"MEQCIAUj6b0mYq1Qk+44OPYuepmxOpDjkPnKCjxzsgyM6HBAAiBcLgpito0NZdDCnj3LLYrtyhQiCfFHrXYi6T/LO/xE3A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1941576},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"87bd7dcfa595e8776d61d6cad34b7ded22345be9","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.16.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.11","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.11","@rjsf/validator-ajv8":"^6.0.0-beta.11","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.11_1749675327188_0.636989992329577","host":"s3://npm-registry-packages-npm-production"}},"5.24.12":{"name":"@rjsf/core","version":"5.24.12","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.12","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"6fa4f274e6f4c17c65471f4d877f1303f3072f3b","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.12.tgz","fileCount":226,"integrity":"sha512-OWVdC501n3Io0hplgpnkzArpcUSiImMgLQhk6/EI8wu2xbvk5fTiM7YAVlAObpAD3z3LRrAwhjnmh9L4k/FWmQ==","signatures":[{"sig":"MEQCIALPyd5J4N2Ij+DCn7ZUrXxePHKsRWhY7d4g0YYkL8HaAiActo/Me1ntX9clz8SbfYKgBoZ+2NTrKwFIKGNnGoKzFA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1494700},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"41d2d5553fb089b2635589c03e9809da1054f72d","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","actor":{"name":"rjsf-bot","type":"user","email":"aramaswamis+rjsf@gmail.com"},"email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.8+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.8","dependencies":{"lodash":"^4.17.21","nanoid":"^3.3.7","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.12","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.12","@rjsf/validator-ajv6":"^5.24.12","@rjsf/validator-ajv8":"^5.24.12","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.24.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.12_1750189318630_0.9929753602800526","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.12":{"name":"@rjsf/core","version":"6.0.0-beta.12","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.12","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"80ac4ba49c61437191d649f20725ad50947f503c","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.12.tgz","fileCount":257,"integrity":"sha512-v5j8L8yIKQ9m+coxvqwZztu14TIflYXiE9Sfo+xmU5lB+g8XCVw6/JnCVNZs845dumBcRLqO8klSLHPJSFVxSg==","signatures":[{"sig":"MEQCIHinWmOhU6QpgJLLFR17L0mJLNRlv1hZe615K73aVHCjAiA5vrdUGHnFesREwUhcprIie67D8Qn9Qy/C/ECqxALXZQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1942423},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"618aab40b0722e382a5c049403719865c6bc7966","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.17.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.12","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.12","@rjsf/validator-ajv8":"^6.0.0-beta.12","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.12_1752771414690_0.5769502714030741","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.13":{"name":"@rjsf/core","version":"6.0.0-beta.13","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.13","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"2df3e39ca6a4b56bffd7de62c3e9a920abcf18eb","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.13.tgz","fileCount":257,"integrity":"sha512-ccOf19OmQXXq4qE6zG3V6mNqOZYgrtfNOjLCmujKx2RprYcUsBo3Nn6yaUrVwHeQ77la1h9rUC7H8FosEj+jNQ==","signatures":[{"sig":"MEUCIQDiKJcVcYfsr+SmnwAF7S1RG5opNqpqF7n8qPsIdFixvgIgcGrqycRK2v92BSN1i/12OnHy7iWvpmYDMZYKVB6rSFI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1948291},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"250537a83ae3704f65fb2105ed3caa1e5bdb369b","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.18.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.6"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.2.0","sinon":"^9.2.4","eslint":"^8.56.0","@rjsf/utils":"^6.0.0-beta.13","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.13","@rjsf/validator-ajv8":"^6.0.0-beta.13","@testing-library/react":"^16.2.0","@testing-library/jest-dom":"^6.6.3","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.13_1755022758521_0.20735686438770462","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.14":{"name":"@rjsf/core","version":"6.0.0-beta.14","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.14","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"921598acfbb41d9a97341f26288871820d7adf6c","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.14.tgz","fileCount":257,"integrity":"sha512-e8Ucs5nXKvE/vOQdYr6YwpCinZs+9ukwQkhG21OFPg0he3ET2kRWxYyl4XwRb9WD9MjAfpcUrrL7YcF7vNoR5g==","signatures":[{"sig":"MEQCIG8Ss+jYGs+H0debuiero2OtxdFINUgWgIbKLYGhTiEDAiA03QK10diyIGsDQ8lptthDzNXhMZuoCQ2rOKHb2emyHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2055235},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"50350a96c4d9331c7f35f821361f17eaebbf4ed4","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.18.0","dependencies":{"lodash":"^4.17.21","nanoid":"^5.1.5","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.13"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.8.2","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.0.0-beta.14","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.14","@rjsf/validator-ajv8":"^6.0.0-beta.14","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.6.4","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta.14"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.14_1755539289772_0.3409432828500085","host":"s3://npm-registry-packages-npm-production"}},"5.24.13":{"name":"@rjsf/core","version":"5.24.13","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@5.24.13","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"ef98e5dc6ac064b2be2f56e0887c99df2b1f8d44","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-5.24.13.tgz","fileCount":226,"integrity":"sha512-ONTr14s7LFIjx2VRFLuOpagL76sM/HPy6/OhdBfq6UukINmTIs6+aFN0GgcR0aXQHFDXQ7f/fel0o/SO05Htdg==","signatures":[{"sig":"MEUCIQCktLJ5gJ05BgwW0yL0/T8p5aWXma3FovmcQks7jUZ4QwIgbI7nC2L3RECGYZg1Si8JkR2wSxttoVOAU3jTN7GJTI8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1494953},"main":"dist/index.js","module":"lib/index.js","engines":{"node":">=14"},"gitHead":"6ad802533c6e91d451a1d41c4172a0691ad69251","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.8+x64 (linux)","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"18.20.8","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.4.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.12.0","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jest":"^29.7.0","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^18.2.0","sinon":"^9.2.4","eslint":"^8.56.0","rimraf":"^5.0.5","rollup":"^3.29.4","react-dom":"^18.2.0","babel-jest":"^29.7.0","typescript":"^4.9.5","@babel/core":"^7.23.9","@rjsf/utils":"^5.24.13","@types/jest":"^29.5.12","@types/react":"^18.2.58","react-portal":"^4.2.2","@types/lodash":"^4.14.202","@types/react-dom":"^18.2.19","@babel/preset-env":"^7.23.9","@babel/preset-react":"^7.23.3","react-test-renderer":"^18.2.0","@rjsf/snapshot-tests":"^5.24.13","@rjsf/validator-ajv6":"^5.24.13","@rjsf/validator-ajv8":"^5.24.13","jest-environment-jsdom":"^29.7.0","@babel/preset-typescript":"^7.23.3","@types/react-test-renderer":"^18.0.7","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0"},"peerDependencies":{"react":"^16.14.0 || >=17","@rjsf/utils":"^5.24.x"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.13_1755893148249_0.8787209340399691","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.15":{"name":"@rjsf/core","version":"6.0.0-beta.15","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.15","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"dc2bf207c6c6f9af6e1abd028dd8847a2d7c1690","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.15.tgz","fileCount":257,"integrity":"sha512-VF6o/tetnYxgdv19qDgTdElkLQlPHH/2yn0Tyz7J8lUVucmYuPEctV6qo88NJUAtvts9EFLr7SYKaMQpfNJonQ==","signatures":[{"sig":"MEQCIEzH/KhOVcQHyVF+Jg51Aiu1dviWzqdXpXlSx0+6bQw3AiALENQGS8TpTz06ViCZHD+bdbt7JYRQol2XgBiRkh87Aw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2060919},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.js"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"},"./dist/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.js"}},"gitHead":"c8e192d5040892ac392e64595ac93eab6b723dfa","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.18.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.13"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.8.2","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.0.0-beta.15","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.15","@rjsf/validator-ajv8":"^6.0.0-beta.15","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.6.4","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta.15"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.15_1756324956614_0.7369029205021622","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.16":{"name":"@rjsf/core","version":"6.0.0-beta.16","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.16","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"42791cf45fe82fba2b87e95b7f277156f027ccaa","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.16.tgz","fileCount":257,"integrity":"sha512-HEVTSS/t5K+1huF8pqTNBdFHbLaBKFHNAiUfyml6cXsgnbWtFGOB0OdL3VVdaMFymbQLSbKfrg7xgA70qhnTFQ==","signatures":[{"sig":"MEUCIAlN53pF8jlX2Vup1sLr+VtO+4IYVQtGVkNHMb0RzPYmAiEAgVVoO8QM3NjvNx3Xata/lKPP1CUqu7Mrx9cmd7woHMQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2060536},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"46a5b318a04eeec8849c195eb8d9a9329203f963","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.19.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.13"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.8.2","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.0.0-beta.16","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.16","@rjsf/validator-ajv8":"^6.0.0-beta.16","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.8.0","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta.16"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.16_1757607980683_0.08396171119089568","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.17":{"name":"@rjsf/core","version":"6.0.0-beta.17","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.17","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"2503a9656a3e0fc71d7c99513ef57baa8977159e","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.17.tgz","fileCount":257,"integrity":"sha512-6eqeA1Rf7vzzyaMbR/z7jzIYKbOFoYoPVU4w/5+TeE+l8BPCy3in3ZKS6vwwB31LTzImtMCOEENiUJUFyWtXLQ==","signatures":[{"sig":"MEYCIQCGX3pImxREmUl72+ICXLnP4UeY/k/JuU6ZUT8t2/iEaAIhAP9VJWZ/sFF0auHhldbi9J+kojh5/Sq20oGY/ygLM571","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2060308},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"d3dde88acb5cc7eee489897fd71cf8f0c9bbd1c5","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.19.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.13"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.8.2","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.0.0-beta.17","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.17","@rjsf/validator-ajv8":"^6.0.0-beta.17","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.8.0","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta.17"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.17_1757710442654_0.9822624949988197","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.18":{"name":"@rjsf/core","version":"6.0.0-beta.18","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.18","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"2109a35ce9cb23a301ece1f3109c7a1cc89405c5","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.18.tgz","fileCount":257,"integrity":"sha512-l7+tcKdcklc/ROHAWuNIIuzi4ftsKAiOTHSzhBZV/gaUG8oSVB7qe+13U2qKSLOU+27e5JJXA0+W7LAIBoAfJQ==","signatures":[{"sig":"MEYCIQDUD6Kk01nB4LbVKhdsEA4AM47qVOVa7ANeW66BViiXKgIhAMl4TyznhR16b+DUdc2ebow+yHAKylXDOBWZS9CUT/kj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2060816},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"37bcf24ba1a8f9041d2c3607e3ddabb89d2aadc2","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.19.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.13"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.8.2","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.0.0-beta.18","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.18","@rjsf/validator-ajv8":"^6.0.0-beta.18","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.8.0","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta.18"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.18_1758433762278_0.24032709115543716","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.19":{"name":"@rjsf/core","version":"6.0.0-beta.19","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.19","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"9a08c4fb55ae92954f50386415d28b2f51bc419a","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.19.tgz","fileCount":257,"integrity":"sha512-w6sEQ0acFIS+DPMqf6stRRDFlv4NKd9/Ha1Ur5LckPDfG4++J79KMIZq2G8jFra+vzU8dHXd6sHO5BMElGe/VQ==","signatures":[{"sig":"MEUCIAmkHd7MIAPX/WZrBYkZ5MAmdH4otQ3iBETXwXUWlq18AiEAyjnfTbNqAPplqJy3VoPTsWUWWZoKuga34SxGjHq/K5M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2075033},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"8a292e6dd74b9939d1562ebbdf3314e85e23d162","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.19.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.13"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.8.2","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.0.0-beta.19","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.19","@rjsf/validator-ajv8":"^6.0.0-beta.19","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.8.0","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta.19"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.19_1759162685267_0.3240190502732301","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.20":{"name":"@rjsf/core","version":"6.0.0-beta.20","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.20","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"778ec2db019b73724ef8e0735bdc46d3f83c5f6a","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.20.tgz","fileCount":261,"integrity":"sha512-hcWMb1GPUVXYPO86xQy5Nj0Iua34nOoNAE3nc+j1jeL3VfLjVaTIsw/UX7xyj5mRxVNabA6rtCEbCEPtBmKMCw==","signatures":[{"sig":"MEUCIQDYRpsRsiwTKHmimlB/GCLH3F76pvuWfxdRZjr1yavv7QIganddJolvruM/PKKQNYVF9wQ4UKDUFr919esBui5p1Fg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2069642},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"de32e58f60e71afb79c5ad8e65dc98592a2ebcae","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.19.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.13"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.8.2","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.0.0-beta.20","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.20","@rjsf/validator-ajv8":"^6.0.0-beta.20","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta.20"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.20_1759366741338_0.20579569762530725","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.21":{"name":"@rjsf/core","version":"6.0.0-beta.21","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.21","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"1ed45cc011225e928a42479260e279f1b4b23e06","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.21.tgz","fileCount":269,"integrity":"sha512-1w4eBfEm4g3A+JDVJMSPLC7SrgsnOT5qkjQzj67oEVSWen3OWY8hw1GKvRQ+/ZV48CERlPdCkL2LGMRvJ6fmYQ==","signatures":[{"sig":"MEYCIQD2KCoKxA4QgaXspnFZxfkoIwUJ81yYXxz2LuqdFyeQJAIhAPcjPyVIiwKt4dY0mgA/808ejr8jnoMyjf0ZAYrobWTH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2121761},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"e9f3d46f1884596aade65afa7d29d0c156317aa1","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.20.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.13"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.8.2","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.0.0-beta.21","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.21","@rjsf/validator-ajv8":"^6.0.0-beta.21","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.21_1759955596859_0.7173842274821522","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.22":{"name":"@rjsf/core","version":"6.0.0-beta.22","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.22","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"8c411dc52deb07e1558c380dd96a94ba41f025f8","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.22.tgz","fileCount":269,"integrity":"sha512-D+9JbaG60lmNjmkl2WRhtPfpyvn+39OkAaE7HGYiKB+TPNWowzMNPfzh+8X8sbgky175RGGMHE2XY0/15mRTcQ==","signatures":[{"sig":"MEUCIQDLd+ILmulXvtgWcuqVApVaPlnXnFXldePG7lQw3d+feQIgUdrz53E4FhQbc5+ztDRrqMngJxBX12UtHzddNHfrBL0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2067921},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"17bd0035bd8f0005fd78e0f406d8dd9be8352cb9","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.20.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.13"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.8.2","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.0.0-beta.22","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.22","@rjsf/validator-ajv8":"^6.0.0-beta.22","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta.22"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.22_1761151190912_0.6989646544018675","host":"s3://npm-registry-packages-npm-production"}},"6.0.0-beta.23":{"name":"@rjsf/core","version":"6.0.0-beta.23","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0-beta.23","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"a8757ff23aa6a30aa22c39629cfde7021b95eb80","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0-beta.23.tgz","fileCount":277,"integrity":"sha512-t6oE7U64s1w8WWkRXs5A+mZ1zcbFfwof7F+mB1Kl/AyQAdbeOVsz2DYJ5DuroUtE5NrWP1swEshAHBkQJSxaKw==","signatures":[{"sig":"MEUCIEW9nLM7E6/LvxK1fhCWnXXJ8C7xa5kuAumW7RcweSMmAiEAwEs62F7AUYZc5kAzOUaztEVaMxuZ9gpeVRq7chnGfwU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2101071},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"0d1e470c9e4212c04474f6d6d0924606c3d3a00c","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.20.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^7.7.13"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^20.0.3","mocha":"^10.8.2","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.0.0-beta.23","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.23","@rjsf/validator-ajv8":"^6.0.0-beta.23","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta.23"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0-beta.23_1761692074924_0.15526206392778574","host":"s3://npm-registry-packages-npm-production"}},"6.0.0":{"name":"@rjsf/core","version":"6.0.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"d89e129e2105a346d5834108d68df40a8ff35335","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.0.tgz","fileCount":277,"integrity":"sha512-dms51cwUBYavSCBvWwx9i65/aApmFf1xQU+Vj6T0FC62q+sVSrBOaG93/PUYtPshN0HPslQs31BGJOftiWgiaw==","signatures":[{"sig":"MEUCICY2wKvjg3GHwrIGyIaS9cskUXTjzQhvPXgAXcxRbrvnAiEAxRupvDiAd8AyA3CClC6W2IQ+MoIHCm4GILAkmFwHOkE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2111569},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"2786a46c511343e39e3e6d2f47a4462d2b27602f","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.20.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^27.0.1","mocha":"^10.8.2","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.0.0-beta.23","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.0.0-beta.23","@rjsf/validator-ajv8":"^6.0.0-beta.23","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.0.0-beta.23"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.0_1761938775371_0.8074988004073065","host":"s3://npm-registry-packages-npm-production"}},"6.0.1":{"name":"@rjsf/core","version":"6.0.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"f5db903d0d79ea555c96f777fde7393c3db3eb5c","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.1.tgz","fileCount":277,"integrity":"sha512-+S2nlt0J4FRWLhB9Gn0lAt1qoRjDiRlosNl2d9ofhQtBAjrZP4pn52uErT0B0RMDRqw4X/ICMfi/lmj29Ascww==","signatures":[{"sig":"MEUCIEwikg+Bd9CB8fXhpE3CdPFPNifAssxQa2c4wkou7GN2AiEA/whqIt7TYEPRhZ/Dmi08Y5z33Ovt7QOXUKzbTkWSVfY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2111529},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"d7fbdbf04c5a11cf2f94e3742a7f773fa0fa25c9","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.20.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^27.0.1","mocha":"^10.8.2","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.x","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.x","@rjsf/validator-ajv8":"^6.x","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.1_1761940016271_0.6563800002645077","host":"s3://npm-registry-packages-npm-production"}},"6.0.2":{"name":"@rjsf/core","version":"6.0.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.0.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"bf116a36e236e0ced4a139aba809a059ba2a3ef6","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.0.2.tgz","fileCount":281,"integrity":"sha512-oa3WfhKf20alvHfZaF+WNONwtHtyL6DlUjhDsfoX3OeGQGD9Rq5Ps7WAg+mrJyl8XY/RDEVZNegCN4rX4FngIQ==","signatures":[{"sig":"MEUCIC3AZWPwc0DGz/5dIT07/EvqlojI3QmgYxeKLEp876Z/AiEAnnj5RMNPA2UD82sDb1r9MkDopzazKQMUZAtDsyU2L7Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2122022},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"cdf57d34041a36b19a09d1a28c64e081772a986e","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.21.1","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^27.0.1","mocha":"^11.7.4","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.x","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.x","@rjsf/validator-ajv8":"^6.x","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.0.2_1762538012675_0.5324040365906335","host":"s3://npm-registry-packages-npm-production"}},"6.1.0":{"name":"@rjsf/core","version":"6.1.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.1.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"174de8a33657f184d24bce38c0147d46969ed54a","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.1.0.tgz","fileCount":285,"integrity":"sha512-9H3+BneyKWEPICL1kfRd7OKrwg2+ooR8xskJBnEqaq5p44MGxqQzKORhzWWp8h1yUWJFa4bMutJOcwKJxkKhfw==","signatures":[{"sig":"MEQCIC/XR2W++wy6O8FK4jQksWGRHQLQLrwYSdrGeo8EWRrVAiBK3h5xw5zj1Zs+GDRQbOG+rB6RwcqGuA6GC47jlUMzow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2139600},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"bd2562b203df2b6628f3f8598a151e1f5808dcbf","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.21.1","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^27.0.1","mocha":"^11.7.4","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.x","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.x","@rjsf/validator-ajv8":"^6.x","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.1.0_1762878312526_0.12663451338557685","host":"s3://npm-registry-packages-npm-production"}},"6.1.1":{"name":"@rjsf/core","version":"6.1.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.1.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"4a5ee011ad55f78a7aa2f8d244690d4afaf7c7fb","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.1.1.tgz","fileCount":285,"integrity":"sha512-HkaKQJwcLyb7zTRB6H1PFYbStxKrw+53/x/Ho2tNeIiZpw1hm8qvNm5EQEAARFjffdyF/RdDszHtmBOESwT7fQ==","signatures":[{"sig":"MEUCIQDKPG4VzNlc4gDBAwTJFNL5T/ViGntbTNuxZiOJbaXJewIgPc6BK/FdrIouvuwbwrBx/yHlWbNfkWoOeupuHras6o8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2139668},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"5143b45d1c709d302b8dd39b754c3f0723cd80ce","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.21.1","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^27.0.1","mocha":"^11.7.4","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.x","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.x","@rjsf/validator-ajv8":"^6.x","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.1.1_1763164062788_0.7503342361994025","host":"s3://npm-registry-packages-npm-production"}},"6.1.2":{"name":"@rjsf/core","version":"6.1.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.1.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"e31346432982f38b30b041081cea8b49c8bd24a9","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.1.2.tgz","fileCount":285,"integrity":"sha512-fcEO6kArMcVIzTBoBxNStqxzAL417NDw049nmNx11pIcMwUnU5sAkSW18c8kgZOT6v1xaZhQrY+X5cBzzHy9+g==","signatures":[{"sig":"MEUCICxkSaLVV2vCTNbqzoi2FSdfC/loey2ndxxNOcrOW2DWAiEAy1d4l1VMj1ihyg2PpNGBBH8YSrPEJ87uqh3OeJMOwq0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2140271},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"8a3c7e7ca246ab43da81fdef27e63e4e161410e9","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"9.9.4","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"22.21.1","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","chai":"^3.5.0","html":"^1.0.0","jsdom":"^27.0.1","mocha":"^11.7.4","sinon":"^9.2.4","eslint":"^8.57.1","@rjsf/utils":"^6.x","react-portal":"^4.3.0","@rjsf/snapshot-tests":"^6.x","@rjsf/validator-ajv8":"^6.x","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.1.2_1763760379787_0.03791954534600661","host":"s3://npm-registry-packages-npm-production"}},"6.2.3":{"name":"@rjsf/core","version":"6.2.3","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.2.3","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"840503b6e93b8c3566a416d0d17c198fd8aa186f","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.2.3.tgz","fileCount":285,"integrity":"sha512-kw5osimriwkdvunQ1RhjhHKwIqR8z8DXZbQ/BZ0KTacSHavUXtqgRtyZgBKSVHBNNTOrGO9NjInTCqY8rH/MHg==","signatures":[{"sig":"MEUCIH4h6rHQptfGLT8PFnHvvEaA1EV2wGM0eVDWuYofF3bQAiEA8IsS9NGhstAUB8Uf+QONgDV8VLn0p6jBUhed8N9U4+0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.2.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2148882},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"a029952f16c63cd84b88324fce67d9eea7a76781","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.6.2","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"24.12.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","jsdom":"^27.0.1","eslint":"^8.57.1","@rjsf/utils":"^6.2.0","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"^6.2.0","@rjsf/validator-ajv8":"^6.2.0","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.2.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.2.3_1768337099065_0.13416223770948665","host":"s3://npm-registry-packages-npm-production"}},"6.2.4":{"name":"@rjsf/core","version":"6.2.4","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.2.4","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"12a1d85f18e3082274cf1e10babc8837056efc86","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.2.4.tgz","fileCount":285,"integrity":"sha512-9KCyYxuQNzyM8funIXTjKDfNtoO3K43/EVhY9cgCJYp1EeJhYK3eOFDxfexryOHWIpEumjrJeuWm8Me7k/ca9w==","signatures":[{"sig":"MEYCIQCbd9eKON7DK4+gkBM5We+7qBMKCfAwMxPIim+Vm9812gIhAKF8V5QWtXfR9DBDElZzOTb+Vq//BmJM03oo5Y6AHX1Y","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.2.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2148882},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"a0c11053b148e0d94bbf97a5930f964bfc9d14de","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.6.2","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"24.12.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","jsdom":"^27.0.1","eslint":"^8.57.1","@rjsf/utils":"^6.2.0","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"^6.2.0","@rjsf/validator-ajv8":"^6.2.0","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.2.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.2.4_1768340363183_0.7222484551619162","host":"s3://npm-registry-packages-npm-production"}},"6.2.5":{"name":"@rjsf/core","version":"6.2.5","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.2.5","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"f9cf506e41e3efc55df7c76841a29d36addfb813","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.2.5.tgz","fileCount":285,"integrity":"sha512-k/2aAKj9IY7JBcnPrYv7frgHkfK0KsS7h8PgPW14GJREh+X5EX/icrypcQu5ge/Ggbwi+90plJll07YiRV/lFg==","signatures":[{"sig":"MEUCIQCJBYl+l1hgj5PnIP1qMpmBPegShEVcuAPCV9qps5Ks9gIgUP8VZvQBEr8KNnnu6cRbxZjDdctlITFnc1S8RgTWZ5U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.2.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2148882},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"9d7138b3e971d65ca40fe0c324f5a6e9aa30e468","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.6.2","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"24.12.0","dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","jsdom":"^27.0.1","eslint":"^8.57.1","@rjsf/utils":"^6.2.0","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"^6.2.0","@rjsf/validator-ajv8":"^6.2.0","@testing-library/react":"^16.3.0","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.2.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.2.5_1768625859009_0.3371625030606551","host":"s3://npm-registry-packages-npm-production"}},"6.3.0":{"name":"@rjsf/core","version":"6.3.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.3.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"96a04509ff65aa32876914f6b74386a68a670e6b","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.3.0.tgz","fileCount":289,"integrity":"sha512-21xfC6bvngLkReN1XbpNH6k5g4GR2/xRg4Snmtt5mML8Stg/iTbCaiZMaEDFjUrsnnOW0i9oQenohIed+mrkqQ==","signatures":[{"sig":"MEUCIQDkPlBbHIt4KVBdLPOFTXVsmMFnygMMXTNDQ6HEl4nCPwIgfl8ZCjvzlNVUULKPPpmRdtPkUKx/lsrtaWtAobCs5z0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2163544},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"10877279272a28c7460581a6fb28c27533c8c343","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.6.2","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"24.13.0","dependencies":{"lodash":"^4.17.23","lodash-es":"^4.17.23","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","jsdom":"^27.0.1","eslint":"^8.57.1","@rjsf/utils":"^6.2.5","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"^6.2.5","@rjsf/validator-ajv8":"^6.2.5","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.2.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.3.0_1770927412762_0.00781829900600628","host":"s3://npm-registry-packages-npm-production"}},"6.3.1":{"name":"@rjsf/core","version":"6.3.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.3.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"58361a931821f7e7f9a58a63aea220789657eed8","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.3.1.tgz","fileCount":289,"integrity":"sha512-LTjFz5Fk3FlbgFPJ+OJi1JdWJyiap9dSpx8W6u7JHNB7K5VbwzJe8gIU45XWLHzWFGDHKPm89VrUzjOs07TPtg==","signatures":[{"sig":"MEUCIQCK2Yk7peV+poIymVIIrnphQ/cbIWczbly2YW+fgs85ywIgUoiiECXH8eFZMMQ9rnffz44lDyYYWSj0Nv0pw5FXi+Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.3.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2163541},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"cad6deacd975deb7093001085d2ce5342c4fd2bb","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.6.2","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"24.13.0","dependencies":{"lodash":"^4.17.23","lodash-es":"^4.17.23","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","jsdom":"^27.0.1","eslint":"^8.57.1","@rjsf/utils":"6.3.1","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"6.3.1","@rjsf/validator-ajv8":"6.3.1","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.3.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.3.1_1770927416661_0.6336905252947018","host":"s3://npm-registry-packages-npm-production"}},"6.4.0":{"name":"@rjsf/core","version":"6.4.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.4.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"7d892b9cdfa2de42b157a6add6800c75156d90f4","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.4.0.tgz","fileCount":289,"integrity":"sha512-pNTGiLBoDvmxXaV7K/LSTBkzbGWtovKVDcG5WBALxlrKSo4x7v6isoHSoCdTr2t41+F4gr8KEtZh7+snNceOSA==","signatures":[{"sig":"MEQCICv6I6x1lDClh0tNupzr2LJg36tYbp1o9EB/rvm+vZ0vAiBreEF3HKJ1TMTJc0NQ96bs9IQMJ2K5v3pmtDpVut/wBg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2177839},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"026a221e77c436637ea721bfbd07ff65af249e85","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.9.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"24.14.0","dependencies":{"lodash":"^4.17.23","lodash-es":"^4.17.23","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","jsdom":"^27.0.1","eslint":"^8.57.1","@rjsf/utils":"6.4.0","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"6.4.0","@rjsf/validator-ajv8":"6.4.0","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.3.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.4.0_1772862435164_0.4053920924567611","host":"s3://npm-registry-packages-npm-production"}},"6.4.1":{"name":"@rjsf/core","version":"6.4.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.4.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"2c96c50a0673a0919407e4ff4238cb2c99ed7824","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.4.1.tgz","fileCount":289,"integrity":"sha512-+QaiSgQnOuO6ghIsohH2u/QcylkN+Da2968a75g/i4oARYJRYVxXDm2u3JR5aXndpMb4t4jTFrYyG8cNIv6oEg==","signatures":[{"sig":"MEUCIQDjcGwuctqL/IeMbuQhlwCkU3/RfqrIDUFWtvz09Z6tRQIgPnhsVLKeCoMRt9DZgzj2EIZSB3xv4/mzokRnq+tK9GY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.4.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2177839},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"b35ca1add7fc4002bb203a5cde9b546e6932dec7","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.9.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"24.14.0","dependencies":{"lodash":"^4.17.23","lodash-es":"^4.17.23","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","jsdom":"^27.0.1","eslint":"^8.57.1","@rjsf/utils":"6.4.1","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"6.4.1","@rjsf/validator-ajv8":"6.4.1","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.4.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.4.1_1772863582613_0.8895507560873106","host":"s3://npm-registry-packages-npm-production"}},"6.4.2":{"name":"@rjsf/core","version":"6.4.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.4.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"c814908562f03fe1ddad25b8bc9ee8ed57f50003","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.4.2.tgz","fileCount":289,"integrity":"sha512-TsN2PNqsO92d6/Tt+Sq4XgXtpXgzNRShL/pYYrnAluwf3n87TvE1huJpHgH6c/wD7eRFOYT4e7I0GxqiVos/VQ==","signatures":[{"sig":"MEUCIH+h3ZBxxNGR4NMpOqPMgZ3upJ5C/IrNBa1mTAT3F1okAiEAtw9/+s+98XkRJk12hfw8kq0H+LGpi5BeU+JKDE0FBJc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.4.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2179367},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"8fcb70023aa09c87b0a75987d1b189cb916ec0af","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.9.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"24.14.0","dependencies":{"lodash":"^4.17.23","lodash-es":"^4.17.23","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","atob":"^2.1.2","jsdom":"^27.0.1","eslint":"^8.57.1","@rjsf/utils":"6.4.2","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"6.4.2","@rjsf/validator-ajv8":"6.4.2","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.4.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.4.2_1774724583136_0.6893653489936236","host":"s3://npm-registry-packages-npm-production"}},"6.5.0":{"name":"@rjsf/core","version":"6.5.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.5.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"a747338cad2662cb3e0805aece207874f7f08f18","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.5.0.tgz","fileCount":289,"integrity":"sha512-LcN1yFPQx/Jw8IHDBhEl1kFz9EL+b+OINKRlnVgooUlflbLjhFiN5MiYcCITpysgbKhBeHkmcvYvVPLtxaML6Q==","signatures":[{"sig":"MEYCIQDEmBA5/XwVTEQT40p8QGGSdijLjvA/mwne3K3llrqBOAIhALfXsUntVomqHXsfTwkRYm+2QI+hAimWtBRVsnC0XIEi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2205414},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"c7b83da58b5b009186e6da2fbfa79dfaa07c6b6c","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.11.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"24.14.1","dependencies":{"lodash":"^4.18.1","lodash-es":"^4.18.1","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.18.0","atob":"^2.1.2","jsdom":"^27.0.1","eslint":"^8.57.1","@rjsf/utils":"6.5.0","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"6.5.0","@rjsf/validator-ajv8":"6.5.0","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.4.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.5.0_1776537055171_0.2086846597167491","host":"s3://npm-registry-packages-npm-production"}},"6.5.1":{"name":"@rjsf/core","version":"6.5.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.5.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"fcb767a713cb8a4b4612fdc4b44222c494d63a29","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.5.1.tgz","fileCount":289,"integrity":"sha512-H5GY9OU6wpLXGHaVzd8/1qGZ+zylCA86maD32tMdeOiUIJTmH6+VeheRx4Wr6OnprxbD/ybkEH48vIqS68wwxg==","signatures":[{"sig":"MEUCIQD3O0vCLDQRMs8K9bsdEUvf6//1DcV8poFzgn7DKtrfYgIgCHIePx3ehqn/ByR0Mw+hvsv1NFyJf9j23gyW3reFIwU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.5.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2205414},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"bae9c8c6c70bb5165a8fbf0d6e9eeb9cb61d7296","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.11.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"24.14.1","dependencies":{"lodash":"^4.18.1","lodash-es":"^4.18.1","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.18.0","atob":"^2.1.2","jsdom":"^27.0.1","eslint":"^8.57.1","@rjsf/utils":"6.5.1","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"6.5.1","@rjsf/validator-ajv8":"6.5.1","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.5.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.5.1_1776537977550_0.07886679256397766","host":"s3://npm-registry-packages-npm-production"}},"6.5.2":{"name":"@rjsf/core","version":"6.5.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.5.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"9cc5137ca0293d36f0b73ea6eab2f52fc5dd1ef5","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.5.2.tgz","fileCount":289,"integrity":"sha512-Fx+aVNQRYQyoY0vM8zYDZkuOiNe+5PLsxUySUdHfjljlT23mJnTCpPKMkxWJwh4UEWeSN0xjmknW9LfIwuQmOg==","signatures":[{"sig":"MEYCIQC7EJN5XUJhzJ2vTifB3wwkKUY3mR77wKDVoCDckpxIAQIhAI0mxCPCTT59xw93sBpkQtyYq5wf/K84Ao+4U/Ha5PyF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.5.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2209431},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"da7f582c5ec59c58e7b050091e8ac5bbd1d37694","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.11.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"24.14.1","dependencies":{"lodash":"^4.18.1","lodash-es":"^4.18.1","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.18.0","atob":"^2.1.2","jsdom":"^27.0.1","eslint":"^8.57.1","@rjsf/utils":"6.5.2","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"6.5.2","@rjsf/validator-ajv8":"6.5.2","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.5.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.5.2_1777675397336_0.390966593244811","host":"s3://npm-registry-packages-npm-production"}},"6.5.3":{"name":"@rjsf/core","version":"6.5.3","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.5.3","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"4dcb686ce9f327cc29d25b82a6a818b6e9b0ec94","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.5.3.tgz","fileCount":289,"integrity":"sha512-S9v7EcqCvcC9buGmlThe/hd6PK9TIyzOF8E9EstbWPXkQtEWGP0heC1BloQTEiXBsAwpR5NDVbhIau2GYPbiKw==","signatures":[{"sig":"MEYCIQCl/IWnXyYGMs7xULJpBqIwbwNQU1YBGURYp2D0b2aHYwIhANv2tJF5izVxDEmc9PCljd2x+3whiOqh7SMK2tArihRW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.5.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2221332},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"09e18de9f10a6a30503b27da628ad786c4a67f01","scripts":{"lint":"eslint src test","test":"jest","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"prettier -l \"{src,test}/**/*.[jt]s?(x)\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"prettier \"{src,test}/**/*.[jt]s?(x)\" --write","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"jest --watch","test:update":"jest --u","test-coverage":"jest --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.12.1","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.[jt]s?(x)":["eslint --fix"]},"_nodeVersion":"24.15.0","dependencies":{"lodash":"^4.18.1","lodash-es":"^4.18.1","prop-types":"^15.8.1","markdown-to-jsx":"^8.0.0"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.18.0","atob":"^2.1.2","jsdom":"^27.0.1","eslint":"^8.57.1","@rjsf/utils":"6.5.3","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"6.5.3","@rjsf/validator-ajv8":"6.5.3","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.5.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.5.3_1779055593710_0.9796948658816182","host":"s3://npm-registry-packages-npm-production"}},"6.6.0":{"name":"@rjsf/core","version":"6.6.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.6.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"54ab32d5189fe9807c1ac576ac2046e36708ac03","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.6.0.tgz","fileCount":289,"integrity":"sha512-fpl5YR0m9YlZ3p7b4/LK1LmkzAOn+S0Oj+FrXeedAoAZ769RpNnxEf+LFGlTBOukC28CN179wWYNGdn+2UltlA==","signatures":[{"sig":"MEUCIAKqAXMEJNGTPALOkmWNhg6QIsitCLUZmBxDqe2peWduAiEA7I29YXkW7EO7MhNCYD/3fxDodls9mQf+BluL2AM6oCQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.6.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2118184},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"0e31b75db3dcfc71cb4b22e30b2f742274b0c919","scripts":{"lint":"oxlint src test","test":"vitest run","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"oxfmt --check \"{src,test}/**/*.{ts,tsx,js,jsx}\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"oxfmt \"{src,test}/**/*.{ts,tsx,js,jsx}\"","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"vitest","test:update":"vitest run --update-snapshots","test-coverage":"vitest run --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.13.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.{ts,tsx,js,jsx}":["oxlint --fix","oxfmt"]},"_nodeVersion":"24.16.0","dependencies":{"lodash":"^4.18.1","lodash-es":"^4.18.1","prop-types":"^15.8.1","markdown-to-jsx":"^9.8.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.20.0","atob":"^2.1.2","jsdom":"^29.1.1","@rjsf/utils":"6.6.0","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"6.6.0","@rjsf/validator-ajv8":"6.6.0","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.5.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.6.0_1779928367351_0.7277729560448334","host":"s3://npm-registry-packages-npm-production"}},"6.6.1":{"name":"@rjsf/core","version":"6.6.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.6.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"8f860bcb95001c2ee18265aeeead215f6746b539","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.6.1.tgz","fileCount":289,"integrity":"sha512-z67ekKil3JB2b/kBIVzeo+WJTcx4q2yyUq4viam+/053sdOZ5QNIlaCPTxS1x06lLSj4eWg7WP2G2wqahrclJA==","signatures":[{"sig":"MEUCIBS3I4HyHdXek+6bJhgEkNn6d3yPoE7VvO67G3GKrFQ4AiEAjIsSJj+g52cu62PgFuSD/hdNitffai8FdOyqG9LW1Mc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.6.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2118184},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"3f9d883208848596237f1f83355c9370a2d052d0","scripts":{"lint":"oxlint src test","test":"vitest run","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"oxfmt --check \"{src,test}/**/*.{ts,tsx,js,jsx}\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"oxfmt \"{src,test}/**/*.{ts,tsx,js,jsx}\"","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"vitest","test:update":"vitest run --update-snapshots","test-coverage":"vitest run --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.12.1","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.{ts,tsx,js,jsx}":["oxlint --fix","oxfmt"]},"_nodeVersion":"24.15.0","dependencies":{"lodash":"^4.18.1","lodash-es":"^4.18.1","prop-types":"^15.8.1","markdown-to-jsx":"^9.8.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.20.0","atob":"^2.1.2","jsdom":"^29.1.1","@rjsf/utils":"6.6.1","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"6.6.1","@rjsf/validator-ajv8":"6.6.1","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.6.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.6.1_1779928454732_0.5866311618861133","host":"s3://npm-registry-packages-npm-production"}},"6.6.2":{"name":"@rjsf/core","version":"6.6.2","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.6.2","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"b618479de36cc038bb99f0804dc08ef6a0a521d6","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.6.2.tgz","fileCount":289,"integrity":"sha512-rmckOHIc0N3Vu0egcjrm4aRnw4ETW1i4fGdm0m63qd/298zHfF7x2md2rDh8F5HLgoxW3X/LdvrCHcsD1lxbGw==","signatures":[{"sig":"MEYCIQD7Tkh1sqU9rs7JT07uguKaGCV5RDu7tUoSnd2dlQeBUAIhAO/lyRjxj9RYyhDtzdAcvCZmKmf+rCFU7dHkEWSqtXMW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.6.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2169050},"main":"dist/index.js","type":"module","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"gitHead":"48da40256046d0fbc152f2efa9cf643823e1eb91","scripts":{"lint":"oxlint src test","test":"vitest run","build":"npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","build:ts":"npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"oxfmt --check \"{src,test}/**/*.{ts,tsx,js,jsx}\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"oxfmt \"{src,test}/**/*.{ts,tsx,js,jsx}\"","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"vitest","test:update":"vitest run --update","test-coverage":"vitest run --coverage","publish-to-npm":"npm run build && npm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.13.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.{ts,tsx,js,jsx}":["oxlint --fix","oxfmt"]},"_nodeVersion":"24.16.0","dependencies":{"lodash":"^4.18.1","lodash-es":"^4.18.1","prop-types":"^15.8.1","markdown-to-jsx":"^9.8.1"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.20.0","atob":"^2.1.2","@rjsf/utils":"6.6.2","react-portal":"^4.3.0","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"6.6.2","@rjsf/validator-ajv8":"6.6.2","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.6.x"},"_npmOperationalInternal":{"tmp":"tmp/core_6.6.2_1780761818003_0.9773748215442029","host":"s3://npm-registry-packages-npm-production"}},"6.7.0":{"name":"@rjsf/core","version":"6.7.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.7.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"8dd6427686d9b88d2e0c9f95cd68d38b7feceeff","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.7.0.tgz","fileCount":298,"integrity":"sha512-TdiiRf9H6R7mYXyRq1TQHhTSdX9lpvYHsfn1obWksICbZEg4jBFBh7BuyrcHhzGos6976GsLO4TTYw11fQUbpQ==","signatures":[{"sig":"MEYCIQD/lzjfF9tONQsv31UweHr44xkw0uvYWn9MjscernDyfAIhANSTGHn5D3qhJY8pUZFHZd3b0XYwOKTEQrls0GZpeUnT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.7.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2207403},"main":"dist/index.js","type":"module","_from":"file:rjsf-core-6.7.0.tgz","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"scripts":{"lint":"oxlint src test","test":"vitest run","build":"pnpm run build:ts && pnpm run build:cjs && pnpm run build:esm && pnpm run build:umd","build:ts":"pnpm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"oxfmt --check \"{src,test}/**/*.{ts,tsx,js,jsx}\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"oxfmt \"{src,test}/**/*.{ts,tsx,js,jsx}\"","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"vitest","test:update":"vitest run --update","test-coverage":"vitest run --coverage","publish-to-npm":"pnpm run build && pnpm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"_resolved":"/tmp/d875315c3b02d998776ff439609d713a/rjsf-core-6.7.0.tgz","_integrity":"sha512-TdiiRf9H6R7mYXyRq1TQHhTSdX9lpvYHsfn1obWksICbZEg4jBFBh7BuyrcHhzGos6976GsLO4TTYw11fQUbpQ==","repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.16.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.{ts,tsx,js,jsx}":["oxlint --fix","oxfmt"]},"_nodeVersion":"24.18.0","dependencies":{"lodash":"^4.18.1","lodash-es":"^4.18.1","prop-types":"^15.8.1","markdown-to-jsx":"^9.8.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.20.0","atob":"^2.1.2","@rjsf/utils":"^6.7.0","react-portal":"^4.3.0","@types/json-schema":"^7.0.15","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"^6.7.0","@rjsf/validator-ajv8":"^6.7.0","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.7.0"},"_npmOperationalInternal":{"tmp":"tmp/core_6.7.0_1784317509916_0.5464958721230222","host":"s3://npm-registry-packages-npm-production"}},"6.7.1":{"name":"@rjsf/core","version":"6.7.1","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.7.1","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"1f1d86b81381e97fa20b655b07ee8108a4ac2055","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.7.1.tgz","fileCount":298,"integrity":"sha512-/CQfIGUzcXceBNRhEH3wsTvxcT8dMrjPLXhYSfcJUTftKxOCdisqi2wFwt7LOyIvFvzHUxag0r0xXs/MXS9jmA==","signatures":[{"sig":"MEQCIFIDkVEy44LG44RYBTWpf7JZPa4moI4Z4z3gewYFhgSZAiASSw7mbE6otGninh8UNIdnSdu3FmpcLNepYERcADLV1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIGJV3PrTQwsNk8pqTtClui9QRGe4ZcbGKVqNtLvy+tFHAiAz1glUcV9py/bqFOiwYLaXQ6QSHDGppBkcuNZn4Z0LLA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.7.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2224441},"main":"dist/index.js","type":"module","_from":"file:rjsf-core-6.7.1.tgz","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"scripts":{"lint":"oxlint src test","test":"vitest run","build":"pnpm run build:ts && pnpm run build:cjs && pnpm run build:esm && pnpm run build:umd","build:ts":"pnpm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"oxfmt --check \"{src,test}/**/*.{ts,tsx,js,jsx}\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"oxfmt \"{src,test}/**/*.{ts,tsx,js,jsx}\"","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"vitest","test:update":"vitest run --update","test-coverage":"vitest run --coverage","publish-to-npm":"pnpm run build && pnpm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"_resolved":"/tmp/fcc8ba0b69cafff6305bc0108292a4c3/rjsf-core-6.7.1.tgz","_integrity":"sha512-/CQfIGUzcXceBNRhEH3wsTvxcT8dMrjPLXhYSfcJUTftKxOCdisqi2wFwt7LOyIvFvzHUxag0r0xXs/MXS9jmA==","repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.16.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.{ts,tsx,js,jsx}":["oxlint --fix","oxfmt"]},"_nodeVersion":"24.18.0","dependencies":{"lodash":"^4.18.1","lodash-es":"^4.18.1","prop-types":"^15.8.1","markdown-to-jsx":"^9.8.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.20.0","atob":"^2.1.2","@rjsf/utils":"^6.7.1","react-portal":"^4.3.0","@types/json-schema":"^7.0.15","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"^6.7.1","@rjsf/validator-ajv8":"^6.7.1","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.7.1"},"_npmOperationalInternal":{"tmp":"tmp/core_6.7.1_1784934836043_0.2599988458804714","host":"s3://npm-registry-packages-npm-production"}},"6.8.0":{"name":"@rjsf/core","version":"6.8.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.8.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"6c2df93fe55eb8e02c4799bfe8de1b82132a2988","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.8.0.tgz","fileCount":298,"integrity":"sha512-HZ2e/l/QNcz8PTslBXyGWkiycMe3LgIfwgXo0qO3DPgyFKj4G+obJTKBq/W+DaIUmz1HicvH5WtOdXWWqK+gbA==","signatures":[{"sig":"MEYCIQDdWmdvpjMYcZKBkYkPIv1vWkjD1GonWEJOqajbfxGJrQIhAPFVlvFxzADhVyponV/H+g1F3uUg1P8nbk+CMVFOrHXZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDxAJP9ZUKVutKvdmwQ3iBBk2KP2qMlTLQs5nT5nhjVlgIgW2XGe0Xy/Z524kh5/Ht/Etr5NVM9HIAefJONyEfkL1U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.8.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2228559},"main":"dist/index.js","type":"module","_from":"file:rjsf-core-6.8.0.tgz","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"scripts":{"lint":"oxlint src test","test":"vitest run","build":"pnpm run build:ts && pnpm run build:cjs && pnpm run build:esm && pnpm run build:umd","build:ts":"pnpm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json","cs-check":"oxfmt --check \"{src,test}/**/*.{ts,tsx,js,jsx}\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"oxfmt \"{src,test}/**/*.{ts,tsx,js,jsx}\"","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/jest","test:watch":"vitest","test:update":"vitest run --update","test-coverage":"vitest run --coverage","publish-to-npm":"pnpm run build && pnpm publish","compileReplacer":"tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"_resolved":"/tmp/7145e62ec40ddc2cf3a5eba8b2f1daa5/rjsf-core-6.8.0.tgz","_integrity":"sha512-HZ2e/l/QNcz8PTslBXyGWkiycMe3LgIfwgXo0qO3DPgyFKj4G+obJTKBq/W+DaIUmz1HicvH5WtOdXWWqK+gbA==","repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.17.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.{ts,tsx,js,jsx}":["oxlint --fix","oxfmt"]},"_nodeVersion":"24.19.0","dependencies":{"lodash":"^4.18.1","lodash-es":"^4.18.1","prop-types":"^15.8.1","markdown-to-jsx":"^9.8.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.20.0","atob":"^2.1.2","@rjsf/utils":"^6.8.0","react-portal":"^4.3.0","@types/json-schema":"^7.0.15","@types/react-portal":"^4.0.7","@rjsf/snapshot-tests":"^6.8.0","@rjsf/validator-ajv8":"^6.8.0","@testing-library/react":"^16.3.2","@testing-library/jest-dom":"^6.9.1","@testing-library/user-event":"^14.6.1"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.8.0"},"_npmOperationalInternal":{"tmp":"tmp/core_6.8.0_1786726183702_0.059123898537367214","host":"s3://npm-registry-packages-npm-production"}},"6.10.0":{"name":"@rjsf/core","version":"6.10.0","keywords":["react","form","json-schema"],"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","_id":"@rjsf/core@6.10.0","maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"contributors":[{"name":"Heath Chiavettone"}],"homepage":"https://github.com/rjsf-team/react-jsonschema-form","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"dist":{"shasum":"436a801e45058ffa0acc30f6a4b1be6d41f16a66","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.10.0.tgz","fileCount":368,"integrity":"sha512-fdyaPnhIe+NzTFZcYcYcp/QqVcAJhhloIsU6vN+hp/IhiGJrzgB9REMVVUlKYNzP37xZ/BsEq7u7RC24KKdLAQ==","signatures":[{"sig":"MEQCIHheyM+nBxgsSj9dIHKxSm/PFGiEDgzhKtmwroV+GNUtAiAfjcwp9K+e+VmtBR+dLEm0zEDtgbY7heLhV4Q7ahCBNA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEMCHwyQWvL18vCSsYp52grXvzQj0+AXyZYFAFt2K5FIf4MCIBX3RIPw3jvsRTlJguL75RkJqNYDdsDKCTSKi49n4NzI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.10.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2346337},"main":"dist/index.js","type":"module","_from":"file:rjsf-core-6.10.0.tgz","module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs","@rjsf/source":"./src/index.ts"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"scripts":{"lint":"oxlint src test","test":"vitest run","build":"pnpm run build:ts && pnpm run build:cjs && pnpm run build:esm && pnpm run build:umd","build:ts":"tsc -b","cs-check":"oxfmt --check \"{src,test}/**/*.{ts,tsx,js,jsx}\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"oxfmt \"{src,test}/**/*.{ts,tsx,js,jsx}\"","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/vitest --pool=forks","test:watch":"vitest","test:update":"vitest run --update","test-coverage":"vitest run --coverage","publish-to-npm":"pnpm run build && pnpm publish"},"typings":"lib/index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"_resolved":"/tmp/d012ad7ed80b29ef6653cc008fc6c2bb/rjsf-core-6.10.0.tgz","_integrity":"sha512-fdyaPnhIe+NzTFZcYcYcp/QqVcAJhhloIsU6vN+hp/IhiGJrzgB9REMVVUlKYNzP37xZ/BsEq7u7RC24KKdLAQ==","repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.19.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.{ts,tsx,js,jsx}":["oxlint --fix","oxfmt"]},"sideEffects":false,"_nodeVersion":"24.20.0","dependencies":{"markdown-to-jsx":"^9.8.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.20.0","@rjsf/utils":"^6.10.0","@types/json-schema":"^7.0.15","@rjsf/snapshot-tests":"^6.10.0","@rjsf/validator-ajv8":"^6.10.0","@testing-library/react":"^16.3.3","@testing-library/jest-dom":"^7.0.1","@testing-library/user-event":"^14.6.6"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.10.0"},"_npmOperationalInternal":{"tmp":"tmp/core_6.10.0_1788971869032_0.6340817983665716","host":"s3://npm-registry-packages-npm-production"}},"6.10.1":{"nx":{"targets":{"build":{"dependsOn":[{"//":"Break the dependency cycle between @rjsf/core and @rjsf/snapshot-tests by explicitly listing the dependencies needed for build","target":"build","projects":["@rjsf/utils","@rjsf/validator-ajv8"]}]}}},"_id":"@rjsf/core@6.10.1","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"dist":{"shasum":"8de93f96b4b74d4fd8b170fe9e879bad1bd0c274","tarball":"https://registry.npmjs.org/@rjsf/core/-/core-6.10.1.tgz","fileCount":368,"integrity":"sha512-LHLbXYEq1+c2CpynBlf5JBlUhPNxOkVV+txf1BvamgJSt4QOisXFw5Uv+mBdLRi4BI+FfT0ofMVOgGWnuwG7gw==","signatures":[{"sig":"MEUCIAOH97Z0Z2VBB3NiwGGg8XP5LYU/xYtV6jiTQw6gbFA9AiEAoYjJkCJaqPsTp+TVw8lbfXrl5qWoabvLIqpFhkeDWvw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCbfm8itxXNPTqzj4OSutiG8rb2Orvd1Kd9uI6HVSL09AIhAMIZtf1feNGtEeIzX1CMDphGh38w/RyCSwsVfYg05bg7"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@rjsf%2fcore@6.10.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2354154},"main":"dist/index.js","name":"@rjsf/core","type":"module","_from":"file:rjsf-core-6.10.1.tgz","author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"module":"lib/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs","@rjsf/source":"./src/index.ts"},"./lib":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./dist":{"types":"./lib/index.d.ts","import":"./lib/index.js","require":"./dist/index.cjs"},"./lib/*.js":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"},"./dist/*.cjs":{"types":"./lib/*.d.ts","import":"./lib/*.js","require":"./dist/*.cjs"}},"license":"Apache-2.0","scripts":{"lint":"oxlint src test","test":"vitest run","build":"pnpm run build:ts && pnpm run build:cjs && pnpm run build:esm && pnpm run build:umd","build:ts":"tsc -b","cs-check":"oxfmt --check \"{src,test}/**/*.{ts,tsx,js,jsx}\"","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","cs-format":"oxfmt \"{src,test}/**/*.{ts,tsx,js,jsx}\"","precommit":"lint-staged","test:debug":"node --inspect-brk ../../node_modules/.bin/vitest --pool=forks","test:watch":"vitest","test:update":"vitest run --update","test-coverage":"vitest run --coverage","publish-to-npm":"pnpm run build && pnpm publish"},"typings":"lib/index.d.ts","version":"6.10.1","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:2c539e6d-9a30-45f8-861d-86145cd655ad"}},"homepage":"https://github.com/rjsf-team/react-jsonschema-form","keywords":["react","form","json-schema"],"_resolved":"/tmp/f3e8e67de02d8779576c816d892be821/rjsf-core-6.10.1.tgz","_integrity":"sha512-LHLbXYEq1+c2CpynBlf5JBlUhPNxOkVV+txf1BvamgJSt4QOisXFw5Uv+mBdLRi4BI+FfT0ofMVOgGWnuwG7gw==","repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"_npmVersion":"11.19.0","description":"A simple React component capable of building HTML forms out of a JSON schema.","directories":{"test":"test"},"lint-staged":{"{src,test}/**/*.{ts,tsx,js,jsx}":["oxlint --fix","oxfmt"]},"maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"sideEffects":false,"_nodeVersion":"24.20.0","contributors":[{"name":"Heath Chiavettone"}],"dependencies":{"markdown-to-jsx":"^9.8.2"},"engineStrict":false,"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.20.0","@rjsf/utils":"^6.10.1","@types/json-schema":"^7.0.15","@rjsf/snapshot-tests":"^6.10.1","@rjsf/validator-ajv8":"^6.10.1","@testing-library/react":"^16.3.3","@testing-library/jest-dom":"^7.0.1","@testing-library/user-event":"^14.6.6"},"peerDependencies":{"react":">=18","@rjsf/utils":"^6.10.1"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/core_6.10.1_1789573097072_0.7918145373043277"}}},"time":{"created":"2020-02-18T02:36:04.525Z","modified":"2026-09-16T15:38:17.563Z","2.0.0-alpha.2":"2020-02-18T02:36:04.932Z","2.0.0-alpha.3":"2020-03-22T19:09:00.664Z","2.0.0-alpha.4":"2020-03-22T20:27:57.831Z","2.0.0-alpha.5":"2020-04-04T13:08:54.402Z","2.0.0-alpha.6":"2020-04-04T18:42:13.926Z","2.0.0":"2020-04-25T14:21:08.740Z","2.0.1":"2020-05-17T20:13:25.749Z","2.0.2":"2020-06-05T13:55:31.535Z","2.1.0":"2020-06-15T13:22:28.178Z","2.2.0":"2020-06-29T13:35:33.588Z","2.2.1":"2020-07-07T14:12:22.686Z","2.2.2":"2020-07-25T18:51:49.462Z","2.3.0":"2020-08-08T13:22:54.489Z","2.4.0":"2020-09-12T14:00:12.549Z","2.4.1":"2020-12-27T20:49:51.292Z","2.4.2":"2021-02-02T23:15:51.521Z","2.5.0":"2021-03-08T21:04:30.135Z","2.5.1":"2021-03-20T00:11:39.629Z","3.0.0":"2021-06-25T15:08:13.655Z","3.0.1":"2021-08-04T19:25:39.792Z","3.0.2":"2021-08-10T18:45:13.277Z","3.1.0":"2021-08-13T00:55:41.623Z","3.2.0":"2021-10-20T15:18:29.166Z","3.2.1":"2021-11-19T16:54:29.052Z","4.0.0":"2022-02-18T16:15:55.633Z","4.0.1":"2022-02-22T17:53:34.703Z","4.1.0":"2022-03-11T20:37:28.604Z","4.1.1":"2022-03-28T13:52:37.658Z","4.2.0":"2022-05-06T15:39:39.716Z","4.2.1":"2022-07-15T16:00:05.391Z","4.2.2":"2022-07-15T21:42:17.714Z","4.2.3":"2022-08-06T21:38:08.138Z","5.0.0-beta.1":"2022-08-28T16:28:37.991Z","5.0.0-beta.2":"2022-08-29T02:43:49.462Z","5.0.0-beta.4":"2022-09-03T18:26:41.341Z","5.0.0-beta.5":"2022-09-06T20:33:55.653Z","5.0.0-beta.6":"2022-09-09T17:26:21.111Z","5.0.0-beta.8":"2022-09-16T16:21:51.277Z","5.0.0-beta.9":"2022-09-22T19:38:17.404Z","5.0.0-beta.10":"2022-09-28T16:22:21.707Z","5.0.0-beta.11":"2022-10-10T22:04:29.306Z","5.0.0-beta.12":"2022-11-03T17:07:48.896Z","5.0.0-beta.13":"2022-11-15T18:23:56.481Z","5.0.0-beta.14":"2022-12-12T22:40:23.829Z","5.0.0-beta.15":"2022-12-23T06:03:25.533Z","5.0.0-beta.16":"2023-01-09T21:36:27.017Z","5.0.0-beta.17":"2023-01-18T01:01:24.569Z","5.0.0-beta.18":"2023-01-24T20:47:52.371Z","5.0.0-beta.19":"2023-01-26T18:32:17.768Z","5.0.0-beta.20":"2023-01-27T19:26:11.609Z","5.0.0":"2023-01-31T00:33:52.952Z","5.0.1":"2023-01-31T02:42:03.760Z","5.0.2":"2023-02-03T19:40:05.708Z","5.1.0":"2023-02-06T20:27:06.547Z","5.2.0":"2023-03-04T20:17:40.318Z","5.2.1":"2023-03-08T17:38:31.508Z","5.3.0":"2023-03-17T05:00:11.888Z","5.3.1":"2023-03-19T22:05:04.637Z","5.4.0":"2023-03-24T20:23:47.565Z","5.5.0":"2023-03-31T15:24:30.992Z","5.5.1":"2023-04-05T19:07:56.598Z","5.5.2":"2023-04-05T22:45:02.623Z","5.6.0":"2023-04-13T19:07:59.962Z","5.6.2":"2023-04-19T01:25:43.929Z","5.7.0":"2023-05-13T07:53:57.399Z","5.7.1":"2023-05-16T00:24:55.762Z","5.7.2":"2023-05-16T07:16:37.825Z","5.7.3":"2023-05-25T18:22:46.424Z","5.8.0":"2023-06-06T00:58:46.149Z","5.8.1":"2023-06-06T21:33:07.509Z","5.8.2":"2023-06-20T17:45:59.777Z","5.9.0":"2023-06-28T23:37:20.957Z","5.10.0":"2023-07-13T21:28:49.774Z","5.11.1":"2023-08-01T21:43:24.593Z","5.11.2":"2023-08-02T21:13:43.129Z","5.12.0":"2023-08-09T18:13:55.707Z","5.12.1":"2023-08-18T16:19:42.458Z","5.13.0":"2023-09-08T17:14:55.869Z","5.13.1":"2023-10-11T18:22:24.931Z","5.13.2":"2023-10-12T21:53:51.791Z","5.13.3":"2023-10-30T19:52:18.046Z","5.13.4":"2023-11-04T02:47:56.436Z","5.13.5":"2023-11-08T18:40:24.154Z","5.13.6":"2023-11-08T22:48:29.243Z","5.14.1":"2023-11-14T01:04:26.446Z","5.14.2":"2023-11-18T00:01:04.377Z","5.14.3":"2023-11-27T18:14:34.971Z","5.15.0":"2023-12-01T20:18:31.687Z","5.15.1":"2023-12-08T20:55:26.684Z","5.16.0":"2024-01-11T18:29:16.209Z","5.16.1":"2024-01-11T20:57:49.398Z","5.17.0":"2024-02-01T20:45:32.072Z","5.17.1":"2024-02-19T20:49:47.029Z","5.18.0":"2024-03-23T00:34:32.448Z","5.18.1":"2024-03-23T00:58:32.502Z","5.18.2":"2024-04-10T16:24:36.944Z","5.18.3":"2024-04-26T17:09:20.871Z","5.18.4":"2024-05-17T20:57:55.721Z","5.18.5":"2024-06-26T16:37:27.206Z","5.18.6":"2024-07-02T20:42:59.860Z","5.19.0":"2024-07-03T22:14:04.005Z","5.19.1":"2024-07-05T16:19:59.623Z","5.19.2":"2024-07-08T16:42:23.962Z","5.19.3":"2024-07-09T20:04:15.978Z","5.19.4":"2024-07-27T19:28:16.295Z","5.20.0":"2024-08-08T17:51:49.540Z","6.0.0-alpha.0":"2024-08-18T15:19:29.648Z","5.20.1":"2024-08-26T17:20:46.510Z","5.21.0":"2024-09-11T17:25:23.754Z","5.21.1":"2024-09-13T19:52:41.066Z","5.21.2":"2024-10-02T21:33:07.788Z","5.22.0":"2024-10-21T22:33:58.875Z","5.22.1":"2024-10-21T22:49:12.293Z","5.22.2":"2024-10-28T17:01:39.158Z","5.22.3":"2024-10-30T18:54:47.766Z","5.22.4":"2024-11-11T17:45:42.531Z","5.23.0":"2024-11-22T21:08:56.846Z","5.23.1":"2024-11-22T22:44:28.854Z","5.23.2":"2024-12-15T15:25:55.792Z","5.24.0":"2025-01-10T21:18:10.072Z","5.24.1":"2025-01-10T21:30:00.241Z","5.24.2":"2025-01-28T02:24:02.845Z","5.24.3":"2025-02-04T17:18:41.467Z","5.24.4":"2025-03-05T19:16:39.513Z","5.24.5":"2025-03-05T21:44:20.985Z","5.24.7":"2025-03-06T01:11:43.467Z","5.24.8":"2025-03-14T16:20:26.301Z","5.24.9":"2025-04-25T04:08:25.323Z","5.24.10":"2025-05-02T05:40:18.271Z","6.0.0-beta.1":"2025-05-02T16:28:19.979Z","6.0.0-beta.2":"2025-05-08T17:45:19.263Z","6.0.0-beta.3":"2025-05-08T18:50:07.997Z","6.0.0-beta.4":"2025-05-08T20:33:53.240Z","6.0.0-beta.5":"2025-05-08T21:20:41.194Z","6.0.0-beta.6":"2025-05-09T15:18:29.696Z","6.0.0-beta.7":"2025-05-09T23:27:25.071Z","6.0.0-beta.8":"2025-05-17T00:14:15.918Z","6.0.0-beta.9":"2025-05-22T19:27:45.863Z","6.0.0-beta.10":"2025-05-22T21:16:49.453Z","5.24.11":"2025-06-04T14:00:11.053Z","6.0.0-beta.11":"2025-06-11T20:55:27.415Z","5.24.12":"2025-06-17T19:41:58.892Z","6.0.0-beta.12":"2025-07-17T16:56:54.871Z","6.0.0-beta.13":"2025-08-12T18:19:18.778Z","6.0.0-beta.14":"2025-08-18T17:48:10.031Z","5.24.13":"2025-08-22T20:05:48.489Z","6.0.0-beta.15":"2025-08-27T20:02:36.918Z","6.0.0-beta.16":"2025-09-11T16:26:20.985Z","6.0.0-beta.17":"2025-09-12T20:54:02.923Z","6.0.0-beta.18":"2025-09-21T05:49:22.503Z","6.0.0-beta.19":"2025-09-29T16:18:05.510Z","6.0.0-beta.20":"2025-10-02T00:59:01.612Z","6.0.0-beta.21":"2025-10-08T20:33:17.099Z","6.0.0-beta.22":"2025-10-22T16:39:51.151Z","6.0.0-beta.23":"2025-10-28T22:54:35.195Z","6.0.0":"2025-10-31T19:26:15.600Z","6.0.1":"2025-10-31T19:46:56.459Z","6.0.2":"2025-11-07T17:53:32.868Z","6.1.0":"2025-11-11T16:25:12.756Z","6.1.1":"2025-11-14T23:47:43.034Z","6.1.2":"2025-11-21T21:26:20.026Z","6.2.3":"2026-01-13T20:44:59.238Z","6.2.4":"2026-01-13T21:39:23.425Z","6.2.5":"2026-01-17T04:57:39.183Z","6.3.0":"2026-02-12T20:16:52.996Z","6.3.1":"2026-02-12T20:16:56.882Z","6.4.0":"2026-03-07T05:47:15.422Z","6.4.1":"2026-03-07T06:06:22.851Z","6.4.2":"2026-03-28T19:03:03.320Z","6.5.0":"2026-04-18T18:30:55.339Z","6.5.1":"2026-04-18T18:46:17.763Z","6.5.2":"2026-05-01T22:43:17.560Z","6.5.3":"2026-05-17T22:06:33.877Z","6.6.0":"2026-05-28T00:32:47.520Z","6.6.1":"2026-05-28T00:34:14.935Z","6.6.2":"2026-06-06T16:03:38.155Z","6.7.0":"2026-07-17T19:45:10.128Z","6.7.1":"2026-07-24T23:13:56.156Z","6.8.0":"2026-08-14T16:49:43.852Z","6.10.0":"2026-09-09T16:37:49.250Z","6.10.1":"2026-09-16T15:38:17.184Z"},"bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"license":"Apache-2.0","homepage":"https://github.com/rjsf-team/react-jsonschema-form","keywords":["react","form","json-schema"],"repository":{"url":"git+https://github.com/rjsf-team/react-jsonschema-form.git","type":"git"},"description":"A simple React component capable of building HTML forms out of a JSON schema.","contributors":[{"name":"Heath Chiavettone"}],"maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"}],"readme":"[![Build Status][build-shield]][build-url]\n[![npm][npm-shield]][npm-url]\n[![npm downloads][npm-dl-shield]][npm-dl-url]\n[![Contributors][contributors-shield]][contributors-url]\n[![Apache 2.0 License][license-shield]][license-url]\n\n<br />\n<p align=\"center\">\n  <a href=\"https://github.com/rjsf-team/react-jsonschema-form\">\n    <img src=\"https://raw.githubusercontent.com/rjsf-team/react-jsonschema-form/59a8206e148474bea854bbb004f624143fbcbac8/packages/core/logo.png\" alt=\"Logo\" width=\"180\" height=\"120\">\n  </a>\n\n  <h3 align=\"center\">@rjsf/core</h3>\n\n  <p align=\"center\">\n  Core logic and classic Bootstrap 3 theme for <a href=\"https://github.com/rjsf-team/react-jsonschema-form/\"><code>react-jsonschema-form</code></a>.\n    <br />\n    <a href=\"https://rjsf-team.github.io/react-jsonschema-form/docs/\"><strong>Explore the docs »</strong></a>\n    <br />\n    <br />\n    <a href=\"https://rjsf-team.github.io/react-jsonschema-form/\">View Playground</a>\n    ·\n    <a href=\"https://github.com/rjsf-team/react-jsonschema-form/issues\">Report Bug</a>\n    ·\n    <a href=\"https://github.com/rjsf-team/react-jsonschema-form/issues\">Request Feature</a>\n  </p>\n</p>\n\n<!-- TABLE OF CONTENTS -->\n\n## Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [About The Project](#about-the-project)\n  - [Built With](#built-with)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Usage](#usage)\n- [Roadmap](#roadmap)\n- [Contributing](#contributing)\n- [Contact](#contact)\n\n<!-- ABOUT THE PROJECT -->\n\n## About The Project\n\nCore logic and classic Bootstrap 3 theme for `react-jsonschema-form`.\n\n[<img src=\"./screenshot.png\" alt=\"product-screenshot\" width=\"800\" />](https://rjsf-team.github.io/@rjsf/core)\n\n### Built With\n\n- [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form/)\n- [Bootstrap 3](https://getbootstrap.com/docs/3.3/)\n\n<!-- GETTING STARTED -->\n\n## Getting Started\n\n### Prerequisites\n\n- `Bootstrap 3`\n\nTo use the default Bootstrap 3 theme, add a Bootstrap 3 CSS tag to your HTML page:\n\n```html\n<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\" />\n```\n\n### Installation\n\n```sh\nnpm install @rjsf/core\n```\n\n## Usage\n\n```javascript\nimport Form from '@rjsf/core';\n```\n\n<!-- ROADMAP -->\n\n## Roadmap\n\nSee the general [open issues](https://github.com/rjsf-team/react-jsonschema-form/issues).\n\n<!-- CONTRIBUTING -->\n\n## Contributing\n\nRead our [contributors' guide](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing/) to get started.\n\n<!-- CONTACT -->\n\n## Contact\n\nrjsf team: [https://github.com/orgs/rjsf-team/people](https://github.com/orgs/rjsf-team/people)\n\nGitHub repository: [https://github.com/rjsf-team/react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form)\n\n<!-- MARKDOWN LINKS & IMAGES -->\n<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->\n\n[build-shield]: https://github.com/rjsf-team/react-jsonschema-form/workflows/CI/badge.svg\n[build-url]: https://github.com/rjsf-team/react-jsonschema-form/actions\n[contributors-shield]: https://img.shields.io/github/contributors/rjsf-team/react-jsonschema-form.svg\n[contributors-url]: https://github.com/rjsf-team/react-jsonschema-form/graphs/contributors\n[license-shield]: https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square\n[license-url]: https://choosealicense.com/licenses/apache-2.0/\n[npm-shield]: https://img.shields.io/npm/v/@rjsf/core/latest.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/@rjsf/core\n[npm-dl-shield]: https://img.shields.io/npm/dm/@rjsf/core.svg?style=flat-square\n[npm-dl-url]: https://www.npmjs.com/package/@rjsf/core\n[product-screenshot]: https://raw.githubusercontent.com/rjsf-team/react-jsonschema-form/59a8206e148474bea854bbb004f624143fbcbac8/packages/core/screenshot.png\n","readmeFilename":"README.md"}