{"_id":"adui","_rev":"277-162c4905a57f2b0e65b19ff9bd88152c","name":"adui","dist-tags":{"latest":"2.46.0"},"versions":{"0.0.1":{"name":"adui","version":"0.0.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.0.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f541213817cf87b1fc8447caca2a1b0986ed5580","tarball":"https://registry.npmjs.org/adui/-/adui-0.0.1.tgz","fileCount":444,"integrity":"sha512-oEiBmgJwGmJ0hOVR+v7+eP0jJI3eyFkHDySNGhjV8Zj8JuNgrHKCgw5J5ImT8cI+Lldz/Db0ah1rUmC8ECD5Cg==","signatures":[{"sig":"MEYCIQDWMkXFTWhVskftXLE39T9g542wuJ7BvaVckQBaAnXWqQIhAOXpBPpcpErRFp3umTlaysE+hy5apps1brbgX2W6iSoV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9743907,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOAgmCRA9TVsSAnZWagAAge0P/2dze3KmvBFSwsifO48W\nj+YWK5H3Nri6v2X6sE0EQfq5s1Z2qh0qNtOJjHFxzgLk9WgmSrUXLrGyVcWB\niEOIobbNReIRTwSu3UOzfUfJHqOPywTKvrXEhEvtK/8uTgf9KBOCQdiZpkm5\np3H/VZsj/9YhYJnLKV8MQwW7iBI9BSUyzeKQXbxjBuYcK+nJalrACDBlDbW3\n0qKUH+jcxsdY1FUhZ2RaUuP0rifwkFINo4X4OGpr2HzdgZtb8aRbXdBsUKEl\n10sttJNS9LM5WIzJzineF1N5MwPAFCX8yHOAx2xCLGztEW/zaFHCJsPDi5uJ\nab9lDfq/dUKYX4bg051FOaeBqen6nhU4Q/Q6/o8nCQ6O0BMnrDdbtSqn6JH1\nYhUq1MZ6beWujeLAewzVQp434r7byRYh97IDQVBd8g2Ep9unvCnRqbH4aF0+\nMJ0LuV4zV+24fLC97RE51bzpkyYm1FdqWQjWEI4vOMqrHnkLwoKWnjag5g7v\nCC7ZcRHqjBjR/MqdOqXB10KC+8cKz4BVYr9YVustjx5S988OGuZu/pKTsf8T\nGBVs6ysU93ycOqFrf53wScw0OBU14/Ko+xeV7T07tGNXwg51I1kvIZi5bD6z\nzd51KCyp80325+xbASBpoXzTRU4o380X3ko2ftvc8pePTLfvNhATz1cqt87L\nV6Hp\r\n=Fh/G\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"transform":{"^.+\\.js$":"babel-jest"},"moduleNameMapper":{".*\\.(css|less|scss)$":"identity-obj-proxy","\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":"<rootDir>/__mocks__/fileMock.js"},"snapshotSerializers":["enzyme-to-json/serializer"],"moduleFileExtensions":["js","jsx"],"setupTestFrameworkScriptFile":"<rootDir>/tests/setup.js"},"main":"lib/index.js","babel":{"presets":["react-app"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"05a974f71abf75ec6d753e45df58ffef1bfff196","scripts":{"dist":"jest && node scripts/generate-svg-icons.js && rimraf dist && mkdir dist && babel components/index.js --out-file dist/index.js --source-maps && cp components/css-vars-ponyfill.min.js dist/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map dist/css-vars-ponyfill.min.js.map && NODE_ENV=production webpack -p --config webpack.config.js","site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"jest && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && cp components/css-vars-ponyfill.min.js lib/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map lib/css-vars-ponyfill.min.js.map && babel components --out-dir lib --ignore 'components/**/*.test.js','components/css-vars-ponyfill.min.js','components/**/*.spec.js','components/**/*.md' --copy-files","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","lint-staged":"lint-staged","prepublishOnly":"jest && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && cp components/css-vars-ponyfill.min.js lib/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map lib/css-vars-ponyfill.min.js.map && babel components --out-dir lib --ignore 'components/**/*.test.js','components/css-vars-ponyfill.min.js','components/**/*.spec.js','components/**/*.md' --copy-files && rimraf dist && mkdir dist && babel components/index.js --out-file dist/index.js --source-maps && cp components/css-vars-ponyfill.min.js dist/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map dist/css-vars-ponyfill.min.js.map && NODE_ENV=production webpack -p --config webpack.config.js"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.4.1","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{js,jsx}":"eslint","components/**/*.{scss,css}":"stylelint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^15.6.2","rc-util":"^4.6.0","debounce":"^1.2.0","cleave.js":"^1.5.0","node-sass":"^4.11.0","rc-select":"^9.1.5","rc-slider":"^8.6.13","react-dom":"^15.6.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.8.3","rc-trigger":"^2.6.4","autoprefixer":"^9.5.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","object-assign":"4.1.1","rc-drawer-menu":"^1.1.0","rc-tree-select":"^2.9.1","rc-input-number":"^4.4.0","react-day-picker":"^7.3.0","css-vars-ponyfill":"^1.17.2","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","webpack":"3.12.0","delegate":"^3.2.0","fs-extra":"7.0.1","babel-cli":"^6.26.0","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","babel-core":"6.26.3","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"0.28.7","raw-loader":"^0.5.1","react-intl":"^2.4.0","url-loader":"0.6.2","webpackbar":"^3.1.5","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","react-docgen":"^2.21.0","style-loader":"^0.23.1","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^1.9.0","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","babel-standalone":"^6.26.0","standard-version":"^6.0.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^15.6.2","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^17.0.0","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.1.0","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","enzyme-adapter-react-15":"^1.3.1","eslint-config-react-app":"^2.1.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","sw-precache-webpack-plugin":"0.11.5","extract-text-webpack-plugin":"^4.0.0-beta.0","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@tencent/bisheng-hash-history":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.0.1_1563953189740_0.4434949819165188","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"adui","version":"0.0.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.0.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"0929f2ca34e852960bd1d32961f7c0a3eb795c63","tarball":"https://registry.npmjs.org/adui/-/adui-0.0.2.tgz","fileCount":476,"integrity":"sha512-qo6mjjVu5ujbNdeXblrPYDwKHkKFx/mogewkwroT5bEp1NUEGzP9NY8El0thctM8pgKA4XnUMzrbbCK3Yf8yvg==","signatures":[{"sig":"MEUCIQCf/B5KLhmxsnvHqTv/LuESHO90QSTAgWsrjC8hfjpIwwIgO/9JEZpR90XWMWbkNyUJxAeyEtVe89Ksa6LDltcmwdo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1613969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOlx8CRA9TVsSAnZWagAAkzYP/21qOq0Z3CdmCTQNy9GY\n/jhRzugHl5McxSfeuNZt5Ud18yb47Re87LjEJdUNz0lJC9+H4zEdpCueBot5\nTG0wRaqp4XVaH/2nVQeB715jYHb/sar2+tZvhPiZXgWM8lj0QoSPmjY9KorM\nMoY5l9uJ/aJ6zdskWv9QI8de+opZZh5J8tYp7/zqpMCT48uLY3LQYw6MKKga\n3kBYEMp/p4FP7QWftkKEu0cqX4I/UmWV6ggpvXQ12KHs+2b4TBGGgdcmq1E1\nPY8naie/hkV5oFIn7WwnkbpiFDDypcufKoZdbKg8MkRnnwV9jQoqdm1niFt+\n/bGzgrRzMuVZwzKpgKQglcofXDxBvNfgVnv7qGGvb20PCA/kyikSMZ7wpEo+\nZqZ+F5RY+GjkSYPhasfWRWqAwZzAx4s/wvKfLQMFAqKHlUaGdiHVvHcT2waK\nng1D+4cdvEGlazuHUJ/KSxdguO3yBsqBwrwfwb2WLpAh6zRDwJ1oVDEhcH2b\nrAqfNRCn1nkXVX91CNwo2AhH5ahrd5MDZu6RL75kgqR4DVlrfFgks8vIS5VV\nR5A5nkQFgK56q7Pl/N60e6pye7Yu8yXzP3n29YWp61a4LkHYHe3rN8PTEJN+\nG2Ki9daKFEt2eMTIo9h6fRy2QbOTLTbqHSzEmESdQ0vnl2GT8m7pLIEhf1//\nebMM\r\n=N099\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"transform":{"^.+\\.js$":"babel-jest"},"moduleNameMapper":{".*\\.(css|less|scss)$":"identity-obj-proxy","\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":"<rootDir>/__mocks__/fileMock.js"},"snapshotSerializers":["enzyme-to-json/serializer"],"moduleFileExtensions":["js","jsx"],"setupTestFrameworkScriptFile":"<rootDir>/tests/setup.js"},"main":"lib/index.js","babel":{"presets":["react-app"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"c4eee7e11e17aa5f3d058846bc08aad3f1e756f3","scripts":{"dist":"jest && node scripts/generate-svg-icons.js && rimraf dist && mkdir dist && babel components/index.js --out-file dist/index.js --source-maps && cp components/css-vars-ponyfill.min.js dist/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map dist/css-vars-ponyfill.min.js.map && NODE_ENV=production webpack -p --config webpack.config.js","site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"jest && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && cp components/css-vars-ponyfill.min.js lib/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map lib/css-vars-ponyfill.min.js.map && babel components --out-dir lib --ignore 'components/**/*.test.js','components/css-vars-ponyfill.min.js','components/**/*.spec.js','components/**/*.md' --copy-files && NODE_ENV=production webpack -p --config webpack.config.js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","lint-staged":"lint-staged","prepublishOnly":"jest && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && cp components/css-vars-ponyfill.min.js lib/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map lib/css-vars-ponyfill.min.js.map && babel components --out-dir lib --ignore 'components/**/*.test.js','components/css-vars-ponyfill.min.js','components/**/*.spec.js','components/**/*.md' --copy-files && NODE_ENV=production webpack -p --config webpack.config.js && node scripts/build.js"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.4.1","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{js,jsx}":"eslint","components/**/*.{scss,css}":"stylelint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^15.6.2","rc-util":"^4.6.0","debounce":"^1.2.0","cleave.js":"^1.5.0","node-sass":"^4.11.0","rc-select":"^9.1.5","rc-slider":"^8.6.13","react-dom":"^15.6.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.8.3","rc-trigger":"^2.6.4","autoprefixer":"^9.5.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","object-assign":"4.1.1","rc-drawer-menu":"^1.1.0","rc-tree-select":"^2.9.1","rc-input-number":"^4.4.0","react-day-picker":"^7.3.0","css-vars-ponyfill":"^1.17.2","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","webpack":"3.12.0","delegate":"^3.2.0","fs-extra":"7.0.1","babel-cli":"^6.26.0","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","babel-core":"6.26.3","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"0.28.7","raw-loader":"^0.5.1","react-intl":"^2.4.0","url-loader":"0.6.2","webpackbar":"^3.1.5","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","react-docgen":"^2.21.0","style-loader":"^0.23.1","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^1.9.0","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","babel-standalone":"^6.26.0","standard-version":"^6.0.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^15.6.2","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^17.0.0","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.1.0","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","enzyme-adapter-react-15":"^1.3.1","eslint-config-react-app":"^2.1.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","sw-precache-webpack-plugin":"0.11.5","extract-text-webpack-plugin":"^3.0.2","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@tencent/bisheng-hash-history":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.0.2_1564105850823_0.2628311897576636","host":"s3://npm-registry-packages"}},"0.0.3":{"name":"adui","version":"0.0.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.0.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b80c57264e31786f7334fc43bb3ae7c4fdead954","tarball":"https://registry.npmjs.org/adui/-/adui-0.0.3.tgz","fileCount":472,"integrity":"sha512-JQANzA5cliAzOtT6vEM/JB38OSMqyGUiR0bFYos4LHhnKEp5Rnc0QX4pSyup7QrV7mHtTP7CkDMbPJDaSljjlw==","signatures":[{"sig":"MEUCIEQEW3KiBqiowUvKO5W9sgwFzL180u7sFu3HCG1z28UJAiEApx5HJUGyOk0EVOJucCdacUD9l905cbCK/KdsnSFFLis=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1487162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOqg6CRA9TVsSAnZWagAAjWQQAIpOIK72Cbu5+PSGpbSP\nZTyLOP3SelQf+dxg/8Junxhxla10UB0Hf2Lg/zpvvO4K9FSS1zMxsBA0J101\ncZMGJu9TW0gSKpDXLl1g4MX8XwExVqMom1OTPMiH5+zjr6LzFWLdZhxdhWpS\nLmwn/q4y5Hs6F6g+I1wBR0guTFm4ceh439fkRtQK5iIxXRAdxSq7ex97T9dZ\n/EN0JbLqBajwJ4Jhr+VItIvfKb7jYud8mDcjUoZTUnPW5ZAI6h4mVhahj6fp\nVuVPE4jSqGJOMGxSz9rLIDx6PWOlbws9ioEMRBcLY+U2iVQPJ7iHXBmpUGdz\nerwzUINHPU2b+3coV37bjL/kmtQUfPQrkGZ/67n7LwLbjDntUztXrKU6tx1g\n6+mmQTVQJQYHYzZghfCYgt0HMWauqnXM5YmQ1PpOVyif4IfjmiBQxgZtiAIv\ng4QQL+Juy7IJeGDoqfV1hxH1ac9NQe3idxu3JI8kf3503YusAeJ0RsXMzM86\np+Lu9E+tA5DOgEB+na0RWekANldiYpoxhs44fEN+s34lcmZr7jhhfXWwbRH0\nb3K9Qfqt7kyud75jFju6Q3XAJqIEs4XXliS7FRNdvncmAce4PMIk+bLjSdA4\nu1uJGS/UCbguoOY/njbTesDj/2h9ck5GthMWCe8Lzu0p7cdR5IEKZVBO5sOL\n7Ihd\r\n=xl/i\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"transform":{"^.+\\.js$":"babel-jest"},"moduleNameMapper":{".*\\.(css|less|scss)$":"identity-obj-proxy","\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":"<rootDir>/__mocks__/fileMock.js"},"snapshotSerializers":["enzyme-to-json/serializer"],"moduleFileExtensions":["js","jsx"],"setupTestFrameworkScriptFile":"<rootDir>/tests/setup.js"},"main":"lib/index.js","babel":{"presets":["react-app"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"d570a82ca94f40a3ffa555c3903791a8fbf87e73","scripts":{"dist":"jest && node scripts/generate-svg-icons.js && rimraf dist && mkdir dist && babel components/index.js --out-file dist/index.js --source-maps && cp components/css-vars-ponyfill.min.js dist/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map dist/css-vars-ponyfill.min.js.map && NODE_ENV=production webpack -p --config webpack.config.js","site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"jest && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && cp components/css-vars-ponyfill.min.js lib/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map lib/css-vars-ponyfill.min.js.map && babel components --out-dir lib --ignore 'components/**/*.test.js','components/css-vars-ponyfill.min.js','components/**/*.spec.js','components/**/*.md' --copy-files && NODE_ENV=production webpack -p --config webpack.config.js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","lint-staged":"lint-staged","prepublishOnly":"jest && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && cp components/css-vars-ponyfill.min.js lib/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map lib/css-vars-ponyfill.min.js.map && babel components --out-dir lib --ignore 'components/**/*.test.js','components/css-vars-ponyfill.min.js','components/**/*.spec.js','components/**/*.md' --copy-files && NODE_ENV=production webpack -p --config webpack.config.js && node scripts/build.js"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.4.1","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{js,jsx}":"eslint","components/**/*.{scss,css}":"stylelint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^15.6.2","rc-util":"^4.6.0","debounce":"^1.2.0","cleave.js":"^1.5.0","node-sass":"^4.11.0","rc-select":"^9.1.5","rc-slider":"^8.6.13","react-dom":"^15.6.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.8.3","rc-trigger":"^2.6.4","autoprefixer":"^9.5.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","object-assign":"4.1.1","rc-drawer-menu":"^1.1.0","rc-tree-select":"^2.9.1","rc-input-number":"^4.4.0","react-day-picker":"^7.3.0","css-vars-ponyfill":"^1.17.2","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","webpack":"3.12.0","delegate":"^3.2.0","fs-extra":"7.0.1","babel-cli":"^6.26.0","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","babel-core":"6.26.3","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"0.28.7","raw-loader":"^0.5.1","react-intl":"^2.4.0","url-loader":"0.6.2","webpackbar":"^3.1.5","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","react-docgen":"^2.21.0","style-loader":"^0.23.1","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^1.9.0","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","babel-standalone":"^6.26.0","standard-version":"^6.0.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^15.6.2","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^17.0.0","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.1.0","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","enzyme-adapter-react-15":"^1.3.1","eslint-config-react-app":"^2.1.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","sw-precache-webpack-plugin":"0.11.5","extract-text-webpack-plugin":"^3.0.2","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@tencent/bisheng-hash-history":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.0.3_1564125241395_0.25212886071596796","host":"s3://npm-registry-packages"}},"0.0.4":{"name":"adui","version":"0.0.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.0.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"6a9057f68b8545a86eb4fd555f4d1bbbc85960b3","tarball":"https://registry.npmjs.org/adui/-/adui-0.0.4.tgz","fileCount":474,"integrity":"sha512-loVEZngCqOoBOfVHc81N1tvDQGlXe8IKZGU+HgbVdvs3op7UM3l/g1OYSaR2k3HRN9IkkVjgPAI3oMw2AK9tWA==","signatures":[{"sig":"MEUCIQCgHxedvQjwfdTdPt1MSgtppHqhyZZfTRNsuai1KLbifAIgUw/lbYOSZfSpsnfeiUL1YrLHba8WC4/9j7ac4uCOeG0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1508105,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQPsXCRA9TVsSAnZWagAARU0P/jyMAsX5LALwR50DHgCG\nPou6qxFsLTqosml8kJJmAFIzgWFaMyIi5tsRzShPFrwGLHY8Kuaj287V9Qp5\n1+nxQ+h8+d+/k8TechbMlzX2yVioajncp+GqD6wsnNEppkgsnC808X8WHJbK\nLIS1JRWXUOO1/dgiDM2kZUrMgKYddImjJvq6GLrbtg1kG5knVm9H/q0P75gM\n4NzvIiWYRH6OP2SVKfSt4viIehEBRP4Yu0CbxFj41H0B4851wKd/vWEIVd6Z\ne4bz/ZQ96ik4qjFSZMwqTbgBMaKQV5b85ctzyU5mST55RICwJXGOv/txpx3o\no8ryxe0OA/3bi0F73sb/iXO02xH7xdHN1VEnDo7F1eRMjVfER7xBOhQ40Fg0\nJyOSiiHW5TaKR6anipSzY3AEMqxUA2xi8nJy6mqmDoMuhnxYLGXo24oxDuHh\nNFjupB6wEWRdC7UdnIQR41S5h+WGO3tLHd2fbOPJyPtzCH616B8RHb1LBepw\nPUP6BucTU1bT4cIllKWhDUaPx9bpT2QM1SjNYeie9Gvouqrwlrw470HXD4f/\n93N2WfbkTNBDV4uTN/vv82XKrOzYsq4fWHCQ4jbbioWBz13yEl5khrJ9VR4r\nB2lYL5oEYRky/EV60kL5EWu6V1qK4QoCpAs4RVttajzt967QcrtdADOo5O1d\nH5Da\r\n=ttt1\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"transform":{"^.+\\.js$":"babel-jest"},"moduleNameMapper":{".*\\.(css|less|scss)$":"identity-obj-proxy","\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":"<rootDir>/__mocks__/fileMock.js"},"snapshotSerializers":["enzyme-to-json/serializer"],"moduleFileExtensions":["js","jsx"],"setupTestFrameworkScriptFile":"<rootDir>/tests/setup.js"},"main":"lib/index.js","babel":{"presets":["react-app"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"290450451b8a3b6c3858f6f0119a882ab8e4ac77","scripts":{"dist":"jest && node scripts/generate-svg-icons.js && rimraf dist && mkdir dist && babel components/index.js --out-file dist/index.js --source-maps && cp components/css-vars-ponyfill.min.js dist/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map dist/css-vars-ponyfill.min.js.map && NODE_ENV=production webpack -p --config webpack.config.js","site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"jest && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && cp components/css-vars-ponyfill.min.js lib/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map lib/css-vars-ponyfill.min.js.map && babel components --out-dir lib --ignore 'components/**/*.test.js','components/css-vars-ponyfill.min.js','components/**/*.spec.js','components/**/*.md' --copy-files && NODE_ENV=production webpack -p --config webpack.config.js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","lint-staged":"lint-staged","prepublishOnly":"jest && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && cp components/css-vars-ponyfill.min.js lib/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map lib/css-vars-ponyfill.min.js.map && babel components --out-dir lib --ignore 'components/**/*.test.js','components/css-vars-ponyfill.min.js','components/**/*.spec.js','components/**/*.md' --copy-files && NODE_ENV=production webpack -p --config webpack.config.js && node scripts/build.js"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.4.1","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{js,jsx}":"eslint","components/**/*.{scss,css}":"stylelint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^15.6.2","rc-util":"^4.6.0","debounce":"^1.2.0","cleave.js":"^1.5.0","node-sass":"^4.11.0","rc-select":"^9.1.5","rc-slider":"^8.6.13","react-dom":"^15.6.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.8.3","rc-trigger":"^2.6.4","autoprefixer":"^9.5.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","object-assign":"4.1.1","rc-drawer-menu":"^1.1.0","rc-tree-select":"^2.9.1","rc-input-number":"^4.4.0","react-day-picker":"^7.3.0","css-vars-ponyfill":"^1.17.2","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","webpack":"3.12.0","delegate":"^3.2.0","fs-extra":"7.0.1","babel-cli":"^6.26.0","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","babel-core":"6.26.3","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"0.28.7","raw-loader":"^0.5.1","react-intl":"^2.4.0","url-loader":"0.6.2","webpackbar":"^3.1.5","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","react-docgen":"^2.21.0","style-loader":"^0.23.1","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^1.9.0","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","babel-standalone":"^6.26.0","standard-version":"^6.0.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^15.6.2","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^17.0.0","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.1.0","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","enzyme-adapter-react-15":"^1.3.1","eslint-config-react-app":"^2.1.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","sw-precache-webpack-plugin":"0.11.5","extract-text-webpack-plugin":"^3.0.2","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@tencent/bisheng-hash-history":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.0.4_1564539670405_0.9164162238958775","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"adui","version":"0.1.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.1.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"95f3f2e376d55f6be7d3456b2fc7c29d2d4a5c6e","tarball":"https://registry.npmjs.org/adui/-/adui-0.1.0.tgz","fileCount":477,"integrity":"sha512-E+N4vEggkSWzdLQ6uw5Dn3cACHFXx3EXuLgwZQXCX/RnF1zujrDOUd6n3HhKHdG7oUfCJ6mATmIN+5c+ZUiasg==","signatures":[{"sig":"MEUCIQCZFHX3DsEY0k43nn7zL8lJobBraCxrD2PvPN64WFlhKwIgSPCfX2xaSxrXS6nH0EhGtd/TO7uPP4swCPHr8/flewo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1541824,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdS9Q1CRA9TVsSAnZWagAAIloP/iMbI4oLVpIgbz4V0T9q\n3OVr0HFHIoxalU3e6A2eiNpLyed9InrzOeGfLfSHaoFIR938t0iOmGLLz1dh\n9OGP+wfpUm4QQMlXh9mMvqqpE5EeWC+ek4BDhftf1Sq77iWWx+3ue4b7qc7c\n+RXEu52q1ZMfg1eSXFvKtud1sv/sCdll1K4jnh4pgRXDdc36V86BH4AwgTwq\nkJOjVoqsf1EgkB9mlrZXnYhj48F6fobn8DlFVIWUAZYSrZCVvSOfgXnfi8Yl\nfawWKzZ3UkADus+9+PCRK9oovHtt30vsu8GRNEIRGaUFeMPLwiqiDAmTMqxr\nNoajri3ExnT/LYYEO1KenwXYf2dp2nWONVPV7cfz9gLacs6XjD10VLcxNMsA\n8cJMH1wbB31rQfHf1lBLafkRdbf7zwVYTPn0UJfDXg/Lvg0DFTiPrN0Jhzw7\nugeGF5ZT4hUHSqUQHLO39Diwu4NiewDHLcDeaYEl4b5v68NYazRNaFd0Vrpf\nvsNxnQy+c7SyZHJVntzIgbyJhshOgqFSf1WJwNlrBIrNddhPo05gdEgFq35W\n1pdYv833/9rKx7Jwm9HEqYu0AtPsG1BYWCNAcckLhNAv/E+1WEJ87Bqam2FU\ncE9D0NGJM8qHRKeXNmrepli1KWFMzYPjNarikIyeYQ53ph1wZMmTY4i+0vpq\nYC76\r\n=fShT\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"transform":{"^.+\\.js$":"babel-jest"},"moduleNameMapper":{".*\\.(css|less|scss)$":"identity-obj-proxy","\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":"<rootDir>/__mocks__/fileMock.js"},"snapshotSerializers":["enzyme-to-json/serializer"],"moduleFileExtensions":["js","jsx"],"setupTestFrameworkScriptFile":"<rootDir>/tests/setup.js"},"main":"lib/index.js","babel":{"presets":["react-app"]},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"a6c72e7805dadaba46ee59c72e89924a4a03ede2","scripts":{"dist":"jest && node scripts/generate-svg-icons.js && rimraf dist && mkdir dist && babel components/index.js --out-file dist/index.js --source-maps && cp components/css-vars-ponyfill.min.js dist/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map dist/css-vars-ponyfill.min.js.map && NODE_ENV=production webpack -p --config webpack.config.js","site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"jest && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && cp components/css-vars-ponyfill.min.js lib/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map lib/css-vars-ponyfill.min.js.map && babel components --out-dir lib --ignore 'components/**/*.test.js','components/css-vars-ponyfill.min.js','components/**/*.spec.js','components/**/*.md' --copy-files && NODE_ENV=production webpack -p --config webpack.config.js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","lint-staged":"lint-staged","prepublishOnly":"jest && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && cp components/css-vars-ponyfill.min.js lib/css-vars-ponyfill.min.js && cp components/css-vars-ponyfill.min.js.map lib/css-vars-ponyfill.min.js.map && babel components --out-dir lib --ignore 'components/**/*.test.js','components/css-vars-ponyfill.min.js','components/**/*.spec.js','components/**/*.md' --copy-files && NODE_ENV=production webpack -p --config webpack.config.js && node scripts/build.js"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.4.1","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{js,jsx}":"eslint","components/**/*.{scss,css}":"stylelint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.6.0","debounce":"^1.2.0","cleave.js":"^1.5.0","rc-select":"^9.1.5","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.8.3","rc-trigger":"^2.6.4","shallowequal":"^1.1.0","css-animation":"^1.5.0","object-assign":"4.1.1","rc-drawer-menu":"^1.1.0","rc-tree-select":"^2.9.1","rc-input-number":"^4.4.0","react-day-picker":"^7.3.0","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","webpack":"3.12.0","delegate":"^3.2.0","fs-extra":"7.0.1","babel-cli":"^6.26.0","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","babel-core":"6.26.3","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"0.28.7","raw-loader":"^0.5.1","react-intl":"^2.4.0","url-loader":"0.6.2","webpackbar":"^3.1.5","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^2.21.0","style-loader":"^0.23.1","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^1.9.0","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","babel-standalone":"^6.26.0","standard-version":"^6.0.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.8.6","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^17.0.0","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.1.0","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","sw-precache-webpack-plugin":"0.11.5","extract-text-webpack-plugin":"^3.0.2","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@tencent/bisheng-hash-history":"0.1.0","case-sensitive-paths-webpack-plugin":"2.1.1"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.1.0_1565250613000_0.8243455994963691","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"adui","version":"0.3.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.3.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b7ab5bcec78cb7c8b6eb60911e7a6afb541b3861","tarball":"https://registry.npmjs.org/adui/-/adui-0.3.0.tgz","fileCount":351,"integrity":"sha512-L9VOZZWgTgTFdBQzikPjA8qZSiBif+rZHCNqzBV2GyHnfwK2FdJExLcfHfAk1REY/ynM2+1ImHkDEht2PK6zdw==","signatures":[{"sig":"MEQCIAjPdlfPYzwlhayQ8clf5+R1fGlfLI+SIbZ1y6pHpVz5AiBoQ4puUaLqLcGkS85LwpqAYgTScQbB3iPebM4RCnONsQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2429497,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYU7kCRA9TVsSAnZWagAArjEP/1QkIb1ojPEtblm+ExvY\nXESWvHffUr8TPK4183tXRZObkFu8QPeKVoycc1FltYUHEONjJuzX4qRLt4AP\n8PWXZkH38e3bx6C+cIPxsU+CLiP+7rwbxTOMh8V5Qvu86VxYIu3PqIT0M9PR\nJpd1oCj/c93OVNbyAhMJb1z7o9/wE5uI4whRZny10Yj+ecbnYEC93a0EKutO\n9IrawBmqfqS1qXHrvPoFz1w1w8xfCOVTODYX2uBkE8S38fJ+JGqN6UbbO5cT\ny3iJPDkKtjw2QJ5DMjyu/HLR4EDHKrWkna/4PYqBNoYbHSuw6xBkUf2ZlECV\nWdcNA9tSSalFMjD4zAZr77EmsE3tX9aGnEasSTizrZmw+DNY68L1TLPw7/Mi\nh4CnK21yESpsJB+JDTsxvPTvFlfjiuM5ySp79/AHqdas0TkTL5vkvw23lt3L\nJXSxWAphqB+0hO1y7LLrmiHamkGc0ZVBGhGdHJdcu66g0SUcLEsTwfMDqgEl\na0pK3E+5wC5LSwcfHBTlYGRjziXmSyNCTxFdPmBbwuAEqtD7UpCRJurzCJ6O\nV7bJdSs9RojuXbvXgXKSRxiDa+X35sak24XedD0YE75+AzcOLDcOf2xNvmre\nRs+gwD2BRqhIDsGwC7zNPKh8BAn93Ufci6S8DvaaXP0D2Of+xe/gecsWZUsU\nWdPV\r\n=cofE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"bd5d279b740fee59d7fe75122ffb26a0d9636f0a","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && node scripts/build.js && npm run compile:types && npm run compile:js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && node scripts/build.js && npm run compile:types && npm run compile:js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.6.0","debounce":"^1.2.0","cleave.js":"^1.5.0","rc-select":"^9.1.5","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.8.3","rc-trigger":"^2.6.4","shallowequal":"^1.1.0","css-animation":"^1.5.0","object-assign":"4.1.1","rc-drawer-menu":"^1.1.0","rc-tree-select":"^2.9.1","rc-input-number":"^4.4.0","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","regenerator-runtime":"^0.13.3","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-cnpmore":"^7.0.0-bridge.0","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","tslint-eslint-rules":"^5.4.0","@babel/preset-es2015":"^7.0.0-beta.53","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@tencent/bisheng-hash-history":"0.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.3.0_1566658275741_0.052518653051115693","host":"s3://npm-registry-packages"}},"0.3.1":{"name":"adui","version":"0.3.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.3.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"0b7773592251e1747f338150734da65217cca47f","tarball":"https://registry.npmjs.org/adui/-/adui-0.3.1.tgz","fileCount":351,"integrity":"sha512-93HSKR5nppvUJymPkXpHBQIQUeDCUu559/oBMebTOLbH9injhTsN1gGfxSUM4GVZwADT4tC3GiN/A2eKWnyV3A==","signatures":[{"sig":"MEQCIGehfNeuVR4/bbl+RSce407IdtqNgQ1JQITPVM5nUPWlAiB+MJMa755UfrQX/WzVNZKcpW1QQl6IRoNX56hvLY0GLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2429601,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYVTqCRA9TVsSAnZWagAAbqsP/0GbLBenAxVMt25aNDPo\nnBYVstPsACgqVU3HBDdE8VDyCk6ybqq0Irf/WWLigL/sf/r+wnaYZJbWqiSw\n15lfHWJ03KZmr5o9Zw2nJiE9RziodAg4z+vL75D0CPmIQey1Zn2klcOCLycX\n2MaMhlJuTk1MmHAyEGCl7e4qmjRyN4rtY+c4Wy2cyVcHJIMBi84toq/3S+T0\nnU9ozlSVA/dP/Bxc0wSHMUjbUp5/LGH2hRlnFC1X/+FhqGCsVOV7HEgLy4Y3\nN5X5TaUOGgPK7wckF6X2D9Zhbj12yquhd+rkPFHtYNuJedvBq99d4VFdcQJI\ngujj/auresetofqznCuUXGgMXT6s3C/VpXWW9CJ/nbs0BMgjciSGaa3sFDVE\nHZ5OC2fwQRF1i9RZnqFX6LIqgOO95b0nuAg1RzUOqNe71vWXSQGW5YJCzhDu\nsT9htwZ5J4hxbfuN3Ck3HYkdH8FCHW9HZ9Kmi+Pb8QKJiKstjY4rpsS2OV6A\n8oOT+3DmfZmMpCh6VJJ94TybADdt+1rQIncO86He8cA3O13fkFVzXBZA0a//\nG14d7hglbv48XNvIbgWJOKcB38a0pHEGcchDwsAv2UpWWKsKuAgWu4izBSiR\nFLRGasRQdNfojgVPt5x41NNYIOzfTJV/kMuazGz5ob3atUFtz9WmmaTahcim\nOy48\r\n=UnOv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"607d8542296e3012e5c9fb2f7fb5dc3263f69eb8","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.6.0","debounce":"^1.2.0","cleave.js":"^1.5.0","rc-select":"^9.1.5","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.8.3","rc-trigger":"^2.6.4","shallowequal":"^1.1.0","css-animation":"^1.5.0","object-assign":"4.1.1","rc-drawer-menu":"^1.1.0","rc-tree-select":"^2.9.1","rc-input-number":"^4.4.0","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","regenerator-runtime":"^0.13.3","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-cnpmore":"^7.0.0-bridge.0","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","tslint-eslint-rules":"^5.4.0","@babel/preset-es2015":"^7.0.0-beta.53","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@tencent/bisheng-hash-history":"0.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.3.1_1566659817248_0.14434311082729612","host":"s3://npm-registry-packages"}},"0.3.2":{"name":"adui","version":"0.3.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.3.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"4e3c124d67b3d905c4a74faa30e216f13d8bdc52","tarball":"https://registry.npmjs.org/adui/-/adui-0.3.2.tgz","fileCount":351,"integrity":"sha512-i+CRZGw2Jy6+mCna6rxv9haZI+B7rSdkO3uUPY5aFr4ZfiKRkLFou9YhUE2rxo7mxmKUu2h8QKGtDX96hzeWkw==","signatures":[{"sig":"MEYCIQD+v+ZM382drcDlDdSoybQuiioCxEpvQxPg7oxl4J12twIhAPi6+PLqSuXpTSodMK4bVYmfLdHGyNk973QMcSa6ZKXe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2617443,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYVujCRA9TVsSAnZWagAAE1UQAITyCnjVv4hhEepVTiQ3\n1Y5CasrIoiskejOWW2v692AQt/AVA271E143JkGLgj85cElIoM53fK/IZ5QB\nprMWM1XI5PUbtnBMLOgegdKSf+J/kXWnsPuMp0t7KgaFKjhHJKwcK/cJwcVy\nsd7DTj42K+nBV0cmHJg2iTAiE4e32XRNoCAwDWPfZLKuJYh+6TwDgP2d/LVO\nl9L3DgyVmUxUwJVj5jeiBa4cjidMweb2QHltvEfYTUvEbqDe3N7ACnm9x5dx\n2i1b0KHBoUHLkSq6H0Pxv1lnWZjEvAYKWyhkelmCf96Z33aWUz/xXtrQLiGf\nHk/ZogsLwjIlvKfC6D5fw85c78BkNlBD7bRwPF65Q327yY0BBu4F//CiXMGK\npCLX+mrntuSyA+MbJvowryZo1+UKZLA8ZutrM4RbT7VWp2o2ydTIX7M9HTOK\nZiU5FrvWqyoP7CCdne52AMXElNARF9a+1daU8Dm2V33mvtOVFiRfO/IZUH9b\nxxgbeOu+Zxz2BNR/8oLByFI2LvhDNxyPs5ufHLRZnYTX4bfLqInyxTb6yx7Q\nBcgRpkRdnMiUXr8J1X1WwawHg2HyXHlx1+mRX1A3ohxZ7U6KTjezE5fkQpWI\nUIj1tqn75aLqnJSgw3OnTOb2BOO5wEKwISf/j7r3s2JETJ6Or2l8OznKWLGU\nqUhd\r\n=IwWb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"9a473828585de1eda819e0d884be6921521fa8e4","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.6.0","debounce":"^1.2.0","cleave.js":"^1.5.0","rc-select":"^9.1.5","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.8.3","rc-trigger":"^2.6.4","shallowequal":"^1.1.0","css-animation":"^1.5.0","object-assign":"4.1.1","rc-drawer-menu":"^1.1.0","rc-tree-select":"^2.9.1","rc-input-number":"^4.4.0","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","regenerator-runtime":"^0.13.3","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-cnpmore":"^7.0.0-bridge.0","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","@babel/runtime":"^7.5.5","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.3.2_1566661538828_0.5766589230905623","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"adui","version":"0.4.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.4.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"943b5b1092437885caff96e0441b5bf85b0e936a","tarball":"https://registry.npmjs.org/adui/-/adui-0.4.0.tgz","fileCount":362,"integrity":"sha512-Ukp7E2e1PbSeOwbqbgUKTmZHOYo+ND5yVhsN1La+ZBjYXw39epI2TRjk2seaQbTV22T5NRn+mHvhfdtopFg4Kw==","signatures":[{"sig":"MEQCIERR4N1Onc7DPdGcu5dlNvMZY2IKQQSQcin+Od8SmdXhAiAMYtErrdIR6es7kXgkqjU6bMLJW7/4Vgw04YdpuP5nsA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2784747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJda6KSCRA9TVsSAnZWagAA1aAP/2bFSosBIWAtB4+qvNkT\n+RKG26QBp4XvU5NLQFKZLSRDc4qPwamdrAzxyqfC5Ae2vSnKgsWY448i4AjT\n8YJv7wBaZRTVZXMgdLHcIvqGjdVta9b0r/4tJSWmI9nuR6vNIRrVtN1Gm8yK\nV+C8cgBpQRn2vRkjxK9d/6WuDPHwhy6WYd2psD4173HNmNCQIVSS/xj1+XmX\nSiK53CLvwM2DtsitaGr/RI0/FqpGVq2ME1UTlR796wQQeaNKR4zk3vgOL6Jw\nAn8McATyInulj4MuI3J5JbM/2S4YdKodHDehcIPZtgq8bSAHvyseK+AV1zrp\nVPyImgBgkP65W1FSNOsq+uW/cyi1BtoDz7EvyPYKl96NVaEy1ZigGLvqhcTO\nMeO16W0/yQRj0MadZI1BlCB+LtPU8D5nhtVG7HmSv303UfXa4C6xeh41AN8W\nGABFUScmQ1gnOI68n5+SrvEVXn7T2lISYGlooK6kFJOCMoLpjZRuqERBL3KV\n9X68U0NR3J/SfHU92CPR1VGF+1rpUtU224P/vAZpYPA64MFAzqjH+WgItMPL\nIDvKq0DjuHbmSV0ZzC5ToVDQ6JzbVArOXv5rgbhw0YZWm0ELf+beM0JPWt8d\nT7fJDdqG8tl3i+9veWW/b1Q4V53SYI4borwMlujIVZrcUwWmpaNjhY1PAvFS\nNL9/\r\n=mcQ3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"b827a300ae54c5dfec5fc7127948f9f95cdbbf82","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.11.0","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.9.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","rc-input-number":"^4.5.0","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","async":"^3.1.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","@babel/runtime":"^7.5.5","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.4.0_1567335058025_0.8308191241599989","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"adui","version":"0.5.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.5.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"069dadaf8e466bff64c076b148e0ac3b43094689","tarball":"https://registry.npmjs.org/adui/-/adui-0.5.0.tgz","fileCount":372,"integrity":"sha512-wcJZrgCjf7D+0kSKBr87j+cHJa4xjuWOcnbgPdosSLi2QEO7U1NElZWxK0S5w/biAKxVB3u1LJkfe/W5QA/OFA==","signatures":[{"sig":"MEYCIQDWTYcCsGvxLpy/xJrSDs2/9p21xUTtmGw8Q4SvCofiJgIhAKHrMG3H4mB5P8l0qIRHXyYeH+xQLGaS0xXrDKfPZMpv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2860573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdd1BpCRA9TVsSAnZWagAAzrsP/17gLupCUtwHG3uv8B0X\n0R2gc3jEAqzsVVxXwk38xfiu8cbDtX0vYRu+QQ2ONSXZkMQIOC18IX4ajsch\nb+UoXjrZE9/TwlyiLDW/Z12+dcfbpikbtu4VKJez/BPiwn57xO5LnM4nIPwJ\nuGntOoxwDCLNNS1QxGXNBAshAGzVLmdMzAydkapnV3QErET5Tt5cWooBKgkb\nONvD28bFiJxVZM2tRXf4yw9ELCTIBjsaF0S12+DRTPakSvDDgeFVnj5MkBGl\nyfoLJtTEGxzirOJUGA8Ryn+ZjdkC7nor3pJuMoUFKaBR01KpMmcixCkPvTP0\nYo7Ts2gdQhjXtBEJPK/XC8XBjAP3hHsecZa+7sl5p6kyD500gpb6v3R+1ocl\n/xMKyJhVywWH0p0y3I9To+RLkGoV54JgRgPUMnf81AG4HZxQ5Uj4A0S/5u06\nfhlfdlqu6Dy7fnFl7njrnoLRXV6BWCV9nlD4l39IWXqeXV+jInwKev/dRccD\nO4pfYS9Tpcpe1NzWjUCJ8cJwulnz+t97JkWc3TYOh098E3oGZI0Mn8P5Qfsd\no4NXvdsX6+b2W1GOmvW+0+T8GUCQufPTtvyraf8x8RKr90r3t7m/U6VujEDZ\no6adD40YtC9n71Bi3RJrUzqY3RNeSvafuYt3ngGHES3V5rI0Z9EUU6Cctu7J\nhJ99\r\n=NJG/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"f9066a8084435ec575ad708d4646f6fda9e80893","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.11.0","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.9.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","async":"^3.1.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","@babel/runtime":"^7.5.5","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.5.0_1568100456454_0.4734270356506096","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"adui","version":"0.6.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.6.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"1b758f569756da1affebe98c63f9a1ab75624353","tarball":"https://registry.npmjs.org/adui/-/adui-0.6.0.tgz","fileCount":372,"integrity":"sha512-v7HQ8ibmHgoce5rbLLJTh3z7XCu3bD8F8Ea90N7hMLIrIvphLlJUHp7vFjgA831tZtr0vGLpkx+JvIvndkTRWg==","signatures":[{"sig":"MEQCIBsZMXKs8PPK47e3CFobhtVJsBMfJEcYjqHdeypmXcI7AiA7znP+81zudIeJaQHph8938YJbKpHCzXTEcH5O9WA4jA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2865538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgEIoCRA9TVsSAnZWagAAig0P/2zvvEBwGa5RqttFmbBJ\n2Zfb/ESLtSVKQa9SehCSKLniU3cMM6beYRwvtU+PWJOzc8GWHehEc64KxPbK\nWmvdnX9EHltAEA3fwlV2MZ6hk9vlue/ytytoIqAtzIBCHEvyTNP3SdJ5HWZg\nI/Gz34qhzGDv5DNNXDeung9gNWHcKz7q7vuBbrnIt/Fiovw5JvPW+uErL72P\nK6OUjQnMfvFrK4UEb3tQ6mr9mfab6wlYTf+GBMcOEnk09ZaOJVQsLpYN3cwA\nmO2ec5UMwqNo5D1R0qHrmlRdcp7hqH0WnDO1iiB3vWNcdKdO6m2iiuVlXVyz\nlIZ6ubDRRM1RD+bbB8ATZnigcJ6Mo4dzAw5qjN9rViLT/IKyuqq1qKd56Mhw\ndfruzxbftd2vG5dUXyp7Rd3Dh2GXx4q0QY3074F/zljxkb5cDzeaeiDcKA56\nGfJhSTEJhpcSU+T5H7okmeowaK2ElVPJQShn+c1u8Md0OtzSJlR8UMDKAtNB\nKiRyumPNLoijmqADcWamaCkBry5VPlVc//g5Lr4xz6Sy1GT2stZFRpsI6v4b\nKBTjy19gSGl0ex34899O8COj4pangpoUPaQKDHoe8a1/AiS0x9hqtspNeQ6W\nUAI9C+JZjQLzllbPB32HHigxY9+hFevxKUsW2ShDCwAvH1Ll9iB4j8nmv/oJ\nUxBN\r\n=96/l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"403c5f0c0f96765897613c5890233dc53e22d14e","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.11.0","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.9.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","async":"^3.1.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","@babel/runtime":"^7.5.5","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.6.0_1568686632045_0.5299760269062377","host":"s3://npm-registry-packages"}},"0.7.0":{"name":"adui","version":"0.7.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.7.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"27630b59c7fb80f656466d72b4924eda61dd32e7","tarball":"https://registry.npmjs.org/adui/-/adui-0.7.0.tgz","fileCount":372,"integrity":"sha512-cRTuNF51uNadqTVefHilBqKXG19h394bnG5xji79RC2SZ5z0WZJQ8lNOrGn5Jc1PXykJM+H/eQJd0ZHiE9bWhQ==","signatures":[{"sig":"MEYCIQCJs7FIsMglnpJYb7uXm9x1erGWWjIAG/ckDyDXCFpjHQIhALSZyKG9uIXhpu7Xl1f/QL93FHdw/+WpiEOMEC8nIfVK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2868160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgvXxCRA9TVsSAnZWagAAiSoP/1iCYOQ57FTtUXfg4aUf\ndgnqfqPULpgNSNxcLzpXl1fAQn2VqQMoZuJ6mMjRMmbH1cMgLHE8ZmmvI8eS\nZixYPUBwiso2mSgeEflvBqxuVaTDjdfd38pIeEOU2A/1vxFgzFkd0FQPST3k\noEE/PXmvp1c4nQsnKg0qHgutwWEgX5xKdpfcsrnKZB5qxaeIV7t4j8zpSKwq\n7a0KGHJ3fnhygFI1pD+sDb4/sFmrsGWCdWpVZKvdg4luI3JV65xtHGIYLMGg\ngq/NZKOknvtIfu9e8nFWcXOPtz70y9MaH1m+SxFuR9GpidFQZG98tSlAqLmu\nY8dcSssrhN7r1QU2AjI+Pd/C/nZqEOCHBoPGOhZ05deH3EINCp4DBtqv/54F\nCyvCzM3oEYepJqPfz1HURWl6PgH+o2AkL1KRCt02mUiVap7iQGVY2UJp421e\n9+7kt03qdJVguj0CzOJYAAIPfuhIAAvaJ7kjgdNMChx7VXYzhbyzSEp9uWSB\nXR+Sm8q3eILTxeTgAIJOgCMMsmV5hy3s04Ei+lK72RrjUn/N9bGausxtBtCZ\na3C/f6jLG0yppDiNs1l+jPV0Ihqd/IasInyxD5J266k/8d35JzmEPkopdzPu\nGqV/1ciNA0T646csB+LwbgudWvN7dAfke6rwZBdeHJlZJTqwOKM8P/KynJPB\nIoz1\r\n=ykjk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"6a749871ae0c26a4b404cffa3ec03d5c3c9e419a","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.11.0","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.9.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","async":"^3.1.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","@babel/runtime":"^7.5.5","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.7.0_1568863728669_0.273129242359178","host":"s3://npm-registry-packages"}},"0.7.0-alpha.1":{"name":"adui","version":"0.7.0-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.7.0-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"38c2aeb3b77b74b04f9d1bdbd7491181f8728eaf","tarball":"https://registry.npmjs.org/adui/-/adui-0.7.0-alpha.1.tgz","fileCount":374,"integrity":"sha512-J+zvWnsuUQdGucjJjM1FurFCLrhihm9dm1BWrcAiQXdPuTPmplPW9jT3kZEZLruOIrg/K0NpeeJG6FtCfhpllQ==","signatures":[{"sig":"MEUCIQDVmi5kOxKTRB6ZfwdL7RnfgYY/sYznRtR4S4hLcvju7QIgHbBwcKKa9r0ULFYiKIVWqrbJNJUD/1ZYGBnqBCMOR/Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2888044,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdh6foCRA9TVsSAnZWagAA5WcP/2D1FrcUEY+sGMzRvpK4\nFK/c2YspdF3/yTBLeCTV0M3H1bWIifl7Yd8yNEmasQ8nHtTXwrGN+hQo5aA4\nvmYOtcoHdb5hI+HLfx3XSf49Dup7kfj8MHiRtEm0kDGrOyNSDnHRfS7vH0d8\n7P/v40hsvGy9eSLlYWLX0orSbJIiWU6XqgeQX/G+A74OnA0rNd51Ymr3oX98\nLqHB+DYeje+9g0Zd9jOCwtH2PzmiGioc33ljuZTxm23JfUucOQGxqLhEpGsp\nOmQamPsDIiPbVCTsClNosgvBRSaV6HlXWKMWspPWM2ryEnhc02bWw03tyip4\njlrS6gTbZbZ2KRTshpfq+AOidFD7RaRSkgHgeMjixzteeLnWKrBwByS7uAVZ\n/Vy+kqcEIIlBZ5TVW19x5Zsinpy/NK81KqVUyeyzI/wWNrQb4sxyvwzmSMj/\nxshRfpDPalMuir0JlZ/WAOgzGIj8EFHgtf5sBds0LOcO17VwAO2bxxENf9OQ\nB67BBvlxTajcADrkqGQR9QqXDIOOSdqozRYDplrokZyySoQxG/r9SygnAOKR\nBYSkGaULzXPxw34GhTc3w+hRnw9/QjHFMSkiqp0HFPj3FRrj1PzRnk5w1N60\nJ7pcZR+c+7hDirNdg6yNS8jaRjJTve8poOt55kd+hGraYEDjqUEDp/n33ZV1\nOKkj\r\n=mWPU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"2836657a607883d66dac42a87d885f697e9d8547","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.11.0","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.9.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","async":"^3.1.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","@babel/runtime":"^7.5.5","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.7.0-alpha.1_1569171431533_0.6201685435364401","host":"s3://npm-registry-packages"}},"0.7.0-alpha.2":{"name":"adui","version":"0.7.0-alpha.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.7.0-alpha.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"68f07c18ae310deed23c01095a689b0619ff7009","tarball":"https://registry.npmjs.org/adui/-/adui-0.7.0-alpha.2.tgz","fileCount":374,"integrity":"sha512-xrJ8KSu2WSklTd1aXfU+0DAYvRJpd/4w+1ezzQvvtO93JsPTQl3A/ZuAMvamjisNRCTWpUZaK4lzJbeGs6rkjA==","signatures":[{"sig":"MEYCIQDlKnFICo7eJDSK50ffPMqSYzaf2ent9Z1LmuRByn9L2gIhAMunEsUAjxVuySP+Ce96zB00CnYBRUnGefILuC+uAKrG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2888298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiFJoCRA9TVsSAnZWagAA+CQP/RyV5i3X6Q8orI5XXKdG\na/mb0XVfpdzSHnCYFjXC19ih1DamzaPNIiSwEEBuFSw3DNRQu5yObxCDjXwn\nzORVcV9qkrkQWUcrvH4pVgMY1Tqe4CQYzU3s9q/vqoNhDpmLCMvnuA2H711a\na7pMcAP285lKoCWiw/Cc+rZlO0GkocH8wAnZE4a9goJu3OKre4515uBOQz+N\n2eE7pw63ngFzsIw/tJPEv594zxh8qKqtuqPYl8MO3bEBFp41g82Ucy5gybYo\nIgcAhQz9TN0+gUHlM1ApwOqyxkJPuf/ATEUNQ34TLBFJZn5dUhjjozosMQ1s\n8UXRLUUnXNL9TOAx3Y5zY4bLi60RU2b8R/j6xqpzjDQCV+g/S8XICjqzRqMD\nBIjEkOAw8Iv3+6eujeBrvUK8W5zq+zAnHU3HjcC8O4EebpWTy91YbqXyaotA\nZVMOHCMahOjLT7vTVUZ0Ghz4jHDLuP6mwNFHQuBpd096kGe9YV3OLK/Ke33Q\nS/6eOYHlgAN6QTpRvCKh9zLoHlE82CHfZMyaA1LP46DWqlvEtcHURJMAw4qL\n9AF8euUu8G9B0reKYY5PkRMNBEO3DjaTKbC1HHpy/xZiHelm3mNryH8/qxg2\neYdrEUZeUKT/WkRv8uq4iVCMu9fUXym+ivwxEvDQ+ZvoP+kc5fD5Y0SGMHVn\nUYWI\r\n=HnQp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"2836657a607883d66dac42a87d885f697e9d8547","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.11.0","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.9.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","async":"^3.1.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","@babel/runtime":"^7.5.5","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.7.0-alpha.2_1569215079656_0.8458380342642011","host":"s3://npm-registry-packages"}},"0.7.1-alpha.1":{"name":"adui","version":"0.7.1-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.7.1-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"adb793c723a38e8970cd893172538d99444fcfca","tarball":"https://registry.npmjs.org/adui/-/adui-0.7.1-alpha.1.tgz","fileCount":374,"integrity":"sha512-Z8fFwt5dxs8PdxNfc9emAXgS8NHByXK6wCkqwGhjRWdVT1eIx8W+SqfBZRp6HyljE4HvmdPodgKyOc+7ioBkVA==","signatures":[{"sig":"MEQCIEtSqKFg19SOsvg2gX2ePo7wdyIVQQcNZcWi4TNZQvTKAiBhn3eKusieLTIWrNdEpmcqjob2ck5s+Twn7hhDSxsC6g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2892840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiPVrCRA9TVsSAnZWagAA4voP/Rfex25S6M6EkgSbydxs\nrDuRlYgli0/Jkv+Aracnji1q/vrngCqxUYg8JrI2RuKbKxFEicrArwtIzSWN\nk7BL1v2pnwYys4PCCAW0LpEk3s7IUUu2nqzj5HaLU6KCHTcC5lMkmbTKAmeM\nutoJ2WsDa3UlTjTQBenvukC68boytKA07DTjIXnbAc1ok2OqqLLES8RIG7fi\nV6xZmS5Cb5BcC/0z/H7u9P//nfxt0NN5rVISQPYyIzE+RvLB6J18iDVqTVQa\nim+fBiu3UzVGUMDwbs4d4gDxWzE5wLL11cYtiA2RWX8NgOb8WnpxdAoDk6Ij\nQ73ZtGre9BkoCJ8htdQ7wQ19rR1yzpIFDWtPuvjf+IOu3Agby0t5pwZqpc0b\nKgMJzOcv/TQq5quICv2duhboiaaVYyXL79px22LBuZpfVMgvez7tUM7dRK+H\nxlyNzEfyoTnrke11FFMOUJJKLV4zcwGadgn/kgoNE5PpT52tu7KHQCd2LCTG\nJDah7UY2j1CHeDKd5WO5NvPu3IjOJXTAkqMvaDYY+gKsLw+M+8Uf/flhz3hk\nt0ZkFrGTkwWvEHJxaFAO93praJg1YdFbaFlRfW/Et9k8Gucdz3SO1ab4MEem\nDRgKV9wmR5n05n7UEmSUTn+iBBY0+jO0E33zTDU9h4wZF+uFjw1iI0elZlRV\nqgpe\r\n=zzKJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"be4f4d7d4d924faf36a5f414d45496dab0db133b","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.11.0","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.9.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","async":"^3.1.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","@babel/runtime":"^7.5.5","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.7.1-alpha.1_1569256810710_0.7049754090573936","host":"s3://npm-registry-packages"}},"0.7.1-alpha.2":{"name":"adui","version":"0.7.1-alpha.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.7.1-alpha.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"819a3fddbcabffb074758edfaf936ece50c0de73","tarball":"https://registry.npmjs.org/adui/-/adui-0.7.1-alpha.2.tgz","fileCount":383,"integrity":"sha512-sLupWc0BSNin2okYYQfh1kHcqVpPEGTKw+L/8MmijPnBYgqzF1iEgMojkIy2W9/zwjmKbzgbFcnhLlOny1OSkw==","signatures":[{"sig":"MEUCIQCWfEcYuKS6AEq2IDwsFruWETHZBc+fnEMAHI5gU8Gq5QIgOONxM+w5+yNgyyRjuobCWUueXVwUwkvavOaFVof//Qw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2912070,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiPuYCRA9TVsSAnZWagAAtJwP/36TPMGY9Zdam7OiWyub\nV6VCRzQ5Wp8gX8oZMKFAwHfShqxo2aCh4RCEzOyIhaxqZrSl1be6jfIEhjnR\nfmqinDYwFn0rjQaQlwNbgFT8OpQaPierkNuBIlYlbuvAI3/Wl3iO7WvrBJAJ\n90GNI1pSDZ9HrgqVmd3c2MWKcbzDonOdv4W5yJ8SWK4tA0UL5Nz6qnya3I1a\nso+MkhCDpHvjzT5FXV8pIy5F5W2GOsJGH4l8YkGzH1D1eWB9lxvPnX6lpDOR\nflMp5MlsWvICo2hTb9G9jUk5sESiBvEJu8vkIrXO/+WR2Xc+gRK/JolgKzsN\nhLdyPvUKx+llQHedTFNwCQip92T9pFw2YvmTcmIOoeb8LxtiaWnDgHTWVOxJ\njAXwJi61sgZkY2ehmhSSEagRic6drKA989GBlAeF1vYFbfiqZRHANCbu3o+P\n/Z28aMOlTOI1muhoYDVQHBnooPApvGrxOT4v++QSngKkZbh6kUedwEr1J+IJ\nDi4e61UY6BpQS7Grb9qtjMBbAwZZdbEN/3vzc3dMofmitp9kOMzXnHVer+1b\nxUY3FZ/QM8T+ZtX2MoXvlD48yXR2lwgx7bA18mtiW4ZlZch9V8hYWF6M0OZ5\nXeiKq7nm53ZCz9l1P232wuY2VrMVJiFO8N8QUoHzBcMkAUY03M/jf6UpdT1X\nVh0P\r\n=LcPO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"be4f4d7d4d924faf36a5f414d45496dab0db133b","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.11.0","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.9.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","async":"^3.1.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","@babel/runtime":"^7.5.5","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.7.1-alpha.2_1569258392054_0.8154617767887045","host":"s3://npm-registry-packages"}},"0.8.0":{"name":"adui","version":"0.8.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.8.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"a4f834e5943058f976caea05daf844f428f0fc97","tarball":"https://registry.npmjs.org/adui/-/adui-0.8.0.tgz","fileCount":381,"integrity":"sha512-ww+rsUCZcpcSHUH6niRcjEe8xpmGq05qVpkalKbjfuDVMyOyNh5pvUNbYJRUkItSu0WFmQ1d4ukSnvorehhRzw==","signatures":[{"sig":"MEUCIQDMrOFAipWMgNttbidjNW/rpEjsh8shLom/o2AFqCB4FQIgFdEgA0XQrSnBGHv4NOzv1GFmUesQMNXO+wbuA3VOwRI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2904544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjFfrCRA9TVsSAnZWagAAfTkP/2tIJ0mCS/4EW+66mrEW\nSoUqlKmulRnst4bf4Mv0ta/Z0BVrKPatJ0gkKrbbap1vQZ/MBRyCwL19hniI\n08257pc7xqP3r/vBLWRQLD4n1Z0jZU7OdABNCL2O09uTj6K+NZ5b/F93N5lg\npi0T0Ph1pVvFhdUCZSHfNGvPueJYqpjisMCT6XeTMY0oGBICaZDyCXRWdDxv\njKze8IHNe46P1qZIc0dQRdhYe+GjVFBlZVb1uu3TmFhmO0b2Nzcs1KrEZJWp\ny3GAvc2gsZ+NX3wG8iqhjnCE4eK+hLRzjXpUZiDT/nBtD3g+0kPwVo7c+1tV\nblyx/1Cs8PKzm3OPLdsgNvvMq/R3zhmLbzktGUITGnP7OYF42/ItA9Hyc6w8\nrNFhB+hUpYlZJm4OVfj068N4gWDL8o1bw+jC3HLojTpCuZi91YsL4T3GWWjl\nFFPJE5KVspKtOEfEPRP1Pk0CEaRtXKXL3gpyHn9cupbl5XAXWRx0Q0Mgo02O\nCnvqkO/eLOosOAQLsUsQ/kys/2pgtNHtHbLI1RlCgTOMXE+OTuj02AWIk5/8\njnf/qdLl6fKeIUC9/sbeE4n9At3Lu9WK8uU2bROU0n41dX4OjcQijYZuNn40\nkTtpOWZEOTxoyFBz7p/U5itp3my8iEyMU6A/fS169SwcXNPKgcCgq0RwOuqf\njsHT\r\n=SoXg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"9cd334869ac8002d0d73be8aca633f7668217a32","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.8.6","rc-util":"^4.11.0","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.6.13","react-dom":"^16.8.6","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.9.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^23.6.0","svgo":"^1.2.0","async":"^3.1.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","@babel/runtime":"^7.5.5","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.8.0_1569478634583_0.41980769378325977","host":"s3://npm-registry-packages"}},"0.9.0":{"name":"adui","version":"0.9.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.9.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"c919519b14a56e6d79d08d9597415fbd105058c5","tarball":"https://registry.npmjs.org/adui/-/adui-0.9.0.tgz","fileCount":389,"integrity":"sha512-4Hos3pt6/o2uLnTWwhxhNaXl1BFsrIBrEByPb9/26vqjFOjzZLhegs28vIyyJqeHIKPEd4dybH3t+VgbKc4LPA==","signatures":[{"sig":"MEUCIBNeC0kBA6SCNdL/NZ9NGD+tjynN3JagTW7CbBtxeNm8AiEAmO/087yxG/8XG5ECB/2Vlsa9jcB5yU/GhP59BtV4czM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2983613,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpDjMCRA9TVsSAnZWagAASXoP/1xPMm5RoxeIY9x+ghIN\ncuzyEO53kZPO4KVFlrjT/d1FYulBkJMtdYKcXnK29uQy90PKSVMkue7WVU44\nDnqb/eZ2/YV0iYtKh4RcaVLrA/UbIKvMaPddhy1GP2MWOecoeBqasl8VSDTM\neb5q/zqgtPX/Ahb4xfss5M22zmviOUg2DR4jgqC/5F0CalETLgOtF+5DPYIA\nFHk09A/MdEgBPCRM7v1Fsqw/DOcvnVyT3+o5hqTDQThT32yQgoPnVG2c/Opk\nufoLFLiBT4tn8xADqsDPlNZRh8JabU6f7k3p7oRWkUcDk5ErfvUDJfkwm4rQ\nvWsHkKn7YfmFnXPnmu8094O7PCwXxxZBwWPjEOAuKcLfxkdqak/Oki8MTZPm\n2r/QHJmwauQCGnhuzXwjU101FsNTaKHbwi0tggtz1nBuhGWcUbmlTEKyBzx+\nsfL+juReBMMQQ5dnZGM7jxJm5eIA6bJ/mpB9hK3tLeBG45Hd+x7PcV17jA5C\nrv3M675n0M94AAJirWvUrHC4Iuikd0gnIGXIk5j1HWYkfsfjE6WUoxq/13Xa\nACc9VWkBtGq6p6y7/gSqtiLJX4y7lu3mnSEr2GtBN5snUS+ePyd7GDA86x0H\nDVTdPqPduTXFeYNJyAnnAocg+gRtdwWNDQBHhdOLOuW9iE0Tae+G4vszLdxQ\nY/Xg\r\n=2n+B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"6f9da2dd3890c585026bfce434c47fbbfe003be7","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.10.2","rc-util":"^4.11.0","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.6.13","react-dom":"^16.10.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.9.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^24.9.0","svgo":"^1.2.0","async":"^3.1.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","@babel/runtime":"^7.5.5","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.9.0_1571043532166_0.9057643891144254","host":"s3://npm-registry-packages"}},"0.9.1":{"name":"adui","version":"0.9.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.9.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"bf92b009d7ef01a0ff14c90100af82177da4531f","tarball":"https://registry.npmjs.org/adui/-/adui-0.9.1.tgz","fileCount":389,"integrity":"sha512-Hqg3V4Tj66p70HDs+UHXE+JASiB47jacte2G/SQgeGqLnwbdGmVkpwkgvev4hwIQMS1yNBkaqZS6WpeT/kMCRA==","signatures":[{"sig":"MEYCIQD9DU/+0hfFKwEbW69Sm4Rh2JwO1Qxmdxa+G678/UB0YgIhAKGc8LKrNn85xQaMZNwVvPPQxI+aYDA4ei68RCcO3Tbw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2983844,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdptbyCRA9TVsSAnZWagAAACkP+wVW86Dmoeu4mClohvb6\n3Z7BGJt6BQDak0YegSogy1FbdvZVEkP+jnPwsueaSarit6KhI44r8ImiEahK\nA3kpn22T2zvtL1sq8pz8NLRAItpWkGD0Yb7e0WpLCK3+ItrPpGELEk+URG+g\npUxGHgHvPR8cwLgXftvlkGwJ7VEXmrVYunVsmbSdw1kA5PNKkW4qmcFwBo1Y\ncl7krwPxUheI0Z6zLcKnByHZCQb+5jGCbQchdKOdStGAiqaLZm+jz3zdBM6o\nXQWOOnm7pWUEzxdZxg5FOfalWqLNFwhKYPmNh5vHcqzl03ykJ518ILL2/Kvj\nvRkOuL2CDmK18t+im6eg3BkbsI+HQbKiCN9wY93IRYBHbzifx6gebPzLdMWu\nfsR2OcYtEV5XyU1/8A1VgWezlqbtorpCZHWnqXkM761EF/vMokhlZ85NllDE\nAyKcj+LmiyD6FYY+g69upSIO6m/Ay9em0fHVrdpmORcisd8VPFnHHiGgyOxO\nbHz47b+zy8ZeY2zewj9tUivk2fdr4SbEIAX4M61tpBqksMIvXJL7implRZ1X\nWRo/XR3wiPTG/p5ilkGTj07M+IqHyiNFFwbsXNq0hJttTd0N0O3BT2bvoiVQ\npEYeUsHXOrVHccyXRJ5KLIHYHh/YoeoKSQ4IJPvaezGGkfoqAx7gX18fOLXP\njKgN\r\n=sS4T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"e6fb301c22320d28158305b9eba93f854ef98f8f","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.10.2","rc-util":"^4.11.0","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.6.13","react-dom":"^16.10.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.9.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^24.9.0","svgo":"^1.2.0","async":"^3.1.0","chalk":"2.4.2","husky":"^2.4.1","sinon":"^7.2.7","dotenv":"4.0.0","enzyme":"^3.9.0","eslint":"^5.15.3","lodash":"^4.17.11","tslint":"^5.18.0","bisheng":"^1.3.0","cssnano":"^4.1.10","promise":"8.0.2","resolve":"1.10.0","ts-jest":"^24.0.2","webpack":"^4.39.2","delegate":"^3.2.0","fs-extra":"7.0.1","chroma-js":"^2.0.3","cross-env":"^5.2.0","lz-string":"^1.4.4","scrollama":"^1.4.1","stylelint":"^9.10.1","@babel/cli":"^7.5.5","babel-core":"^7.0.0-bridge.0","babel-jest":"20.0.3","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^0.5.1","react-intl":"^2.4.0","typescript":"^3.5.3","url-loader":"0.6.2","webpackbar":"^3.1.5","@babel/core":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","file-loader":"3.0.1","lint-staged":"^8.2.1","react-color":"^2.17.3","webpack-cli":"^3.1.0","@types/react":"^16.9.1","autoprefixer":"^9.5.0","babel-eslint":"^8.2.5","babel-loader":"7.1.2","rc-tween-one":"^2.5.0","react-docgen":"^5.0.0-beta.1","style-loader":"^0.23.1","tslint-react":"^4.0.0","whatwg-fetch":"2.0.3","babel-runtime":"6.26.0","dotenv-expand":"4.2.0","eslint-loader":"^2.2.1","tslint-loader":"^3.5.4","@babel/runtime":"^7.5.5","enzyme-to-json":"^3.3.5","offline-plugin":"^5.0.6","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"2.0.8","stylelint-scss":"^3.5.4","react-dev-utils":"^5.0.1","stylelint-order":"^2.1.0","@types/react-dom":"^16.8.5","babel-standalone":"^6.26.0","standard-version":"^6.0.1","@babel/preset-env":"^7.5.5","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.1","react-app-rewired":"^1.6.2","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.15.1","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^5.3.0","webpack-dev-server":"2.9.4","babel-plugin-import":"^1.8.0","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^1.4.2","eslint-plugin-babel":"^5.1.0","eslint-plugin-react":"^7.10.0","html-webpack-plugin":"2.29.0","react-test-renderer":"^16.9.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.2.3","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.13.0","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.1","intersection-observer":"^0.5.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^3.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"3.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.14.0","eslint-config-react-app":"^2.1.0","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^1.3.0","webpack-bundle-analyzer":"^2.13.1","webpack-manifest-plugin":"1.3.2","@babel/preset-typescript":"^7.3.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^10.2.1","stylelint-webpack-plugin":"^0.10.5","@typescript-eslint/parser":"^1.13.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.0.2","stylelint-config-recommended":"^2.1.0","@babel/plugin-transform-runtime":"^7.5.5","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.1.1","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.5.5"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.9.1_1571215089511_0.462663466466662","host":"s3://npm-registry-packages"}},"0.10.0":{"name":"adui","version":"0.10.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.10.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"4fce496693adb7cf9c7eba073f49e81fb7fa118d","tarball":"https://registry.npmjs.org/adui/-/adui-0.10.0.tgz","fileCount":389,"integrity":"sha512-bqPMdsvAo0gfRx5cdqlMVTHku9PMgF53lKX99oLRfQ7Q7VMmmrukx28CVAWUOnF7WvM/9bwOA2euvq5TBHLZxA==","signatures":[{"sig":"MEUCIG/L2Bvo39pePkredtKwQwr4csj1tBPaLjDY7Jj0PkL3AiEAxO38h7QwvCIgOWFpVhTy6LLDeH74O1bd84jjEXKAf0k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3021115,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqBx4CRA9TVsSAnZWagAAFzwP/3WOf6YbBY0jBy3DJASo\nFDClRWZQ856P4vivHDYmDAV09hnudoBPfuXafPUiSFLmNcxK9cm0igjB6uNd\nrVPyxqgYc7tpnNrd6pkoK3It0orcvSIlzdS4/EqOHSm9wbeEpJ8C1oBewgUn\nuVf8/ohbXAVL9OVAgznmPFtjef8ZnipGFLUXCfENf9NY4jGjOlAxVWXutBlG\nxTnpPPf/4YckMdKsUYLkkWn+65/DSv3DPIzXXOFeJF4SppXGGhfyiPqsVJKL\ny/OWb7hHWC8XcRlMb4jcmrDASuyfRKTjyrtpqxcYnxEctKH3gbO6+o+zJgyt\n48itM8xbE7lL4ES/mT+WViSeAkqHlGZzSF4Frb26Czplzu6tcX9E8atE+YUF\nSp1azM+8E+JIdkVTAR1p/psckbk2Fp/pEZIV2QEHd7nosqz1m+DWytYynwj8\nNHNjNf8R8VWaUbrOgQwQbx4rJQwb8LVoVDmAJt/8rKy1UNqsb/ASNPBkWMFG\nHmPmv+c7FmdtA5n15ugHEh1QCuzv90avyFJnMduBjxqcbdEWZuW71XcCQ5+f\naK5UuWVrtwtqhr0VIhjeIQwMRCWPlBqtUEcLHfWW7cr/WFmjB3bUY9De9iQZ\nic4FHWFD2YnmUYRTAfGeApp3ND70niAd/KQxv5A7iUn5+dBS+ZZ20oOWJYvh\nxitg\r\n=Xzae\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"809c913871c7d18f2fac209d211c17a27b9212c9","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.10.2","rc-util":"^4.13.0","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.7.1","react-dom":"^16.10.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.1","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.2","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^24.9.0","svgo":"^1.3.0","async":"^3.1.0","chalk":"2.4.2","husky":"^3.0.9","sinon":"^7.5.0","dotenv":"8.2.0","enzyme":"^3.10.0","eslint":"^6.5.1","lodash":"^4.17.15","tslint":"^5.20.0","bisheng":"^1.3.2","cssnano":"^4.1.10","promise":"8.0.3","resolve":"1.12.0","ts-jest":"^24.1.0","webpack":"^4.41.2","delegate":"^3.2.0","fs-extra":"8.1.0","chroma-js":"^2.0.6","cross-env":"^6.0.3","lz-string":"^1.4.4","scrollama":"^2.1.2","stylelint":"^11.1.1","@babel/cli":"^7.6.4","babel-core":"^7.0.0-bridge.0","babel-jest":"24.9.0","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^3.1.0","react-intl":"^3.3.2","typescript":"^3.6.4","url-loader":"2.2.0","webpackbar":"^4.0.0","@babel/core":"^7.6.4","@types/jest":"^24.0.19","@types/node":"^12.11.1","file-loader":"4.2.0","lint-staged":"^9.4.2","react-color":"^2.17.3","webpack-cli":"^3.3.9","@types/react":"^16.9.9","autoprefixer":"^9.6.5","babel-eslint":"^10.0.3","babel-loader":"8.0.6","rc-tween-one":"^2.6.5","react-docgen":"^5.0.0-beta.1","style-loader":"^1.0.0","tslint-react":"^4.1.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.2","tslint-loader":"^3.5.4","@babel/runtime":"^7.6.3","enzyme-to-json":"^3.4.2","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.11.1","react-dev-utils":"^9.1.0","stylelint-order":"^3.1.1","@types/react-dom":"^16.9.2","babel-standalone":"^6.26.0","standard-version":"^7.0.0","@babel/preset-env":"^7.6.3","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.3","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^22.19.0","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","webpack-dev-server":"3.8.2","babel-plugin-import":"^1.12.2","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^3.0.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.16.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.10.2","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.0.2","eslint-config-prettier":"^6.4.0","eslint-plugin-flowtype":"4.3.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","postcss-flexbugs-fixes":"4.1.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.1","eslint-config-react-app":"^5.0.2","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.0","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.6.0","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^11.0.2","stylelint-webpack-plugin":"^1.0.2","@typescript-eslint/parser":"^2.4.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.1.0","stylelint-config-recommended":"^3.0.0","@babel/plugin-transform-runtime":"^7.6.2","@typescript-eslint/eslint-plugin":"^2.4.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.10.0_1571298424019_0.3605955846045985","host":"s3://npm-registry-packages"}},"0.10.1":{"name":"adui","version":"0.10.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.10.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"dfbde9a356be99441d2f746a077eeeceab2ba2a1","tarball":"https://registry.npmjs.org/adui/-/adui-0.10.1.tgz","fileCount":389,"integrity":"sha512-09LfmW0kifF3xqBoi5S9oHHrErbxO8hi/G9DDEHl5jBlezQePcCNnQTivERb3Ui+7Osodp85aoDdpIOWjdwshQ==","signatures":[{"sig":"MEQCIEB7dbP8M9La1B5L+8XLjF22IfuE0qi0ptArJzpOaN8rAiBjLBP0HMqBH0eACJ7gj5a7wQjg9AAwzLLL8cEDJFwB8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3048219,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdt/0BCRA9TVsSAnZWagAAFfYP/2QFfw1IvKinpCgILg3G\n53Ge86fHk3Pzfolg0vRzJnnREPYouc/yg1si0ibhENbTXZQ6iO4o43eVKWDn\nOjJgOmH3PdcPfYAfYiFNYzocHySvUQYWjWufhq0ylB7T1xDbPjyddHK1mWAn\ntPZYngE72OaPZ2oekkxS87mZ+qb/XUw0K7nIuMvRGrkJv+5vpDfTbteQcTbA\nBD7lMeasQ5NKg3MnKGMwIOI3UYSfJ/mWjeTRQviS4KsmT5ixfhlYCYZ3d9Qj\nKfgiQmGM2/tPuYRcJ+Za63zZD95Jjm/xTVXtOt1cppG1bME2JHNYu+GVUgUz\nc62lyAIFdEObUCL3RDU4v6C1UwGTqSV21xtaunwPg/xdCgtgu5ZMS7DBDdsm\nJMOydc+1bW3Jl0UhConpQgebSzNW0ZWVm3WaB+amn0jdi8YV4kzoyqrXGP/f\nhRgCgumUxxuc4gzyjwADTUBk1pzkxGIlK7OKIcYkcpciCBIb0fJ2ZlavN5K2\naPZ6GQTkKOWcNayQtrhjh3N9ippMxhMVdGVLYK4Bz2wwdaNWI8TsZTuALog1\nfA7a8Lw2W4cGuDrOt3FOsXzcqwMZifEyTkP8easOkGHXcYsYWJiZbniLdgtc\nGGU/3fUfG1HrhCnlzs73+tr14p5chfgsYXp2ZPFYZX9FNQyYDTkEXXPLzgoh\nyTnz\r\n=mRzd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"67a401ceee4c1ab02afcb855a3dc015ef2ac98af","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.11.0","rc-util":"^4.14.1","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.7.1","react-dom":"^16.11.0","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.1","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.2","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^24.9.0","svgo":"^1.3.0","async":"^3.1.0","chalk":"2.4.2","husky":"^3.0.9","sinon":"^7.5.0","dotenv":"8.2.0","enzyme":"^3.10.0","eslint":"^6.6.0","lodash":"^4.17.15","tslint":"^5.20.0","bisheng":"^1.3.2","cssnano":"^4.1.10","promise":"8.0.3","resolve":"1.12.0","ts-jest":"^24.1.0","webpack":"^4.41.2","delegate":"^3.2.0","fs-extra":"8.1.0","chroma-js":"^2.0.6","cross-env":"^6.0.3","lz-string":"^1.4.4","scrollama":"^2.1.2","stylelint":"^11.1.1","@babel/cli":"^7.6.4","babel-core":"^7.0.0-bridge.0","babel-jest":"24.9.0","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^3.1.0","react-intl":"^3.4.0","typescript":"^3.6.4","url-loader":"2.2.0","webpackbar":"^4.0.0","@babel/core":"^7.6.4","@types/jest":"^24.0.20","@types/node":"^12.11.7","file-loader":"4.2.0","lint-staged":"^9.4.2","react-color":"^2.17.3","webpack-cli":"^3.3.9","@types/react":"^16.9.11","autoprefixer":"^9.7.0","babel-eslint":"^10.0.3","babel-loader":"8.0.6","rc-tween-one":"^2.6.5","react-docgen":"^5.0.0-beta.1","style-loader":"^1.0.0","tslint-react":"^4.1.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.2","tslint-loader":"^3.5.4","@babel/runtime":"^7.6.3","enzyme-to-json":"^3.4.3","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.12.0","react-dev-utils":"^9.1.0","stylelint-order":"^3.1.1","@types/react-dom":"^16.9.3","babel-standalone":"^6.26.0","standard-version":"^7.0.0","@babel/preset-env":"^7.6.3","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.4","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.0.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","webpack-dev-server":"3.9.0","babel-plugin-import":"^1.12.2","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^3.0.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.16.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.11.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.0.2","eslint-config-prettier":"^6.5.0","eslint-plugin-flowtype":"4.3.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.1","postcss-flexbugs-fixes":"4.1.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.1","eslint-config-react-app":"^5.0.2","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.0","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.6.0","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^11.0.2","stylelint-webpack-plugin":"^1.0.3","@typescript-eslint/parser":"^2.6.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.1.0","stylelint-config-recommended":"^3.0.0","@babel/plugin-transform-runtime":"^7.6.2","@typescript-eslint/eslint-plugin":"^2.6.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.10.1_1572338944690_0.34497095172672276","host":"s3://npm-registry-packages"}},"0.10.2":{"name":"adui","version":"0.10.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.10.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"fb0a9fb3e680a3e10082cb6298d8db4bc961482d","tarball":"https://registry.npmjs.org/adui/-/adui-0.10.2.tgz","fileCount":389,"integrity":"sha512-MdDQynHnPwt+Nx1cURtt5J+MnpxeRYzd84wHxMSjE4USfQY7jh6ly/TwjKaX5LSqRCa4GPEf04tXTF+BaYHHdA==","signatures":[{"sig":"MEUCIQCyn3qERCeeQ+H2ZDs6RKcEbc0m9gMzz2wp3c6+DcZNjwIgGe/sHYSsKSA6vtg/ftorh8Yc9RnHkRPRrn1r4wBcOYo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3049462,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdutskCRA9TVsSAnZWagAA0VQP/0wXguQOPf5e53zVE8qb\nKnxlKPazKB0D+tl+ioi4y0G/ffRPcegB19a6VbEeI7F8NxaM7lFc5FtgS9qO\nZQLAJmFzZQXzw//IIUNslhhkIGwDi3U5BKodnnO3LbR9rVvZnwy9UaPsjBJO\n1oUthTGPxKVZpVWCvuOvTrwskn7WngTHg3oBjJkIqPLMHLxvbcX8tE1fZ6jc\nQz8zN9XqY1Stw2ruAlNTh7uBp0ZdaG61KDQ8Xf6JGWFhlxQGj+LT3WbFyoIG\nNLIeR5WYWiQw0HkgJwxAspCqZeRIYqMmLNsHnr2Rnvn8XfIuBso7Lt+lNgHb\nNr1EhR/Wvb5z75/ehsUAOvQ7+hb2z9W6juHWfav13us2jmMHrRm6Nr3ved4A\nW5FSXmiu83FCub9Z6D0htezQKTGVNcBcaSNQRPCWu7ONewe91YaYSY36CSM3\nhTE1Deucm3o6HJ79tGIs6LaG9u/a3MqnlaWcvHt88YBg3rHOLDa/WaKEhLv+\n69Qzz8BRDve0PpoiIWcVQe4DrYnpOvTSA3coknsmPDKd+aDRx9pS2X03J1x5\nN0btDmmQyr5oUq2Vdn1R4HT717rSPmy9x1dTr5f75Xf+X1NKQVR2ou8xMGPD\n28hNkQfiut7DzN1m+ETAH3rf1wmBKCfYamvTMHlUFfRfu2I4eiGJsrhz0XPd\nszbl\r\n=Qd7e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"2968a9b5c7f9bdfd6191a87c68410e7711a4ca7f","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.11.0","rc-util":"^4.14.1","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.7.1","react-dom":"^16.11.0","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.1","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.2","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^24.9.0","svgo":"^1.3.0","async":"^3.1.0","chalk":"2.4.2","husky":"^3.0.9","sinon":"^7.5.0","dotenv":"8.2.0","enzyme":"^3.10.0","eslint":"^6.6.0","lodash":"^4.17.15","tslint":"^5.20.0","bisheng":"^1.3.2","cssnano":"^4.1.10","promise":"8.0.3","resolve":"1.12.0","ts-jest":"^24.1.0","webpack":"^4.41.2","delegate":"^3.2.0","fs-extra":"8.1.0","chroma-js":"^2.0.6","cross-env":"^6.0.3","lz-string":"^1.4.4","scrollama":"^2.1.2","stylelint":"^11.1.1","@babel/cli":"^7.6.4","babel-core":"^7.0.0-bridge.0","babel-jest":"24.9.0","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^3.1.0","react-intl":"^3.4.0","typescript":"^3.6.4","url-loader":"2.2.0","webpackbar":"^4.0.0","@babel/core":"^7.6.4","@types/jest":"^24.0.20","@types/node":"^12.11.7","file-loader":"4.2.0","lint-staged":"^9.4.2","react-color":"^2.17.3","webpack-cli":"^3.3.9","@types/react":"^16.9.11","autoprefixer":"^9.7.0","babel-eslint":"^10.0.3","babel-loader":"8.0.6","rc-tween-one":"^2.6.5","react-docgen":"^5.0.0-beta.1","style-loader":"^1.0.0","tslint-react":"^4.1.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.2","tslint-loader":"^3.5.4","@babel/runtime":"^7.6.3","enzyme-to-json":"^3.4.3","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.12.0","react-dev-utils":"^9.1.0","stylelint-order":"^3.1.1","@types/react-dom":"^16.9.3","babel-standalone":"^6.26.0","standard-version":"^7.0.0","@babel/preset-env":"^7.6.3","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.4","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.0.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","webpack-dev-server":"3.9.0","babel-plugin-import":"^1.12.2","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^3.0.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.16.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.11.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.0.2","eslint-config-prettier":"^6.5.0","eslint-plugin-flowtype":"4.3.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.1","postcss-flexbugs-fixes":"4.1.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.1","eslint-config-react-app":"^5.0.2","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.0","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.6.0","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^11.0.2","stylelint-webpack-plugin":"^1.0.3","@typescript-eslint/parser":"^2.6.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.1.0","stylelint-config-recommended":"^3.0.0","@babel/plugin-transform-runtime":"^7.6.2","@typescript-eslint/eslint-plugin":"^2.6.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.10.2_1572526884065_0.5833084802840147","host":"s3://npm-registry-packages"}},"0.11.0":{"name":"adui","version":"0.11.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.11.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"eec54fa7d8077b9ce16329f2ad7acc4c4eae3f64","tarball":"https://registry.npmjs.org/adui/-/adui-0.11.0.tgz","fileCount":389,"integrity":"sha512-m6PBw1omV+N3aQdEp7DRH5sv3uSzczi4KQ9m7HuNqTxveaqWDi8gYj0kRABBQqgq9MeR/j2M1pvBYfo2ElULFg==","signatures":[{"sig":"MEUCIFFIiWSpacqRCqScdbdWky/9cB01/0hmsQaM9xZXBYc+AiEAkj6VF4YBgRrJl1LD6fC4m/0iWn2iONfkrgrXVuabZcM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3055049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd01SACRA9TVsSAnZWagAAxXsP/2Y6/RDLpZRhMCT0sGlW\nW+guGKJBZqZkN+DyHjWqJ6SEz+8s7VI642733tOPpPHxgq6PkbO9pF1B4Zsd\ns4/Yk9iSpWgJpxIxuzyFkDYl2fhTAz952gJ1hqrwB5K+dSOkk46la2M8K8Ri\nTXMCOnwMtIcRHH581Yv5b855cBifJfr3t4hqPQBnxMGn3RK3XksyyAKhUkc0\ncTnEjwm4fx44O0eSRWYOAxwfA+KhiWU/UY+vs47/ikgX/hC5j7uUPdojuTCq\nEzagOqKI8gnZ8pa1SG9SG67DsG9tyyO8jA4WqEC6LHFCDJpDEpEfn/Ba+y3E\ndOZeZKotvR3f8fa+CoQ/uaix0Icu2nb9tOj5yLp0xxfSyHYzaD4DuOh3OU6L\nujF9aPbC6ShhJ9bCEjNYdGZrY8G0H+MyvmCJwTfoT5PX3khghLE64YjBHcDU\nYowztd8MdmxW70fP07ztvfIbYQCyPETAt4zvJYtT/jtYoEz0VsJi4fip6uVQ\nPoJ8LeFyMvf21WIaBaKPc3cgKCzW/yA/CLd682dsoJNAsprwMBoiNoWNvkK2\n02RLR0994RdlqtgzsE7ttMAjPGkw4Tu6nAbMYib4fcCh32k3jkXoAeG0Gu1n\nFafOZCsaPI7cf1A07s00i9PZ/SyDWuGwJAMsZUa2t+Uc9Sk13hcsSFmndJFY\nN/9U\r\n=K0fT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"lib/index.js","gitHead":"51fc28d14242b28f49491c6760fd6762b417af13","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.11.0","rc-util":"^4.14.1","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.7.1","react-dom":"^16.11.0","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.1","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.2","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^24.9.0","svgo":"^1.3.0","async":"^3.1.0","chalk":"2.4.2","husky":"^3.0.9","sinon":"^7.5.0","dotenv":"8.2.0","enzyme":"^3.10.0","eslint":"^6.6.0","lodash":"^4.17.15","tslint":"^5.20.0","bisheng":"^1.3.2","cssnano":"^4.1.10","promise":"8.0.3","resolve":"1.12.0","ts-jest":"^24.1.0","webpack":"^4.41.2","delegate":"^3.2.0","fs-extra":"8.1.0","chroma-js":"^2.0.6","cross-env":"^6.0.3","lz-string":"^1.4.4","scrollama":"^2.1.2","stylelint":"^11.1.1","@babel/cli":"^7.6.4","babel-core":"^7.0.0-bridge.0","babel-jest":"24.9.0","capitalize":"^2.0.0","css-loader":"^3.2.0","raw-loader":"^3.1.0","react-intl":"^3.4.0","typescript":"^3.6.4","url-loader":"2.2.0","webpackbar":"^4.0.0","@babel/core":"^7.6.4","@types/jest":"^24.0.20","@types/node":"^12.11.7","file-loader":"4.2.0","lint-staged":"^9.4.2","react-color":"^2.17.3","webpack-cli":"^3.3.9","@types/react":"^16.9.11","autoprefixer":"^9.7.0","babel-eslint":"^10.0.3","babel-loader":"8.0.6","rc-tween-one":"^2.6.5","react-docgen":"^5.0.0-beta.1","style-loader":"^1.0.0","tslint-react":"^4.1.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.2","tslint-loader":"^3.5.4","@babel/runtime":"^7.6.3","enzyme-to-json":"^3.4.3","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.12.0","react-dev-utils":"^9.1.0","stylelint-order":"^3.1.1","@types/react-dom":"^16.9.3","babel-standalone":"^6.26.0","standard-version":"^7.0.0","@babel/preset-env":"^7.6.3","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.4","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.0.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","webpack-dev-server":"3.9.0","babel-plugin-import":"^1.12.2","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^3.0.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.16.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.11.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.0.2","eslint-config-prettier":"^6.5.0","eslint-plugin-flowtype":"4.3.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.1","postcss-flexbugs-fixes":"4.1.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.1","eslint-config-react-app":"^5.0.2","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.0","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.6.0","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^11.0.2","stylelint-webpack-plugin":"^1.0.3","@typescript-eslint/parser":"^2.6.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.1.0","stylelint-config-recommended":"^3.0.0","@babel/plugin-transform-runtime":"^7.6.2","@typescript-eslint/eslint-plugin":"^2.6.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.11.0_1574130816293_0.9405006353002239","host":"s3://npm-registry-packages"}},"0.11.2":{"name":"adui","version":"0.11.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@0.11.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"2b54994d218813854bb041d2a390e8c4f6fad68c","tarball":"https://registry.npmjs.org/adui/-/adui-0.11.2.tgz","fileCount":389,"integrity":"sha512-0oQtsmOFd//QDFDPOMpcaxKn/5x/ohTjCXkQcNVKK2MaLHgl1t6D7K3Q8C1RsyYp3mOJHHbg5BNKeqStExfHMQ==","signatures":[{"sig":"MEUCIQDXDEbiJwALirvWTHqyWpYvx1UvqJm+3oqsA5ys4qFI9gIgM2B9J2NymBJmraK+L2zbWQdRp8XsX8Sm1dLVJWqcEPM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3081286,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd07M2CRA9TVsSAnZWagAAgfwP/2JT2wgamtfSo+Fibf3o\nzPjXhHO8YLhA8mm6ESnhlFxXtA28ejBNMsTrQdGzzyIhunghWvqBUdWdZimM\nFU3t90T3XndiWLu+PV4C1TA6wR1RBWHALKL3eFkXYNFvyL2NGIVzp14puon2\nYOx8KcSUzYnyYK/Wx30KzsStBYSRloaeuX6iWHhiNNT4uPUKTE7QdNKNqjtU\n/GD3sYuY0LoXwUmvQQ0LW+7/B1wA9svIxx9SaG5zHzfDJBjzCnQ8Gv487mLw\nBqszCK9PAlMyP+6kc9Bv+JD5W5q6Dh0PCj836nYQSo5KWFyvFPdO5pI5sX0K\nYM35Nw5C8IzSnDxr9hB82OzTb9sv9SFrV+MERW61N4TQU29AF1l4nfmMFqx1\n5MWoKx1MCzZcp3MAuTvQju4tHH4w/00pf70QieBBPa5rHQt3QM4BWptZtyCR\nezkldDGQCOF1ebUNSWCtvG1/z5DSm5XP9hTv+34elllHVrVyrvB5xFst1ZPs\nPcqlixKuMq8ektjkke/4+RUL5yJNodo67Q4/PLJJsE4YjlzdVCNceOWy4rS/\n+TteeZ5M9ecO1ysjq+wZriTSD3lZ8+YkWfGkUMVPZm1IIaqVOiolY3Kc0gsO\nm/r4C7xw44YUaPEcR33TNTVDgckbEkTp48QjySofI1ofD2X79WOmLOJP5X8i\nWLFo\r\n=zh2S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"da9dc63ab7924b648149cf934c58b633bf097ed7","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.10.3","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"10.10.0","dependencies":{"react":"^16.12.0","rc-util":"^4.15.6","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.7.1","react-dom":"^16.12.0","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.2","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^24.9.0","svgo":"^1.3.2","async":"^3.1.0","chalk":"3.0.0","husky":"^3.1.0","sinon":"^7.5.0","dotenv":"8.2.0","enzyme":"^3.10.0","eslint":"^6.6.0","lodash":"^4.17.15","tslint":"^5.20.1","bisheng":"^1.3.3","cssnano":"^4.1.10","promise":"8.0.3","resolve":"1.12.0","ts-jest":"^24.1.0","webpack":"^4.41.2","delegate":"^3.2.0","fs-extra":"8.1.0","chroma-js":"^2.1.0","cross-env":"^6.0.3","lz-string":"^1.4.4","scrollama":"^2.1.3","stylelint":"^12.0.0","ts-loader":"^6.2.1","@babel/cli":"^7.7.0","babel-core":"^7.0.0-bridge.0","babel-jest":"24.9.0","capitalize":"^2.0.0","commitlint":"^8.2.0","css-loader":"^3.2.0","raw-loader":"^3.1.0","react-intl":"^3.6.0","typescript":"^3.7.2","url-loader":"2.2.0","webpackbar":"^4.0.0","@babel/core":"^7.7.2","@types/jest":"^24.0.23","@types/node":"^12.12.9","file-loader":"4.2.0","lint-staged":"^9.4.3","react-color":"^2.17.3","webpack-cli":"^3.3.10","@types/react":"^16.9.11","autoprefixer":"^9.7.2","babel-eslint":"^10.0.3","babel-loader":"8.0.6","rc-tween-one":"^2.6.5","react-docgen":"^5.0.0-beta.1","style-loader":"^1.0.0","tslint-react":"^4.1.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.2","tslint-loader":"^3.5.4","@babel/runtime":"^7.7.2","enzyme-to-json":"^3.4.3","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.12.1","react-dev-utils":"^9.1.0","stylelint-order":"^3.1.1","@types/react-dom":"^16.9.4","babel-standalone":"^6.26.0","standard-version":"^7.0.1","@babel/preset-env":"^7.7.1","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","babel-preset-react":"^6.24.1","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.0.4","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","webpack-dev-server":"3.9.0","babel-plugin-import":"^1.12.2","babel-preset-es2015":"^6.24.1","eslint-config-alloy":"^3.1.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.16.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.12.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.0.2","eslint-config-prettier":"^6.6.0","eslint-plugin-flowtype":"4.4.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.1","postcss-flexbugs-fixes":"4.1.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.1","eslint-config-react-app":"^5.0.2","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.0","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.7.2","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^11.0.2","stylelint-webpack-plugin":"^1.1.0","@typescript-eslint/parser":"^2.8.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.1.0","stylelint-config-recommended":"^3.0.0","@babel/plugin-transform-runtime":"^7.6.2","@commitlint/config-conventional":"^8.2.0","@typescript-eslint/eslint-plugin":"^2.8.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.2.0","@babel/plugin-proposal-class-properties":"^7.7.0","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2"},"_npmOperationalInternal":{"tmp":"tmp/adui_0.11.2_1574155061505_0.012704458671144447","host":"s3://npm-registry-packages"}},"1.0.0-alpha.0":{"name":"adui","version":"1.0.0-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"fa4d9d9b3b51e11fa19788a022e5da91cfbd4215","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.0.tgz","fileCount":399,"integrity":"sha512-/uX4KsQtr/lpo2+mZdJyx7Za2WoHCIyNKr7xuAQaZ5ku9rkOm9HABNbzC7nSC+AQBJZbByy9TgHv9rYdyFaNmw==","signatures":[{"sig":"MEUCIFw77UXsBHonrpHIZb3N2QaGhf/pNF69Cyjcbang6cvbAiEA5qCUai/3ILpBf6cKIwEWDJF2J+ziuYo5QsjzS9ek8TA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3026493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRjpqCRA9TVsSAnZWagAACb8QAIO8RyS9Cz/6ztyzTJyr\nNCimx8z8EV8r9VNp5yelPc1aHFW6psm8onhQ7nAF41HVxWvJDFAippk+0FnB\nQRHEXXg7nzY/kywdq2ZoFHeijbJwXTJzqIKXijtPTE+KEQhhz9blcGdMNvaH\np8tdsPRbW2DCznUdfpPXf3142smdgS82rpy2ErB6/8en0TLGHbFy4uidl526\nB4EhsXp4okFDG2tQ1x8tgwWTRcTt0Hj7kSELnzO4sQAZ9tySC+8FuPEY/Gni\n9NKCgrAibgr+CvKHjqYoR12FBsMu4FxQXxOTjVGcMKQiCPeA8X7VX+m/rE5L\nZp5eWUh16igWU4LoQQupkvz3gecF+lvjxsQQeiYPLyj/WpqW+4WThMG97J8t\nY0DwEJLf5u26u0Egzf+ITIXvmJ+iEvtcsnymakZB1UNl3MB9YLw651+zGJOY\nXvm8EhylnmxMpRZkh0mCPtGqYygSChF5CNGyGSMrPdojYDVTGnJTI5mCBrHU\nhP/2FoU0sr2w5f4q/eV+hqwbd4jZea5kOjRTNcUJ//fNHhjiRkskrI3KX7ny\nrCt3m+sonttkQJw5b/m9SeWW7B7Z+X2CaNIOCcSFhT61dwq4rqLrFjIccZyV\nDNGqY0nYpIfHtucfMKtbDKqf3Quf3zJauOzcqzfWl7HNeEk79yi8mKvlZ88/\nrLEy\r\n=d18D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"2c0d4be491b520564ce2d9231c6d3f9f9463a73c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"react":"^16.12.0","rc-util":"^4.15.6","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.7.1","react-dom":"^16.12.0","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.2","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^24.9.0","sass":"^1.23.7","svgo":"^1.3.2","async":"^3.1.0","chalk":"3.0.0","husky":"^3.1.0","sinon":"^7.5.0","dotenv":"8.2.0","enzyme":"^3.10.0","eslint":"^6.6.0","lodash":"^4.17.15","tslint":"^5.20.1","bisheng":"^1.3.3","cssnano":"^4.1.10","promise":"8.0.3","resolve":"1.12.0","ts-jest":"^24.1.0","webpack":"^4.41.2","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","chroma-js":"^2.1.0","cross-env":"^6.0.3","lz-string":"^1.4.4","scrollama":"^2.1.3","stylelint":"^12.0.0","ts-loader":"^6.2.1","@babel/cli":"^7.7.0","babel-core":"^7.0.0-bridge.0","babel-jest":"24.9.0","capitalize":"^2.0.0","commitlint":"^8.2.0","css-loader":"^3.2.0","raw-loader":"^3.1.0","react-intl":"^3.6.0","typescript":"^3.7.4","url-loader":"2.2.0","webpackbar":"^4.0.0","@babel/core":"^7.7.2","@types/jest":"^24.0.23","@types/node":"^12.12.9","file-loader":"4.2.0","lint-staged":"^9.4.3","react-color":"^2.17.3","webpack-cli":"^3.3.10","@types/react":"^16.9.19","autoprefixer":"^9.7.2","babel-eslint":"^10.0.3","babel-loader":"8.0.6","rc-tween-one":"^2.6.5","react-docgen":"^5.0.0-beta.1","style-loader":"^1.0.0","tslint-react":"^4.1.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.2","tslint-loader":"^3.5.4","@babel/runtime":"^7.7.2","enzyme-to-json":"^3.4.3","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.13.0","react-dev-utils":"^9.1.0","stylelint-order":"^3.1.1","@types/react-dom":"^16.9.5","standard-version":"^7.0.1","@babel/preset-env":"^7.8.4","@babel/standalone":"^7.8.4","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.0.4","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.1","webpack-dev-server":"3.9.0","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.12.2","eslint-config-alloy":"^3.1.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.16.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.12.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.6.0","eslint-plugin-flowtype":"4.4.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.1","eslint-plugin-prettier":"^3.1.1","postcss-flexbugs-fixes":"4.1.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.1","eslint-config-react-app":"^5.0.2","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.0","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.7.2","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^11.0.2","stylelint-webpack-plugin":"^1.1.1","@typescript-eslint/parser":"^2.8.0","stylelint-config-prettier":"^7.0.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.1.0","@babel/plugin-transform-runtime":"^7.6.2","@commitlint/config-conventional":"^8.2.0","@typescript-eslint/eslint-plugin":"^2.8.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.2.0","@babel/plugin-proposal-class-properties":"^7.7.0","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.0_1581660778211_0.11596969796976864","host":"s3://npm-registry-packages"}},"1.0.0-alpha.1":{"name":"adui","version":"1.0.0-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f84f2822229a680bdfe8f5df7391de9de80e513b","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.1.tgz","fileCount":399,"integrity":"sha512-YgterDE0eNDYkHGTTYKuZmR06T4TWzvp2VU13X2cn89SCOQyVJd1VTUKpNtmdWRK33nwDBzAt1H+JItAf9wVeA==","signatures":[{"sig":"MEUCIBe8ncyb/KH0NcgT4jYYitNWhx46oem5tqbeRPIZfQxUAiEAj4NTGgBFY/IvD5RYcyh10ZXH0OTFeMPLIsEsFuagpMA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3028479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRj1xCRA9TVsSAnZWagAA3LMP/1RqfbGN6F29NGLU9c5T\nKFrG3gWdKZOd2AATcGZMKnbg3GjG9ARBOySGDsxR1C5LktogHRZ18XFWQg1D\n6Jl7ZZlRKMOyvz/Op3kODTr6q65oyfvXDg71+OWFOKMq2Evzi816f6bEVMIF\n/2vYwHX+5znLtTOYqASMZ2rnMasal2F4r09Rh40bei3alhrpQVDj6GbtOlj3\naXgGxWvgg/PjwiHZzvRsSpXZmFMj8m6bzJAowlCdZ44UArxQmMERAX9rFTOS\n4L9MZVBgUJvklBe9l1FozXY82Z+e93urO5BNCmq9wmLuV2F1DsG6Lz5GhQYt\n2VmE4SeAouA5lupq5k4Sw5Qw65JlxBjYNtDGJRizqAC0JhdMZEEe7NnIKFck\nHFxC7FQLocROOsQXgpXsmnpDxUQYX8TO9zo0dFP9eVNl84mDfiCbY/T7apEU\nOgan+vMDffVaxJ4nbX8T3IJUdnp3OpY7AJEbwwcQ9FpD7DCo6Ks4coQy438b\nqb52bo4TnLCcGU3qB9wI1lTlynGumfpdS/lTPtUyw8dnazfA+Hn5HBALr1Db\nMkWNMYpGmB/WLKl61YxEArOKTxt1n6re+lVSwujIDP8hkbPJRCCWqT48HpeA\ncfExdNWTRTSEQZDR+NsAaa07eqM6sF/N1BKYTCtT/u//wq60aVd7x52IVcis\nqgsn\r\n=selP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"2c0d4be491b520564ce2d9231c6d3f9f9463a73c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"react":"^16.12.0","rc-util":"^4.15.6","debounce":"^1.2.0","cleave.js":"^1.5.3","rc-select":"^9.2.1","rc-slider":"^8.7.1","react-dom":"^16.12.0","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.2","rc-trigger":"^2.6.5","shallowequal":"^1.1.0","rc-tree-select":"^2.9.1","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.1.2","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^24.9.0","sass":"^1.23.7","svgo":"^1.3.2","async":"^3.1.0","chalk":"3.0.0","husky":"^3.1.0","sinon":"^7.5.0","dotenv":"8.2.0","enzyme":"^3.10.0","eslint":"^6.6.0","lodash":"^4.17.15","tslint":"^5.20.1","bisheng":"^1.3.3","cssnano":"^4.1.10","promise":"8.0.3","resolve":"1.12.0","ts-jest":"^24.1.0","webpack":"^4.41.2","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","chroma-js":"^2.1.0","cross-env":"^6.0.3","lz-string":"^1.4.4","scrollama":"^2.1.3","stylelint":"^12.0.0","ts-loader":"^6.2.1","@babel/cli":"^7.7.0","babel-core":"^7.0.0-bridge.0","babel-jest":"24.9.0","capitalize":"^2.0.0","commitlint":"^8.2.0","css-loader":"^3.2.0","raw-loader":"^3.1.0","react-intl":"^3.6.0","typescript":"^3.7.4","url-loader":"2.2.0","webpackbar":"^4.0.0","@babel/core":"^7.7.2","@types/jest":"^24.0.23","@types/node":"^12.12.9","file-loader":"4.2.0","lint-staged":"^9.4.3","react-color":"^2.17.3","webpack-cli":"^3.3.10","@types/react":"^16.9.19","autoprefixer":"^9.7.2","babel-eslint":"^10.0.3","babel-loader":"8.0.6","rc-tween-one":"^2.6.5","react-docgen":"^5.0.0-beta.1","style-loader":"^1.0.0","tslint-react":"^4.1.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.2","tslint-loader":"^3.5.4","@babel/runtime":"^7.7.2","enzyme-to-json":"^3.4.3","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.13.0","react-dev-utils":"^9.1.0","stylelint-order":"^3.1.1","@types/react-dom":"^16.9.5","standard-version":"^7.0.1","@babel/preset-env":"^7.8.4","@babel/standalone":"^7.8.4","@types/classnames":"^2.2.9","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.0.4","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.1","webpack-dev-server":"3.9.0","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.12.2","eslint-config-alloy":"^3.1.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.16.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.12.0","regenerator-runtime":"^0.13.3","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.6.0","eslint-plugin-flowtype":"4.4.1","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.1","eslint-plugin-prettier":"^3.1.1","postcss-flexbugs-fixes":"4.1.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.1","eslint-config-react-app":"^5.0.2","mini-css-extract-plugin":"^0.8.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.0","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.7.2","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^11.0.2","stylelint-webpack-plugin":"^1.1.1","@typescript-eslint/parser":"^2.8.0","stylelint-config-prettier":"^7.0.0","sw-precache-webpack-plugin":"0.11.5","react-element-to-jsx-string":"^14.1.0","@babel/plugin-transform-runtime":"^7.6.2","@commitlint/config-conventional":"^8.2.0","@typescript-eslint/eslint-plugin":"^2.8.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.2.0","@babel/plugin-proposal-class-properties":"^7.7.0","@babel/plugin-syntax-object-rest-spread":"^7.2.0","@babel/plugin-proposal-numeric-separator":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.6.2"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.1_1581661552393_0.8115641121378343","host":"s3://npm-registry-packages"}},"1.0.0-alpha.2":{"name":"adui","version":"1.0.0-alpha.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"5e623ea0e6972adc405bbbe29a10c77b81003a3a","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.2.tgz","fileCount":425,"integrity":"sha512-8DBklPBCU/awPcPohMTCpZKy5U5hMzw7Vxp6QDSBbmnbWZ9kijYsNh6qn7xCwIPrce3mbdlID0YryMQ5Oo+F8g==","signatures":[{"sig":"MEUCIQC3it95N0VMIPDrGT3DDwIBUALwlZFI/HUf+8GBh5ZTrgIgKWvLsqaijxB9PSw2/uDO9mPIN8nxRPsaXI3bnAGYutU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2887590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeezFnCRA9TVsSAnZWagAArkwQAIIft62yT3Y2BZRsGjEW\n0KO8SdzBUrGXXS6h3sklDFAId0jvi173P7YEuTPepX873EbWJ6WqJp+uvUz0\naUAi6ngHZIyTC2FhCw325lZogIT1J9Elz0fFyEMMzNJ5wFioS0a7M2ZwVjEE\nbQxeR1AIAP3zeVrVTFqX4mIaIFkXTuaH8aeN/sxil23OftEq+ABI7PRhiuwJ\nBwxky6/jZ7U84zFnrjGCvZCucCFoNGaUWgZq+MC9BwIeqr3TRNsTGHDNZCfS\ncZBwvBngnr4rjFCDIjm8KrNNH5zf0WFoo4rK53+mDHct+y1ETFORIsgwH96X\n/OorvS2Cat6yy3+ullA8tNbIJtw5ElB7RjQG1KGZOv+nDRjWdCRENkvkWup0\nGReT5FiXUiWB2E4enoHAuyiJZsUtSqeAArFyyRgKETSm/tqR57SLTuwdcKB+\nARNNb3OxBwsO2fLZTKHnQ4gwDupU11XJYsYAJyKkR9P4W/yK0uD/a8mt8zOo\nmtFD57VIYZbJ+Z80g2m4Ax/CVqYniLFXN8gOs8kymeHE4wnzMKdochevRP5q\nIRsF6LnoiCFH4ThinuMmCSxrlnvJlLRS8a+JmOy1XCaoMwi6BZFQV4DYi9t9\nh5rjRXIDW0Fh+dEXv2bt0wuf9kIlxWCHu8IXiuSI+d/aq8N2YamHVy/5l5E8\nJOlg\r\n=vclk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"95f60240ba71385b339b8b703b6c2b2dc8578ae9","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"AD UI 的基本使命是帮助微信广告相关后台系统正确地成功。","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"react":"^16.13.1","rc-util":"^4.20.1","debounce":"^1.2.0","cleave.js":"^1.5.8","rc-select":"^10.1.6","rc-slider":"^9.2.3","react-dom":"^16.13.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.3","rc-trigger":"^4.0.2","shallowequal":"^1.1.0","rc-tree-select":"^3.0.5","day-picker-react":"^1.0.0","css-vars-ponyfill":"^2.2.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.8.3","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.2_1585131879073_0.732314941811611","host":"s3://npm-registry-packages"}},"1.0.0-alpha.3":{"name":"adui","version":"1.0.0-alpha.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"e5de254dd3bd1775281d243ddad0c01f6e301a71","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.3.tgz","fileCount":425,"integrity":"sha512-nRvgfuYfTm/kLMPEmoBK4ddck8g90hTei8jEWoHHS5QXVaNbP3z5tz9B34VE6I/eKWGNZtVFelcYQaaQgUUs2A==","signatures":[{"sig":"MEUCIG1+m4AyRdFX7gktBVxCqo88EKhXV8Z51Wa4tT8u9s1eAiEArC+m2WFTUnILI+CtyOdyPb7sXQ8kr5PprG8SuTfLrbc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2882047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenmq6CRA9TVsSAnZWagAAI44P/3vY0555gdqo6qWYNV/F\nxIHfK1vGtfrxVP1Hs2PaiFNn+pRuXPUq0jAKGYwShZLiQjva9B2uedCWMBdj\ntikZa20/4u7OfYmwXqRIZaoe96phL/qv6jQuC238XS3dP8DSIei1xEA4isoL\nLLN4Xm2Br804y/LNAKXGyDWTeOmIAVQg8U3JatnGgYTqclHMvLsT4vMl/34U\nNh6nu3yo66rp9t9yqON0no1Kxorq7bE1ZOtBnZfMdwgSObZf9V3cCZuHDPzC\nTR3CYbOdyIW4I6CReObj6h+9X7w976YsNLOf+16rfbLPUs+TexlvDqSxY3BV\nEzlICIjQp3BP8czje+dGbO0lyW/EEUdl20k6s6AwSJ839mjZnFRXnGFZ+Z0s\nbZAfHKX8WtZmmMtQlsM5cteS8XLVjTMmbSWYL7TUnOpY64YnaluQqCDgWb6A\ni/z5JJIpXinAjYrjZ1B9y+Rmei/uFy1Id/cPZT2zQ6zrJFrbJt8XNRX3GCt0\nUrqu+8j0448bumixg0TEt/4xCdLzxjXRApO6Pk21Jfi7cVCKs+xIL9ePhSL8\naD+H9BfjPWn9ANw/2OpuTZ45AWpMHKmmqKGeHA7w3JE4rWTA4tRE2KEIHdmd\nCYUmzLeAfLa41W3tlcwQ+Qy1hHqPCYoZc14JzTOCdO2eVArI+ui2lXBMT+84\nNPSt\r\n=Wx7Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"31795cdc84d274e781ed2eef868671fc91d73af8","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.2.4","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.3","rc-trigger":"^4.0.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.0.8","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.8.3","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.3_1587440313884_0.8037213835526451","host":"s3://npm-registry-packages"}},"1.0.0-alpha.4":{"name":"adui","version":"1.0.0-alpha.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"bdbb0d1d8762122b9df08db4349ad5e3a5a65062","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.4.tgz","fileCount":425,"integrity":"sha512-cqF2RDE+6J30eyBh2WPpJ5gKn3dI0U2BYkS75DTEwih7kHo5i+z03Z8g4khW3RitNhEXHeDSigjpwZknX9PQAQ==","signatures":[{"sig":"MEYCIQDgcxoQQ+Rtp8nVnDHnL4cULA7Q8UhNTjvQPrNVSSXKBwIhAO6TEh+tSLSi0dnGc4j/224XreIwg8bCyg6tLcGzBIc8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2882079,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetMP3CRA9TVsSAnZWagAAmuUQAJzLTkBP+6F44Ag++lzL\ngap5gL9R1PNsRWhoAulqcaIhOyPrgcRM07RsFy5XAtO6915OmMtozXiXJV+v\n8bu2QRjo78Lh8lgLFjru3XTAzQUbrlMX9Z5hO0hpqoKCSVeXsNBrDEojHE8s\nA5WHvDIvVJnqTCUNUXDDIdayw8vUlmJhwXx9c9oG22RHOdOhC1cERJeNG70y\nHEO+ku62aNzrmtxmkvQvCtbNh2QbHb8c6MYswYXml8Q1v7GzP4oU/TSttvPw\ny5NFInoU6pf6y0reYJJhGBfHcx71McSvmaUEoivdmXhQsP2Yh92mE9MGFuQx\nlwmjWI4deW3aFL2/MCzJ6TEUF/ofaOY1biv2V/7BkMdfHyZ9swY8d/Un7B6o\nuhVqkGMM3uZ6HlDjQfVmocTD+JORv6m/VVy1Neul7szWf8Rk1w1eqvwmn+q2\nvvWqY6E/QRSybtpNmdmbpMCkb4uOFCPN6fwnmFtTDFjFmUQHQwMyGyWnfpvT\nWuntvFehX7kAPCs/K3Cg0sKQwyDdcMJlprkN8ZeXD9TVw3mAsKntyOX0tdUz\nmnzpYVusL7hee47zw4EsN49lavxy7TuN46kdNgSul+ujN8ONYEWO3q1mivBi\nuXIh8LBYrkQXPpigG6tQtgkO+T12uyU4BEo0Vd1ZGixYCQ0aQ+8hFc/pp9Xu\njH3H\r\n=jNnd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"65cd15ee841c8dd2881ce769ef98d81cf775fdb6","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.2.4","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.3","rc-trigger":"^4.0.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.0.8","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.8.3","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.4_1588904951035_0.5509860249067313","host":"s3://npm-registry-packages"}},"1.0.0-alpha.5":{"name":"adui","version":"1.0.0-alpha.5","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.5","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"e28bda2f18440ed8715b397b6d526e130dab998c","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.5.tgz","fileCount":425,"integrity":"sha512-eeuxgVHBz81jlCXRmoTPPZhPMVDSmKx2v1yvT447rooMBDkO1JCz0xFl64YGXByIRdbRS11RzlgGbx1sGOJXRg==","signatures":[{"sig":"MEQCIEMzp7rVfI97t0tR+51/V3bYoAaNkeHefY7Zw3+M6ftoAiBHEjGl5tTW1mQRcbPtaf3rDxmXXex+D2lIM2AFFnSLGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2882864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetm96CRA9TVsSAnZWagAAG0gP/2NLppXYMP9C0b/5v6qK\n0MYmpR0Q4pNwJtwjOS68qEGAxKRsfn2MesfHAWYlolOCcpJ9mLlFiittyOtl\nmUoSgXti42epcDPwiIwHCYTBb/RSLEOiBN/DbJM36NOJZxeFIyzrtwlxY3C+\nnbkO06ZdrgihIE2TDPpupp8HiUA4CiXuEfjN4TZ5SHYm/B1FVBg9tV4uUja7\nuonMZFc89IX5Pf02tapZj+TgmC0qOD1UzfkTTrM6LuJZ/OA18DHLlFGd5cPu\nsiJZMbP6Mw/c8hAXpGBIXerSK6wBCiYzYPPFlKXLn62+Nc8gqUg4IkN8kRFq\nl48fKJ62JzKoRjjSdbUfsMD75b+4FLymPFAHPolHTu6Emg+hh5ysjPgdKoLK\nsHpkS1v9ghUoMgMbG6mmGl85ls3lVdFchFdvd6rCqwiZ9roWcroxOBT4sO8g\nlvT0xpYGKwokLOJiu1mlPMmNBkTzGY1lSBQt61t8CvK2YgJBs+MfMV50ovAA\n4dsrsB/v2FW9W7x52bwb68fyDv+W8WwRu/lG8GCpio0vnFGL/o72NUNtpEmB\n9hi9u60gDtANdXs0d0bbgDwpvIQfVftai7HrDbwHepeu7b2xd/zvjCWtkPH2\nAg3w8GV3J1s32JsVcL8Hp1iBptxWsgM5c6iW4dsowFTzC2WekCrg3XdfKh5H\nHD3q\r\n=Ud5k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"68d3b0b2c1f86c1160f92cdd54c0018c1ecadaac","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.2.4","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.3","rc-trigger":"^4.0.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.0.8","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.8.3","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.5_1589014394362_0.27165570879301004","host":"s3://npm-registry-packages"}},"1.0.0-alpha.6":{"name":"adui","version":"1.0.0-alpha.6","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.6","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"95659d45dfca95d981ffbc278393c03f2e97c991","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.6.tgz","fileCount":425,"integrity":"sha512-sXfc64V7HhblAnGikexwUT76PKnOQnY8BU8zfQ9iaDwVBI25Mo7c/pFRmHV6SnH/XyhLemWMCIgROAz0Pfz5YA==","signatures":[{"sig":"MEYCIQDYTPtRYweZhJGgbkmrx/fNk6zSVitr/AE1LXdoi/C5MgIhAORjg8Uzio+DcUi3XM1LunqBKtXDhB8eJbJAIqy4o9LI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2883598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJet9S8CRA9TVsSAnZWagAAsqkP/3837mMyQCAlUsOZ1bLC\n1huYfjzBUPyPHp1nrcvslrqnump1TVTJaGVmrh4+QpjbG13arVLng/vIP2BS\n63MSbinqYAvPfsQy0o2QAat8bv5uZtbgliN2SGUmwdXLEeIffwEeO6yrTxkI\nd0vVFR/OIezonD4eXg+oE4dYIyOhek2PkgMTd/m/KSLFDWq+U1lcIrBIrxHr\nyoqgpkz4NiLFFLL+4/kt282S448yieSPcgB9/plSMajW7Epa9zMUQ5LKrbKC\nlQl3STnZzDD/nYSc4yyszc0ahWITGlyBgRTJeCIzaSXDK2vxQ+2REtyi67R/\nfpZMdbfA763TDBpboWXOS/pDOU5JotZpHC7aEtYQh9sNQXK+9wZAWjSoPDsv\n2uxy2BABqvNjiZBUCwPRqnInWJzmLB0aeqDwGa101acuYyX6PGz4IoncGkkp\nAFuKqH8Q/4qsap/iINEkFGMw/fhBs3SkgXH3fvufhkVzq/HUjYwEZTfZWBA3\n2UffNgy8wPMY4J9miTK1HqiRVxgLO83hkn5/UK9/eMbYSSL47l/Sp3v46Lci\njQOGZpgXycYGIy7Z1o99i08b2xTrXlFzQyF8Iw6oN2TIpKsMpRgfjEStfOM7\nq2hTisxrqFwJ1Ec0Q7J4yTtZWByNp2+y+B75fodPhSvN4BD95Q1iUSVz9qtl\nfQIe\r\n=Bnu6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"c8fffa797b597bff31b42041fba83e4aca252a0d","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.2.4","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.3","rc-trigger":"^4.0.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.0.8","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.8.3","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.6_1589105851749_0.9979921866649968","host":"s3://npm-registry-packages"}},"1.0.0-alpha.7":{"name":"adui","version":"1.0.0-alpha.7","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.7","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"314989491a5276c7108904fc4d074cc5bbd1db04","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.7.tgz","fileCount":425,"integrity":"sha512-W6DIHiRj/r1qJMsF1dR8AOtDXi4wr2RpnMMRUNSkcVOi5ikM+yYSfX1jjhLWNhqx8guJiUt6AJZIbJbRnu5+UA==","signatures":[{"sig":"MEQCIFMnQRNVLvKq8CPSAQ6//RzN4slCINgvffSxrUOQxk8eAiAmAeVfYBVa/nHKWXkXKxzC8g1fEVZZ/tOj2QRsy9faTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2886303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuHDlCRA9TVsSAnZWagAAVa4P/j13rG/LwhFp8jK7f6lg\nHN3kxJKFSvqDfBRWbhoGid8b+wVpPWIxRrNqsxAq0dhco5R7XZQ2H1eYblAl\nsUCnkqWQwH/Fbj8vnlA0jvd9DUpEN6JBs2l+nmVbbr7l+a4qbPtq1HUTurQf\nZnWpiCoTa4N2mtS57MFyHG3VGlWU9SGIHnywmAOEzCbTTUO0OSH4HNQP7pxa\nN6Ah/MYBh04PFJCDDPWdYhHgSW5RoCMvD9OX6Et5ZJnpjT0WTjw/9WNDZbL2\nTTcGmtkQMvWysw2MCRl/JXJ7YwEorhThNuWlygXHVWY8RRwsDzSzwanHmjh5\n58+4VK5jiJ+xXFvems2h27o6RTxHPWGuj7Pj09uOq1EbAhrZkJScqZHf2el0\nrKVfBSyaKIdl8amzdysqnat0BhdkoBjZxJVdjs57udC2h9BvgOTn91E9aF5T\nGJsRnFh4pvnQIcEhTpvwEg6Gnx2eLUzkbSy1Ui/pDssgVfbzAT6IFTcgMwGe\nHrcwYQ3CDLmCrEe2onmErwVrZyk74EuwJMNXg1mxhCh626t77EmC6E0/Hs/c\nLjQRS0ZOi3lz7l7IPWj9bvzAFGJLo44x4IHfSXNg6g1uWs9N7lLWC+3iIJn7\n+nKM6ZbHcO0o8TtuwAl3pOE/szVcmfLQNdXa2mt9nvFb8/Aq7G8V32rqM1At\nDX+j\r\n=24xu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"c8fffa797b597bff31b42041fba83e4aca252a0d","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.2.4","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.3","rc-trigger":"^4.0.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.0.8","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.8.3","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.7_1589145828472_0.4793971067302154","host":"s3://npm-registry-packages"}},"1.0.0-alpha.8":{"name":"adui","version":"1.0.0-alpha.8","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.8","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"e74091de858ce91992a543aa736f53364cec4f2b","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.8.tgz","fileCount":432,"integrity":"sha512-xHojddO05c+8IsUO53bVRgeVlvGnr0rnBxLO6aU7InmPDP9EfUyxfQZP0jVQs1gvsqK7CYk+71Mi/6GSzJwbPQ==","signatures":[{"sig":"MEUCIHMXFS82XmzRvTbNSV8iRr6Bd02YTgdbxMMyR4/ZpRnIAiEAr76QYADEx5DOlFk+8cDovcQkwZ3SRXONw8giBJK3SBA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2930720,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu+MlCRA9TVsSAnZWagAAdDoP/jVonOkAlUpDMyWYyIeO\nF94/m3mKe4qFxJWuh/jSsl5vsZ93lva6997uwWw8rlwy68Hl2aBd+Rg0VO4b\nDtU/xsbZPSsG7fZVfpp047rs7spIstiykiyVp9np0prI89jIgvNArenWfjrw\nWIiCBagrWJXoUuTG39XwA5l7VjVDedoQhd1JU1UssCEg7yoy4DWPr50SkYPA\nvK3TnA7rqrc9Hws3zJ8bcpP6eQyf072Y+77T0ptj2nKRKk7SgrtKqg6q0i/w\nh0HkQVZQ4Es4B7MDQUqMY1K02DXPQoa2I3NTQxmOadpMtllLHj/ypOK+MPjw\n/9whIIGVjplKSZKb/VJAXaMmifgKNwioY27/QRyyDSiXQFMtA/rOCgT1ABvI\n4O2rQM1Zi0EKTq7GMRGnjiy7bo0EDFJtJRwILfL+AokQND63Jgg9fSIqGzJP\n+GgTn8S5F8IJb4DU9js51YJ81Bc03WmwdsDfuLmQB9jk9Q47iX5yHz2vBFAx\n1OjzRYZwnb5g9po6MtF5DHV2f4hipy8gpfUBrR/9E/bpcvHebqpL4RhryMyf\n2kacOgW1vGtB78PoCfF/wC9kGGv3EqapcJt50XgU9Ig1sBHUfU0Yx2pXmNse\nmBwsobo+9kra5pJoB/15gxB9BukuYOGeVa0jZivcUfgrtMWhvAPpO3b0fl0e\nVshT\r\n=P5ip\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"55e54629198e31ced5933b3556f6cbdd63c4b84c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.2.4","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.3","rc-trigger":"^4.0.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.0.8","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.8_1589371684905_0.07496245007143965","host":"s3://npm-registry-packages"}},"1.0.0-alpha.9":{"name":"adui","version":"1.0.0-alpha.9","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.9","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"7b15e4192f245382d6867ce1c7a4e0e9ee012b00","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.9.tgz","fileCount":432,"integrity":"sha512-TO4JuoRJodn0ff3hFycFAEj4hkOfXHP6SJ62yTDXCHMHt9ZKoENS4Oboi0ImYXcpnY4hajCvs1183fxtg2WrZg==","signatures":[{"sig":"MEUCIEbIU2eCQ+eStgFebQik4zWyy1bLka7jxE++I6/D9oyJAiEAhbJg0LRfs8jNCBbXjsURhUkitfYaqwccCV8cfi25tFk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2931292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevgUSCRA9TVsSAnZWagAAMVMP/1p9RScJ0TBOMhtXVK/8\nzkbgjskVKALTtaUtBdxfzatQMxSg2AzHIsU89Q6NvdfzS+Jfis1cCFJQnmEQ\nR2T5Zzrnkx/mtmdqOtWOCHX0U7popeGYPEK4YAgWC7mv1WNpUmApst4GL1Fq\nhJ6xBnQQF4BfknNs5pxhrIF8y66s15uUiDGFlx+OsQS7SERmeeqNpyIaF2f2\nMDIYUn3Iv43Il3BAALaCGyGZo8dwHBWYdqEoXRLuPYPX2GhDuEMncAoz4HkF\ndWB71HxpWdI+neWJ6Ya5ptI/6GmMdFKgrBsWXqLTF1TPTmUiUkIqrvMCqQR4\nd4b+1Otdjy3/QRo1Nsj/cVmm/oqq7r0gidQbnxuKSYpgLHYk3Y4UV2exLZBa\nIpXPu93Ltw6HN0tD1Ea3cvaAOX/VIZ00YEpG8Y/107GEaz4caCaa5OUwkhrT\nP2mkdNOou6puihvmqXicatR8ngAy8qf4lIixGFciCnH6DbIE6l3aqg3gFt4a\nSesimqtoTTQCZ8x4LkczTuvwXhwwSnDHATXRgqZss3NyojYv5oQvBvpIQVB5\n6KCrd6oZNe9ZpH2pR2oWf6N8QgP0gSXbFhbdKqtZD3YeRFihQUp44TWvbQ9w\nL4RDtRnwp9I0X6UaJS92pbeuKJIXN/JtQBV/3B3gUCdV1Rj0AkcEu4hzRICF\nCEl1\r\n=uhko\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"4dd60cc44459fc374b7a565d069bae769ceb0c42","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.2.4","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.3","rc-trigger":"^4.0.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.0.8","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.9_1589511441427_0.48791415676255023","host":"s3://npm-registry-packages"}},"1.0.0-alpha.10":{"name":"adui","version":"1.0.0-alpha.10","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.10","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"a1f49b6ffcbe541a3523dd948f39c92668835720","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.10.tgz","fileCount":432,"integrity":"sha512-0feXhtkj7iBdHdVhPMtMoXvVvXnf9wdEZkR6xqO9yQkBhgZ/chKWN/7pkjncE8CvEkvAIzbI5VZ5ZFRiOuUHrg==","signatures":[{"sig":"MEYCIQC4SQvwZTsk3S4od5GYFjEreyCPcDeze95+nQ2SqxGPQwIhAO5kJUCxEY1k7o6hZB1AvvhKkmrKvaCk2ZO8d14IuXvx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2931393,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevmM4CRA9TVsSAnZWagAAZTgP/iXsyFzfbdvrCetf3xuA\nkcDra/ShksnRyr3aN1llWO4tuDAU6kz1D+VGgnx76hsG+E2uzHB4UCdeThzb\nQeqOzvwGDOq6b0IaQCLh9IA2ixIuHwRq/IU+R6ATeFp6StHuLlB5vVnzjO+L\nSk7dH7M4Qsl719KA+xc+PLG6tJfcXw2P/R59V+VsJ0LRM2R+f9DLONBEgjAi\n7AbH6qltlczRIGiOmMFZdl7kCcEGvYpAgi84Ez3VD1sLeUCWGuMS3Smd2BSy\nVAlkLHzUwvcgp++4F0cQ+ItGk50MapdRqSwctq2QYMlmcN5khDsfd8tNMh+u\np2xPeBkBlMIIvSe4Ps2KzacIYYm4N0ErixZjs26EeOy+xaB4fudFltk/lX/9\n0ssVzoNA1kmcXwVNjbMQg6MjjcWn3R8dKa0bDum21nNGIw+rbR94pzs52NzO\nKmhGhWP5KNQD5JTFBaqjH240esMkQQc05vyVFECTjFb01zWsAtJmHttLrmJh\nXr6aYlMryViile/+jBhXX/YLumfRv8gph+o7v5H4lr9Ma5/FZI8miTZYRo9I\nQfDcEsPpBIG8ufnql0Eq+QC7YOpgWGsmWnw1h7fR6STHaN8IIo9ccvn3JmDu\n1jvlKXL1wcIT8G70nFMBRdlQpxR8Hq7q0zjBH007pGLAZ9EdsdgrMlk52tBN\n/LdS\r\n=H9lk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"3a0d0ab80d4a9d9094de07c8b57c87320a014e45","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.2.4","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.3","rc-trigger":"^4.0.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.0.8","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.10_1589535543974_0.9921819923640032","host":"s3://npm-registry-packages"}},"1.0.0-alpha.11":{"name":"adui","version":"1.0.0-alpha.11","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.11","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f698ef2912d2ac1ee9d080c939548ee3278e9524","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.11.tgz","fileCount":432,"integrity":"sha512-WVtGhsqpPUL5ImuLNuWvqVAWrSb+VBzvSmYlrn6FH20Z0s6aNkrLOPevuOkUc9swdkSZtfvOXlmffnxISvKcDQ==","signatures":[{"sig":"MEUCIG24TBC8mqOECy/K1U/z8/eJGsOGfW6eiR6Fa6EOxxE4AiEAyglL4W17MmopozkLZPy8nk65i7UBCO9CjZUmjO7JIv8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2945976,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexM8XCRA9TVsSAnZWagAAl2UP/3wMPq3jhSNdyTCBMZqU\nQcl1Ok3piYf0fXQY/ukcuOB+P4wnkzlMwD47MZyJTlEDnkkkTEmyK4P0cICx\ncZovh4eIKHta4kzMRC/IAe6Gk3LWkpBUnDOYlbOWRjWyn/nXUlW4ezIcS1H5\njXncDHlUnV4PdMt/nHl/bukuSFeDCj6xKBkZ4xQRXDmYOV7jPBskqJJucEpV\nXXBswvSshQwo3cx0+UeAwN1jk0AS+uW7bj0DxSQ1tuTO0TXZp1Hict+liGc0\n3OG6vobO1hOKAOGZrztgT7DdVZs+YT+aT2efbIxBKpxMttwsjRr3DF2mqh7F\ntz27Ml8bp/PTKIil8tAeHqvIfX+BC72XYhqCjpVTlimnFXRQIzPOpByrihp4\nsO6OvVzooBt0WXVLqEmdnJ1dWIDOd8Y40bubNc7lWnRtECiGaWjA0w1gNPc8\nCVix6eI8UYxOd39SMOtrSSfSPWWClj/pr6cu7F5cg2BV/IFh5SrAQUFHCOS7\nmu3wxaXEuliiUMg6i3T0stA0Ngy7TVZNOxwZb3qUGamEI9Y1eBc/KlkBw65J\nZ+bLJOwzZUWAapF6Rav2K6z7K0TkQuPBuiIVoGpyJk31k0KIgd8357s3Ti3C\nSs6kTQVbzTDkxMYVZoWUANDVXC+33BqxhmHs3nfiLoCXzb1JwS678GRxuXU8\nTn2h\r\n=lvMf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"a4d878ee673e373d3f3a1261dfdfd64132ecaa5c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.2.4","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.3","rc-trigger":"^4.0.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.4","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.11_1589956374744_0.2637614881549242","host":"s3://npm-registry-packages"}},"1.0.0-alpha.12":{"name":"adui","version":"1.0.0-alpha.12","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.12","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"334560d7202f80822091f549abe292424d75c704","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.12.tgz","fileCount":432,"integrity":"sha512-KvWiCgDnAALd9HnHhABRZ1BTI3KmSuqaNwiyXxVDun262klOdDwOS+jFsAWEl9LjvSPRy/UEocK+BkUaUFUJ4w==","signatures":[{"sig":"MEUCIQDsr+KPLJBw9B4esX9IA+0sEC4+NrJcQ+OX0oo4gf7DigIgQEt1shQQCyYt77d0sZIPW0h4oW1X2SP6/JdNWjGRGaU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2945879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexPyVCRA9TVsSAnZWagAAeTcP/1gZ4clVQW8hPll+NLCV\nQ6J/1a3gFg8wyOhpEDmyrW4h+4fANppnZvpGXWKU3GUoQTFqaMBh7wK8UZDv\nBtl4c7756NMjs6P7MYvzQ5MHC67RFDP9jo7p8N0JrjqmKQwi7jzfiE+xHoXT\nid1H20w9BCStKrK9T3L5XR1lV1w6Z+EOiuC0jodhSj8w1rArGfjG+C1If8Xu\nrV0NQrrsV7z0NeggneGgxhj6S0FJB9FgEfLBsDnlF4b6aBa+vL31sM3n/rd9\niKKULj0RwRK76o3cuXARXoUe6q3h80D+elxAW59D8UJwPlqzulp42T9JqcCh\nFXA2IthoNqPCisWHNewo4Q3fVj72Klbq429c5KnwP3Gv3TTrYsPNK7iyDUc3\nsWYfLvjqENebpw+IYEObSAFrQm/vGip2SNRkolQcsRLjem/BjCEOSN8Ph5TX\nTXzMImeGyvGBt3pahcV4mCaxjPWJDQW3J0j6vgR+vCSLQqwq3mlOe4AGHDoR\nF+9ILzTqAaCmL3stAb5Op7Wg7q9dNELw+QHtWiPhWNGQkYbVXXZtPVmw038N\ntdG2lFvj+8EzxKyWv8dao6Hv0oSptxzPmLcAlz35VbjqG2S0++GlwFD/r/Zz\nq4rMChGZjnLeWSCbkIirvmd4VjkrmyirNAsQ+yORl70c9Xem1g6gkZiXyD34\nnLbK\r\n=QZFq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"3320b36299a3d187859b92b9974a309ac7b76401","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.2.4","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^2.10.3","rc-trigger":"^4.0.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.4","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.12_1589968021304_0.6988519655864163","host":"s3://npm-registry-packages"}},"1.0.0-alpha.13":{"name":"adui","version":"1.0.0-alpha.13","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.13","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"14d1d5d286a33327d3cc022da1cca5870ac8b229","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.13.tgz","fileCount":432,"integrity":"sha512-yUN+MhzjAceDhyjCSdwZzCHY0Rl/eAkNJ3UCmyn0o+HcupMzBIJDSgZmXQXoFrLBnM6Vm76iKmnKXHfb0qEenQ==","signatures":[{"sig":"MEUCIFh9qaJTtTpHnfRG1VR9T8ZwM8mHVhT+43OulV0Y8E+jAiEAvcKf2Kgz0/rjEhB2yQ0y2dayGcO3iNClWRgB64pepqw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2945592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeziVACRA9TVsSAnZWagAAMV4P/iWBRB03+L2YeSyq9e1s\n8lO4VZMQpuqqkAjJneRm2qo1K4nfJQgpeY+jc6Rw26jTzJupjqAL/O0I1FYV\nFW8zIYvHZmuCybh0hQGyjiGd11K0zLHEjHSY/IGbf0ukfM6FDXqlPqNwvjkS\nVRwZvjgT+B+ESidH5m8U1ZyL0io7Ap/EfzGz08vBySyp6aofoW6rnDytuHqK\nCqNKJHHmZr8KcdH4qJJ85qEr6EiJvn9jW7ay7u2cNBIV9HIbWYrQIUHekx+t\n/XfKP1ByyihZSUKo2GhOcziOUgjSxqHBhH1MPATUTz9D5c9ldd2kMQac/3vI\noaYk365Xoulon4wy/VHCTGYzPRuyEM5D0N0Fq7ouDlmfjuUL9hiRdwaB5adz\n3vE3+QUwRmiAf61dlJSGFf+4GZECAPyxUUFaOJLt3iKWa/k2bBLtDQN2n5w/\nwBFRwobQukwfVjYTQFzAgan7KT8PszIXqpbLwt4hBPQGBLu8tvoOUG3Owa3u\n3FeiHRhH0Kqw8zfOLmHvWxINT5BEebN/xnU6gS4mUpK+VviXZN3rlYodmWSP\n1/rBSNc1c9acX3wB/cM3Aiz/A7W5GjbyTtLB/5A0C24HA59rQYMRDEtk8wwN\nfxfA0kiLMd0SD/l4/OfNJriAcPmgqKb0MqaCbA+mCojhmzeFuymK7ijayXFL\nhYO+\r\n=Unjm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"3320b36299a3d187859b92b9974a309ac7b76401","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.3.6","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.0.0","rc-trigger":"^4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.4","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.13_1590568256058_0.3563718581469342","host":"s3://npm-registry-packages"}},"1.0.0-alpha.14":{"name":"adui","version":"1.0.0-alpha.14","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.14","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9e232d3100c40866a12b503f93c587f8c5bcbed0","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.14.tgz","fileCount":432,"integrity":"sha512-ZezD+KKhfbTouQwGmIMiRPVyIrgJsXIf4M6aPCHMFzE+CJM8n0UFLlA+2iGfeyvCpLqBvbyBNcjgfBPNlH5v9Q==","signatures":[{"sig":"MEQCIFwNBZyQ8PSK5VYWKnl84WiYSlpGlfAhhsxfC/p2FaijAiAy+4B8b7o5RMzREAHSGW1xRja5fwCD1S3hyvzRPTMXlg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2945592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezlNnCRA9TVsSAnZWagAA5qYP/3JP0qYqks8r1P+/r2/M\nenIIm71lYEZ/F/ef2hc1R/JWzCrJXly8iKIdPxdfK0SdV7RijjEdum5rwTnI\nXSkYbQz6LOvYFG7SZvoBOVfpkjqJhxPOYmmQVbMCtP6V5wXl/1EBfTEOvJ/2\nDLRq3qL00YdbW5TaaJ/1NJXjf20wylPIA9szZ/Si5/K7rZBOdpzUVjB7IvdN\n+u7haWjGpH0NgIc8qO2Z5TCLoSzyKiWJ8oSYpSCyYvVeo07IG/LerE73V5t3\nfe6FIa2Tqy81GyQNrPD8qtGc/j6NNGCHnMyZ4vfrGXEqjOltAXFx3v51xLGz\nPHZ/1uK8ufWRqWlw1Js055WMq8KtIghnB4tir1MJjmRhD54660ZuTZUpts5q\nvf73ZMWHWFQpIUV0Y/K4fl8fqFSEZ4/LF79gcEUeKFl0WBa0v6ztc6sjEit4\nOOiOSd7+B349lSurqYcRKHt4SKdK5SRfxkDsjyfIgToSWgMYnSI0H1GzXOSg\nKQuG2OpYyyxqNuaK12HZQJLMC+HcgETVjzQKhbY7p7wqkVrtNPrlJs8gF0En\nFIEG++kEFEQVnFRqZZo1TpuML/HsLUH0CxFQyQNcEYoK84fiK5QhoowpOQuk\nbdVg8INfU1SQI0LzlBOxrIfvBN6dfem4DM7Q+K2MJmGsaQzsbk7QDQw1iPu0\nylSK\r\n=1KZZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"3320b36299a3d187859b92b9974a309ac7b76401","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.3.6","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.0.0","rc-trigger":"^4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.4","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.14_1590580071356_0.05260452316600506","host":"s3://npm-registry-packages"}},"1.0.0-alpha.15":{"name":"adui","version":"1.0.0-alpha.15","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.15","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"a6bec1232e2caeacc890341cacde7d0dd8b80db3","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.15.tgz","fileCount":432,"integrity":"sha512-SDsRmDGoKZghWsioIXhQwPMCai/CEjobLBTyhsUguiNxGK0qWhtP+Xj4umSYKoRptLrAejn8mtWVBGSKDj9VoQ==","signatures":[{"sig":"MEQCICN0jieIfqBNJM+rQZc5f1v4EF8pscvYRDRKGNz3B6IVAiBOklom643fzGcWEWcquikJHd1MwU0jeOegHYq7CufWgA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2946647,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezlnzCRA9TVsSAnZWagAAe1QP/3WYpSL+w8/OKWJREPFj\ny+gwg5IoUzK1Cygw6QyBmkb6QPZnH1at8QJ1dAoYnoVWh/2pI2rnSbCMdj/l\nRGZdG6ADeMWL7CpwkKRvNqJEmSf167JQYIJlj4o6pBXTGEaPeDhQndDmelTm\nI/refKu7GYEOHP8xWAM9CaHxShlXOeXyT0WzT5ZCdHhHBM5FvzOdxJ7SSTns\ndYGIC3L8rKcJWF4DdWc55NPGZHV2bWEgGRt3Gr+ejUbUR5jHHgJjxP8qXAsg\n23XnFCyOyzJiuR2wQeJvRXbrQtPP5ptuTA08VQ8sk1AJzaWFGSQxvxYFyUBA\n2WjVreSp1FO/HR2tv2PJQAXUIWedBmgBJPeBkSEe7fplkonjogdE2xU8ocKQ\nsRQITDoH/WLCVriAl3pMNWtlyhSHJToTtv247rXm0+3DijxluxUcGDHxkzqa\nL+bDHRerDkNyrvSZbwPbshl/r0LW3+oEi76vNh+TdIMvgH2CNsEGt9BVPz8H\nrBH/q2HwZVeHnNrSmvYsNPsZX8ePFNzkE9BWmn1NeZJmliRTwLxg0xKGKtEa\nTA24aCqdeEvYzghgK2KgFWss7GItkduU8O7sEBhyuqPUqXsi6T1BQ+c1guBF\nqqAm8FCkUoVT6ta24COy9Kvg7RbrLw8zdmXDkOSgZFxPGeAgjM7wpIjyX0Ef\nLUPY\r\n=RfJy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"2de1d17c39ce95d763c4b1da5e7504772e1c45c1","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.3.6","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.0.0","rc-trigger":"^4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.4","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.15_1590581746867_0.47205271205810795","host":"s3://npm-registry-packages"}},"1.0.0-alpha.16":{"name":"adui","version":"1.0.0-alpha.16","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.16","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"0532ccd24e0b1cf57eac115e3ec87fee08ba8f41","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.16.tgz","fileCount":432,"integrity":"sha512-anQQBtQXdENqEcZM0GbowtUeDx7MZ4TBmmEoKMED2ks8pd7GEoQcpuSAa6CEXOiLb2RmYHEPKN4kiD+OeeiDxw==","signatures":[{"sig":"MEUCIQCnfN90qb9V7pJzTc2ZTOed+EvsoKuiFWEJ0fy07TAK1gIgZV0aMh8rvVeCPQlriA64erMp2f6c3nl7aFYiCNFHEAs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2947177,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4NIqCRA9TVsSAnZWagAAwloQAIZG7gIrwNaqQepUqDYb\n0yyOx00zzhYuLMLhGu6HJufAd5kCYq8Lyo5yKtp3YIRRvCoHf51DFaFWDXRp\nGC0ERToeaisjvMyO0XLd2dBFKtPtpdpnV7/M6+8TKQveXxJynPY4uFyNc3mJ\nYhQFjoZ47oK5zNiHXBIjIEMVhCwYvNfRWAUZyQCrcypxVZRvZmiybR4mzY6W\nYy0K+CYSBh/oB+umLGQqIm3oBYW5qhfxcBw9IEcj8hczhVP9A9ILJ2ctnUdu\nnnKXsPUGZjmsfYDMIG5qvEiSG8OMOfrnHXlS0Mp4g7a0Mc27/kNuvmMX3r/C\ny0AO+h1yE6ruQUuDrip4HByRtfL3RFwfS0phMSTYiIZiRDHJ87lFq4vetwaT\n67TNDyu9wTuL9lgKIzkt7QldmL3iZeUynw1kCshYuijhEuITkwambvu+f257\nHNip0wTZEG/xidRrjWHyWWFeH4Vtx+DlYBDd/fx4vbLUwvSgxNGVIJAyfB5z\nIVi5R7vF69VEY1nGRTFJkBjswNOEXYCiXRW3SrVcwozgpSdEq+OhZn+9iumM\nM0NoMdB2dSSj6m0pvL4XOI0AZpGkq7d0wJ6iGQcEUQYHBHMygoDeEZUg0u2D\nHCRIWJZfmYR+LT2z+Ve4tSt9BzszjsaYnJXyBKS01Tg/63YUeiQRnl3hfnNU\n6oxV\r\n=es/N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"253979dd7d8c38a6ae67c94756def592f5887439","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.3.6","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.0.0","rc-trigger":"^4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.4","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.16_1591792169514_0.9025680771175411","host":"s3://npm-registry-packages"}},"1.0.0-alpha.17":{"name":"adui","version":"1.0.0-alpha.17","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.17","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"c8254c819e6457884a8dcc2fc2eaf0a231ad9453","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.17.tgz","fileCount":432,"integrity":"sha512-v/F6sMZCe73WaFoQLWLbAYY7CpVwEheQg7bKmViu034Qqap8eQgbgv+Jj4DTqgyNrNtP5lcRc7/wezgcGhPu9A==","signatures":[{"sig":"MEYCIQCxtkr59QW2EdJh9XrgoQqP07MhJcHISgzwrNSeW7e+fwIhAOhLTunXa8FdJo1IoJDXNRKeTnyL+E7QhlvxZ3tejRd+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2958049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/EP1CRA9TVsSAnZWagAAUv4P/jBH/aEuwNw1gbdZ0e3C\nOaHqJUK8aKtrIiyuNOcP54xDshpPDMIZvo6aKPfEdZBpANxjNTh6FUd6s2is\nn3+gWHIRxg44ykRdf6uT90aopeeQTcotpYIVAIw/gZ1CLnnDFSLHgk7OrERi\n7X/ZspgqqWxSE+snmdOta+JRp8ABi56NrniaRAG2RFMcZg46mwn5LHyPTueA\nNJWT4G75ongRyrYb6r50zWrb7y1Ws0fVQL5CXfgpek7ABAsphl0noSopfM3O\nc6vQZF60MLZ86mwPk1+peWL8Y8rOQWXQB35IISu/GBRD+54JaCc+GwBAv7xg\nILnkCPj/mPHctLJYGr/NbEt6/royghboj0F+FZGtHvwpHofDvzyDxXyI7SIW\ns8p12JOIGml2GA4Em8dKjZK4bVwzFBYnXx7GR0oHTAPXFD8WfD+rOunlUHq7\n1SJb3JLDle3jVQYk4sctbHyAIdWGfppQ+3vJnkj3ROFPcNcqIrnuSQ26W0+Y\ntThrvejxhCMFZ/N/HGO7RX+LC6ni3DbiFXnF2juF1AaXJS3VcjCdWiWOF428\nhdV+gDzi+luw6tPDRpan4gWOIPISPoeStgD8Sc7EL6CAhre8JpZx6jn8y2uC\nDEvDuPDtsjxxEaYA7ejXOIITasS+rLHuUMe1PiJOIXJyadUyhozVkdWQNPFW\nMHa5\r\n=wNNy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"52b319ad9b8442c7a67bde201580b7da2bd42bce","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^10.3.6","rc-slider":"^9.2.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.0.0","rc-trigger":"^4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^3.1.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.4","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.17_1593590773377_0.9400520638645511","host":"s3://npm-registry-packages"}},"1.0.0-alpha.18":{"name":"adui","version":"1.0.0-alpha.18","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.18","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"a9e0a8025e35ff128fad86c200d11accc3a27a84","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.18.tgz","fileCount":432,"integrity":"sha512-dZ82ijZhWCq3C9kKdmLBAhqItb4yFSVQH1nwFPj8Q4qE9or3Y2MuU+sWc61IU6ouBGW6s8k8yLV2Q3v7zFSYwQ==","signatures":[{"sig":"MEUCIQDetByxZTuM4+7Z9QZTUludXkyOdOBYOMeLdDstrSPn5AIgPlECrMvyYkL8DPvINUP8gHml83pZpO39OCYd+isc67I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2960831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/u+BCRA9TVsSAnZWagAAyDAP/1rDHO8eJ0xuCpGMeqgq\nlI1VRGNvimFMRPVE9WvmiAOqU3xeXoL0iyLcpoUm8LdKo8cAj+EjKWPuWGQV\nXqnkonUa38OumuU7U8WXATy49vsaqw3kmttqeSJAHpZ03z17ETW6Te1M0JNY\nwGaE9yKQ6WgRRaMvCm5Xvx6Tj65YMN1GLY5gl7j+XIhjEQihdwOC8Uc4ZfSR\nDBOFw0K619NVQ0xr1rI1wsU3yF99IThAu/EifghxDx9ULNmStvnxcS4m2lGt\nq0TX3X5tuN91Juov41+JZMb8QRYVx24tEjGW31mdmzabt0i/EiDghmtFU0v1\nT8DzE8ABnrCqCOaWM/1QNC35AD6df2+rGZyKho036YfcBrEEENCwM2LyldwY\nEfo4JuybMrW7AOx9xTY5DYbPWKefEZu1fH5SGbwAa8pgWU1SgRmNsHeLiKu+\n5aCXr3COR5axB37SyJ/6VeNYbnSFVmLkH6tMa+nFS96cXTODc7AU5y5Ij/kp\nn2yF8qom0kOWQ8hDkoDtX3crxLiDFhq4IHVFAHJt1SOfByftWfGbvRXfr3nv\nr7ypmGcpDuhbZJC67tZPTaRcr7M9QgLIdLne36H0cddxIMROLoCEnPI+zfbF\n5ZLKPvI6xMh8fctO0M9AdqkwOjJYpmQRhXYvcGU3R8LBKsmef0dzqePGF4Dg\nhukY\r\n=iBk4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"52b319ad9b8442c7a67bde201580b7da2bd42bce","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.0.5","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.18_1593765760759_0.6073255309642149","host":"s3://npm-registry-packages"}},"1.0.0-alpha.19":{"name":"adui","version":"1.0.0-alpha.19","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.19","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"51ab27d781f98b2750beb27de818f2061f3f8635","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.19.tgz","fileCount":432,"integrity":"sha512-YXJdqc21FgHldtbSQMEHRQv/+okiwQFqbsUY4mbGvFzD6RMBen/kmOWwDZMzdX+zuY+kdG7jOdAt6IgkPVGdAA==","signatures":[{"sig":"MEUCIQD01m/snpPtcpFbdKL4cMsjgSwNbuhIzj9aiDQV2H53dQIgDhoBSF/IGhfIzIEa2v/ZaJikASAy5CdVH3G6qzi0C2c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2963111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfApEGCRA9TVsSAnZWagAAY6cQAJuIgQfEUcbfDSLKMId1\nm1+M9VIWtraz0Xc0qGTXjCaFaZ11fyvZOSimfDNVFxDHJFNTRo/UfGLcL07s\np0/MVWbCXjTvP9x0gBLqKtg8Cgbh67O92sCBCPTQQglbpzW8p92yP4+M9nA+\nZ3HuxS1Gpa2VzlW7je2Br4SMUIN/gEdRg4NOhINSxqj9PIkSfet6wSyN2mMZ\nE/pm0V91/QNKA+EH91PImfreM/qHRYF4iUHYLwg2SYK8g6SjBV/I5x4V2zyP\nCYEcPYrshQTz1RP1t/8duybZO+1Mg3BVRVL7Op95kyGQc+c8x3wmVRSIfpPO\nmMEZBORKUdGpU2LeHQc/wKvZj3knFUTRpaCPNOIyuNMt+Pv5bPCY2IOuswS+\nq2aOgg6DII+Btaic537HHulTLYSiFmipUy2Gxfc022dRUabH07ppnChHlVVD\nzkeqI285dVxfApfPuLxzkfeWTT6RabVZFEdSbWPAm9aygnhZiTiegebI4BXz\nfxWf+5SdIX+UaMVW2912XuLXABiYs9zNUr8UCJwXNzDhitY/sxdias5p9y0K\ncnRfJkUXaFBoBxGjk+asKIEGsRqEsYMMG8XP07CPa3XURQ+iJGyjahgM1eU+\nssCxFjW56z5S6n6GiQ7+LddGebxHtVqFjwj4H++Za++cHYdqqOtaw61iZkHX\n89mK\r\n=yjux\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"457aa67877cf2ed025f1e60a3ab3c19d03f73ee7","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.0.5","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.19_1594003718092_0.14038835262574012","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20":{"name":"adui","version":"1.0.0-alpha.20","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.20","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"4a1ba87ba96ea0464084290c0119256ea51de9f8","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.20.tgz","fileCount":432,"integrity":"sha512-XsewG1Jngvrt25TJADA/Ozj7k0IOZ395J5gOjw1W9BQuK6TV+cG6SNezQsOL1TfBzqIIRsQxXxNLq6I+xwZmeQ==","signatures":[{"sig":"MEYCIQD3uD7E3ULM2jop2+0Jt4+r4XMh9w1ZW53G2vCP6ErsOgIhAN8zK9bOGZwLfpB6spx19FPYhW5Z3NHunYZvQpv3T0ox","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2969998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBC/jCRA9TVsSAnZWagAA57wP/2z3C1rXm8WQ3FXill+J\n06vNiQSgq2hdggNy9Rc9jMTjiEdoIG107dbUE9fSdtfIja/r6x7INldo1axl\nnCxdNyWGorfJb/lX/Lrg14DuXNShJW41FVCabVxIeLmEHp7bsPoiQc2tLur2\nLI4F/dtgMPnOg5xkm6DewMaMHY5/RZosFDHjTGtgs+jIEc2ci6Qvyh9c1uCu\nvJzuIKztG7WyjwfPqqpuS3KA2963WuiU4I4KFHzEw26Gcoe9YJw8ajdj+xSO\nJIhV8MGKT/5ZxoLy7Ai+Hk856FGoRdgcvjf/ze4bYSqNgej0bcpzrwrh9upc\nWo1yrm6jrnboGhwguQRQLeBVI28Ta2fXgodNbcr5ONuhEw71lDDr6xVeJcn/\nZCedkRmyYXAKyU8x3732Bvc2IQwmrP+8u6XASmbSNTIf737GnrIh2PQoyC+E\n8hqWBRAkdinHoXHBiJvOAh8u5NIrfTq5Fn/ZivYib+aJMo0RMHHYbTjJ7QKy\nXZsQaIn9adUes/TnOq32l0qrfhou/pqwPNK5o2cyMyt85sCdsAUZ0pmUbsKa\n2j/jO7yy3GRgr+eyGhI+PiQTisZ9OiSJ2qwbCWpvBQ0loFTZEFkWdVCVZBgo\ngex4uKFelxzjkts0Xjg9d6a75gL/c0+xrjZDbj5Wyb406FZDGq4zmKXpKNlV\nOGiG\r\n=V2Tf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"c57f6be3ff6d0d8d74701c43d30a067b1f61f352","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.0.5","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.20_1594109922376_0.8487919010383098","host":"s3://npm-registry-packages"}},"1.0.0-alpha.21":{"name":"adui","version":"1.0.0-alpha.21","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.21","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"0c1cf5da4ad0ee2dfcbc5f45fd49b121e6d9ed54","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.21.tgz","fileCount":432,"integrity":"sha512-vb32OhTxyNffdLhoohrX/WDrc0MObSERzYogi9yf/bSi3XhwaAm0V8HUenpYvVhrcdROMQZwpKF/kW2V5Ivy9Q==","signatures":[{"sig":"MEQCICVPPDGVKTwpwPFKmgjabn1KMJeaYEw+yOwujl2lX8iNAiAzyWMq4H78E46I6m01lgbVKB59q1+mtGNh5uM9S7jjqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2970557,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB89WCRA9TVsSAnZWagAAy4oP/j+RkdfvkhDpfdFopw7Q\nhWwNiOxaqOThRYD5brBkhHQecU6whQscEyTMlkdsgSvNQr7MmQ5+TskdPX7O\nvDPjMh+LIh6JrJclt6A8RjuIU2pv4QpK00ylPIIIK9lh2CXcK48lmKd9aJsc\nm3wo/IhwbEDSV2BG/vAu+vzEAuGW7AZzG/V2XWe3T5EPW+X1J7sT3tUq3sKx\nXYyc3Re7VMkF9l/ccrkDUg3b/bONIbYvqDGt55ksGsCQYeejIhBjup/vvEQc\nnHX2mfZBIFIINGltb/hyaUPwxiULZy2HNCIfn/i1QmI56WrASjKrle5e8o9W\nAxuct8U8PAuQUwjppnttakHcwaSrdOORAm0ApNopdtM4ufZWkhOCayKfQ8bO\nDGB9IfW1P4ZAMJl068Fotqne4QuuAIhwTuzlNcjQhB12tTQ+Zxv9fa0ArDRO\nvJvMglFLVh3r455muCugvJuFYjvpbEZ8Fy095DfkYrl8xCfbP8KTjyTOynT+\nojkf0BcIvIpZuMsZQCqp1soukLOE6rexHhmms+RAcyIlEXzF0j82DCx5zRCJ\nVCYe69m3C78ElZ6jSIlkvNHCKMNuKcx6vPR3Nx/5+8Bib8r0JYJkb8lx8WG1\nESf2RinP1yLln4QuXrPAwkMoF3DG7QQFjBvkrwMGDiUaxxaB4KmUqHyUWctk\n5OYa\r\n=Zyew\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"f46d05c8d20d8899a3ebe05d22d91aaa889aea35","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.0.5","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.21_1594347349892_0.02979756080024054","host":"s3://npm-registry-packages"}},"1.0.0-alpha.22":{"name":"adui","version":"1.0.0-alpha.22","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.22","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"77f7a9be1d33cc7774383d1b5a6ea6f8ea770af8","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.22.tgz","fileCount":432,"integrity":"sha512-EbAOdoBWMYsjZNon99NPbcK07jwZK7e+9N4/GmCVRHxzvsnKYjO0tAjfU4c/gm26fDnjsTLA9KO6tqKpstV1iw==","signatures":[{"sig":"MEQCIEfVOuWVPtf6TQD28SSb4/WtQI4EI7m3WldSUJ88kdTHAiBLzaw4yTe0syWHiE6qVWrA0FZsgYcy65ZruEB++JZf9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2970872,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDHTICRA9TVsSAnZWagAApAAP/i9xyh3gA9AAVbnz54N3\noBidIs8EEsIMMu+TRhSc+2DUBAJgCnAFIa0XiyoDtyhko4Szn7iBknEX2qfY\nSHsqVax0gYUUiBoLmjQw3JjpwAgkIeY1WiaR/etktQMHArZIlEYBq+bY96w7\nH6qR3ArQmMJZ27hSRkNY3yYH7Oa4yVa3VLF7vzJPaNH27JEdWTqXg+h3JrF1\noK6KP02dJa9ApAzqK7bmUkgxnx7BfZNj5hK9ZgpS7FKCtKo2lwovq0qs1ioH\nkzKZiaF2QLwt2y6bt5sC0CcCOeR2qjno3z61nYryzGMn2pPrUyt8LKy9UR1q\nwZkmiLMHbg+vgvxqJrBhWROj2MWv1XsL/aTvY3c0/MzUMci/o1l7V0j2YWoA\nlMHjSqShboMUUIgUN+N9jwLzRcVWk1XIC2RYoQhEMHCC1BpG5AUCW/9J/cLA\n45USE3JCDkNXXrnJ6uNrDQh6it4nhIwO9Zmb45xQ3VU8VOGu1aPnmOHlaMqw\ngwlr1lfV9zTsfY6PotDVD1TSDS92eNcrutlwrdFuesk77XOMr00RaX064RHL\nWIQZabqJZLdsu7+Rtdzj/zw+udl716+Yz3aVo0MHMKGJY6QftkZzCVRZJbya\nAkWPogRTZjIgjduiGfrc2MbE1hYUHsoSitCnX2sCOOaM9LW6AjfwbzbYSoXi\nchbe\r\n=b17x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"2b35fe0573b1287bd3449486adde8183f7e6b2cb","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"jest --coverage && node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.0.5","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.22_1594651848060_0.568493137151868","host":"s3://npm-registry-packages"}},"1.0.0-alpha.23":{"name":"adui","version":"1.0.0-alpha.23","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-alpha.23","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"0ebd42843ce4f5e5d791b1c2a852504d20ea9dd0","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-alpha.23.tgz","fileCount":432,"integrity":"sha512-FUYgIPMP3AVXrHj2urHqzPbSJNYAd4SNrZ055OcDoqnGD6hhaLa29rMolihx0WKWzEOZX4hBxHvBl9cwK7ANtw==","signatures":[{"sig":"MEYCIQCUbqhl8/aIjdF70Uza/y7A3fBrFWwnyRng/bo+9pN90AIhAO7SPcVctjLQDVFFQlk7HJEmtgz/mvSaResuNn/gR1IS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2975337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDd0hCRA9TVsSAnZWagAAF58P/i210LWaZtt+/8H7RaeV\nPKreTve84g5c9oNKdlLED/o5l1cgQNgNezqxSKbHmkeK1CLWFZHZCgNizW5B\nz2JvsCnRwBJvTKbzB9N4lPgDqNH5qWBaFJY7NDnEI393ft+/PvApIuYI5UkF\nDgvZTakx13p63zkFS0uo64wLhY8cbZhkTuzqb7cTcIBzLy0Jc9z7izbIJz/2\nQavDIEs8C2vOoLlnweYmuwq3fxJPzNJRDsxYsG1jdzEjPmnft3saeK9XRwqc\nGaC5z0Uuiq+kjpcYFqDGcRwnMUkBe70XEyUL+Ryry0fuh5SBZGEDNv3Xmhhe\nSA2T9DkIi9E+7JpQL4JE8VfeKOXxojIqv0VoTEr6gdWRTP1wEnXWCHV0fcjq\n8B/oDkAI0WdcvKN1mPhlPEsmL31HGpug2wMUDq1u7gJEqj4ZCnPjELSrzCp5\ndgyR/50UOEzTdszaRCTSDWaQIA2McszG5rXSpu8zOFm1FJgLaIxPXQy6Bsfo\npzBUF0pKZLCp3JCQrjyi0lMpYdNErMRFbPH6dVQtOUasW0f9+fc0es1yYaR+\namvXgv0hWRo9eh1khRk+2IN7EbdrmHKUyGKPq6MLcmBzIK36fyHPKpl5B8lK\nwWUr9IkSzSbXBztoIZRn32YfylBO8kP+FQSqdXjCmSdgbAR/0HjbBkUq9Gt4\nJarH\r\n=LJG/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"2b585791c9aeadcb4d78a4c213db1cb4cf7c3b5d","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.0.5","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-alpha.23_1594744096885_0.5044855621852942","host":"s3://npm-registry-packages"}},"1.0.0-beta.0":{"name":"adui","version":"1.0.0-beta.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-beta.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"32fdc95f0ad9a94a876d7a149f1a3b919415bfa6","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-beta.0.tgz","fileCount":436,"integrity":"sha512-57VrWunnWjpXU216beCCJcvgnc7mQkh/Kis0hQ826nahDVQktmU1jR+DpM0bKXJs3pMQAC0WgI6KOgGSDdwHkw==","signatures":[{"sig":"MEQCIA3Bt4fuigLD4bEBCiYbOfRq/+GMitqs16hr9brQTUwVAiBEijtawwWzG5j4IDAw/XjLu7dn98PrxLkwgGT5WkUZjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2981321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFQDOCRA9TVsSAnZWagAA/YcQAIbDg7BJsUDuReZmeRcM\n2VAd8OKaOVTtb2XQvf5Xx6p1SC2KqkdXL+8dUTppwjcGjO+QfDffhfpvnke3\n52r+p/7oU4x5ikICEy0ZeEN/8Pl/XE/uCA4UqwHolbYByB6Ew9FBD9lMX7bJ\nxF/3mjfYTle85L4up57yrbEqSC4yS5BdXnxAv/hvGAutvLCGwToFXBrZyA0h\ny+23NFvnHi8Fhy9rGUj0J91h7BHJRRCK9pJm5103+o6wsL2cs520NNBvUTSg\n8njK1ls0ZDs2yBPDPjWKymRTjc0r3/bMSz646d8gei9tuAhtOwyuJNvDacC+\nQBjmybXoBfTA473oXjlCmmjY5iibmiaq/NrjNXobgP+GOwJlmgaid4139JL0\nLLssb6uDyDxjTZT1zlrdnQvrAU+YkXoMw5FDkBJcVTg9ciaxF3zhWgLqREtb\na4F19gU2ugiJQKetPrSpIvqOSjXUJzQy3f6VlAnuqGreyTlJRkqHOlbyVvMg\noqEUszc+QdJVAPasV8XRRO7esFdAhW46qy6bk2uEF33Ke0fugXvVTEH6yb8S\np7hT6vdoobVetjn8x9wGt06DFfV9hd5/oEOTNrJxX3Z2ivQrlV2lSwy18VQW\ncKStcLuMLm5ZfdSxxtTPg8tPKQwVKPM1UK9Y5/u9UDlhawNZdH07xGJ1x+It\nL1Lo\r\n=H5kn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"cd326ea77814ee3dad8846a98daab67b0b14556c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.0.5","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.8.7","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-beta.0_1595211982348_0.7899668008105025","host":"s3://npm-registry-packages"}},"1.0.0-beta.1":{"name":"adui","version":"1.0.0-beta.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-beta.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"ed22f0e4e2caa4d6d4f3e822b6a734e3010266a1","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-beta.1.tgz","fileCount":436,"integrity":"sha512-zfjlssIps2jqyj7CJEUryun0T0lV3DLE0naZ0zBxOBOnq+QmuNRfyWJjvtRxFzj6U5RwI4Oav+MpxdCPLmWvyg==","signatures":[{"sig":"MEQCIAnPMsVkYxLbF6k/TrJimJL4QRD7DRH3N73ElNIl4WM/AiBCEmbg2DgA6PB0MDNwq1E2UeH957DhcidavEQYWES95Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2998194,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHo4jCRA9TVsSAnZWagAAadMQAIY+WiJX1NorF2BK5Fx7\nRV1btq/FFgt3ARgcX098b/MHhCtLifq4QgXn/Jsg//xWDaxiXzI1uBrRh0No\nloKpnAPeDdQR6Ci0LLykvs7LaVx1A5jv9ZRYckVnO9kPNRhcIZFlUysNY7ew\nCYJn5DkNJUvEj3fERNCDyza7WvX5G1ABEY0q+/plgwbX0EHtuyGcjmSkj9WJ\nEsWUHpgOJ/UzT7Wy2XykOD72ALPmQOc03IQdyABAK7sJKla5gbBDMWVcNYFR\naGw+Kqw9tqAvmfM5szdN9bUu1qmHpgp+dhU6IWZr1rvLpv/R74n9Qqrce/OM\nXEgRjPoMqZOT4PwBPSLxMSW/H57n2kbj4Ahk4ZcNBmy35J5ChsY/gzyVxpS0\nHJ4DvGQYCXKDslLlxGPNK0I0pxiv1Asly9aMDJKOUlfWZsOglJIAMtHwhMc/\n23U37WgwQ5C/Ysioe9TPKL1dResV+4MqnghL+DXsetJG2IGy4++kG5SWjCFJ\nYhskS8Eih7Eje7l4/jfQiC8oINcHU51+gB7mwf4t5ypvBSJ1hJ+BSOhjVQ/O\noC6VE7ob+KnMOtBmUSBtOo2Pm+eSFZSgTpegJucb1MRC0WAFKVCfHl3YVLaQ\n5KxUHlkHzloQxXfQxNu81Tm4u6TV3cmXgHStr7gQfhRho+Zl4ja8j8LSdL7C\npCor\r\n=Ccdu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"888d10e1b288fab337f32bb4a92e5b668217048c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.0.5","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-beta.1_1595837987164_0.6164363672137514","host":"s3://npm-registry-packages"}},"1.0.0-beta.2":{"name":"adui","version":"1.0.0-beta.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-beta.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"e85886726ff5d9dc3c4035095d7dc38033d4e4bf","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-beta.2.tgz","fileCount":436,"integrity":"sha512-A8RHaQEF6aIQK4tqM7XgzI0M334JX8CK1CaydVFVx01VSv84qIh1LF97YLraixRbEg+6lRsClR+i3NJ/s8pddg==","signatures":[{"sig":"MEUCIEAETDlfq4mroFNM8wNRuqnYW63vl9pEhLJyYTQxFeiZAiEA1pv25rVuVBZDvQ/KkTh2Ht/lUhoE/8elPNyDiKgk+1o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3004825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKMWwCRA9TVsSAnZWagAAhQgP/1aJJvPlE2BWsEuNN2wn\nhR6kvrLqVsjyMaFOcLP4pUimJKi718bLJdQ/HzkzWzVX6TurJfcoUhGWqwZP\n/BBFlszfa6wSS0tlugpMpxA98TwicaPJE08DnTdlmUkP0GD/6PjBUE9TnzLv\n9zGRPEEDlRGq2wlJEEuah9htrC6AJlXhQ89g0wkpEY2dt+QofJAQWqozdIpA\n379ea5Po/8rhwKZ5qVE9U9VeCkdudh/Nar1E33G+YGLXx67caspsjclw8Wyi\nc5cWTIuVlT53XUl5IHawk9IKA0VSpw0LBZUo0RoL3041ciIksf1I4XF2M7TL\n9xzDCjReVHFt6lchBtwO+VJu7xyM57gbGFmEBH6XJiTB+cOM9ITzcCzXaS2r\n3yYCSQ1wWzrkWf3JEiiFk+xyyZrE+16lLnFMSCzFvtSKTV3DhkXEzFFoJyTh\nTHocqdeauPkaA2UDzCT+xL7OmDmtRDkoG2XekzCLaxb3xsnSWeLRIO8e85aL\n4dLEiDHlS9VTnxV/EUU6TwWtHYP5FsF/hAuDXHAb0yc7MMU2OBrTzoZ7/vpw\noyN0tEL2uSyQx7ol7W+1l0Ng7xpDHrvDXfoFzR7kIi4T07/eB89VyECxPJKO\n9WrUoPQQm0tPAmpZY/USNi5heqAH4XqonuC2U0ng4DjOywRpiolv09yqGvRV\nbJSW\r\n=jTY3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"888d10e1b288fab337f32bb4a92e5b668217048c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.0.5","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-beta.2_1596507567735_0.1727321461579645","host":"s3://npm-registry-packages"}},"1.0.0-beta.3":{"name":"adui","version":"1.0.0-beta.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-beta.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"0c3c9942afddfeeaae7cf712a78751f28e11fdce","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-beta.3.tgz","fileCount":436,"integrity":"sha512-pQIgSY6XR4+tvZvs4KXkZ4iRie7ho6KyoOXRIQodN2sqcZ1gZl0yS7PhVPi2CNZODfvuSaTfzl7BqysA3Cn5uA==","signatures":[{"sig":"MEQCIGE6Z35Kbl5L7+CfJ9AWtYodUxfsWG22BMrm0kysgPdyAiB/TfwZgLBnc2mK/6FBvlfRGXQHI+DLwMP78/WYJ/jG7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfM5veCRA9TVsSAnZWagAAkkkQAJun8kcTbLkIrk4GYQZJ\ntq5aOFpVbBJbUrifdu+ljrKQX0KRqHtfcfp/Q7MZ5q2SpsFpOv/WPiTYPoyN\ns3JgqiQvDG2NeCrfEoss1iT1zorKihOlHVd2+kIsvzdw+dfthR+jHmldn1Ec\nx2MevUUnoMJ9alLy8TcognBQRG5wWCYp+nhoo0TJoV68TAospW+c9vNmCquJ\nX/u9ZUZztTw75VBMDJDnauua91xySpkU8zMAZBzBr0D2gK0fSpE9CZ4kicxL\nLYutr3TlbDubkSQmrBFOG++KNA7WghKfwXZ9OKbx0rznwJQv8eS77lMkno3Q\ndpGP44Pj80gppTIwWHTctqta1SBMHTiVtrfiU2T5dg286UzG7zsdrpQVGVDM\n5l04ZTvHcz4iH96wz3k2O8SfMsqE0MdH+WK4qnK31gedYa8HbUKKBOKh9idN\n2Vddvy0Wl64uh2JUM5w2V/8UxuDXpw5yv4u/cZWrOr+AmrhooYNBa+C1J33V\nsCii95WEvRokOh/he65BoCcZOxa4YEPQkwUCXNKARg8zn3LKfoCTucLHI+QO\nGTv818gmFLYv2VHhjLc/1SqrPyrusK1AeNdT3p1kWMYCmz44ong5AHOq3GNl\nmT1nVOGvWmubNUNVVG3qzQkZ12+e7yCrqyv4loIMJyHRtPhhUgbI8RnteqMN\nG7j2\r\n=zH5g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"a86a489d48228944a8d30561cd612dc4f383cd30","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.0.5","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-beta.3_1597217757648_0.9830976827271012","host":"s3://npm-registry-packages"}},"1.0.0-beta.4":{"name":"adui","version":"1.0.0-beta.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-beta.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"c366c3f0697dc39de6dcfc13d434ce35bfd13ea2","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-beta.4.tgz","fileCount":436,"integrity":"sha512-9vUULQcdl6KV3sHirAZhzZeuy0BgG9R7h6OcbmFeDFONKJto+Pn7DB8mFhgaHjD2SOtu/wU9/nsa16ylfl5T6A==","signatures":[{"sig":"MEUCID5ZD2lITK1HnWmvKkbpvD5Knv53a+Pl3R1G2MHWico9AiEA5fIBR1TRgU4fQFTUsaS/cEL7xBzOLcnEmFBdMgUt3VM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007272,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQ4LNCRA9TVsSAnZWagAA5dAP/iCcPZ+dFywAJ8oo9NjG\n/wZtCqTqAINaHv4Xm7UQcxuX9mg1l0xz6TpghL6sOIUj8Mqm2vI3VsiHphCH\nQaDWZGlqmNtuBgjHDK6Wuc/v5R382qfnADppJRhMM/VMJLZ3rnVUekAPfc88\nddqCqFpP6iqLj9WctT9iZdR0r+BB7w44Tp26Qbr9MQH0I6cbSIN3kya+afb+\niHZDLo/UUMBzeb3z6B/7JPyDDTBqmvCkV6z7mDtOkoC9OmNl+YlJtTuKxDDc\n5Rk4ZHRls+j2Qn9kHgVKHjDlhB04c3Rqh799kHKm8vU/wD/UtM38VDObivMh\nCaN+Ev2Z63tO8UopBiBUH3A3yuVnYHqBGz0I5Ux3tcMarTNxmE1oq9joS5yi\nVBQk8swSex89ehrwUc9ZgA6sH8C0xTxe/rBu5Vi1Nm8X8bFHEFhEkSMxGvOn\ntDRdu/5ChLq4eWClsVp5Y31iq/ZyMvecCTjxJ1ua6e97GtA1tyyBlG0jpQJm\nAz/KzeHXwhw1FEwIapoicezTOeHalrCUe0xcVK6hbJPghmOGtwPb5BGRnYyC\ng6YB0e2EXd4sCnTdtS0xy3UHhmvO7LCOIaoIuqft/GAKrdtmqIEo6B/xJrO1\nlnA4TYCxFNspYbjc9JKmLJBYejSzqq4sDnFehqvgSxfay3PzGKDIuqA5tUPV\nYWTB\r\n=f3Hp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"431c991566468bac5ad31688bf2df749ef384135","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.1.6","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-beta.4_1598259916590_0.7651031532372721","host":"s3://npm-registry-packages"}},"1.0.0-beta.5":{"name":"adui","version":"1.0.0-beta.5","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-beta.5","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"636ee8739c765105aa98d30596e24e5dccb5d6ce","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-beta.5.tgz","fileCount":436,"integrity":"sha512-mXnz7HDTvRxmMSX06xeBNQyWWKYUTWo+qANTRcqu9MN1tEJkuDNp5E7L031KiYeR64yTLzE8or3f/VJGSFPEZQ==","signatures":[{"sig":"MEUCIH2frfG1GtkcWp2VBpZTca9+VSfj1JGOjT05eMIg0tkeAiEAplgg7Bvpn0eWjqwjrgDp1UEp/gQnz8img3Ek50p32/c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007008,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRIHzCRA9TVsSAnZWagAAVyMP/0Tdy2afJ2Fax5rNw1hj\nKnow0nCRIrdAxUrb0IJ+cEYXZlRJCa8BKt5btJjns9Uuep8S4epBkqlm78u5\nifOqMifcXpvHjzpxyfjECT9zaC/hh7p3paKoPfi/paCI5HJYMmgwGHaR9JQH\nO/XiF1aTa6W3NYUUfV7bKtF3Mm9+tefOx0ROuBeWhwCmDGs5eqFad3+qO27u\nyxLsGhHF9utvOlZGUYJIeZmk6w9B5yLhKa4+EUFnY0gqvUapfd1xYASbhVVX\nEix8cdSKhUFB7rxzTSVpV4leAcoLL/0DzrQbRcyYvFnY1fIFh15GM+74nNPR\nfWMqqZ/o8DVtx/H9CYsJrT4njJsFSDbskdenvVIZTbOYcOD8aniEqwfSyMGq\nXYyMMCDOHbD3fN3wWA3k+ezA+j21ggKcIavpgY8WTfVIfOqz1SWE33LI9Rqn\nQ2y/Qxd2oqkffFdNBoeGAPbTzODYcseYWRdp4GQAQAqBE9Apr/Qde2xiEwKa\nWhdXQ8IjLVObiQQSq50at2FUq7AP22qSLGkVGjAVBdUiZUdnl+uaCpAw9b5w\nV297hcXvIzAdyAsgRsy8onazfocylD3vtHIbA1Iea+1SLRSWFw4/7acYlMx+\njAVig8aF+Kga33++XLexuc+J2QRXD+l9wf598VVvkDGgyMTJpQWDsnNkVWBR\ndVcg\r\n=EvYK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"3275d047c5022c6d8d4b207adcf3450e709195d0","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"11.0.5","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-beta.5_1598325235225_0.831866112323139","host":"s3://npm-registry-packages"}},"1.0.0-beta.6":{"name":"adui","version":"1.0.0-beta.6","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-beta.6","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"92f8596f0354586d8f999191bcbf377fbc92c6f0","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-beta.6.tgz","fileCount":436,"integrity":"sha512-zCr7OlkfVOfSh0naOo66yOumXAjbqheVWmZ5fZxaR5tZk9MZZ+UoFp99PCNFXHoT82j+0awwdrSB8bTxmYXrHA==","signatures":[{"sig":"MEYCIQD+CXbgNbNjBvZq16rk+elgev/RXcj3JSlCRqS1vsA7FgIhAIhAUMFq9lFI7ksQN6MA7ZkiO1f+0KBXLJ57njer+df6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3007243,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRInUCRA9TVsSAnZWagAArQgP/37xQ9TAVGavdnUs9G9S\nNJBalfn+T4F9jAF0q68v5B5ajvkBa082JyTKq6qUwl+5Q8g6AfltttS7iLt5\nXL5vSe9d5FFciljoZRO7taYWyJX70a5XwtDNStEDwI823ZYQuYZbtyeX6Cz4\ndBOOWw/WybB+mtg+EZ2TYu5bkmFHtmhZi7w3VSbPGNjLdG3pYrsTUZvqS1ZX\nBrNlYgOG5c+mSRD8T5aqJ3oFE07gPqCflpQmeiuVoYj7ZPz3uWNPgd9A7JYs\n8nrKA6genw8gyfdCiMXtuJDB0mvCh02b0fcN0xAr+pNtliWiXBehOxpyxoTy\nGgS8RHOPSbIVrD99PsrtBzRcIlEg90Nqnusw2y1vIib2curRkzplxghJ8Wq3\nfSF+0gIEBUMFY/9yV6vv+lNLhk0PWrJocAfsOtQz/DnIQLSVAJDBdVk1Qh8B\ntkdZoDZWWBSzeubwbufHee9CBftjraZzIWZAN+TTrkZr4I0z20d8BYksezHx\nyUPTbGYXXkKD/WfnsgSgskPNXZboqUS3mgE3HITXMlroO3W15RoPCKETA09U\nGBaT472I2me+S4oW7sP+sxaij7B/eYVt3yi60GblT9Frxj75hrZ7eU6M1/Ii\noJPBmzD4m78/kUzyJ2gutPjy/wU12CVBiXZI6Z8a7Dxz73Vmoo11MWg52c8b\npKUT\r\n=Qr3+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"3275d047c5022c6d8d4b207adcf3450e709195d0","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"11.0.5","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","rc-virtual-list":"3.0.3","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-beta.6_1598327251917_0.7371195828942967","host":"s3://npm-registry-packages"}},"1.0.0-beta.7":{"name":"adui","version":"1.0.0-beta.7","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-beta.7","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"65232c3aaa2c76c92b885860401b20bec091a252","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-beta.7.tgz","fileCount":436,"integrity":"sha512-UdktpSmQ0n1sgWb/MiBH7n9OQpmPomwr0tSzMBzqgxszuBAhHGEGK2EaK8JucaR7eGGSyI7pD6UNjUSqNLOL0Q==","signatures":[{"sig":"MEQCIA4yNb0wIzSYVh+tg1sGV+GSvpeHEXXa1iAdyb+lCNjGAiAH/BidbwsoeW5ImT0/bDKsP3uXrC9dTjwrpaEVSFrc7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3008799,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRLCOCRA9TVsSAnZWagAArq8P/jRlMayl/kMeYnQKwssw\nMOouhSCMHWva3ucb3xKkS+S6/nk8TZ23pKaE423Td2ALZEQsH6nUXDuov0Yv\nXMpY+CwoDg9Ns6nUCHWDpMU+Mu/XCSgrBkWpeXBvIZh4l4tIXhwvMjBiTvPT\n1vHrdWeUK8s3JOvdyX2umm8IjdH/PVJmAZTUpfPYEEtKdgtNn3AlMlgVB5dg\n56Qw5CYqCAcXtixD39wnGf4lOycQH6fLEZS3IbdwPZ3GMEosVa2xNnBT3G7x\n6vD5S78yKCS3hVlL04Ez5blYPuI7PTXmsTX9gU92buyjX+3ATHHVnczAzxLM\nEMn1aomXFM6mL37PibRYw+VKQBAqrNYlJfStOUDBnRylHiei4g6iMRyoil2B\n3C3gvCZIFVI/gTN4HStrvR7EIz+iVfeSPbJQVL+O5hWfQejsZ7HKpDjMaEim\nw+aZtoB3tmovUG8ZwHn4jS5UHwTIHejbj0rxgicqUIksZzEnG6/736M614Y7\nSZ98Ha79H74zztCve9nR/u0WBVcwXRDopCDMXyWsH0O6P9vTYznkGFybd0pW\n1cEr/6fq3uijum/pqOd7O1fD8BHOJw9r4N6jRf/19fyU8tPgkUGv53WSsH/0\nze6hgFpn2LFrl4adavpWh26eWAcDiqZdbWLo0E1MkA0b1gtte+xb4rSwzKRM\nQMJl\r\n=sEs1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"3275d047c5022c6d8d4b207adcf3450e709195d0","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && jest --coverage && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.1.6","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-beta.7_1598337166140_0.3217491068745577","host":"s3://npm-registry-packages"}},"1.0.0-beta.8":{"name":"adui","version":"1.0.0-beta.8","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-beta.8","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"ad3b3755f81fd91eedb6f537559e49d103b9422c","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-beta.8.tgz","fileCount":436,"integrity":"sha512-IMSDmnoT4DfFK3psu3UfSf6uyUkpVQ+icmAGpkOJ9DuN9oAFlNALZpOvu4rgmQbhdatlf84ugu/Ss3A7k2nHjA==","signatures":[{"sig":"MEQCIEgfbYof81tKcBj/pRD9VLp5MSIHlBAHNBsnHJizCKpbAiAJWBnbiirHZCVF478mc5DhW918SkiFkgMCTyAM5fV3kg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3008549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTe//CRA9TVsSAnZWagAAEFUQAJADvnbllE9eSwem++wV\nmMRRQ1x0J0MSsjVtooHlSp0SoQVTDnn47Ft3n1RZiLVjt3xuQKoV22rx2xjv\nUWNgYfcsdpcLJo9leXvTluqkGN/qSi1ED1vxQat7qu7kWiG4S3UwoB1mJW7P\n5yLGKldMJULSjNcttton61yPeMotwNquAMI1JEXRpvkoDGuqtpzggg3lC7zu\nDJQvqHj5eQkv7K81F5XeqGdlKrTNz8AfioW8aPJusq04oDcvjKEBB6E64f43\nS87uWSK6IYJ6opYwwGwm80z8KcruaTvu6gQz54E0pX4oJr56A29uM5+yM/BH\nXZ391MYiK46DqNViPpqu7dzJ9wpLD8li7N6L9MhOQW89Uw+K8Sz3yw7aBcnN\naShSVw+ASkDwhHbwx23Evx3uM1/AFaC4Tip8eKFa/WZBZDr7X9dHcAt/YHyT\n5sVsCkxLUTKb47ae5Tb0G6BZ/8UZf/ndVdhxRe4+Kza9mCht6HAycXAtLcvj\nauZ89rn39m1T5DvqpjB4qdSPn7YHMJvKi5htHVNJQounR8hXxuqAu2DHrWpf\niwIBy39/a6NPVUy1+bw4A/l21okzL5R23L8R/534lzfbY6janM69UuL+7twp\n10Ya3r6z7Cd7na3xiIKJQu+Ro/2JZlyRD4qB6aVKENopDaH3JjImDgpx5u+I\nvMAQ\r\n=HjGp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"16a98f733cfde80f895dc1414873632c5c763075","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.1.6","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.2.9","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-beta.8_1598943231013_0.2551985697573773","host":"s3://npm-registry-packages"}},"1.0.0-beta.9":{"name":"adui","version":"1.0.0-beta.9","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-beta.9","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"23d3755901c58dd31652c97204e13bbd1ce9c029","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-beta.9.tgz","fileCount":436,"integrity":"sha512-SAjyL2o3o6Nfaw35oAdj4RI6ctIKh/y5lch1lZ45bvhxKpYClXqjVKeQaRhQNm2Ne6udeHTgk0Oh3EEjnM3XWA==","signatures":[{"sig":"MEUCIQCBClaBGAThzOE9AZiMU1wbu9xVBJ79yM3+X3vNJVzkZAIgd2++NShVDclCcJyHeur8OQFzC6ZWAn6hf66omnCCQWI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3010084,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUezXCRA9TVsSAnZWagAAry4P/RBvawN6UWQLGcEM6QCu\nQuy68tB6Q7J8QZ8UQm9xkkZb8xjjVTEOY8adNq+i7IVPVY6ccmhRST7ST6zx\nNJ1nZKiVPWfnZ3KKVNs6EqErsDG0S100KoEY+YQrwcawGmyqaH86wsLpUohk\nNr4+jzw2jqFJ5Kf+PcmrTWsVaUs2NbES2QSbiXc7Qlgw7Jz8xX+dvqVGIZxv\nn2UKI2g+KBHLqlWq87Y12WZKb1DglqpYxGueAHOJRJwAFjwmiO7KXOS7vrU7\nvJ8hhVqJGLVwZPsksRtqUDbUd8OEtAoA8fMDHTrkAYx+aHdsjPa/G2SvAaHy\noLE/Ejoif0GRFWGevkezrKfg8FpGiNb5qyDO5r4/keRBRKJBk1YMH9zTl/Jx\n0CgOOnhVwpYqY89CVT5qiy8u90DEOkMDuDXdx7psSpvCTLI5Lh7oEF/lWAoe\nkjDZlEZnHtAcpTvAbEWh3dHfAmRmQvqeDMd0lKAmK/KrfS1jXSyauofn2Tfq\nratLxVUKyQmomorUYuaJ9ILa7ZdjypAT5BD57cvQh0oHYqFrljH4TTCCCHlA\nfFHjFHMKuYk2K5u6AyYCXO27tqBR1DeC24p6+bsiQpHZsiFFhU74I/lxHHdL\n5g9sn0pAvXQKD3JAeiSW0XjKZPDUzwVM4OJc+JnG/hltRdWbg5kOzwkLY3WE\n4FOJ\r\n=72n/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"8edb852d6ec043a2b7f5ec55a556ee8f000be510","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.1.6","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.3.6","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-beta.9_1599204567100_0.06413296674818625","host":"s3://npm-registry-packages"}},"1.0.0-beta.10":{"name":"adui","version":"1.0.0-beta.10","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-beta.10","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b31809485048ec72a26ba0a0c2e328aa3495b9a2","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-beta.10.tgz","fileCount":436,"integrity":"sha512-2dyK6GcDgV76vZWDXSrNorDy0p2jY7eTgMUZNcixVBpfjFQxW8ILPEvRxd+aAfxFyIPAoGN1tvws/rhi+siqhw==","signatures":[{"sig":"MEUCIEV1XoFqESnzMZm4+Guwog1YrD9WH513SCsoyQyCANmlAiEA/kj6Kvk75MfZNWb/yK8I+Mn7is8fD7iTKGxYROhjKIc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3010073,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbFYECRA9TVsSAnZWagAAqJIP/17UY4v7z8njwJmUGqDb\nHROUWzqXdVSC6aBLN+k4fqku6osyRrfZqQSiuKu/gAqMOfVfhwHKRFLEBKe1\nGDUP3VJclwOtGHQMN2YgKxKAhdQ0VLN+xxKAuOuCxDQrUEvDKLqh6TT+Znws\nKJqHq2acsTI3wQgjwEO7JEfxjcCZ01a25cZm98YZJKpJgvNmYvBQ2O9nDes2\n0Itc+V5bgAKLDz0UzkvMwlD/xUgNYSN0mMLxCT7dWkNgYxcEYFb78NYaAdZq\niYB/Umd7yfU0uAcKHNwx2VmuJjrRh/lJtyyJ3IgHBC4Iz2QI5qvEHK3Azqa/\n00kxPQoBf6aKmiLpZLRLJE1EaHMwzz/CsThwLpUeypmfPfk4lQga1Y2HkqX/\n8RUCw79gs2efZqmma8PPKImvNrhthueCZJMS7JiXZjWPmBHDWKMLEaXPicLl\nqYEirCBLkDx1sgu7weAU4kKKPU4sckst3EzE/RT7EPPOLZwrestOx6KL33nc\nOCuUKyP6+SgiohTinNqWLOwm5dQVk7+piGDSAk4ZCvdk1IaJ66qRUGNxQJgN\npKrZfVIo98LY/fNYlok50E5dXoqKG0UKZVhLNMPhASgmDTiRX5PFU3X+4+yX\n64X+QIHHmgsFBg+6C5wXvsQrXnZfi8OlSusUN5w092MqGDLYZ+9/SWGvQ3n6\nxRPk\r\n=Abj8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"55d3fb50c883352214134f6c8cf7666e94347589","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.1.6","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.3.6","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-beta.10_1600935427643_0.38511637578293345","host":"s3://npm-registry-packages"}},"1.0.0-beta.11":{"name":"adui","version":"1.0.0-beta.11","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0-beta.11","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"e09adf630ad1f10bfc148459d0d5c4e8b587ac1e","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0-beta.11.tgz","fileCount":436,"integrity":"sha512-04VeMMjSc1x2raXznaEO8CLB8BulHrv5402WwXjiO0OzJNEFxfkCcoGzFF9FEP/+1NT3itPKosVhORm4h59eJA==","signatures":[{"sig":"MEUCIA7ghCyXeK08amuVUxPAFdKSI7f9h0ldtIU0p44pGNTuAiEAxVoRxOFYIQttstajpwJYFNSxKLRdzGAncYMN8QTTngc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3010463,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbNBMCRA9TVsSAnZWagAAVa4P/jkcYd2zpeklQb/PezAM\n8IYucDgfErQvsKFx2zwEwo57k3c9ejTc1WRnkG5Jt4aSyzU/+wk0kMuT9478\nxdwByyTqEmdq5UYxI5ClKvMiIFrgsRx8bPyqIz2831Jqj/2m13N6q0j9Wn/1\nfkAZg7qDNfBbLy6/s+W5iwjQBNMYn1/bn70Rp1frRk/fyPefet/Idyd84dh1\nRZ1ldQ/b7/8LxJ65zxlFbNscXm0hNITomdCX1Mgz72ojTvCH+BmqZuCa9+PI\nM5TvZFA7P6cLl/kZzxjM3oYlCe3J3yy61hXR5DGH8MU1Cs25t/RMme75n8yN\nTJKjIqcz8hPv0P71eIRXzwXiy4G51vgkwxewjk6hzONmFk4Cv0e0RwDmFiRg\noPL0WuolfBYdY2gaIIVHKQa/usJVID14+aV46kDSO2Ud+Ci9PU29azE+5Yho\n9nwMkcWFhSoKadTC9QJnvaEYU5dCgW7LfsRFGs2NL9DEH04PoLeL2jWhKEAb\nRX/2mZr1EiAn53QwODF6Ytk+lwhdCMSPpvrlmaCyFkjuRvTEtfkq3z6f1ruG\nVaNCMRY7eaY9u77NT8P45lBlTD4RbJeMOj95U00fhCpD3mepA5Cze7ulA04g\nhazgzfuh6ERX5AmazsU5i8pHdZqued3zuxJElJ1abqoPOfjCXWgVAaGaffA6\n+m1J\r\n=tziG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"b8d700dbb1755c9dfcf34d8cf1a4673d54be3d91","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.1.6","rc-slider":"^9.3.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.0","rc-trigger":"^4.3.0","shallowequal":"^1.1.0","rc-tree-select":"^4.0.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.3.6","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0-beta.11_1600966731712_0.4832910746388661","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"adui","version":"1.0.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"58a85aa910a5601a991094e81592115a1958c27a","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.0.tgz","fileCount":438,"integrity":"sha512-YAossqom5dZ4Hbv5tRTCVLx8T59XVAgF7kpcO1tFa74y47TGJbsEAVXg0c//ADr2HtUKS91xg3eEUW4d71P/1Q==","signatures":[{"sig":"MEUCIGX83znkR65/RlUx6iAOFFOE8X92dy6AbPBSIuRggdEbAiEA8RhgYgizv2QIVJ/ccV+WiCSi9KTVCMSdOG22OQaLGGk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfgYuoCRA9TVsSAnZWagAAclQQAJ24uOQytnGuNsx8LBjp\nIGDdaVzERANQAh6CFUxHIeRWNuNwOk+P/GAniG2H2b8Bvlm6c6xolsj28Q4Q\nm56yUNwuEmyywyKI3oikMMMUJ8ZyDcuqdnfpCtTdI4RuzmxF0EeBWXVpeg2/\nBD+yf2Cz8W1w8dIRuvhGbYYf8RqEZr3n33Xx7x1fOdCcTrMZZ2jOx3Tyt8wD\ne8M4k1H/2OMnqh9dNqXyo1pE/TrNhcl9fvZDF4G3IwvARSA2V+1x/6DmwxEU\n5jBruEK8/SYXoQiGmCh5/qT2q4VXt9Y2wckjqId5W9rmUMKa+/q3o8Accc55\nQEXQOQfi1aELuEswgyBLQNsdCNPC+Yx4NM3B9QT2MuxwUq1sNJbFwDNNGKgj\nMFGEuSLuJrTsA6hSWI6vFk6KKGYwLUWB1+MG9ZVn2AzL5tEeBsJiCACh7cCG\n5lVrSYfP2GWAUsVmiDsUIMF+BEchDq75tbXxt5+X5PK2wyvehDwTEq3WVG7C\nVod8E1gAvJefwBcaWdkMGNT3LDApVwu+AR9c5+mf7K82WDe3yR5jujzrziPM\nnYyYcPp6Y1rvgihWpYCRgRP5UgwLm7W5nq+AuP39RNqC42tv3y4JOZMCfzvf\n+exoQKbzlBwa+RmSIjAqeOvGLTVzii7P8uN2vMhIdPBeWpBN8RUpIsJ3kBIg\nTTim\r\n=Ppp3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"0c6d4e9b090e48b0567d3fd6a03caf88654a00f3","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.4.1","rc-slider":"^9.5.3","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^4.4.3","shallowequal":"^1.1.0","rc-tree-select":"^4.1.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.3.7","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.0_1602325415547_0.5171501506097043","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"adui","version":"1.0.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"d90d049f96c047026816f1b8c548f1d0601f944a","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.1.tgz","fileCount":438,"integrity":"sha512-R/+Rq7PGIkWHytA6uHRFtAVIZJhLID/+KLTO06cxbgeusnx0qz2IW1q2mY7dTQ3EVH0B4bsRnwMCyR46mAay6Q==","signatures":[{"sig":"MEQCIAEe+7My83t9940cMB78qLeh89dE144mBb+RlrmWCi73AiAJFIb7ZBdXYGijgH6I/oNe2Z3slF4ijpHhSoy2oHxOjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3035539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfg7/9CRA9TVsSAnZWagAAaoEP/1SY8AsQCkT/zjha8dPf\nBrjvScwM1acLScppb2pWKUG016/ldpcaVOFTbecXjlM1orDae7Mb0z4XajfU\ngJ3qgzW6LE+kSMk7FZr6bChAyvWtGPrV9apxkncBO02olFoyKYJGoZkul9B9\nm1noeforeqGe+8NMnlawIWw8/pgZsgUlszWiJDay7/9XnPlBIma4a6DUtVy/\nvPaRhe7dpqR3F5Igq14BBatw63IOCoXcl3iMpiqmDGgWkqSiP89/jjmg/2o1\nQ/WKofxemWa9W4JVl9KdKXHlMc9um4RCPpOfMjTsoMe4wVbjSGG50JOgTtKB\nDXIj0JEOIJfRI8csgjPvEmgC6beEHCh+oy3j4WZZU1/mtoqo15KrY8EhepmV\nr4XiX+IILsNgIb1yTEWA6met/vsK9I+8kjR1t+1xLmWQnhEQ5pZox/nd24Rk\nu97ZuIy3Us9x4kKXbr1XGIFGRawz4+V1L7MYRqG3fjFAe5SGnhRa9kWTeurf\nZd5dhMzjnEXfxz6Ozb2BstySuYG9014a6tHFZeQivwqUDpR1izMiGjuXqypY\n+Q/LAyj5tTmMfWvJ0fLpI/U7quHgWuC+T9JhuUW2hB67LaxN/tLSl1rzQyn/\n5TR3PyoGewuOl4nMDGx1M26Kd/9TawX+HbgqjJ+K/XATuLMLFVMULrvEvrA1\n2svr\r\n=sGSZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"9a83b81938f616d66e80f96b72ab11b80a0be7bb","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.4.1","rc-slider":"^9.5.3","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^4.4.3","shallowequal":"^1.1.0","rc-tree-select":"^4.1.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.3.7","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.1_1602469885314_0.09679215516900541","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"adui","version":"1.0.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9f931747a9e6141392d4767ad0f13defee78f683","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.2.tgz","fileCount":438,"integrity":"sha512-4eOwYHT1MdbhUjkVFMavuXv4LQhliz7wIMl9xFUWhTSbMosIwLLoJ+LTRYxAMAgnPcf60UwlsmitJWyaeziOiA==","signatures":[{"sig":"MEYCIQDoi/eKUoHfP5/MlWVQTUPjOXIDXHp29x5XY4pV1xZjeQIhAPBfVeNNOzirdvnjUjRXbRCOr3FXOTy2yar2qVfuqC8c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3036716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiV4ZCRA9TVsSAnZWagAAMWAQAJO8IQiiJpEpKQ3Y3zgD\np7o19c2zvPucAsWI2GafJ32Ndza8MlFQTY3/z5RcChq4bctGjT5oc62BWuOw\nIvuTFIqqX3rpfcmLJjbFAMcq8Z6UWW1qNvRwsXO6SDorm9SePjPAHX9tA4M/\nFNp9SEyqAtXPAQb1zsViWcTt/jEWkNnC7Hpnl2eJ/4mqwD0TVDcPTjVbLbL2\n0NuKGEV1kcDcRukXHGrEFuMgq7KODcnKgA5m6/hMs7n+pM35tUvqvbbn09Go\n3r1wgarpEs6V6rqC9EDK/GFmFAYdEqbUG1Gmdbbi9jt3VTd+RnZ3TdHGKFCD\nfHbUQonN7WETi8Z0zEqQ9op/mcXboizCOOGhsh4vyoDiob7ObtmJgvLLn9dm\n762OqmS3QNQakrGk96SHjepw/Zqd7X5pxX5d7Frs0fXkBgV+FxwOlAdQyUEA\nQQjVA1cWfZrHr8U7colnWTP08CRyn28ps1q1LZsb9QBpOPnE5KBLQL9fJtm4\nRhzdbK68coPbcp5DMJ4TY7J0VWnmV8z3+kzlyPHQjcuFmL7pBveOzvHbCJzV\nNGlN+qTJ/vvUiio7MudUpRZR68phu3s3GdwRA747M7DeXkNRXEVNQvP9USzE\nIsoGTj2EhO4gI1KdNG0AEJ4kRx3YknLhxuuOO1m9k4txvJxdN5+wnnVTrRpv\nPuha\r\n=Fobf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"3c2b60fa2abe6b4e84f9bc4cea0488078ddb05e6","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^4.20.3","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.4.1","rc-slider":"^9.5.3","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.1.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.3.7","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.2_1602838040867_0.5189368024034773","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"adui","version":"1.0.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"3380a73c40771a5d11f69b2edd6ddc53c56efbb1","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.3.tgz","fileCount":438,"integrity":"sha512-EVyXjAANGmjGpxGEfh0ylD78+ujgJu1A2Dv+eKHGGjC/AGpKlvdOO5rjozCf7XG5+DeGxbrqyl72HYxhGRAvWw==","signatures":[{"sig":"MEQCIFXdU1SbEe+20QRp5B7KHdACO80DiV7pNW7EnB3llGLjAiBGA4nZAr3rKmOJiQFb8bfooOaJzTZzp9fTz3MQiMku2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3036953,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoQSgCRA9TVsSAnZWagAAJLwP/jIxFV/sGg5+J9pxa7EE\n4wvJWxOuih687kq/rJX/mGKW/DZAtznhiXhz5W1E9u9v+M/z66kj8F8eIt6H\nba4wDlT/U4gS9wA1Io+avoUHmD9oGm9aXaepKkbxFCnQ5DTS3kQWcKmUXwB/\n/Xnl45DPa1WxcUrx6w+QoH4tXRUKI024jMWelmnAYaJUqY6Ul2ElJiMfE/6Q\n1u5WpH+KVLKi7cECSiAA2cnrW9quiuIab9UCe+NKviQYGvPa+qyHIza5Pq6h\nTc2lZtjW/x2nL+j8BkE0M5xKeXF8P6jU0FGe+XTKmDKGJ43RXG5cODoHDZQv\ncS7uD9g1jXCX0ND9k/EZLhb9sZ5bNnJafXkN0ISasIfjK7bDwsNATxu0DkoW\nTfcc9qH9RW4LxR0T/4bhNPV/UNeu/5zeiyCvEnRBRc2yFz6/COSW3stQkjnM\nHsf4/8im8oyauSd9LqD+cKECcEzSjFFvW8pPDSpXmBiqgRJMVEE9E93zSlxX\n0sXp0x65QDedvFunlUHbIDrbXQw+JUZqJl1HlW90HCGMDTZDMeM1BjIuTvrN\nlR+B34GC4S4RXFjWa9L5UJptpIgFN7xoVuigzSaXyR1S3PMdp3+gOLhxVSW1\nM+oCHLoqstJR3z78WKUlI1TLm3/lKDt+3GMH3Pi8aGHNbAeYRzCarBSDrgaD\nIeET\r\n=S73S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"38be7a7caaddc515dcfff8602124bad73ab7f2fa","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.14.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"14.2.0","dependencies":{"rc-util":"^5.4.0","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.4.1","rc-slider":"^9.5.3","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.1.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.3.7","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","@tencent/adui-design-token":"^1.0.0","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.3_1604387999231_0.5754705465942613","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"adui","version":"1.0.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"78352c20b25378d7c4475dc06d9d4efde8c8b3ff","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.4.tgz","fileCount":438,"integrity":"sha512-HRsrxtEiiKvpdxvJMnj9Nsza7OIpm82J5CDfdlq0wzq6ggPUJP22d5Ty44gNCWbLVIM44Gd5W2Eq4B/pRJjBOA==","signatures":[{"sig":"MEUCIQCafdpygJr71k/2PDuL5z+ILofiGAsKXNX4XdDRHcfxZgIgdrDdY1w7lejuR1dGCt6ffDVS3DH+TxX74PRXfbvEsyY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3038831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoS2bCRA9TVsSAnZWagAAMvcQAIAGwiaKyk0VCKBkMBCR\nUYMdqR5YIZDPFqL50nLwec1y65KPWb5fNFThVKDwxdWtr7dS3v162hE7N/dR\nPfqAp7DnymcnUxloiEyrFVAxdm6YjdRzaf66yXFz8s3oDn13q3arT7FPYsSE\nuVSccncTBlggv/9FkBPVBVorSpE1cly/O0pa5y2CaF7IwHYtmgotoWUQKYOv\nr+mBEQRdL5vPBeZZkiIW4ghh1ieEwd5wUFZkGWV8qcRLqa0Lm7rjI66bqDOW\n7wQaQNEUOV6kMKzbVLlPUnfMPxxpYf/ac8PB4L66kRMUzRRwRCLroBl/4Zdp\nZFlz2t7vUslDjp90+D22NtV9g+7nHJSc5ldbciLA3ph20UqFr3vlC5Wc3XD9\nWHLOEFSPDuBhNTwGBWy8lCW4zYhV+ELCVIYLgSv26CkhaqQxRipXQOQQAion\nk25viQ5QV6bzlGa1BZBiU9f/09QTszdf3mEWK1u4SgbpeJVFWC70uQxYnTbo\nl9slrpV3Al7HVl2UwhrleTVxD7hgJcUyur06WXUEXYtFdf1hhdfRa21q7Qsb\n1ghvlP79CNEi6Sa1aZea1m4M/1IF7DGFngpPt5wBxNzkHYHJjuKRfJpsPFlM\nnhFpQoYCrSWPxM/j9Ql9q+/fP2G8YUSgZ1MjZbnUFyM5MFBUsX/vOijG8jJW\nhfEC\r\n=7EMY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"7501e0f479b800ea3f7a45d60c79e5655d9f449e","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.14.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"14.2.0","dependencies":{"rc-util":"^5.4.0","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.4.1","rc-slider":"^9.5.3","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.1.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.3.7","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","@tencent/adui-design-token":"^1.0.0","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.4_1604398490701_0.8855260427559939","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"adui","version":"1.0.5","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.0.5","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"cc5eaeaf67efb22766d89a4781e36b9737387399","tarball":"https://registry.npmjs.org/adui/-/adui-1.0.5.tgz","fileCount":438,"integrity":"sha512-Yx619QbQBEVPEkYSVHNrRP+8ZGKG8jDQJYDJA5poJEHEGPXEkiq5Bw+raPqGCy4IZXADsYYwsxE8a5kFeviwrg==","signatures":[{"sig":"MEUCIGVz7I/fmkjBjkrNaJ/O1Q+WzIk8nbKrYpExAbx98c18AiEAn/dDqOBdtH71JrfxpA735ZWorVGxFHscIlc0qwDJFx0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3039061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoVgCCRA9TVsSAnZWagAAyoQP/0cr1EYPHiCq4SDB39al\nUjDqx8HGNqjy4cxIodd27wMEpG93BQIyP5TeWSGEHvsgkTu5+IT5UHmT7LTx\nPTtZ53WC0LvPN4sbQCjyQrF7pCF3icPogC6OXt00GNKmMBsb9ZVGQzX6QwLR\nanmIYr6laKu3LD48E4RO6baEfOuTif/AfbDwphkh7Iz1IhKS61/zKsF29Snt\njXn5P+S+Fctw6wKQMe5AYyNsC6FN3Ols5rzsLt2qBOQJUUTR48IoidfA7wrT\nJhv8GI7GIGmynwVZuZAIBm5dqivJPE1XsMpoFu9GsCx883oJLxHhsjfyfNvd\nMpf++MBJqVRpuxay3q1CaXJt/2k/zgUtSrJlkbhE5elKTY4PVPn6XvKGU6Al\nXadd2M0JjyapbcfR68MySHzRKuF+uUmPco9nsCp2NlgZ3Ppagyu8PbtOoJ2W\ni1lMM1jh88MaFfV+gluKFVF72T08okQLYrBD4effLLTNWu5olryHUUYtFCav\nzPPuBelp5qIEKaa/2P36NA/w+qwaUfMswy7SvpJtxeMrI/D0lDYzRUHHsL6c\ntaKbXdKecPjhO5e/IYnvh+0sXYR3lnLjJYE79Xexrtofbuhhh9/qpASFFnrG\noIrTahaTRaKO1Yxif6rZbZJSW60jnvY4bPiKeb6oXxwTT0LpLQKiPkTKhUBS\nTW40\r\n=fgCo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"af7b90d32d4b3ba011088ec315873c63d171c75f","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.14.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"14.2.0","dependencies":{"rc-util":"^5.4.0","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.4.1","rc-slider":"^9.5.3","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.1.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.3.7","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","@tencent/adui-design-token":"^1.0.0","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.0.5_1604409345540_0.12463625530966249","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"adui","version":"1.1.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.1.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"97153c2096e6716a30fefea3efcd293aafc105b0","tarball":"https://registry.npmjs.org/adui/-/adui-1.1.0.tgz","fileCount":438,"integrity":"sha512-IOahBB14vgWiSV0Ca8bT4AtYvIJWu/bKS6cEgAwGbNMKh4vcWH1xQnCQErip+0WUOmp1+2ZtMnnVk2EhxrbEMg==","signatures":[{"sig":"MEUCIEqi0GIkEBRA8G0WNmfHK2ImypefY9mIgCoUvnE1xPVoAiEAhIdkZAfQw9Q0ehcIwcH0OFoLxhuLdTFedO6SGTHE0ec=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3190526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrLATCRA9TVsSAnZWagAA6f0P/iakB9AtIL4iovK6Ycti\nRgrhF33ror+xo+f/3UElHudEjfrqm2f84EshfUSL8yXWWHtq2atd+dOnGF0U\nqG0ZGl1sxVX+Oq+spRLgD6wbkzsXUGH2NqrBinTwO+Q+1TFqCA0jRgk9JrCA\nSu+6yzFsxD7eaikjAIpxn5mDPAKvnObCJq0B97n/aeiw4LNoVfVz0zO/Wn3/\nO2Qsj/YGjIaAHH7eXYh4Md3rcx2y9fhSbKqsQAcg+W5ch5yEW5RKNopYwu2y\n3XxFlSD6CdKQHOK/T3Vtc1xhZTLc0d7q1WQsywk54Wu5EBhXy/4a2EhP27mg\nNOFra/ZZM69c6pLKCEcwEsshinNXfTpvMjN8XIqfZPGX3dqWZxAgO9D0Nr89\nESl86FEl/Er5eiKPDrYcVd93pkg0MgRdRFjQRRHWr8PIhsUSuCmPyb/AZDo/\nV6Z+UA2tb6XyvSg3EvwcNLNpnJqWiRzVX04DWglar1bUu4MpMYO6AIjbXjYu\nNGA6E1rKNhQ/is1elOnwHmqEQF7FBk66KOyA6X8tV2EA6w4jB3ivvaGeLb3l\niPzXrgzlvEAu4f631oJ9aUeOJEC85axs9pObZUsW6ZCL9F6Ccw6wb48ZsPfx\n7ZmpvdcTMjuW6YI9Jf8SQ/yAg/S82V1VsCzP2JCz0lyYEXNVf5Nz/pUx+cRQ\ngx5i\r\n=lRvX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"3cd2d0d0669160a92c29af3b68325b921e8f33d4","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^5.4.0","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.4.1","rc-slider":"^9.5.3","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.1.2","rc-virtual-list":"^3.2.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.5.4","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^7.1.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","@tencent/adui-design-token":"^1.0.0","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.1.0_1605152786846_0.4930631214658401","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"adui","version":"1.1.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.1.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"3b40fd08ad385c64ea6f5c8233b973a81add01c0","tarball":"https://registry.npmjs.org/adui/-/adui-1.1.1.tgz","fileCount":438,"integrity":"sha512-9ioYh4lrSLJcvaw3FmZiuoJr8RTQrxy8W5B8+sp3IQafWBmd8GaI4zDeWQdBexcxPnVub0OEULmkRImbkxgGGw==","signatures":[{"sig":"MEQCIAFVP1zI3PeAWP/FieXFiLolZO7Uj208953zi/IPBBjnAiA7cgmhyIYbytL4OAFb7ID188QY/2czwnZIFunQq8maUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3184555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxfScCRA9TVsSAnZWagAA/E4QAI5wRFBwL8LO+QglGTkv\nYSXR4NzwrkS8rjdVltrVWYbkFeTWYzRmvt/xwiXlXppGEiGPTYc9mYKt58LS\nw+qijip/bvOxjrhpandejE6sJdZ+O/6ZRPWiM4mmLGjod2iHkYrRUFxE26So\n5OB3/GJm79JKPPqd1nky/RZoSAkGahoj5EH5Ym2JRL6inPJhnX7RRg4uxhHV\nIsevPq3rxqjFVwBLWy067144yluj4+FKjglrgLEx9NydEUgegRGmY8Alesn+\nLFhrFS4WNMQv9KjU7xIM4zXnr2TSKCFK1/ndEkuMWYaHemW/VI0NEnTRC+Md\nGUEW2yR94f8IuPZiF/9jM07wXfMeSV4D9xu7MEI103co0pnh6m2SX80t4XZw\nb+vnaVTuifqyoeAItaTtGttOtoJiOJuqFPPKr6Sx4Y/ZwyutZ1QnhZ7AZbv2\nV+U0dmBe4ClbFNz83Q8s48CXlfts9Y7d6huO54mMI8YxEdvNf8XPhyX3kUY/\nRap6DB73xDMSl/Swme34p9GY8aLAqmxxE7Ap0PIl1xU0s6qJcm5MhyXbfxeO\n3zP9mZiJW44OFSC0/JHS8nDOzCJGensjTyk39wxA/97t4XlGNxgNwyuwxoIf\nREfKj2msDdE+i/akeNctZiDcxkK+UdYQhyh1sSE3wGANkNf7Wsr4gb1DEYVh\nv7hp\r\n=dvbl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"12b41e8b5723216319b526779910a69282f925e0","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^5.4.0","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.4.1","rc-slider":"^9.5.3","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.1.2","rc-virtual-list":"^3.2.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.5.4","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^9.0.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.1.1_1606808731766_0.11484644633623176","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"adui","version":"1.1.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.1.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"8c3c0cf918c2e1b2050e447112130714be101156","tarball":"https://registry.npmjs.org/adui/-/adui-1.1.2.tgz","fileCount":438,"integrity":"sha512-UeusrzHgNo+0p6M5CimPi/FeIxG0nmwZp2GKiQ1+PzLXLCeMqDrbBtrHyLfzQOcjw4XYLQR+qesyMX9sfzxQdA==","signatures":[{"sig":"MEUCIQCPwMSXxmmbiemDVvUmEMRUqR6PKhYaLwOIAfffboQlqgIgWsBVSdf2Y51ABKWitlmTmu3iSKACAOcIkZj5dLURVp0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3186730,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfx0LNCRA9TVsSAnZWagAAz/0QAJ8zt+LLLKkFhcKP7ScM\nLVmG0Vu9ao3/su69Bdd82igA0Nhj0gbS9re0IFwiFzw+KHY4WtdO62yEsreE\nOmGNla14FEndsHKU1X6U22D5O5/3K6VqW2cwYGpjV4Thc+pvU9L5FpLo2Wq0\naJF18xsd1i3HDdiimlXmFV+27BkZrW+n1+FcqnQKobsbN9uCN9v7YQUzWRSF\n8s/X42S8BiC4SMUIvQCX/166jdXyfhwkSbLQa6EW/tGrMTNw+JVIQRAfyxqV\nTcLie26vi7PJRNarJvpe9vrcwjvb05jy2wxKe2R0okLtZ2KRQ6Rv3YB3NBTV\n3NVg3kEogXjkWDSkMeg6pl5Et5ZbpypQOx0v5MB34Xqa4lka7tEhdq9xF8eL\nry407pX7tfhI2p2duTF0BcEOJBTWlrG2e+JJWr93BHZ4YCspzwRiqW7B975o\n6HkjXqlhZ0BtdZj+a3nm5Jb6y1wh/HAYb7lDXQLBJBcD4mZ9dFbp5k2UGIOU\n4z3ultz96DVX8jPjPeq88rjrKCnFBBdTbqIEID2HfGWKs7jcOFPSEvEByZp6\nPhzZTwfU9Ih9DUyv/qdWCXg8NE4fJB0638/boClRtEszmf4tie9R5yc/NxJV\nJZjHIt84Dz6MBAWgGYTjZpMhXFGvXn+Kp2WSTi1bLGqUZUd0uZtBZI9q+5lX\nypNk\r\n=fO+I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"55b510bdbab3328ae585f9de1a7e38d1a70a6fdc","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.13.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"13.2.0","dependencies":{"rc-util":"^5.4.0","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.4.1","rc-slider":"^9.5.3","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.1.2","rc-virtual-list":"^3.2.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"^1.5.4","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^9.0.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.1.2_1606894285073_0.5751380253406746","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"adui","version":"1.2.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.2.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"731bf8b6f8025c6bb907b0b61c749386a380511f","tarball":"https://registry.npmjs.org/adui/-/adui-1.2.1.tgz","fileCount":438,"integrity":"sha512-9TQZBr2EOGsV73Y9CffsluR1YLjjTZTg8XXVdLNQiQpDrE4xLWbDcySP1MWRimTmb4ORWcECTu0Jg5vQ6RVmBw==","signatures":[{"sig":"MEYCIQDisT7WelBH3VTstzDwapNsPm3NX1/a4Pax7tjo7FMeaQIhALeu/TvmIaOjhjFhScYabCYS7yQ8nIiUQg5J26NcXBxh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3215296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0IpOCRA9TVsSAnZWagAAVT4P/iywuJEQYAw6iKCVT4d2\nTEzv6ob853fVE+YTD2U7ZAD3UXdTzLa5qjIDOumsQi8cJ2xbQGCwtE9W9yP4\n/8YWShajXqsqLyQCmqFonVC6+pc0KNizpvC52d4qb9P9YMHxVvA4irE7ihha\naHfmj/9OoOv8RPJImkbOBNJrdXvFcrvZMKbF8bTM8wQT0c1m862EKyBGH5vH\nXqQW/mmsW8ZtCqbgnMbWEMYv9I815cfX/olS5QQMHE1ylDM0hBkkZlPp7rlu\ntpGT2YiUO6g18nHt5IrHVUJXNN0TuNYkhP/UAOKJIioxIXLxg3WI7wd+MJBz\nhhz0dPSTVQFQoies6UcvYtRHeU2LetkGBOjwNmEYL3+v+8nrSvAlPCAAPA/Y\nQUgKi5CEANK9SOBa1RnqFo1ZJ+0PIyj2qe/amiV/l++Xuz00HIS0qNjZax8M\nL95OiTo0iazB4qmR93/TIudXQP6WCXdqMtVNkN86i64kjAuXnhM8SmatbJon\nf78ur8PXgsNi0gW1+6Bk2/Arxbh7cAMiDEjG2vJp1nSuFnZkbdkvd2Y4vgBI\n/0IlnpP5FM0teSemMjtgn+aNLT2EQGgCjwHUZZzt0vmKAh01GH6zfG/ho/4Z\nBv86mSwhYqEWkEl8S+4pDWtHDs43eO5+M/O+3RTYkpsl+JZUejLammtyP8Vt\nzAXR\r\n=jpEb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"d35602abc26ebdd077546cc90bd4e9d1e8d8c539","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.14.8","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.4.0","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.4.1","rc-slider":"^9.5.3","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.1.2","rc-virtual-list":"^3.2.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"1.5.5","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^9.0.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.2.1_1607502414339_0.9392733675804381","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"adui","version":"1.2.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.2.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"eb9b270da4b172b5545e44369a41570758d0c8b4","tarball":"https://registry.npmjs.org/adui/-/adui-1.2.2.tgz","fileCount":438,"integrity":"sha512-XPjkVjuaVsDVOmxaQUCgU6hAbroeDDv2L2p6b56DLAUJsG4n7tcTOhF5wV7XR4Db2qLrZ4UvmbUfXy5ISqjCJw==","signatures":[{"sig":"MEUCIFL9kCIh/b4as+Ak0XfMOOfhhBnBznQzbk5roCe1PBYzAiEAjAFVD4YzxZaTbcsGMGyDEkHOSUoeFDSqAzyHrLXvoD4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3217547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4IJqCRA9TVsSAnZWagAAAmgP/iPACOqohqBvJIuLUYFr\nD1fPeo0ugH5BvmBglOiwAI7Ngfky1hePjmH6FzEguLgZsMZuEd2PW/Xx5Woc\n8AIKLKU9c03XO5xrL8KNzRZRYW/6nfvwTR2ZRVG9UrUS4rLWxzTC7gok2C54\nozQDuhgLKHqxwh8S2cOg717jc3RZdXo0IN1p8iPUW33EP4iqDDiUxMEuKqvk\nHCg4sytlP9x1sSCz4iAA12L5OwivZ5JWWryFsiqA7mwNDOZPn85oQnl2zgOk\ne0aQmFMo6BV79z0pN95yCKgTnuFD1U4RAcWY0jOM/OAMnJoBXWxccCIJd8hv\nI7y21OAVv0m2Vox7VZKMVxy38xPzeYA4c4tQ2KllBh3gS2utyTRCrY0aaZ+G\njNTlWLHBxohffNDBQI4E0hFQmGOqj7ah3eeEYl4wSTPf+7XKgXe6Cq+2TSPY\nt2jD7sYixlTWfuf9otCheK980e0FevbgRQUJXWJ91TjmmDs51c1E8y6xpV2h\nTrwRWjrQSjsF1zxyA+VGyk9HbXEqo4nB9bWPnS5gkJGnTgxLwgZeZxPGseCY\ndcNr4GuNOM3Na3SOHjRneZ2BGkoY4c+NUMtRJ4NtrmqaQtLdWn0S2T5Q6nQk\nBYyF0q5nQ1GBak9K1EPwkdrfuP1k4jzcOAhiWclNjH3vxdG4AjiUH5JsNWyt\nXZjO\r\n=bNkB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"8ce51339c06590caa1bc2c6b6365af7c371b55c1","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.14.8","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.4.0","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.4.1","rc-slider":"^9.5.3","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.1.2","rc-virtual-list":"^3.2.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"1.5.5","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^9.0.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.2.2_1608548970157_0.230904195949162","host":"s3://npm-registry-packages"}},"1.2.3":{"name":"adui","version":"1.2.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.2.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"e3076316a7e0514aecf7bd72476ba14e2cf52bd1","tarball":"https://registry.npmjs.org/adui/-/adui-1.2.3.tgz","fileCount":438,"integrity":"sha512-1rhah5a97k4jp9/zCDjgl0PwrfooULbIXEwXIJ5KOojxbV/ZCVODW73qYmrp4CmCQYOzBGEOV3cAVeYxTzz3Rw==","signatures":[{"sig":"MEQCIGKPLITCiV5mqKaEii/I83aM6KMSbBrxk8X9HoHt5NISAiBCdQCMw0VcG54+UBCuApciVvrvS0mGQ7mkwA6g2EZgZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3217808,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf5D0KCRA9TVsSAnZWagAAQT0QAJUTbpZXvD6FrR1crBz8\nFCVM2RwxfO/7DxeLnryuz1MrNeE7h2XiSH8pzm5vHE27urJyLFZrjcazFhTG\nRXFer9HlrLVtCrcYvGf4v4Q3uZtvfpvb/95VtY97Wipa0CbKKEc4Qt4aclLu\nV7dCFe/5CZ20obDISRsca/NW8eP/74RjLvP+BdYQ9hCYWUHA/YxGl0rDRsdI\nrqjt/ES7aU59S3/xVNx6FDzVQqGRnUDv+OSB25k8UgKNgeTmNfqGmxcGB0y2\nw4nM0txwRHZJB0mcGO5Gsyx46fUfath2lBYZ4ZYU3ySHmKgMhCtNwzJ+gAeE\nPwFqZfkz2tj9PLfkenx+GDG+QHu/TNmUMAymrwBHYPWoqrECrU1h+O+3Vr8Q\nshnOlBe/epVGno8lkPEjAad1fMacbbQQzT4qqB6oRZuI2gLodO02IQV0wZQx\nzTs7l/gBs85Djt1R0u1xi5RdHTFJpUlivvYsO+gjPq4swAVSplV9vifpU6hg\n0sR4GxRLLDr4d9S0A1WWqNfiPGGE/Z94um4iv7bO/xI0hwJQpuxHBhQpV92Y\nSQjaXI0kmYqvz1A7nXnQPG7A8qTZyNWBUXJL/UP6Fm1e2xxIq3b1AMy6lsp6\n6/V2BsnwqSipHejOg7j2YhIetrFwwfWTuMMC4Tq4Q59BZp4msdXu0KVFVEHI\nEW+8\r\n=M8/e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"4daf888754e6a891465573ff244cfb4c7ea8aa6e","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.14.8","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.4.0","debounce":"^1.2.0","cleave.js":"^1.5.10","rc-select":"^11.4.1","rc-slider":"^9.5.3","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.1.2","rc-virtual-list":"^3.2.2","day-picker-react":"^1.0.0","css-vars-ponyfill":"2.1.1","react-lifecycles-compat":"^3.0.4"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^25.1.0","sass":"^1.26.3","svgo":"^1.3.2","async":"^3.2.0","chalk":"3.0.0","husky":"^4.2.3","sinon":"^9.0.1","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^6.8.0","lodash":"^4.17.15","tslint":"^6.1.0","bisheng":"^1.4.6","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.15.1","ts-jest":"^25.2.1","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"8.1.0","prettier":"^1.19.1","adui-icon":"1.5.5","chroma-js":"^2.1.0","cross-env":"^7.0.2","lz-string":"^1.4.4","scrollama":"^2.2.0","stylelint":"^13.2.1","ts-loader":"^6.2.1","@babel/cli":"^7.8.4","babel-core":"^7.0.0-bridge.0","babel-jest":"25.1.0","capitalize":"^2.0.2","commitlint":"^8.3.5","css-loader":"^3.4.2","raw-loader":"^4.0.0","react-intl":"^4.1.1","typescript":"^3.9.2","url-loader":"3.0.0","webpackbar":"^4.0.0","@babel/core":"^7.8.7","@types/jest":"^25.1.4","@types/node":"^13.9.1","file-loader":"5.1.0","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/react":"^16.9.25","autoprefixer":"^9.7.4","babel-eslint":"^10.1.0","babel-loader":"8.0.6","rc-tween-one":"^2.6.8","react-docgen":"^5.3.0","style-loader":"^1.1.3","tslint-react":"^4.2.0","whatwg-fetch":"3.0.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","tslint-loader":"^3.5.4","@babel/runtime":"^7.8.7","enzyme-to-json":"^3.4.4","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^12.0.1","postcss-loader":"3.0.0","stylelint-scss":"^3.14.2","react-dev-utils":"^10.2.0","stylelint-order":"^4.0.0","@types/react-dom":"^16.9.5","standard-version":"^9.0.0","@babel/preset-env":"^7.10.4","@babel/standalone":"^7.8.8","@types/classnames":"^2.2.10","@types/prop-types":"^15.7.3","react-app-rewired":"^2.1.5","create-react-class":"^15.6.3","eslint-plugin-jest":"^23.8.2","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.8.3","babel-plugin-import":"^1.13.0","eslint-config-alloy":"^3.6.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.19.0","html-webpack-plugin":"3.2.0","react-test-renderer":"^16.13.0","regenerator-runtime":"^0.13.5","tslint-eslint-rules":"^5.4.0","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.1.0","eslint-plugin-import":"^2.20.1","react-document-title":"^2.0.3","tslint-config-airbnb":"^5.11.2","intersection-observer":"^0.7.0","mutationobserver-shim":"^0.3.3","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^9.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.1.2","postcss-flexbugs-fixes":"4.2.0","tslint-config-prettier":"^1.18.0","enzyme-adapter-react-16":"^1.15.2","eslint-config-react-app":"^5.2.0","mini-css-extract-plugin":"^0.9.0","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.8.3","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^12.2.1","stylelint-webpack-plugin":"^1.2.3","@typescript-eslint/parser":"^2.23.0","stylelint-config-prettier":"^8.0.1","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.1","@babel/plugin-transform-runtime":"^7.8.3","@commitlint/config-conventional":"^8.3.4","@typescript-eslint/eslint-plugin":"^2.23.0","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.8.3"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.2.3_1608793354073_0.16734528688852812","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"adui","version":"1.3.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.3.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"49032b8f7334b4c720a6f2dbdd7b485458999ca1","tarball":"https://registry.npmjs.org/adui/-/adui-1.3.0.tgz","fileCount":438,"integrity":"sha512-/kYxLuAjQWmWt09dXk0ENoeZ37vtOX9MM2uUfVdCRGFUItcuQff/8LG3gn/0BgBJbX8s0P+6voPLiZDzkYp8Bg==","signatures":[{"sig":"MEUCIBq6lpVftjKCZdQHcgBYSU9J3/WUEIRhCdrGKVzUp0mSAiEAz1MES/lZlOHChf17hfyZy1mG5jEDCGAZD6n/jHivUws=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3227149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBodTCRA9TVsSAnZWagAAvF4QAI6iOAC0m4t10srw2OMe\n2oGdNzq2nwQYdcShUvpJqHqjADcwEHrr4NUdycPUkBe5ajA0UX0+t7eWDJyx\nOrlrKuIaMZbYzctXrHoNxvwoXlZMvIPJWDoXl0CzsAVdsU1jOFkhrl41NCkm\nEWrIT1dSXnF3WxECKELg6YmbK/h5d4HioJpFD1iB5m6/X0O2dxgXALuDBjdY\ney+hBLG8/+oNxqDydTdmiAh39BWPGI79p2fnMWSs65BPUlERtph0jtYGn5OT\nBj8OMas9Re/jrBbDCN0i9j2eYR991Z6wwTdeZPJvjP8cYSYk9MfYY332dBvc\nLP/3Ra80oube2c5y+kmP7fdjvJF3Kjn78Y4vEnRKqkiBDwW13hRi87XQGFq9\nazCgYu5BOG2f5AeyHfaD4jMD4ZM7W2Nyc2ui5gPYul3LhQtP3tAUN57+8wci\nj1ngb5AJCOnZ0HHGgj3uo7VIyrV3FIHfo/wM/XECP7i96d4dVo8OF1TFLjZM\n6i97rCTp+7WuBO4CavDTRduanWC1z2foxLB1YMzYe9YSE6F5F+ZyFhQUgs87\nWn6YxafM6PeL1++ChmNqUBg/Nixp808a3EfPlQ7FuWTAQ/+ZpZ+/zFFD7LO7\nR7EgU1ePa3wC7NAJMgUecKneTzo637jSgXNnMr2/1U1caw5OxYGYrEgkd2Iq\nLjv+\r\n=ywPl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"e009eb46b24fe5fc395efb5834b159e7eadbd756","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.14.8","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^11.4.1","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.0"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.3.0_1611040594880_0.06420852990000192","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"adui","version":"1.4.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.4.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"2b8743282c873b26045ac4b3258817a15289f6f8","tarball":"https://registry.npmjs.org/adui/-/adui-1.4.0.tgz","fileCount":438,"integrity":"sha512-/1Lw5+tnHhSB6idsuZVZpukoS3FsPqdAHP9h74YfkwmyqOFj4BsBXkDn6YMT407i2cnm0Ymz6rsUDxzcTKxqNg==","signatures":[{"sig":"MEUCIQC+u9DZqB4PtSD3JeQb+Y+JoF5RsGmBcW9xmKWnH21nigIgKDbOyKdaasXmDhoZ46zNdUD/gRmQSm4iMQhRcxi0Ozw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3228426,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgECgPCRA9TVsSAnZWagAATmcP+wXbjWNcCdzod5KkceCX\nrbV7SRo3nwdXmmgROaU2T8wgBtHahGwbxR3oHzliNFzb2+aIRW4IIu54iyo0\nC7AaK2m0SMHylVytjcIGhvF+UOvjV/A/Z+Tgv7A+uL8x0dp+CSMTIcEIYpHc\ns4GVb66APFW+XDIUhoFeDtCtNt8ZHhE2a6iDqV6h8TcgavunmRi8JDUmo5Wy\nbHh2KSXrBnXxo6pui9ug8X9GMxLk0q0svk1mkvv0RMRtMuyJ+mvcGVzgC72t\nZTOJOmuMGLlu0D1hg1/B4I8wlXgld/zd7EXG5cEZ7iVxvV5mSyuMYZVav0+v\nyvsVqk/wPfaQqwgcUlfSIdZ92KkewAFIp5DN38RFMc7WtyMgxKlecE3qfAVL\nfnq0fa4tZPIRY3+m1qfw2JbXKk/62Y/sgVdYI9z3zkmslbjWfiJ/rXFP/Ix7\n0X2mrPxeslIjPLxibXjPxc05GlHeoF01famK/l5/JrNKRjXddmYSWeqvNY7n\n0xgnNi4/8p4zrT+1SD1edF0gVAWhXd74bmzqEIm6eJ58qsm3Af9WTeaZscsv\nnLsQY9vMgcCIX71PpHO/+Fn6X2+FUikPKVUkVq3QFoxFg+UisVovyJ4VPdhH\npZq8WtWdvFsqXDwWAZZYNus2YWqjB3w59RjJ+VxLoKS8TLe2ig+WP/hkwMkV\npFJP\r\n=7wzs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"b79cafad67e738e257706ef482a788cd1faa62c5","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"6.14.8","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^11.4.1","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.0"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.4.0_1611671566596_0.5371070311250432","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"adui","version":"1.5.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"c80971a779dcba44c8acb3502959ffd65ce42c05","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.0.tgz","fileCount":438,"integrity":"sha512-9IvAcF2bOWsKG/EoKPLoF5iQnkEdP96S/4M2ST9TzAQ33urrLWF6f7X9zWkg1DpGS4g6f4jnM+LeKliViUJVPA==","signatures":[{"sig":"MEQCIDY0s0BgR8vVxAQx9MwevzrtvQXNf8VyX0Se52vxEQ0EAiBENMSSdtuvS9STn0vdXke5sMBSvIvMr0u1oQ99n1qs/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3235719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNP5xCRA9TVsSAnZWagAAMxcP/jUlFadgEXuAKep3xuqT\nXxND6HH83lfWZbTtjpqlHFjwwqHI66aj3yyqX/ss5PuBqtUX3WALuniLvGr6\n7adCCofFACIjlI/9NmAKChX6ElrxvxBiUma7iTF3G9JNm0F4GNHNF0NRv3in\nAXGe05jl+LqRhTsMoCy7E+7ZvmQ2W6IMNEyK/xtFYK3VxmHhyikmy0yDeBCY\nvh3dr1ubRkXGn/7NnBeY54bPni7DZEv0Vufw3zDFP8Oled1N50e9WM17ATyK\n459BAlplATm4GQLSXS37Q4fdzxLCqIdq1lAvl9qf6njuRkQtnjG/PVKwObUL\n6zXOIta+XFaNl79OnZaFNsph2YEUmORrb7yjwFtOPEi76p4Cmijy9XW/ry0Z\nUxinqFx/zps7LKBtczCavZz5qDWGqxFbUJowLRMpf6pnIggWZD9b2FgNfsZf\nmF6BePsZhBlcaVbCnIzpNE3ojgFzlDJdro3Y9nYNQUZZw74Iw7xklZe4fbFJ\nbmKkv8aBP8G1NCKUVpvkVzxJKUH6A83EyWFsYmbxRRyfK5d7wbBbhH+5GYq5\nvA0nuBvyvE81pA02adf/7REoydTtwsU8XPpXd7v1r4jJVI3U0YvIaYwWOIdu\n5IR8wWrAC51dM4TLXKKx2ly9ErOqr7xsYqp/f8cO+ZE06BGFas5CE1S/dM+G\nZhnK\r\n=4fN/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"8ade9ff14d1d526ed7f862d0fb74f1b472465f6b","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.5.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^11.4.1","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.0"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.0_1614085745377_0.048678024530588226","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"adui","version":"1.5.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9dcc4e1b2508ab10b3de5e3a8672542f16826ef4","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.1.tgz","fileCount":438,"integrity":"sha512-VSrzij17hBTfYxVHnNNc/KvA6rLo2T1fUWvazPA9cHr2neN9dB1cEgLcyjedN8Ud7bcKlTY5aJgaYw0hShjJkA==","signatures":[{"sig":"MEYCIQDHSt0PZNmd7e8uj/udlAblxXdUM1vaAGJCZjdlOD+bhAIhAKpzTQ6mqs/N4DroADYAZHhIebizIBCUg9Ca9r5HMxP7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3235799,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPeIvCRA9TVsSAnZWagAAadQP/1IuCTUZVCrcdxhYBcLM\nw4OAMO/7/HZKdsBKI53LzJeiIFiewdqfhdvrClQWT+VmO9Ua/qS4nFHLkPY6\nz+50zEbNJoLWiv2E5foYVTSwjLwcEI80NMkKvofQIPi9nbebzQ7icApx7Bas\n5CvcpModqw6yZKp724yjit/e+ZE2YOsNYSO9A+hJTQGl4RdXQAmDUa8jTQRg\nSpTdMhlwxIVAyC9c1+eDdA9ujAYlbGxB20xn62e7oGjhIN6CrN4usvwqaAIH\nAVQHavMI7xZOFDEOzQ73ccM1lrfRmXKoiFP7dQdUt3r6zAgJC4BV3nchwtAR\na2rCedUEnSr/4XbafTzzHUbB4VXkTG6jzRSEvEdGBNu1Qvm5SmwcK27ONw+b\n9m/d94qQKk2nyuf/llKoZ4hubs5zEf6yAng9ZnjS6G2NaTbWy/6ORxEFfVFF\nyVtSPIcCcTTb/dTbkyP2FnnlRlRqz0fNARehlEYxWdzZLcSFZfy2Agp7UytG\nl0Ap7qShLQvSKBTsK0fKFQ9E0LHp5jPEmkfkxqmT5HVeKhZ1qwsSq8JMJ2xa\nu2OuiM0fVAjeb3jvbl0KndO72DS61XnDQFwYRDgWFS4VeMkfeXzKZw0qqLEl\nRwKIdaUh/SWjWYLE4Xn0j+xo1qIuYGylEXAvE9ORuwrZBBWKj5KEmQ6As/DF\nEjsk\r\n=ak+R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"f5c2324b1f1d75958251d41545f7eea7e0872758","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:js && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:js":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^11.4.1","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.1_1614668334819_0.1709520608146684","host":"s3://npm-registry-packages"}},"1.5.2":{"name":"adui","version":"1.5.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"4d4250d64da93d3c0ffe2e8d8bf2197d02b7bc3c","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.2.tgz","fileCount":438,"integrity":"sha512-XuTiPSi6hyaqDhQTh26F3V75WKKxcQVmcs46omSJUeIpimZGrJekUtelpS69F/Jlc1Nx8OpgrNlKtsrWrZxyKQ==","signatures":[{"sig":"MEQCIAZqt/fFlPOW4rV+/ZPyCQ//EaK4oObpGeYDGX2xyklkAiB8BNF75RtjkZov/fUGtJjY59p9kKOC4DT5idXMcFPhJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3238429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPy26CRA9TVsSAnZWagAAGS4P/0QWmHckQgY1m5KlP4wm\nBUKesc1qf+h2p/6M5yDCkgDpL3cQwwi4btCIMM+QvQUbblwN8l4AysZg+RBb\nfhnGHho4EcWt1UWrE3rnHPhnnmfcyOID6Lt8u7QsJTNcJ5xdbT+O9P1sb2Y0\n38LG1k4q8MsZ7Fh0eC2GMJ8xTrwPeobJ14vbFKPzdwie5y7twJUeYpI2nLxH\nyx0EvI581zLI+G/HWLmTUYgLnBvnNQUi+yezWv3aLsnMuTxHVUMKma0r4EHJ\nhVD5f5ahxgy8LZikn8CosLN6GAr3k9t+upI1JSWzS8un6hoTUW+a/rYKKkUo\naq2ql7CnVxdRsFHWwMEmIsv9W5rAGD/DMrNiLQTA+XC2lJjLcGeX5faD/vrf\nJctpYvoB8oOs4H5JGUHlc9Vwagpi+sw+80kGmaf8uU3s3cqFrZlOWIo0iwyT\n7T5B0UY5nrnpEbav2s3/5RofeBT/j2B9td/uQF4Xrn+B9vRw+GryG6/GkgP2\nLOxG9XXZh3EHSbNAp364PzVFt5vcy/up7eu8d4SrnUkGxT8EEi7W1w7q2O1X\ntndNadno5hfCMWUvBKFUXWVZBp2fdtjVqnUJl8tB6lsyBPa90c57Tm95KkHF\nj1Df1nPO/DZvKmWmiyfRfOiIPWaB9LBcw9ov/8Lr90WzeNUwaX6T8xso7wr6\nFf14\r\n=/JMZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","module":"lib/index.js","gitHead":"5e0fae270f2bbbcad1ca8df4fb04e8c3bed6db66","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run test && rimraf lib && mkdir lib && mkdir lib/style && cp components/style/base.css lib/style/base.css && NODE_ENV=production webpack -p --config webpack.config.js && npm run compile:types && npm run compile:lib && node scripts/build.js && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","compile:types":"tsc --outDir lib --declaration --emitDeclarationOnly","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^11.4.1","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.2_1614753210255_0.8792845897590706","host":"s3://npm-registry-packages"}},"1.5.3-alpha.0":{"name":"adui","version":"1.5.3-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.3-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"894fac87ad26433bf0fdcc56b5896fdf8f7b0e7b","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.3-alpha.0.tgz","fileCount":873,"integrity":"sha512-xqF7fp/x62LrgaraRGCP9KuTChD+8tSvwbwYD4VYNu3mV+C/2ioHO6H5zE8U+hiq7DdioWAMLA+lrPTZXv37Ew==","signatures":[{"sig":"MEYCIQDiDLqvKuMGVl/6hX8JI+lfFiPQAcqWv7BwGaK7Bc0mLwIhAK0t+LHzZdA6EBOJcb/1fOdz64kut+EgYGJyp6a78uzk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6234102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQJsjCRA9TVsSAnZWagAA8LkQAIw68HdGBlXHYthXdJqn\nlZ5iYbYsIl5VAoospx5TGgaiwjcwrgv/Q7w93UhL3J3DFMfAt+pYnRkMZ3y0\nuAntmKLtIxefwXfaTdhEzdyTvryv7b8V2IFZfE4WpRuC2ph+HWc+bO/+P0bL\njnGGWBNCfeoQ7GHHZea7Tx3prrbGnN9kTCCJCZdNAywfd6mra7PMb2PI7KRr\ndWjAvTcGd84w6srRa/mfYomVkgkP0+VO1G+K2E0I8eoTijgl3MKb07XUHmar\niivOKL8g/PFSLKwB7wzTgteMRTCMkLgtwCZnsXjvmQ9jpGwhqOUQl2hgDr8o\nsb/a16tVVvp1f2LIyrUj5pi7v+WKKWHGk8jayFgElYijxJH+CCxRfPPztD1J\nELHq56b0bKgbQvCe9Qa9dNQDAKYw2yRu8mtJJfrfazcKkZNwCj505KP7JG+U\nKOLArnJNZKFwZWUpBkarg1/64wpbir2F95sXHJG1/iwkV1PCf/sSuwrvQgne\nGmldkUZOfqe39VN5XOMEfQnFfLlKpNPzu+EZnezKEz5evU6PiIPQJf49updg\nuepPz6yNm4vYFpv8FU/FpjuQNx+gBkAs6M4Dgcoc29oxO7I7gZP/NmK+vRec\nuSkVbgJFAFGfQVqIHZncpEQAP9VJV9biJIE/7TDSzOWxkp4kod3R8McScRov\nz2Sf\r\n=xF4j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"fdffe49b41f095c2e4d09a452932f6dde0329bf9","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^11.4.1","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.3-alpha.0_1614846754356_0.489896675270469","host":"s3://npm-registry-packages"}},"1.5.3-alpha.1":{"name":"adui","version":"1.5.3-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.3-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"77329e974f196f0c84300fcf39a8b415f5301b3d","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.3-alpha.1.tgz","fileCount":873,"integrity":"sha512-qKfq6pUr63Pn26lbN8yYSPPzRRbyAsQixkAyj4beC8VjQ3VJwPIRJDi0YQaaxSXJ3zaCwn+bmKwGxRhomJhp4A==","signatures":[{"sig":"MEUCIG5RnAXzz8FLKlrOdaWBkayeN91ocvExrc9reZlm+qSxAiEA/g4pefxIBTVUIdI3IskTxMGKWQJmtp4mxBWzoefwnSY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6234238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQhNsCRA9TVsSAnZWagAAe4sQAI3KnN/10MP41jzIW3xI\nPMjOGYtokqAHBTQ1grvBc28eKGivOaCqW+fyMH4BRoueKfp0QQswe9gpGc5h\nWG4rFP/EgnXmRV9+jltytnsKrtBsRGEx74ZB2F9+0aNuO8QfGzRoSVLQZE00\nD5B+UzsLxJbhNj19Ng5OMpvxgqrw6d2jXNzuAdxNsyJ/s1Kl0s8o+bpdAbT/\nEPdIB3Hwg7uSHuZAYDcDNBxG8Ar4NcC4p5DgvHzCxY2FonyWZuxo8jQBzcaQ\n+UfgxZQuXvnNekQ208e9FTwbw2feY63A4foXcKlgdYjUX9bYWuZkJH3KngP4\nHS96frAbmueQx31BB4MlHOlbznoYJoVnKZEcCe4Ji0dp/gHYo3Nl6DorzoPw\nSO8Xwg1Ie0/gql58dY3QX2KXnYd0mRMQ8EA/SpToZtT3K8qMdqEUp/OIplzG\nZtMFUlryRUSMwkwNTdoz25yeqhD+A/kKqxREkzObgbhkzDJAK+e/YiXxEjMa\nQaKqvU30/emnj/2QybxspVpKiLBq9PnDT48wJ8yHeBtcRgYPHk9uR7iEGbdM\n0EI5nHk1G8V/XgN+O7uEfACCos79PNeFfYg1Bx3hlMl16ahYzvLPMy5F3lPu\n2T1GXvS22FzgR0GYrPokFvWBz1ZYaEaXTJ4y5J3CHqYklvp7OqXop5Q/JORk\nGOyQ\r\n=AAL+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"36bbf7ff45b030dbf4bc9b345e2454ecbae0f8bf","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^11.4.1","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.3-alpha.1_1614943084051_0.3657544898757694","host":"s3://npm-registry-packages"}},"1.5.3":{"name":"adui","version":"1.5.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"68c345ad43f8b50c89b47cb20695be2952ac9782","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.3.tgz","fileCount":875,"integrity":"sha512-sII4nyfHrtEeq4WBfTjdQKe2vH0Z209xjpdptqTSb3Azo8pwL6R4klfrFb5n8KsapXc43lMwUjhcuSgUKk2dbA==","signatures":[{"sig":"MEUCIA+hd/yD0qaXBOcb0PmJ9AcRlCl0calOxuJRiT6Myv4KAiEAluFtRPxOhvZv2f9M7HP9dbuB2aq/1zX9kcfpWeVVzPQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6249104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR0r4CRA9TVsSAnZWagAARjIP/ja2QYw2UDaGxz8Zv4HL\npbEU8+idmJJW4NdFMQjmvpMnaK5zLiyOlItYNe1Z7lIeAEPyOhVc+cCKGCu5\nGpHePGA6D20vofu/AsPjypaIxSh3f1e5zqZ7TcQP1oummxzTMGDor7vjVDAj\nLsMSCC2B+Lh6GQXWR9dhjCqGbig8tnFBmHVGFk3r5PxDH7xDaWOYZKTCctl5\noAGbp2IgeDzIg0zXw4FHZquKI9Ud2ebi+f+45NZ+zea7lvJkDvPMM12OH4gK\nRPQRLZBH/AVNPDgelCQqOVLf8IlZ293jcWKcbJQ7/nYu0E45Sj+fPRr/VUq+\nvlBBrWp1nVcgxpXcZlaCs4XggZ/t2uPAtVZE94NYwOzKt+sOiBjUVakTUoZd\nNbZOOgYzgYtl655RtYxiwt6283iIjXkcLsQev5yJz4HNON+RUVgQP0Ise83u\nOPqxqlU3pi+S/9WPNTxI0UbFhwpl/UbwgcO2k73F59Fs17tknlcDJOv/p5t7\nwqK82/I6Cyl1Qta8xnGid0GyFSGrEe6bwLp4R76T4j0D7r9XRMW/lkaeqgir\nh0iGcHd9lrMygy3hzYZoVNeWO1jV2gSRVzBZCX4p6+uoQDXDUJ0feM9C0rUZ\n3QfuQpNmN2T/svb1uVpLiu7y/wDLYEmvrm6OjHT5QH9r8vojqnK4ji0zKPJF\n8hvJ\r\n=6TMz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"1b93aaa991b88a61b18336b9ddaa53bca5f1cf01","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^11.4.1","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.3_1615284984263_0.2058676843576408","host":"s3://npm-registry-packages"}},"1.5.4-alpha.0":{"name":"adui","version":"1.5.4-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.4-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"5c772d4f2382add8169265ee247fea4308e4ef19","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.4-alpha.0.tgz","fileCount":875,"integrity":"sha512-/iirQnojsGbELZYlRxtuPaP2YqTEMUS72m4MjZyLgwYZPDR5z2XhGg182SkHGKtDrhZejxmuGoLkkWgLYbZxEQ==","signatures":[{"sig":"MEUCIEA+fqlaShb/Z8jlYfiLxKP+PZQQRpL8D1AS01v8tkpMAiEAl/JEswO1TwJcxvU7YUTeqXV+2LhUhcLHoeB0c3ddBuU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6248191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR2jNCRA9TVsSAnZWagAAQCUP/18sTkbKZGpJcRZqGOXB\ndR2Eos84ae4MnywHgGH8hXK9PNXpSRsG6RqbfzsgI9EmhQgfdKMKk8dO6yw9\nGbwvDk4tQLwR9Lkh2CJeYoJctMB1ifLayTTqhtd+bw8b9hB2cRsqmJrTRegk\n0DJ9b15OIt/8hXCDB3PrKUW5FjXyZVyFPCN8E4j/IYJIL2OJrgQbWtlT6qlx\nnnewwiJ0Xfl3pFLj+tiFT99IXs0uT1mO0KhK4/BxIq/K4+O+VxkXkwTcY0az\nzRspfvS9kT8tY0Ey7bEEde3yi/Yuhbib+gy2FwcdEaqo+cd2/t5p9PtEjdMW\nAF+1yE9mUIk+4oo7wSm7X4NiSTU1GeryngaTfN2lsjyeZpboL1jkSmD3vLoS\n3+DE0Q+G+LniE02QNVSAKCMiaT6BOCOKFMIW9AM6VTW75afMeL7bj8oMnqsV\nwvSbymqoXYSmvBkPomK1syCUCgV/RK5FFQgFzqo0LR/YqY5MLrRaVcrpLTE7\nf5xjP31ZkqRPCJtokPTAVr6GuuaJy5ELsR706+uXYMDFQsV+vE8LPgIAO2R5\nvpkh5VUlTzQObdpQeEZN5s6TJ8w1ZRQ76F83pgZVpn0m/lY+aziOtRjszTzG\nre23ttXV5gV8fz86Y5AsLsavBrly/FpiJAqSbmULXeYTLjk/WGwPmkF0OvMK\n16En\r\n=46d+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"1b93aaa991b88a61b18336b9ddaa53bca5f1cf01","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^11.4.1","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.4-alpha.0_1615292620832_0.1334854809707937","host":"s3://npm-registry-packages"}},"1.5.4-alpha.1":{"name":"adui","version":"1.5.4-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.4-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"93ed765d985f7c8cb45159110144ba27ae3924c9","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.4-alpha.1.tgz","fileCount":920,"integrity":"sha512-FDDxvaN4MYhw1Q3XP52Jayy25ZO4Ll+AlXIRjql5+7mSNQSOozq/HA/MUywaCPvXxuSjpysgFk1TrL56Rf1c5g==","signatures":[{"sig":"MEUCIHgO6nMYWzvMlgthCjCbAE0J7FJhS969ZCPPnsGBo2u/AiEAlupT7a+dSh6pcq0Q4oOSp5JqnARZB0bkRC4Nxt6LOGE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6455812,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSuVDCRA9TVsSAnZWagAAmkQQAJC6kvcTvtoJPDqeHwM/\n0ixmicn7BAEAeqrxsRzTf87rGh5Pn+DqgfD7RSwTSNhrdGHtYTD6H+zuvn3h\nHIw6pR0ipcigUA3NnA0BGv+9n4g7qdrh3jmoLBm7ZMXXt/U8Vez0RzUrkz9s\n143ZEVxmTDQnVWHGN4vJZnhu1+/7pK6vp6LtObZeRm6/ISJ5l0FUfSmk1MyY\n+9gf9dK85Bu9knRHL2pDSqRGkFHg1xBIlHTOQnrZlxXMaTGphUk2wOz2HBot\nIfth4H2nE0chFM/Dgw5L52Y3EgA2fhyx2auPCQSOsUm+FcSkpFyeO89ptkRX\nO7Jbvt34RpoUostuy+yfjAkCqJhjzm6zQIWbLwLwf6CJpzrBZ3BA6XeAd/rI\n086wVfQFPU8DrgFi8DzOkuMgCdAQ0p4k+33XrUSeQNFNlanJZ3DZoYOSLAeN\ntyWwDOFxxCzbVrXX08OXqZPNluBl2HU9qvu6fOZ62cfNTRm5avavXv+99ouk\n2yeE199/G0XzVwp08FbbmMizzPRDaNbBdJzDOKnMceRK4cjSElJwH+tlsvOG\nmTG5iavSqBrLSpGvoH2kTgiuEyRE8AU0q7SAEwtOsSCSsY2GIatJKi34eftk\nIqdXsYabFqEvDRYCjniZPfEwRNnNRrEiaW4x5n/aSZJrQV9Jw80zleB/IeeR\nVQ91\r\n=h/FH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"d85eac1b1f45b09f5c86f4f562caa8aa11849e12","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^11.4.1","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.4-alpha.1_1615521090844_0.8285608990601219","host":"s3://npm-registry-packages"}},"1.5.4-alpha.2":{"name":"adui","version":"1.5.4-alpha.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.4-alpha.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f30b295ac5370753989662ac99ec6bd5a81ac0fd","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.4-alpha.2.tgz","fileCount":920,"integrity":"sha512-gECDtZwk+ZXnxZY5zaUIzvMOEqlee+r1UbdPwMgYiQm30z4vcg9dLVIc8apZImChe0IOwZ69eUJjAjSfdYH6ZQ==","signatures":[{"sig":"MEQCIERWZVwLYd914s5ckt1orHyXM0mVfg58zQ2+b9vni+AGAiBw8wCuurDobvE30sv0CIyiwrppKHOEmTqVQ5KHui5asA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6447795,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSwxiCRA9TVsSAnZWagAAzhcP/0FCRyyPgS6/rERIgnMi\no8lUzHsMJwIPfnbG0PsyR91Dvr/UZ5Or5fzHIld10hcUTeuRlQIeThdT8fvq\nm7Uoud5Jmhv+lCsbhH3NgaTrrAuUGnCLXUJ1jv8Iv+BESrtMm3eLsxYQNzOF\nJduOSgoCXpnIl7Nusd6jMX4GHU3QskDv8z+Rub0dyBVTtivyHtlNum3olUJa\nLy+D0rq0XSSRxYUIwGHZXa2lYdjfs5xau2N9/E8nerGvuZeEFSe2WTQwQVir\nxelUS4axLokWgzBRBf504qPD/SaQQknlcp6/j2Z+A1SYIhHMdkF6MX2dU5Hk\nBixqo3huu471KNDZMsuqna69srvHQosc0E2LXsH2A17fRkFhGlT10TdO37eX\nxaP8pLyv3WmA61eM1opzeMkMZS3tO/uN8os946GCNmzLZdoSWSmbp3uanypx\neOdgVg3gix0dJAAz8dD2sVlq2mqa0bffGRe7mfXDndST3rkDNNz0koz+A6h5\nVfYbicqvMKRBQ5rf8MijWbiQC85BKk97bjJ6F+7S/F5D+BfcwZbHCMBT9RUZ\nTGB6YHBlY92oNul1HEZU9xzK+I9lmhbfVdaphf9KPmRSfQ4JQ4kIdTVU0EvM\nFmIuD5F3wGE5lOVEREAnqh5co4MF5pxqZm4fdIAGx9Jx+IzHCcqgaQsBC6Y2\njzfn\r\n=Gwxk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"180f5f7f676386f226239ed6ccc4e616bc100ef1","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^11.4.1","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"4.2.2","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.4-alpha.2_1615531105672_0.9526729544300998","host":"s3://npm-registry-packages"}},"1.5.4-alpha.3":{"name":"adui","version":"1.5.4-alpha.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.4-alpha.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"bf32a545df78a7c0d59920f4259e7999cdd8caf3","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.4-alpha.3.tgz","fileCount":920,"integrity":"sha512-s+ADRXc8rJ2qvgbTrlOLUcOIXvMqVkprlVLP1TkSeSJgvS1VqwlUB4TQADE7RqiwAPIWz9uS5Q/vv9c3wDic/Q==","signatures":[{"sig":"MEQCIFrC4XcmCVoe+z4dtVTeuxBNmKuTYSRnj/m0FG89HfRRAiAtmpCGQrzMbU6bfzC8jPv3IbDOCz0GjtjMgPDqBVHGfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6457474,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSzAuCRA9TVsSAnZWagAAFqwP+QGQzT/1IZpQPv5Pwhvq\ndW/yiwbuXUa0wOUPk/V2AegICWY2hHNEZwLgDlA6Ypjj7qD5BlVHoY/pCCL2\nyhspCQjk2CK49VFdc3cWTZ7Q5TbZuQdlc+JQO/TIf9bNfy33u5FjQgQC3obc\nyUkDHd7/6YbfcYUH75BswmyxWDiA4MBat8i//rQoJ017D/9Cb8nZKeqTQLv/\nKrp+hXorFhEzq3nla4MKykw312b7gDlco+wdbhM57CC8O5XcxunfEAfxZfdR\n/JlQ7WQ0wkeuBaKuwjcx5Aet64a7YdsCuXeUk/gdbsfUTWaq+e12vCWY2kqy\n245580L2ke6e78BBKIW0MYJ38/A66TI8k7wpWTPzKvKEb0Cq7i/Nv+EfBM2L\nqdYeN0TSlseL5VM6BzAVwZEFUJnIDuk5Wt/LrutD7ZX2e5sbf1aNz/hHo9Rc\neeSB8wtKAKwLDFHcl1fDP3P+erOihaYvm8ZOl0fQnM0YEfSeZdHxrbipIp0z\nt+/N9/RoZrBWhv7ax/H/Vc903i4t2iqwab++KnHN4oJNQ0AhvJdJ4IuaNXW4\nWmLVE90ArRLqZvlW0XkkwGE0TNY7X6yqooXUzal+6z6bEEplq3L6qTMlC7PS\nGXtJPTSWz0aNGyqHTUZW9U9RENesjRGwUpZ8sFctFGPqgTOxOk6oqv3Ac1ED\nJhmb\r\n=mX7e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"180f5f7f676386f226239ed6ccc4e616bc100ef1","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.6","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.4-alpha.3_1615540269477_0.6302416482022251","host":"s3://npm-registry-packages"}},"1.5.4-alpha.4":{"name":"adui","version":"1.5.4-alpha.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.4-alpha.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"ea9989d0d4da468b2a31dab27c2604dc5ae2b044","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.4-alpha.4.tgz","fileCount":920,"integrity":"sha512-ULZdW03Ttsjp47XBGiShAVyq0a973r86AocabHR9l/k7gfyXQPIu2jItTc3hFew6R3TighcO888oVYv+wJMp7Q==","signatures":[{"sig":"MEYCIQDqaQp3R1xRwlEqEljufC9T+cSAf0CwmKhftq2XsrWVKwIhAP8yL0D5GnPex8qyssbGKQLyjtixyjvH/YuEbaqS0g+x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6457480,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSzcqCRA9TVsSAnZWagAAD+UQAJLiFu3upV3zFWY4sRJC\nSnL8Wdef/xD/8Z1W6aBK6hByGS6JUCB6xEZi1t5vpzo2gQbjs+atpXvK5rXL\nLLmKRDiY6+1UGUTW3Ma7r1ssTQVXrsct379/mOSO2Vizns4ALOW3foZAHITz\nzgx9qjQoxAp9TQW2Ok6lJCQ5Abxcu8igKH6RlPl01kYG/FYtFZeDUFwPvNQF\nPct4U/1exmgCKzk8u2HtvAPTgvZ/KXOQKNnOx2ou2kuGqCDfq89teZq9oY2g\nzWV09VlEulLWI301fYwv94SjtZLEH2V1laLATKrcOQxP1OQ/bQMom6Vgqe6G\n0yuxrMeJ5pCsH0k9JUjCqP2tfhFLdRFy7iyh6kHzK40b+Im9G7iG/6nOezse\nq6oqjvgYV4hoRuGuW/pPx1oF5LmdKJCu4JpYBYIuqkho2nlD3KtaJO0fQnk0\nFmARuj2LdfFz0Jhgx/gxHsU7BjbWP6hKzMUVHYHJnX18KCRXJQAjVyL+O9+j\niU44IxxAxujNzXea1yr9Map2GER1R/5JyivSwQZpQIh2RizGqedMDCfZbLSA\niL2e/knVJ13ZexqHaGwBA5/IBIPGJ8VyPN7nDRQfx/NtfZaAjSWlyAEJCxac\ninlZZHoaSnQD+7Livsloj8UO86tXPIE2sk2Yk8WceBgTPk0QFvhKtc6zO1Lk\n/k9I\r\n=ojVT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"180f5f7f676386f226239ed6ccc4e616bc100ef1","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.6","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.4-alpha.4_1615542058025_0.5659232952770141","host":"s3://npm-registry-packages"}},"1.5.4-alpha.5":{"name":"adui","version":"1.5.4-alpha.5","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.4-alpha.5","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"2aa49d1aff88ac394d552464784fa4ab0161a208","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.4-alpha.5.tgz","fileCount":996,"integrity":"sha512-1vg4vLziZi021Wz/rvHpbZPEXl8Ph1eKHsjIK/8O7MSinhNerRzHa/Rj69ZXKFvLVSLcngwpN1Bw08wb0iF6Dg==","signatures":[{"sig":"MEUCIHFeP6nvHXWGTFXizga9YXOE7OsJMaO7HUFW9O2RjPZkAiEAxELq1F2bfHNUNmtQXRui05hKfDfHQiPl46JQMZD+ZXg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6898156,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUXlQCRA9TVsSAnZWagAAo8wQAJnbeTHs8lvW3ZcDrq04\npJ++lGj8ZdlWxDFgOtW/bxMXFqRKeR1xSn2oIWArmJ7/lpNA02tkBCEt+GME\nlPUD2RBvq1N25LAeXldnm9+jnjUYoo+gOx5GK7W7X7QavP1uDz4b9a/pa6DT\n18EJZdVfDn1nUeM2M6e4IXLwr4+nRSTwFrqgiUlcuSpbX8OksGQYzNeswgX+\n5Dr6XyYq2i3ptyAhneMh2YyqVb3Ef/bY6ntjjmxYmlOyJ8VjSoS7Q4Y5h4Pr\naMJbifQG20NHHPDAwZzTF0V5Q0wG0OFIfr/Klpx2iKky3dgITo3HQw2/Lan2\n7yKaEGikmamp2qpWX8xTD/8vtPAbAFU+IHe8Dv1wdj3eAESD5F21ZXF3N8iE\nF3gqxtttA/Q7AFUs7l2jH3Sqp/zkJm2Mn7vaF9BQdaT4MmXCkKajCDRCfBdq\npGBwY9w6qe1ficu0U9B4If8EmlUtekl64t0/hzD0dWUglHbnCrvl7o2CEPrA\n+cEcSFHOYC9XKS1oxiAG8uwyonCdde/SphFnTAqMJtSbu56tswLP9N9I7T64\njEUCkYlBO3koAe5rNN3UK2VNzARzSALsgjmoIP1JzEWYlYICR15DvaCfN7u0\npSeKZZlxbt+G6LTa4b9zZfNOIW+f40VQIT4pxOSWpx+AYCplbf8EDiZrNZ/w\nd8al\r\n=wQl4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"180f5f7f676386f226239ed6ccc4e616bc100ef1","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.6","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.4-alpha.5_1615952208235_0.02573647483199215","host":"s3://npm-registry-packages"}},"1.5.4-alpha.6":{"name":"adui","version":"1.5.4-alpha.6","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.4-alpha.6","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"73a009bfc0aaa433c47dac49c7a83e4b39644b95","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.4-alpha.6.tgz","fileCount":1010,"integrity":"sha512-Q2A0i62fqCJNj1nZ2xNLf8jVqiMoXkbpP5Qu9cRm0FwgqrzzMP20sal3uRW4QjBrUM1ycmso/pHYHSZe1Azhkg==","signatures":[{"sig":"MEUCIAjM0fk5+oasNSoYiPep143lWaP1tMEzWiY8uAkqBVraAiEAzOfkrOV1lCDo7iVYLTYJ1gXixZaRd+MFjQI1VS/w6C4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6971370,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUaAvCRA9TVsSAnZWagAABr0P/3hdPiyG3ky8Twkd7jZn\n7xvulPzP2wF0emO+1k9ZAAcqoU3S3gxHzvQoHxQdKsxRJf+HJjfDxGRNKICd\nWbZS17EeLBf5hcAvwMSSE+16tbvfVyMgAAbSpooTAyyI0oAhw6A7wEdRoJo7\nuD/pqorCSr6VldJiQBMV5MDSPxIcgy8V9/3sgCVEVfzxVbNfItRifXefFzWM\ntj9Pb4E395ytR1pnW9LNnNfRxnqEOc2mAzEwevwqz5Q6UT90SFQbi7ToiNK1\nAdDYxNknGUenubpuHyDSXi3YbYdFrAbmuWKwlD5rs8kobbdsxbsMXrRYoyjP\nvotkxIWqxmxu5qLchncCBJLaMlDMEf5q6a+KwyBJsmbQbXBoGVIHEV2aXrt2\nQ6sgvSm7KBV9VMGWbRJZ2d4d6MXiim+pCTdRRTQ1T2fLAaIxzaCuoBIhWxFe\n8CLWSwqC7OuwRpYippCjdUhotWz3wNJRcEuQA4OpeaTIHVD5Pt8q03ayj60b\nA50K9gMNr7V44FvrCqrFKxY2gx7G6q4+7Bufn2EGvKe5gdCZThC5gJzWNafp\nhmmCkN9/BJ1kc1UkkkvPaNIxWoh7YcEslJlPEBpDsEp2VdILTILneXZwgyjM\nIBr9+agI+/BbH8Z5CmiGjdqEHhFAXSEM5Nd2fDTo87r5bsYhgu31MeArBcQn\nxSKs\r\n=xPQk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"180f5f7f676386f226239ed6ccc4e616bc100ef1","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.6","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.4-alpha.6_1615962159175_0.7374883656243354","host":"s3://npm-registry-packages"}},"1.5.4-alpha.7":{"name":"adui","version":"1.5.4-alpha.7","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.4-alpha.7","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f51e3f7261a0ca84fca8716241aa9484a3b0e19c","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.4-alpha.7.tgz","fileCount":1010,"integrity":"sha512-UZiRERfwSyCLErpZm4fU3evCDkB9+Vz0moJT40x0uFUZTQ3VrSbHD/QisDBn9taeRtaxV8UEAd9DGnyYNGUoNQ==","signatures":[{"sig":"MEQCIDNmupxbXJXg98zDZ4hoXcGoYDD/bNUHWnDZWUNMj98vAiAxLZbbNgQn1VtLAKMT5VHGAfoIa932P0j9F85yAxRfCA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6971362,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUaB9CRA9TVsSAnZWagAAxXQP/j95rWzJdtUw8ZVBXw4j\nMvCdr7o01vZMi2ZX6Q/Xp+ATgstOkodP1dLppk8F5x+wQgqkb7sbkatv87qD\n06or6hlxeyRbEA5lNG4Yy8qogAXc01IvtvTyCOzsUWQ/e8r5/Vld7kqYC5lF\nRIgWeimCh3X5QeSmpru4pbJl8tIX3GaabtcJPLSTFfYI6pxphQ9l01gYQyNH\nnNaeyVGjjRmIhGl5P0vbJpI3Bj1TdWNMsb+Ar0WyWkvodBXJf+Wl3bu/f75w\nstD1MvTK/j+t9kg4ObrbGh8MlLLb+WmLSGxw7AGmxcAMURqhwUcYryoXzI8u\nC95pDy202kw1s7rijuPkA8/Oh7F0wlVSsqs8KDHlPO+LSnc/7GdSwdt3QiaP\nY7wPIf55EwMCZKnIsnGFHasISXnXsKQL/FCr8qIQth6AY2IZTO5Nt7ErneXF\nui1yr1pcMg5+ZSBUFV1rwyUmwdcW/cVrXXzYDgM/uVF5DypiZSnHdvaYf+h/\ntwwWHvQVhBEmq0+DAHhG3GYxRJ/kr6RNsv4yfa+eWuyvJ3MVP48O3LyQ6rFc\nUTuT5qoKdN2EkgfbO2Nrtf1KP1ISJ7/1j6GexCCC4v0ZlD5HIRxwTKAsH4xf\nu1uwPAuVWcjHSyIewVPY6WgtKm39fGOzzdNwJW+Yd52wTmxzQFLYtiKHNTA7\nlhYP\r\n=5WZz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"180f5f7f676386f226239ed6ccc4e616bc100ef1","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.6","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.4-alpha.7_1615962237152_0.03645734989230642","host":"s3://npm-registry-packages"}},"1.5.4-alpha.8":{"name":"adui","version":"1.5.4-alpha.8","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.5.4-alpha.8","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"d34ab727661a6c00ee5b3fe5874f11c19eb5ff1a","tarball":"https://registry.npmjs.org/adui/-/adui-1.5.4-alpha.8.tgz","fileCount":1010,"integrity":"sha512-qflBXfjDX/2JP6u7sLvZVfxMijlQWdhK+Rnhv4YxnD+ouyBBp7YLKFJhEtl8C5lX7PcaEbIpkn1Wgk6qBLJOAg==","signatures":[{"sig":"MEUCIQDQlruZpS0zOE2nbV8XDFSWa+oeGHy2r9ws+LPxvyQTfwIgOJh33IRXPW939VGrQ3CaMXDepX0UTdl57crLGfwK+Vw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6971426,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUaLkCRA9TVsSAnZWagAAMKwP/AntRLrYIfHW8Ti6f72c\nNZv0eCTurVgiDaeYekj28/5mt9DT9DeesgayCEZxMuS98ymsKlmmsT12jUJ3\nfvfPr1+R+OTU6790VaJT1kRA5Qky6NsoZL8WsKGvHb9CO9YAtNRuQrpVbZSe\nJDvNx/bgTAJSdVKLto4CxFD+PlLQWV1IxgeAZbqeermjfTXTQX50aCAZ4pOw\nU5CjYg7vEzYKaJo+7YwrDRhoUIPnzEvD62wfkj/qTxNgj4zouL2Ks+DSR4FS\n1gPDw3oWymJMd4B3R4WINb5mQ/SG8f/zi/MmazvyOyEt0FoqA1MD1jFKY0Er\nIIhKxjP0f02A52nqn1pslb/dX4uIpQfLLcl6m4WTOJD/4GAChRq+6UHzQapl\nVu/FiEvbeDxbx3YNBt/ZA3xNBiSy2evGiz1y7CkcqrA0vsL2FohBBNwqHRyT\n27ZLTErnkekSYS6f0IfFbtVYbAvbw66shnNItmdI0zbCUsPPw5YulzYw2Tvv\nBI9t2zy6gHw7rrrnDjY+8SkhTcD+VFwflsFbZ7t5xwshowVlA2vIXD4UHtmY\n6z6HpJ4UrS5Pa8yg/Xk260Ck9KTXQced58my4G0Mr2gEZDVCBATyJqLckpQa\npsDxtJ2Gx4VWFCFRMJ+x4uiwNI2qFJRu9LMZp5TTRtNUDUrgD+G4ouCv/FRi\nbySX\r\n=5Su7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"180f5f7f676386f226239ed6ccc4e616bc100ef1","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.6","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"1.5.7","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.5.4-alpha.8_1615962852179_0.9815532524698438","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"adui","version":"1.6.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.6.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"7f6277234132df1d3af9d63f56f576da413e7853","tarball":"https://registry.npmjs.org/adui/-/adui-1.6.0.tgz","fileCount":1010,"integrity":"sha512-Ngd6iAGAUFE1tVLQfW8rKcrU+zEEd2oLj5y5nGXy+0o47K/ItEwgcEVe0pHl1d9MqpgmXZUS7SGvOg+6ZqgpMw==","signatures":[{"sig":"MEQCIGCcMJ000ihbOVK5JP/lD5t+6dxBZhdMLTWLE1EjGuPeAiBImWf8OU4xZEg/EuFGdlrSNnceI1U1CyNnQh3yC1+d1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6979052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUchICRA9TVsSAnZWagAAdZoP/jMWSnrPr8bnl1glhjv1\nUYG9QcwP15e9NJgPC1dwfkvCdK7gg2BK003OON90temUHLDc8XayeW3ZouCx\n+C+Vx1A4xYtcHr2exTDBqZvN69qkmeSc5Q8OHcW6P0jBBnl43rhk0JrqN+tf\ninsvom8/TZ9iOv9NTFK1NM7Fnexajv0fdbm0AVdO1GEeGdl33H8QA01Ls3gz\nQ5EAMIbImii5TQH8vb+6dWGM5PfdMrN9iWIuVWumFKPeAJr/vQuUJbcYArRj\nyyVzq1lu/Mas/WiW4ewMqz2L5je/Y8eBDqh+kbsRqdaG0gaeJaOS+FlIAdXn\nmJetZ7xf9zzairJh5A0C3435mS+nhekOAArogh/6SdoA6QlX3VWxxpViTfKy\nR0LZtVHwQ3dTzRE1wch8n2An89cL+VOwObd/qGh+o13RgjdeGXeXZD4AEchP\n6oVv80ky3FcSNA2x64McolV3f6fr//uhgtAk7rruqsOd72JzYQ+bbc0Z+Tl3\nslQS1N1WlqHWOvB5W8TEN5/iSyLPpNWzB1jsIek+k75wsa9urnEIwAwCyR8C\n8qPMa+GnCBxGsWp1taeUZbX7LHWcBi7QDngKKwH1z1QiYEl333bCuxC5lgB5\neqh4WyDxc4QgMszaNwpR1aUNnpQ8ej6aTx5JIxhaV9QtSPL1FBr0B8QN2WXu\nwv8n\r\n=xjIq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"a4f33985393ba7e1299c0763365839ebea530b6c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.6","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.1","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.6.0_1615972424442_0.36853472841427526","host":"s3://npm-registry-packages"}},"1.6.1-alpha.0":{"name":"adui","version":"1.6.1-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.6.1-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9215a8863592fb18a13b9a877040af2eb211f4bb","tarball":"https://registry.npmjs.org/adui/-/adui-1.6.1-alpha.0.tgz","fileCount":1010,"integrity":"sha512-BSfPyUsGoY+NqxvZyqRvVHOcJX58LIMZVs4KIG7k99gmInUNCDwEGBi+HG9YlOK5u9Cil2uMhxoqrxNm1zqNjw==","signatures":[{"sig":"MEYCIQDenHrYL64lsYth0M+bvHBYSx9b66XqRFtPSCcYcixqewIhAIeRWW1yFO5wrX0fVHdq8NJTk2hUqEfrmxlCjoVup81m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6995198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUsp3CRA9TVsSAnZWagAA86cP/R3ePFw67uaVSdHtUvke\nj1oSTybGWiv9yQz9Zfi6xeN9VmCChoje9+48Pzb7kCLiMo4x3meV72BpC4qs\n3uGPB5bkrjWui+G/EOjEHYzxm8hLZMO8l6NXSt8gkQMbVSwBrjqRwVwir9ZB\n3WZgL5b0Pld2XrlY7joALpdR4socM+p24xAJCZvZuz3RBH5FafjkWU+YJs90\nlGqLNXnQ4d9RuV6wnObJ1Qu9UhjwndrnA4Fc0hTmxdk4eDwttfwB5FseUfh1\njtDDBtOifM7nNlVUoSNLoiTuw4glEjlHlawA6uA83W7KqhUtzdxC/uU8pbHy\neA4Zmauh3/uL1r0dsCAdelHEgz3++st9iwG+uicNJyiWUP5ukzI/qR7sLlfY\n+2Y3B5pVP18ZicjhWS7+xGmLWGNMp1w+g8h1LuzBC6EnSeWlC0TY/qrWs9Fq\nheO3Hzwr8Jqvb0j6y9xpIo2UMUwxQXYFaCKpDUGjJuaFfTFrNOGdEDTCTV4E\niH/TSLtrstv/Rvi4Ib9Ts6ZADlGOsIHys39m23hjm0OSKDWKqoirpNqqz01m\nMvLsAVzxJCXKs2XuC4dVuduqTJ5eGLcpmsg3Y0z4evTUQqONOASpRcaD9Nfz\nQrJ2Ua4PrTFa2+cBmyS1ZSRq+/xCNfM4JnxQ+cd1o7TzLsn8VyHdOqUf9biW\nxGDX\r\n=LyON\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"5842a798c049e5bbd71fda29c5a85e8c1286f79e","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.6","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.1","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.6.1-alpha.0_1616038518850_0.7041884469100592","host":"s3://npm-registry-packages"}},"1.6.1-alpha.1":{"name":"adui","version":"1.6.1-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.6.1-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"d3275d573d1ced80a0af1773fb051fe736f55bcb","tarball":"https://registry.npmjs.org/adui/-/adui-1.6.1-alpha.1.tgz","fileCount":1010,"integrity":"sha512-z//uh4kmquldOd4KDilJgYXhzJrHA23rQcOoV3HcfcD+mKw/oNalzdwqAc9OUiFxdLUQLWshU8k3ynJKPLziUQ==","signatures":[{"sig":"MEUCIBQidkcI9nTgbg0L2Rn43TyBDNg4mSZOdrtyEWPOJXVNAiEAmIBqtFrG1lQrHgG723zCk1ZohF2sG59ejMpOmBycVec=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7002658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVGkgCRA9TVsSAnZWagAAT/EP/2mUl3qikJ1rZ5ZIadVa\nb8Jrkhy1VkpYtvd1R4hlLfxdPKFCBmzL7ZaVYpp914QsG5YVKG87QUEtA4sf\n9zzuwHi5whOG7MqHPTso8OulYIELASf0ffORPO4CLme7c58jWWUIC4adLvn1\nu2YlF2lp8MwBpVUjN/angsfBbUD3h3E/KzS3I8/1mfk2ppil764FP7UiXyn1\nXFK3iTLlX2/HGXdrj8+oUFUafx7EEV6AT1zDCSz6UVxkeiot8BllReHT4evU\nxHmDIlZz7zyfQLmNiktTUb026ICKCP1xpEZuPxelZTnowzwt3bFTJmAuuOJv\nWjqftvsaoqEYoM9BhJO12JpizG1AoJBmwM9KYZdR82vWeWpDz9BH1UUDpIr2\ngCo/rsD0L2WwWBlQag/jEVt+1m1hsK7TXbgs0MCl6ikLcshLc22nbttSkz0x\neVdxFTecdbYJr3z/B3BKoaiWCLqsht5nHEo0u/01vgl4F+cXhA+AHRspDdyh\nGRcChb3i5Q75Azt9vEMXlRPsvsTWAm2jlEysVrHvqvw2gwB8trJ2SOuHodO9\nJYsF0i4lcb2Uk9/AAK6rc8UWS0+RwoCZh1pMxwtguKg6faew8fnOEUZj8d5Q\nxLhy8JLZnLoGIaOdD+zrYWtdAzn393j8BmuoI4n58pX870Wq9GLrevhyXSvS\nBihU\r\n=MiGK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"82eb94959cc0e4a05086ee8189c8a58bd80ed506","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.6","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.6.1-alpha.1_1616144671842_0.1711193932542352","host":"s3://npm-registry-packages"}},"1.6.1-alpha.2":{"name":"adui","version":"1.6.1-alpha.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.6.1-alpha.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b8008f31ba8f480bbeb8032530636d6d19563606","tarball":"https://registry.npmjs.org/adui/-/adui-1.6.1-alpha.2.tgz","fileCount":1010,"integrity":"sha512-AyPfqyV5BT7AxlhfSDh48h8oFA3RauIdWlt/5mDX50GO5TRTfOzs672qbx9FcYHaqxiPLhYvaNd9NhRV6Vk+Xw==","signatures":[{"sig":"MEYCIQDgrHffKwPblw+pzpMKfJ1+kB/Bw/CdnKYmx8QHTc8bIwIhALpoKnWqZLvZNLAplorr8CscrdAf+7BUQzRxcPtan3A+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7002688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVIf8CRA9TVsSAnZWagAAnXYP/iNn3LCiTBSiyRtlwG36\nMxXW5D2kT0zh3JSgX+CGfpO7cqqMBtUmV9uPrUKgAARFa16DT2dcUcsVhR4M\nXjAns+5/SxTMt3ndm6Uv0xRdHBQbgUpvFzzUkoe2254k5EwrlYu71pC0V14D\nzngnTtYrirHlxwNujW7eZ4j2cXmondTwE9M1CTFuRjBDxjb/+Duvq7Jy9vXj\nJzE/ipdB7EFZ/bQM59QYRbO8FSHGDZUsw4Iui+2L37XsiYnB4CIar6i2O7Qa\nSzmDYam3ZRVct7JQl4yPWeA5Gu8iNEwAtkmISBIXcuk2rGJxyAgCgXtOwqCI\nWcqvTZgZ0S2ZbzkfF+BQmJWsVKlHbe+Ol3tvk6Y1gMW9K/J3O1O8tWnPZBSB\nhc8Y8i06WSHcnfvlOO1RnMkJimzZeNHz0mWVwsB9UZ3YZpQ80caqK5bZhpxl\nhJlE+dWrgVb48TYYSCxMSU/Bc6MrK8Ly8aS+8NpfBVm0wQ8lZWpvudMHa95f\nD0NccZNMf7n+aHPLDovZ15uHBBwmowv8nCm4ZpO3Mxj2cpGLcK02oR9ggMen\nTvo6/69T7O72Bu2mIYWocV1vZubMdwbDqRPkz5MBQiEu45ZVzL39DIjv8Eur\nT7P8Q8aMUklSHpb4M7fzk7qJ5d79gCeYJFrJjYJzQ8OpKBbZz1f3r/lF3LEN\nsk9D\r\n=zdkF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"82eb94959cc0e4a05086ee8189c8a58bd80ed506","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.6","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.6.1-alpha.2_1616152572205_0.012846683009660298","host":"s3://npm-registry-packages"}},"1.6.1-alpha.3":{"name":"adui","version":"1.6.1-alpha.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.6.1-alpha.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"ad5fd0ea2413aa2a4046c44fc64977efeaff1ae1","tarball":"https://registry.npmjs.org/adui/-/adui-1.6.1-alpha.3.tgz","fileCount":1010,"integrity":"sha512-QF1OSnOmCWSedrUTCigb1FKhaiI0x2R4Q8pqVAlvNzHXmVT8+zIoQ5xz/7r43wfFEKOedXOSCzQR5q+q2T/vig==","signatures":[{"sig":"MEQCIFUkZPV95ziR4kMxyfaHEG6EE8y4hqSyStqrvmJfZ/jXAiA9N15mb5wRBAvuYBlgRT5601QjKh+1A9uxVh1Zuy6tPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7002688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVIooCRA9TVsSAnZWagAAn94P/RuFwuwjWTlWFSkKLBcw\nnozQqaK5LtJgobcyZkaAvxeavd5RWLaubKVv2U8Fo/25SRrmVinzThIVL48L\neOar/o00QD1tJ+4+Q9fZUEJ1atQhbz9IJGvpa7uz3FRbYGK/Ec8ESM95zcwn\nDuTyM3uW83upu9HA32cpLLPhI3/3GUEi1r9OZ+DYLA5vU+7GJPCPbvkU+j77\nH5kW+dCSKiKp/Vq2wK4GoCGy+vm2IN27/Ijm6WskTF2syd7DRm+w77i0oKQA\nr1ngju95cwCjDyeLwul2C6i9A9cih7fX6LV6fepwiHtsJhM13w5Yd4xkZ2pY\nsNeXDCy4mM46rg2Ab9vOZkrsPJffgh5Za2LMBq4IWaPUmnXyHeAIiITcbvKN\niFL8/N8goxnhbltPVItWFzn7qgZ0rBcIkO6Ber6hObCos3PC7wtBrpevcyt5\ntbnA7YM2jpF+xw7Dpsp/dx+Ucx3nGq5QuUeWph7PeQNQa124EuLUPLRLEohW\nhg1nckL4ER/bk9BqNJy5ayA3f69F0vJYazkwx1kIP8k9GV03GlvmMpbaBZLk\nZDR+nVtDHapqznp2L17MyDgJtLR6qkUmpan7QY+qZ89AIwCGWLPgKql2XF4r\nSUdnw0FSZjmmNT9L8FOb04mNiuphJ6B3ojlCsBOnpBX6jYTVceR5DjModODT\nwGBK\r\n=r6GE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"82eb94959cc0e4a05086ee8189c8a58bd80ed506","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.6","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.6.1-alpha.3_1616153127636_0.5708649778944848","host":"s3://npm-registry-packages"}},"1.6.1-alpha.4":{"name":"adui","version":"1.6.1-alpha.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.6.1-alpha.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"1163ca3acf943a1a76e66d4e8225d787ed0688e4","tarball":"https://registry.npmjs.org/adui/-/adui-1.6.1-alpha.4.tgz","fileCount":1010,"integrity":"sha512-VuIZBg1dOjNfw6f7+qKFq2v2qP23cZzOhO/myf119E4qcB+oWfwNZhWvoYbfooqHGbj7fqL0G9BiK3yshAHJTg==","signatures":[{"sig":"MEQCIFVjcg4ZXbqkSRrPtBTpqkw4dkw5SEsx8DBLYwYP84wmAiBPz4TAXv+MFpN3cKJgQ2vOc7jbuOMVrlpgCb4rOM+meg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7016445,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWZ2+CRA9TVsSAnZWagAAtngP/As4EDIvm/i6Qu6jmw4g\nnFnJv/i4WKO+rxLYdu53KBKonagbOo9WGZsf0TmbbmZGTV37slDw1jOyJUTm\n8BbdSUQ2VrWaQZD1hnwTA/BeAzs5yQRNlYAf1TZ/gjRcCrl6tMw8aOiviSlE\nTa8SHnQarrBliq9zH+0ZZvoCQWD1cKeZQd2UucCKS5lQShPeCtYMJl79tJVK\nGxKbilBNk8s/L7awOfZ/1cAXFA0tr+sTv2bQgF73OG47dF6fpfkCGHr5zCem\n6GWpdxkwgVSj5LSC35NjQBiMjdDLDv3m5gAZ+/uPgnOJzzrlktblEpqzrRys\nM1PSpGLItv+Nx3tom6mwl3RjD2tZI4d8ZhSS3f1HCqJ3BZw2pl9wFYb3ucUa\naPLKqTiCc0Ki1loFXLWsP0mFWLVWqXHFgIxBhOnTWOi2SkgNskV4GFjLOIXE\ndB/A5QTDiASAJv/xrbGC6/lq7DMQxRD5RQPUXhoxQlRoydzpQnInQEYsPBVz\nwkJaQC/wfR2ktXilcUQpTTZy7f7HvyfStI40uWHc2nko3moJdCSDdeDLP6Fz\nMCu1NHB2zarjdECjKIzMAhkZ8iW31+xM2RSS1wV+qWp8Hz8Vq/MjQfjpky8R\nKHDiWMJsvJ8aSM57fDxLM8BfSrk62vv/a/xAxp3XikeD0NXwv/SmmKCNFuCQ\n94nC\r\n=txs+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"56acc57ca99e02081d92e6a753b4fa3ce6e677f2","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.7","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.6.1-alpha.4_1616485821869_0.1760154831157701","host":"s3://npm-registry-packages"}},"1.6.1-alpha.5":{"name":"adui","version":"1.6.1-alpha.5","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@1.6.1-alpha.5","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"327b0cac3f8d154475bbd81bd6b7690c2295b207","tarball":"https://registry.npmjs.org/adui/-/adui-1.6.1-alpha.5.tgz","fileCount":1036,"integrity":"sha512-G7neeEdyebNJftxZ3t6eLrG06j1BlGpoth01e1MMxxxBkW8n0Gv9DjIze9gCgepPoktAmnJ2NaWVf847B4V30A==","signatures":[{"sig":"MEYCIQCzUxB6Db5I7dLAmqWM4bmd7YbY2NLif8REWJYs1f16cAIhAKvm/gQleayK1JBGo5qkWdBNVg72YaAhXQtckmekYmsL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7163082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXa36CRA9TVsSAnZWagAAJBIP+wfK0rCyoCtKzVU1Vdzc\nmSJCIKojkhnc4x78QFGcH+NqRTjUC71oHUunDxd81tCAZFl0PfxDn7yz7Zgx\ndLhVLxwhhOzFGO6gCAryKTHaTmXNn7+JvXH+lYbxjxO/WslcV5Xkg2GTqBN7\n7ADTgbQoEjEjrsUgkSEA1Sd+P0DrYVHbQNHirLKA9gR10P/16kZwV4lOTaD4\n6wvDdxXpbj1zXKp9BzzXzNTFgsbO2uPl+zXKYIX4bjuNLbwuR9UGqY1UEiR5\n0U/GDKKFOLAnksPRDbbp+IRHM7NItpZs/dPGpc7Q9JH8ff01L3frnvHGwnB5\nEBpo5UemcYK7JK/BAlSglz3SBWbGPchp2lOgak3NZvCAXCZfOeU9zzjEYMyl\nlVkC7RoLE8YUU9cyU43y1w1DazrDStuwuXXqzxXqRPsAOqRtxdk1G33UBcfL\nwivP/gzLQyYrqvT8XjnnGyDajWogGVQoDiL+23d8Kw/Yqs5UnD8Gn8LlXhil\nVw7AzPEyluIv2XgNI1iGZCgl+1UKwUDt61+cqoUpLVWfU+Hok7d/ANIdZvlL\npWnMTRNVPeXwPinAldrwY7av2BVFZIvC+OTzMzkYAxnde9rhsvD7cGQOjJrQ\naSQ3YPNbi4pwo4AENBrSW5YOOnXbqu1ZGwLVvecfJt9RH3j9JEPm+XNJ9BMu\nTEle\r\n=KgcR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"02350d4f6cca8b8a6ee01a40a70192de559553c2","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.7","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.18.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.8.0","ts-loader":"^8.0.14","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.1.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^3.0.3","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","perspective.js":"^1.0.0","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_1.6.1-alpha.5_1616752121457_0.5091763337035822","host":"s3://npm-registry-packages"}},"2.0.0-alpha.0":{"name":"adui","version":"2.0.0-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"a6e290250f591bcfcc5908b5163d6b18e0367639","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.0.tgz","fileCount":1036,"integrity":"sha512-qOw9/fn3SMtJ8Ba88nLB7AWh4bgLzrwHsdybi4pHXb2HWa1obnzloGZqeUj2p2CffNAfU5xKMjYbmLA4kN5SVA==","signatures":[{"sig":"MEUCIQCdpz8YyAmoj4+giJp0AOmKjfNCMQ7uLZhQN5bVYquzGwIgRUTPYVqYHl0c4a6Mrr5Qx7rvuqKyf798cca1MUVXSDI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7096230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYZN+CRA9TVsSAnZWagAAMcAP/RmEdoNgpL4e6v5lT2k/\nEmKkq3PJa56Jt6jsmdP5d4syFCcsE0G3EFyz+hJ8ZQhTMQF/pEBhmyiZBL9c\nO6SzzTLSjVLWHmLvIRfJTjFeTOySandPdvcNXJS/xOTlVfdwq16kBebEZ0gq\nNpi/xvkelfQ1VSGJH5F1SdG6veEA+acp10G4HLn9t4qIJzTsKsKIhhBxF6IT\nSAPdvx+KAh4G1CYKvJBuaxFePoWpELg3QHFxouScjsfUIk+F7bYigYmEGe9o\nDhk9ZDVElB/cPDFOu/18dTgwEmjvj2bNtf2IHfU7w3Qzb+fc0wqDa2JXR1Si\njp+HctW+LcytaliXeUHI2UQZhaNYI5xFb2+vp0rFneN1ImWowoJQ2z3zw8mN\nkhm4muZhB4aUt5UTpMUzgfY7yAcJ6nmKlq1SnOrNdUh8ItPOfRfufj3etJc5\nCmhSaUjiR8VjeiOgCyuZSzHTrT2/KowdF49FwTB+mDKMK9Md2iTH3+Z53uKU\nn87qijZxXOEA5Ha5MdT5Fbi1higaQ0lPYDb2kxor9eogKHnK+e78fHBNoxLy\njTGZ+AtYhvhosA8P/HdO+5uPSAj6T7CkVxDQ/Apl5IHkK9thMyYYifdDFcxk\nTHqknzR439hvDlaP7Y+OMVIqoCWcElSIaIHTZ77e6icPVBgG28oJz2KmFW/V\nfmuz\r\n=xKvv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"5b4c03502f662399db019d7eaa3d688ec66056e5","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.7","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.0_1617007485477_0.6486391687141515","host":"s3://npm-registry-packages"}},"2.0.0-alpha.1":{"name":"adui","version":"2.0.0-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"311b026957a9313711a78179aca1812ee79c9b25","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.1.tgz","fileCount":1036,"integrity":"sha512-g/ub8aky7BDQMjRjIpJ5vbblKsxDKWGrjSsnG9E/+KLU5UDpWl8YO+pK3+1ZhJvgC57654//2KHFgcB8TItNKw==","signatures":[{"sig":"MEQCIQC0NTVVUk5iu5/lKqiGHK5RgKoSQxm1e+xVYoMbxAJqFQIfBm35Khr6wefpGebPgxo78E6bSooNUE588pX3V2EIeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7096698,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYbfuCRA9TVsSAnZWagAAkbsP/ROMSTQI1jz0KETCjzkX\nRV5kkGDrVGleCOJiBY3XsDMRpq12IoQKlkBBGaGeQyy4PFqoXrV3m5RGffrb\npbxF/rHaezMVqhIK2L65cSf2mHkdKOmAkm0ICu25t2hsjrXBWDbM/d3tt/uW\nViBVKEFy1es5k4+bKaZlmldWMIB0Gu5vJokMCE7hroeTk1j+4QC9EMYUsna8\n2ZIERdrd5Pra4Vfm6tYsaWRS5ck/Zr6DiLp7Qd8K/ikKj3UDhZneq1fC9LDd\nCJlmFTHclUgqdvILcG8LOnz4CXd5erENK3FUOYWh6dYR4asVp2rG375IPb7b\nBTCH34hY50llyt/2iLHQoZw376WeWOYj5F/+nxr+EbIIIQ6W+O0HsbEO/Cu8\no/7sVeHxpkWwbKq5nxi22kWORb9EZ/hkusyKNpTLRbnxJJpBFn8hDO/IdsI8\niB5KSMsXO5GVf6ZoxckEZo5wbekv9+/VLUc5YhdgExlhkf+XxfqoyD4njWXS\nzsbRtqVVFQNBp8ieCdwdX/R89YmqfsY3kdvq5sb40YlnRwBNjkuOgi5NQJuK\n0CD5K2ui3DtJoP+ON5WqThjY3+gHSBWMNTfqkl23ypbtmIq0ggVNtDP87cZv\nYHBoRalFMNTQYR3noojf1n2gqfUKF4+FfCRYMpXSWxZ3Rc40rz8WCdqmQyYG\nXzfb\r\n=yT9w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"36c83bf2c1525e8e057f79ac93d49bb3a80314b4","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.7","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.0","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.0","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.14.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.14.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.1_1617016814043_0.40720732525462533","host":"s3://npm-registry-packages"}},"2.0.0-alpha.2":{"name":"adui","version":"2.0.0-alpha.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"a9cdc123b5837561751e3b59e3b0dfd3f177f81c","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.2.tgz","fileCount":1036,"integrity":"sha512-SBqHPrjy7j9O+Xq4BErtpsW/IwwRhXzvakgl5O1UBATwZzCE3jDXJBiBjFPyNpCYYo4aU+JrhXu3f2tEcResaQ==","signatures":[{"sig":"MEYCIQDXRS1AEgKwBf3+B7wLS4fRWo76BXEDhseAvAirUUHAVgIhAJlJNLXXQCr96cAuqd7scH3YcfBaK3GxSIhZSucj2RJe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7117840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZDw6CRA9TVsSAnZWagAAb1YP/RIinUa+Ybc+ZWw480hN\n6uNIvHJczDwZwErhi+fzBrx+MDxTbYgTZtEtqDFZjVBcDjz1v03LRpT7IlVh\n0nLgNtbKl9xyzEHlgJBGJS+mWiXVtXjw6FZRU1jLTCDBxxoyarL9ibrwHZBe\nXFEaKrNij9Ea/mlLNw/C8Wd3JjQEgkUavBiukzlKj+rSOQTqNH1OQcieYC3l\nJRuuQblgZvK8ugz5YsHXX9tpOP242/WdBWk1ElTpzLtxhfvealn8Ge4qRXS2\nu8oh0VY+k15ECp2KWQOikA90CvhA1Yq2/UeTIBASdS0UunfwceSQKjWhGtWE\n3LzKe4BOrhCNLZ7AAopMnK8Dc0W5jJJBOHoCJy7RddXbpShoWH9mW2LjB3x2\noHkJPimCm9yZGg788CzEvEJYg1lFZyw0Jt94Uy09FTMGKGwA3GgHRpHYCc1R\nEcwsanMax+bf5wyhPwEKvz7TuyYrKHT6w5v40fieXYppga6R/h3XfxeAkl7R\nhdqtpTUjS6gOEBkZeuTnfEtDiuEoQrPVtPwSVW5KLSS5yG5aWOoK187IEqUQ\n5oHnH3V7PgTeFFgvpILkq7Bm+lRsp+7cWmSa+dt+PkvIMDaOeYhnIX71WE/L\nx9MR99ze18ukFdpIWVuEi0NA20tqOMSsyCXhj8CGqfL7GltNjhMUwlIq9+iY\nRgx5\r\n=VlOG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"43d954ba94e82a1b2085053aabfb154f23049f71","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.7","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.2_1617181754184_0.9653099241326835","host":"s3://npm-registry-packages"}},"2.0.0-alpha.3":{"name":"adui","version":"2.0.0-alpha.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"e079024c0cf0589104042703d1acb3d5c6acf504","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.3.tgz","fileCount":1038,"integrity":"sha512-EPZKTeB/gm1BGF/2vZf41Wr7RGWD8SAgaUCg7U674klapn8tVHO900fQ0R3nzeeH7bU2QlPNWvy1nS9MCcI+rg==","signatures":[{"sig":"MEQCIEZpjl0gqI5tH9drKXuICBhD//iqqaIrqL92UoxQWJt1AiA/rQtXo0ewUmip40zeBWFvKB1V2UL3KNv8HBZYmxr35Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7123577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbGUCCRA9TVsSAnZWagAAaEwP/3s/nU+M1XneMsSALZyn\nsFKWNmodUpccrWC90Z6GtFokyAm77wwoEU8AAhYWFnTTsNuboOw54D948In4\nXY2xr2GV9Ry5xKlQ8c08yC3eArqKeIhmaRyN/fzyjyCl2OS7/UNclLiICuW1\nAA7V+grcS3ZnRyRPByPlfMrl4dGnVOshx9PsZSk4QF720kpQ0SyF0dRtbBDp\ns1WM8OmXTKMiCPz8arYWW+7CYkIjBS1oWt6TFuDeHraZFulOJWfAVNhMBl1c\nF5+HlW3XipVqb1OfArSkr4LZavxXtWY6SKhHdo1S5nViQF7PIUT8CGHM8eom\nLhZyiO3TnxdlNQzbpgnSYWHwkORI30jVUHsPqgiUeIst9+YtIwlkELCAIw/l\n/rP0CoLn0awsF72gDelPqbM5lZ1DuJy4FQFf0j97C9mUGq+LlQZ/uOQxbMee\neMacNWkxoi+yyhKTcedzAZY6LUZLfXZkHJv2x2oF76U6pEBg74q9+CxN59Hk\n0MnOfS8yYmes3lMWT2WJfCTt6OXjsqUYnGNoBDFFrv9ndRH3R5dkXZzYup8k\nimE+hvdmeBunuv8W5B0qzMYTYZGkEi11QP47EdtACFZfW3HSSqAHL8OExMDT\ngeJE0+ePBn02aNwLNmFAgSa6C1VtEj/2kW2Z6yt82uxMcqUTqJxnu8qAWbNZ\njh+j\r\n=o+mu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"b7aaf2b5eac6d5a95784467dea07e2b7a67db6e9","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.7","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.3_1617716481195_0.9616667959198142","host":"s3://npm-registry-packages"}},"2.0.0-alpha.4":{"name":"adui","version":"2.0.0-alpha.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"2e7ec9b56a02c8c3b2505354fea27be6fdfbf026","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.4.tgz","fileCount":1038,"integrity":"sha512-X1lddIRuoS73OWgW30bKQ2nC52tLE3dz4S462Ps7IAl+n4g+zAsJ/RjSkDD9M2ykM06537nXsW3SGGafawYL/A==","signatures":[{"sig":"MEYCIQC65Yk+fGe/fUOiBW5ZS79Rtb3xsJQFGLqalFNXJ8NR5wIhAO/u+VJwsYyi2j6Cs43y+gdstD3B73lOVQmq5Y71LpkI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7123717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbHGXCRA9TVsSAnZWagAAUMQP/0pgGUOIRrvP5AL4Y/57\nHtmBaQPAeHUXkzB8ne3Z+iMQ9plotgKEXOu9SsrjQxpjTUJ62Gg9AmH6s6wo\n+H1h0j1MU1p0I1r6bYDcUps9fCKLqQvx49kdG3CMRofAdT1VL7jfb0YLFms7\nMf3jYowxdrPK6BnYw+j07eVNEjITqdmGgT25rC9QKeKgISNFvEIgUI0Dh+zd\nfbhA5AVryFRrU2nmInyVpjP1o5BowZRmwcPLrLxpj/RE1lFk2Qk39xIEift3\nLS9TF9T0Y7mlTbQEsK/nS6d+F+jXQoxtt25hnfpxUSsKu7GRz021Jfnp22VI\nCcNUaUi8laePP6sxEYTbm14ni4nIYq+cq0NwWGQaWZGe7+D5BMT0tnNx1OsX\nQB35JDw0VZjzF/5pRUaeJLl/6sqBFVBDqO4Uv6lTaziFG7Gr9W0aLRahVVAb\nN53zfHMRhaE6TJ5s83au+GTGNSLX/EhqUtStCCayctzVwN+UTDQxIO9IWruO\no4zEkCGtgs4QOFPKdBj55N9MCeAzzXkDMTH20hDmxHAmOjgevUDdsuvVFiYB\nPT0ZvI1XPaBoMnoUKRr/towRqgg4Nm3rFb3HNi68txDsiyRyrskQLwJF5QFs\nSWdEKaYI9BTfagD4BlBs1tKCJokKmK/6p4nWUvLq7C4yuwLHXdZ8VHAlZCNA\nqmeq\r\n=MMkz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"3d616de9fab0336b920722ac484c4513d0add937","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.7","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.4_1617719702886_0.6271642706160929","host":"s3://npm-registry-packages"}},"2.0.0-alpha.5":{"name":"adui","version":"2.0.0-alpha.5","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.5","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b77ccd85d60ff50a81350030f18f4ef1d2fb9f5f","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.5.tgz","fileCount":1038,"integrity":"sha512-8uOe1+DtwSrf41CVdaxxGCWzRz9kiwbx0HFZcwqiZmx5Grsb1vloyjOcafUW6LVhOiNEaL9U4zQU4Jjolq46cQ==","signatures":[{"sig":"MEQCIFiMke+XLEPbmnAutQnFa8u8sZxUGkhrLezoF0YBbd7BAiBgSU8IJOpMauKquEoHgXabPzRwpay9paAnHhLTh/ps1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7124247,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbUAACRA9TVsSAnZWagAAD30P/3oXB3VRGlbZdf9fjjsT\nnsvWf+ZmmowFAbL0LnhEesI/Lq1bHrmNEkB8PrNvGojsGloTcwmQLRV2wXy+\nqUun8FW/NtSNmxatMw3i1oB8c0cuqqUcB6TOTNVZG6RfWNFvyt05o8gikfkp\nRosp4flvO7hZyvk/3jDB3k7ngC2UImW3u706Z1YE1lMgo92ScKNFx4TqEGYb\nPHgnRXqtnLn77W2euRZFQes0kdGx00a9lFlWqDsZdiLiAIZhsiyh0aX8Zqh1\ncqBy/RhfLSaawbM05JlTVhBfqXrv/FEwWbZXmWLSmYNREid7tNt0q09tUWjH\neS5GRkijRiL33E2Kkp8/nU2CseFbdQte8cthlSMMXNOhJgHhwtB7HqKvqHTH\nk/Tewxwvtm6OvbfzfaxwsLNbT+O6IqlWPzKUFhegodAVU7EguYcLrSpxvf0G\nKf6symMSHLsNlCKZoa0rKKmIi+9ayRNAYCm8VUtdXlqszbc/wuErBY/h8mlB\n7c/fqeX63mlFm55hZiLXwhHjxA4qev4WADKsSXF0DOf5e66cYW49nrQuODAp\nF2fxQ8GWctluu7jw5/QbVrkAKf8MvhYEGZ0uLrtSJKSoQgURyF28THlbCuJN\nSkCq8VcUFoO9VJF8kbAMckvhFG4DLAQwBcbZ31gbg6rLw6V0urZyg+htrzo2\n1Lmh\r\n=Us+A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"572740c6a040d4e78d0bbf219c23402d7832df3f","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.7","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.5_1617772544078_0.5622735502666099","host":"s3://npm-registry-packages"}},"2.0.0-alpha.6":{"name":"adui","version":"2.0.0-alpha.6","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.6","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"e923afbd53665f1e36300c0f648224c7ddefaa08","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.6.tgz","fileCount":1038,"integrity":"sha512-p1YbYXXvU5YCG578GMXF5yH6TbD2LRdhsV6xVxFPTkMu/6rf27zzV+UwFek8ekDx09xlkTtuuXZU4mJvmETo5w==","signatures":[{"sig":"MEUCIQC+RQvdiR2xLiniK5Ld1TXxoyXP0z8oMwjkiGTkE9+9mQIgd1vKIBm8FQ0kVWfLocoZT9eM5iRuO3R1OOT6eBpaNyc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7139515,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdAWyCRA9TVsSAnZWagAAb60P/jyFEfUrG+2WjQ802PqC\nly65z9MdDpr5jAWcCN6lAw/HGnRJ1APi1NrGnhphZFd0S7XvrehDExtFbeZB\ntAxIwUNfd/y+5zf7eqKwpah8ytndlg1L5SCy+jEOkJ5istrWWrNQO+RNcJXv\n+IDA9ppCwaKCB3+YpEObCd6pDwuGWp4/a8eRuUibI7W9nv2d4FufQF1rRaz4\n9CwL3nEAQrjNcEB0LXQ74ze9Slin5cIWLTP2xQ/E/QPqlWyN71z9X3TUzhi9\nLRbwY5lzC9VndJRu1pvKZI+okoN2LBRGs8Br/OGfi7CXFMkRY5zol3PbHJTd\nmvW3BfzpduHxrWPXhYa+9pJfHsFnT75wucbxPPaKzTuX9H7CRfNru6USefFm\niQAfk/BmhbtlWikCofQBZnIYHKQThRzxw+VUsvr7tyGNnkKlMGy4mDsletM9\nd5iZHOojsw51Nmp4g9WTnrDlIY5yvFQ5GOsZywjikas1YA6PWP9eWntG1oFF\nVsx77z916ndnH++mpbQtZkSWDsGx3CEtlCom/ahZAkQhqRsZP4EENuWQjWXK\nvEhmFa/aS1JqqnxbIRpGTJKqAxhVm+iwfkusK+hAjSxsmUDa/bwQqEZFer2e\n8hYNFzW0XcEDhxerxFx/Y4V1wkPpo2e7nt+QSt8jCpYERA9vq7sI7YtIb9Ba\nY765\r\n=mjDS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"6a3637540d5ea3f76d2bc8e8ba6022b0d189c1fb","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.7","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.6_1618216369590_0.41458629908845146","host":"s3://npm-registry-packages"}},"2.0.0-alpha.7":{"name":"adui","version":"2.0.0-alpha.7","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.7","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"92699ef45cfd5cc9c2aa0a98bbf561b49d0fd709","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.7.tgz","fileCount":1038,"integrity":"sha512-AhC1gHzznUhtKBMJr+mQyvQ2fVk3c1AYkT58pxIBdBlaWIPrNw+Fi2p2WkqA2FcdBovL7zSSf7nS8R/ZCc6l6A==","signatures":[{"sig":"MEUCIQCs3e+grUxcDGm9Rqz6odK72ry9u7hQliQPNr0RyP8HeQIgHEgmvv8Jt2BVfeCtgTasfZw464JGM4KS024+4gBHmN8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7152499,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgeUY0CRA9TVsSAnZWagAA+eMP/RZJRp7qDoDb/y9eZOg/\nWrrN5I2yFkFpgRL9RKoLrpciN1DuqLkOMKhXolkdC4bJYPZZkGg/7drE/sjN\nALk8MFR+6F8VVbp6SPGu7Vi8BLENU3ECU6Cid9eg/0UNCp/s6cmkbfmvx4/J\nnZMTp3IViFUxpSHxXGRAJsY8RQs12nDnJsR8DT7b4wcJFfg5e8mnJe96X9Cg\nOcbcpC6k5GYnxcutxmLwU3tqstF8V7BtTU7unLKGHRMxHUvQceA+xZL59JjH\nrUE2fMHEjGZy5nMNxMDhL7I035E4Agb4Jrb2DdZOOy7Y60hVpb609OlY+eGg\nRGkHXuKeRJE3Q9RW4aaQ3lEW+So3bnicosycMDmi93cxERnKt82VLlnAWNJu\ndaLf0e8COExhUtWE6SAhvlk6lggUQ7giYBuieeUJoST6vnL+3ILMtizZa3Wf\n0uQ0/7c7iaBAJgTKi0Zzud4UMLlGahIWpFgojgDfQfKYZJqMHpgKAZTkqt75\nlLioglu0FNfFiKuC+3pMvlgSr/3BjjnGbnRevHxf5YZXDzzpSN0qSq8NVmQT\nK6Vw2utJhNe9G7fn3LjcAYGXQfoeyjfdNsAb3hYnRAJlDIV3BL2iW9Zb+wmX\nnCB17UaNs7+2q2XUXBlOCJqA+rnTvPsQu1eJY63L3+2jUUuuDd9jys95l7Tl\nxxu4\r\n=tRQY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"7780ba9e6ce377e803d7a01e4897eb605706f6a2","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.7","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.7_1618560563540_0.9572543750787939","host":"s3://npm-registry-packages"}},"2.0.0-alpha.8":{"name":"adui","version":"2.0.0-alpha.8","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.8","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"8e0130d6139d073ece07b4b068f6ff57a8df735f","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.8.tgz","fileCount":1038,"integrity":"sha512-OhYeTeV1dm25D5ZOcvAOgJwIbsrxRKkCYB2/9rylVc6PIJd7AjiKkFaddlBI1Mi0yxUcWt2EUE98uEkE42Wzdw==","signatures":[{"sig":"MEQCIAKbnbkbs8jW4Vsv3Dhm2CRJTFXcd4bZ+KkxBF0+80qaAiAjTL2jK8UzQYA+bZlVRBqSS7y8oKJKaKsYKgDoYiX+Ww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7145113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgeVybCRA9TVsSAnZWagAAAKYP/3uy91PlJJ76OnYafAE0\nVwW69GkSBG2y3hNVz58+BKNJyeqokpFh6NVy9Yun0r/iR47BJkEXjaB0JTrB\nhNlovPrQy0CuIp5FH8k4lvIREBmvFx05wFYLxXk1hNsgln67z/TGqwS6fzOQ\nXRDgcIbf/lLMMBc/OIMpZJ0IxsWszWOf3ofylPtRosndZ6y2laO/03XCQyPT\neoKcnUz+xKyWk/HLU/odD4V+KxkIkCf2QjOqflHgg/zGHuukw7c5qpMBT3gc\nlAKmaN49GJLVP7om94O3FfKmKokAkNd7081etLf8a1xwkfsODgRAU8SfAgh0\nD/C/UqRt1Bbb4UUEk/MKyycs3cuR5JrIbtWkCtYzqNkDKW6hWDhE9KOD07Dw\nNZEnFYB4nWD+Rf+XumKK77dCURD7+jMz9AyhuY6XA1IoldVJKVnBnqLWewM2\nPVvV4nX8kgM9qGDnO7zZW7ZuDlrrYT2dJEr9v/NZSKnI2nFgOTIpf1GMApbn\nla4eQ43WCHivs6TAzdnv5O4BQd/NNak9EX+NKzaIxJPSTLXU5zoVgHgsBb0F\nWcb/7LEh7mDhhjulUEAkwMKqkdUG2Cal+On8aydj7odtpVmmYG3TkzuMUe/I\nAIgaGrgCnz+SZlEBsw1RqzB5kMgmhx4ZApj6PNfA8CWHX4r1YjmDpIJO3E3a\nroae\r\n=KTDx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"0c56cc07842939d705fd077ee0f6b9f49f37952d","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.7","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.8_1618566299374_0.6167250499314612","host":"s3://npm-registry-packages"}},"2.0.0-alpha.9":{"name":"adui","version":"2.0.0-alpha.9","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.9","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"90ec2bab5f15f9d4ae27d8d88bec14c0a0099cdc","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.9.tgz","fileCount":1038,"integrity":"sha512-pDZ6O4bWupBrHlu0JaZAd+txAtXdpy5wPGCbxBl5o+qDEUBHzXiXz1QtTzTJ57v5ZQLuTqegiUfHdTcHCAsDpg==","signatures":[{"sig":"MEUCIFMEovoeG8UVAFGhW25upHrhBMZrHOVanCzDIx5tzSI0AiEAgOAYdDcd1tPtfpyuva41G/y/n9rH9wjh3OKwY5ZuHcw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7144768,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfrwdCRA9TVsSAnZWagAA440P/jZReN5Xw7PkPYw2DtJO\nQQv5a2qtzNTXldRfxfWdsk+d5U/1UH57qPl77mh2/4sMNKo94WmUOoOjwpdE\nJPG2TruWqwte5dLJlWYOAhdf4CRChKbHtkgdy7wbTS7o9W4LIslgFjkO0ThZ\niWRRxPiaCSEuYdL6x3lEmNUrDWAglZ0opbEP6y7NzPOhgHRieDjX5QjsKZU8\nilyiaycxd7OTcVD5wfLWkYXUlQ6sWQlvpyj3WF8zDeij1K8LZbAJ/ZmcRHtp\nKpKAeOe4r5vo32he5Utb2GVdytxttHbEkHGtCgLFtNL7vRThjj9JNJCDa4e3\n1d3G/YzQcOwUATtAet7xhTbDUJo6JfKyM7GT5XyH7kj3V3cZb/w8X5Br80ry\nZp0yDKDaNkCfC7s9fY6BBetBOwSzgZLlDgVEyXmD0iSz2KfG+4e5HEn22XB+\nFj7VZHeVsgN4jPTnNSSaY00ohdCQpu2tRJzRpg56VuBO9nhLGwrml3HvGf9Y\nBigUl2H8MGnAqLdhGQb3gqeSk0pT1B4zNgC1L2rKgzvDhlAEYJ9MPiUND5R5\nbN6Emb9ncPJoF58hUJTB+g7RackfS7gQUmKjJ9P+3xBdhFHLw8WCi8pzHb0O\n80fp64z5BydsDdo8UZoGsjHEQLXj8yhNgaMvCRG9R2stk4jXlTRTGJrY4mvq\nshZ+\r\n=tvle\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"9a18d9070427a6b4a33b45952909de0e9c1f73a0","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.6.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.7.0","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.7","rc-slider":"^9.7.1","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.3","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.0","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.9_1618918428547_0.6511183679655888","host":"s3://npm-registry-packages"}},"2.0.0-alpha.10":{"name":"adui","version":"2.0.0-alpha.10","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.10","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b6ed9769b0becb15eb7b82468c04f65d1295ce69","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.10.tgz","fileCount":1042,"integrity":"sha512-VsYcim0nw7RhLgMRE/YGCtgpWyr00nfZf93BhFTBx8a7Dlf0agXLrvdNPV+sUloKI8+WVg4nDYwvATAQeM3MFA==","signatures":[{"sig":"MEUCIDnVstBDOJehXEAhAPa/IKqnl+cx/d2lt0tLkglKmhVZAiEAnPFoEHCeBKusq3rfhTlZet7rHOcQjhpwTVn7KCZmkTo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7147027,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggUQvCRA9TVsSAnZWagAA5h4P/0Hoza+zAsmzu10a0mUc\n9d0NGhydf2fNR+u1ag0I1ujw/X/U4sB1Fde2wTjeSnVRZgFpmI/5aIwdPdia\n8+K/MhXVSYU4/n/gZ84djplQ9Ii4IanZY4ulnBGc4rj0O8vS67brz4MXlcDy\ntIjzo3POY8PWngi5Hig1O8vm3RGZeq+1UNVS48AgGjtyiwzi1Wu9idfDwUaf\nMJkBbi3V1ZN2m5NvsLiCg1GtbXNOrW5Yw1sc4igL1e18uu35eXfeOmBVO9jO\nyvBYbvLh6CmrfM1lyPYlFEcBB7GGWCBGrpN1NIiCPV9POUfhMs4ZaOAvgf01\nD3qepavvtrv5H/ro5qzueI5vcRTj003sDLOkcBUBUes3CmoJ5ofF1UEuZMKJ\nX2uEY3YkeW5CIfnHfhCzI0MoHPZYLRtDl4L9t+gl4HNjNSGt7qPU4GpIbEkk\nDD72MkWMSFdzIE9j2ATHd7hW4JkGfVQTVjkHHq7BXpi0Yva/ch+7S6sw/bX7\nztfiZr3MengbLlk3RcrT6riY7v9LTrAQ+yxLMn71XTei7sE/2ybkL8ZULo3t\nGnOQrMT3KvNsV+vJDFY7idGo809Y9uus3hy8+X/OMfsrFabcOfN+8SxwRIeb\nxwa0SzDkFZaV5nrb6bcmE/ibhM2eHIR9JvP/b6jY1ib9ovDqNUbesEIJiwKr\nqeoS\r\n=sWAT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"6e52bd91101c5f3f50e6ce4846f94ede9c602fbc","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.10.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.10_1619084333578_0.6752352482224926","host":"s3://npm-registry-packages"}},"2.0.0-alpha.11":{"name":"adui","version":"2.0.0-alpha.11","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.11","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"3770dd8d11584f7f58718484a669dac832093440","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.11.tgz","fileCount":1080,"integrity":"sha512-M9sxtKWcAZkMq0VqVtv8+zmjCMHjIF60JpXnufHZ56/jrMrWL3AX/yF20I9yJ6Sr6zIr0wyJcnJ6Y/8HrbqkFg==","signatures":[{"sig":"MEQCHx5D2sJIRG7jdxLxU+N3FIyejlwhKC4l/xVvPZkgwMoCIQCF9irDe6RdHGQSbx5DJVgHW+G+em15x8C5ncUpXrGD6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7496342,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJghsBzCRA9TVsSAnZWagAAmloQAJLtyhvsgxZfxZCOP4et\n1NYybRWVF1iOT8FmTzvPAttL1bjM+hpRMM40BS7tekeI2gKI9V++AZxxFKpA\nBrp5SLtiy24NEoXMYz5ViXhUREAqR5sJh5Cbu6rHhoZ6FYn7Smi/I20FjnA+\nKdfPymEx9lE/cSfdsQ7I9wrx638S2KKWfSRyo/h1GEq1LRh0f7zn3yKIM89k\ncnvgpW/H5JfphygrRcRFJgXh998KyLKZyw6RMXEuSXRHhFZNpFT/faoYYEPQ\nCCjmfREZtPE8tHU7k1+hnNo2BDBBKGXeXWp5myguXQW/ls8HA8ezfPVwco9y\nkyI1LFXiOxvgfpncYDL1vqiavnxHGnGQcFyfDqew+hehamZGJT0Q4kLgqQjD\nh/TwD4G9AQkbc/Tbg3htxuQi+vLLv9QxW6wnmOJTs9/7C6nUDdRTFHO8QtYi\ntvmzexgCug8g4ywfejnBUwHkdSNARy8ZA7kl2nRytWoxaJHkXhzneoLI+3ML\n3wsS+OtbDI0ZgfMl/QrwllCvVq/uyU7msk4yrG2y6iKHUbc6vpyDClYR2HZg\nJUZMxOarjjU1nO4+/QJn1FD9laXeZtx/1cz2RM8mgKhzquHEeEoGsqjxTTTW\nMQEWaqD0w4OtVJAuW8SakMxmsXRobkLhi1YX82YaEziAl7gdJRGP4ZBk5e75\ndKv1\r\n=zjqp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c988060351404c1d7526bb5e4164debbc68de006","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.10.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.11_1619443827255_0.4927189134934358","host":"s3://npm-registry-packages"}},"2.0.0-alpha.12":{"name":"adui","version":"2.0.0-alpha.12","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.12","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"e9601b4ffe90d4c4e9683b75c26a462375d32f9f","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.12.tgz","fileCount":1080,"integrity":"sha512-DvC7Al7I4R3FkVSMM8JFq7HBVAvfdWRiexSivi7ih5b+rcZA2QUgQ6OEZCKgnK8hBpMuB5U5cJJcX6cwGvhmnA==","signatures":[{"sig":"MEQCIGhQa4x+3tFqXRrThCJ3hLq1BovI04LmxzUQXzqxl4KaAiBos7L+/170litJUga3+/ObsO2bN3HFig0UAKA0OgBBpw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7496820,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgh/AmCRA9TVsSAnZWagAAGNEP/iiQUbLUSZON+yZXq8Fq\nJ92OB4X8Q/VikG9TZcvFmdlUYPPwB1UU9hdk8hNK2O6t8uKotg5tRyYi5fB5\nMqtiYeXPM1WBMdoDFbhfU0dRkGokbK8hDrVZKxmRfSjrASoS2nbmeVEf8ex3\nA78p5SF7VqIWqdor//1PUADQJwcZSKeZsLfETP8UfEr8tGWEnTyp5MSjvIHy\nIXBeUd2qqboKjnfrVhqcuYNLfhuqkpxdUvVfBEivzANkKcz+/1aq/IUihmFz\nfg4zqH4LuHJIr/JQUC64TpNvbFtkEJDf+5RFRNJ3QHKC6GVQXDBIKxz3cZY6\n7c7yxAQrWXiOlV19uX+csZH3xk6lFpAior+4SDTOZcZy/sR2J4OUyLVqI3hd\nRaNY+js7Mop35G5bV7UcKIjJqD/ZG92+AGYeqoTB4kpo39XF01+jqwjQ3VxO\nUvcdhral16cZMK365erjoR0NzseEjfmrsL7xOxMG4BfjDXCtYYjpv7qUYI52\nllxf6fz41w2JqVNskVc+kY2pfe6D2NFUPnAmZeIV7mgmXnjRDtT8w5VAyPdQ\ngSgQ2cwEY5RG5RcjEZJwvj0Fgz3jad+YL3VKa9YleFSYGNyJE90JfYAY2o74\nwaieSsWekWMUWgKtJkUAFM2II6v/fka6z1i/P5Sm1ceuf9RNULh5tDHJbOdK\nvAA1\r\n=zCaA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"da8ac70378493731f5fe922122c73396747cf722","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.10.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.12_1619521573855_0.1992050530377616","host":"s3://npm-registry-packages"}},"2.0.0-alpha.13":{"name":"adui","version":"2.0.0-alpha.13","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.13","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"18e4f2de0ce464ef49e935b57b688170cea3b6db","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.13.tgz","fileCount":1080,"integrity":"sha512-Vb2Qiak070+XfGLg7l7KFs+BAE+ThQTOdHysZt2+GXQBAcW6KdxRZbadz+AzKLpI52b59FOFVun4galDG3pz/w==","signatures":[{"sig":"MEYCIQCNvMX3eJb1pZL1r+c674vwBCqt2Nx6A1DzOgfQRyaCFQIhAOr/kJU15iXHUn4Ixhd9zIBzDgo0uylfx7OWtMuCmjhk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7497737,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglL7NCRA9TVsSAnZWagAASHcQAKQRoE+3XimHP9xsiYHQ\n6NwSGyNaCVlFt7xkpRsIEFC+R6hlcrpJ4z0gL1OkdICdqDmtz3JOq/tGLg38\nngleqNAoafqEgC6W+h1XcfHr9eMzYl8w/zcc5y5N5CDnR5eFAWijnLZqb70H\nYuCUZednm/u8zYBORkHSx9pKYXNWiBuZqPyjCjORPGNWeppMPJNzQdvspYHD\n9mqlJT7JuRudA6bu/wmzQsp4zzTzbZD4rrgnF5UlwfNcH55z+wFqYngbDMjA\nB5OTpJnXw3Suh/L63KMGi8x1hBqAtbrcY+ou6F+4gjK1FxtESrnl5iN997xI\njxHkkBlU7MN+VOKQ7rAhtsym7EAp8JdaSRpOITfQrdN91qGOmGTK3TEU7Al/\n1t7pK3naN/HnKMVupAjk2qeyARPXWpzUtJlu21gGDaZZp4S+BLOD67iSonWS\nQGXqWpGXnUqaLocmsGEQ2cO2KZF96ZpkjoO1hpkBFM5gaWjISrK1+ho/oMWn\nPUfE87z0hHfHS+zIpXWCLcBzTW/0pfUGq/gOqHGLI9XyUDa5wRXzmx+QHTUx\nM0ebsLjH+/LDbUPxCQsH+5O4h70D1Zt7zgV7TH5p7oaUZPTqO+6VWSZWqgNF\nbWWazv/FlQWfFunFFiXaGmRsmqlw5PoZvBGJBFS8elgT/OtkcQ+K5Q4/I6FK\n2eZb\r\n=TqGt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"e146339c8d2d909fa273dfc1e18e6080be522d29","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.13_1620360909221_0.4080658645672106","host":"s3://npm-registry-packages"}},"2.0.0-alpha.14":{"name":"adui","version":"2.0.0-alpha.14","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.14","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"5e46babd01f657ddca09b7dc0dd10a7af2f03b8a","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.14.tgz","fileCount":1080,"integrity":"sha512-9JPHGgRxn2C1EsT7nsAyeJNVz7uLgy3ZfPBinrb1oIQ65raqRTqKg3cvrmnLwffgg4K9k2T6z3FDxRtOAFGtCQ==","signatures":[{"sig":"MEUCICpOfyXPfwDC/hb7z/vsLRSD5T72V6DE8pojxFhLvZXfAiEAnIxj9ABjTH5jSeFhmSVT/A2yzozTHoCkxpm35TXoODA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7502877,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglRLqCRA9TVsSAnZWagAAQWAP/3c6ajvOsNz8jTniVKcp\nngoAd5i8XuqbcgwYft/sRLLQovkQzfvYDQvL6/iO8ufpQa38gaKNxvNS++1a\nMll/zeP+Fu7lVPwYgFpD9ffHi22xjcyb9+vvmQbQcmxQwRAU16tX9Fav3Qn0\nxPdgdJ3HHwkx+wpzQOSnlrgq3vuN0dWCUxsTIP1NGSBtOC1dYgBj/7SI9uqI\naQ/GiWiHPMgpsnUjLFphxlvlGxYRFGp7hIJVfdo2CL31smBIoFuh7BeVHa5t\nwE3jkm3ONvAgbxidx5CBjBAo5A8oyVDU1zAX0anKMEQNvNAMmsqKlFsIVd3E\n6FKIG28tkQ6LuEx1iLyiWHR7Wnaz8VUxB47DQOKcwxYYJH6bFQ4lK7k+im/g\nVto7ErZ4TbMQeoNoKM6GHw5mSQq1pPHefl5XmGpwQRJR4g3CoCAWFMxLyfZ/\nlbwqJ1+IJlq0uqtHRVhsF76wihky0Gq+QeoYIqX1vqFWNRKHXIxeHUZpjM0N\n1Qzr/4TqjLkWNSubF/c2LJKLC6ja/wyL0p63cXWEtut4PPZpE4qZPM6DJ8cj\nlNgydnRswMIGIROjaVwVSmM2TOxjKWIt21LuTTzUNOq2hsYcMX+eBP9dB5gF\nT1Ya/lxaftLQrsU/kYgl88OknTdlD8uAp4j8Cn52aS+WQr+rOBoDUJN2kB6C\niUvz\r\n=LPPg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"e85fd85d6363f904e6567e3ce97a76c3027b532d","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.14_1620382441549_0.5184534552508975","host":"s3://npm-registry-packages"}},"2.0.0-alpha.15":{"name":"adui","version":"2.0.0-alpha.15","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.15","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"a6495503a0d6ee66ed4221307f98d69f52abdb0c","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.15.tgz","fileCount":1080,"integrity":"sha512-p90VeefsY8eQNnPKPVhklKx7kdGyRkoRqg9pMy92Xdia6Pd3XB8fpIBnb1NernsLJtd6rohQaW1aWGQrNsfnfA==","signatures":[{"sig":"MEUCIQDS02kZFXUSjzUVEv5o7TEAIc0ir2odHG+6vF/TLBsicwIgMYJDr6x7INMmAfa2LFi0zbb/9Zsllxd3cT38EX7hI/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7510209,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgllVTCRA9TVsSAnZWagAAbIsP/RS4CJfK1hQYUiVS/lN/\n0H4kPMcWk06Z52fh5HR2bRnaRZQHP86aAOPWE1IQg+YLi44N9kS2IV0ksC/r\nolAOiDq1Jh77AJfTPDU6FHoB9ztEI++BlUHBiOtztJzyDEyjEp4H4RUqPBQv\nCJP2zgtC/55Z6SmgQHWKA82R+Z/zqUgWpALUhZhfp26Oy4KjQJJ83ir6oPwr\n9vKNsx2K1vplolso5u/iyVUr9syaMnVg0komfFgwHJ5FnLvJw4brP1rWNCbe\nkyjDu6czPWTjSesw1M3ALlwktH8eIT92n1U3Hcm05jUcZPwRCD321cHhbOqh\nMAv5XZ/rb87/6A6jAL9N8WcH1uDLzobQ49zEcAkKfIiwFWaYVtmUCuULhb3y\nvd+8XnLF7D5WhNCMhDyaznA5uoqSwB0pcrSTst/F3SV/xAOGylR+asoI2Z6G\n5y4TRBE9tJhVXv8nw/JcWhs2HjSWXrRc+C3/y26DgZT6ci14/elQjCJOJyyL\nldgXbwVj+TTaVsl24R0w+z6YvCKjsmEtHKMG1O2FmFRKG956XwkvZH7pgdHN\nvYgUxnvVJXhygyTDRYZJxn1qRQN7HsgpcfnuwENyrcoA/3PWIXGqeAOySQd3\nn0NTmLK+IrKUBQI4m5QO1CrKtRPT3sjZPfItIa6aRDIZIA1x2DVzOIluRHxo\nnv4i\r\n=fiug\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"885a7b51b0cf9e02c5f1bdd94e5f7caebb00d87b","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.15_1620464979120_0.5386624598974297","host":"s3://npm-registry-packages"}},"2.0.0-alpha.16":{"name":"adui","version":"2.0.0-alpha.16","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.16","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"090416e50fb3433d18d8803f6bb974f00784d5d1","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.16.tgz","fileCount":1080,"integrity":"sha512-bfgIIkKGFDsKHLXWb/x3WEpDPJo9kVynUA2HGTv/5FpWvk86ijDhSF6OojGGc6oOGtA12yIxhLZwkuUJH6QRtA==","signatures":[{"sig":"MEUCIQCZuy+KXoSCxEn8eXejcuK4RkOkA25xE4UzI0CNlFDcEAIgWK7zRN5UXweDF2E2RiBKBBqBACUKZyFowfFNrWKUNjU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7511353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglmUYCRA9TVsSAnZWagAAk4AP/2+aOTFCqlogKqhny47J\nsqxyJ6FOkhW4VF5MqJ98a5LYiap+SNE6z0dTUKJOE1QTSaaZZiYAJtPI+3/r\nlmS4GqAdHSC9W0Iz6GX+vy2pc12sIR7ZS3aHEO6IgwXKtFV1jLmMDoPB6sSt\nIrXnipb4DvYwWnlqF+MsieM4BFZq17ySi2S1K47ec8Xm4/ZtgrqFKvQY129P\nOfXYzhCpWMolPpqthy4lI07obuE9zCtCRXYZbjGittTPmd2QR7+d8QwM8HhE\nPI5kdUVHAv6NRwAnmdvuX7grES0wAauHoL2Iv9+K8nXU8l7NGOG8vXfZ94G6\nfHDLZObOpKzqTx3HSkBjqJ5khEHk1JWJ5YOgkS3k3ANDWdMVaJSscF1/Uv25\nGLWakwmEC0RkUoO0RzZRFGIMQREBO/HZa1ODpX6U47INPjsVhCS26vnb4Ay6\nnTxg7AW/EvbBNqJxi0lwNMfiIeWKbqohrD6yEI6Hbmd14wT8RrYbtb/Fu31z\nFnpViSf0Fu+SHoUgh1o/any4XsJbpVDxSWPtb6MM3Sj+fYCRambcrRBmqS6x\nj9IZuifo/u2PEuF+yBuIojVs0fbNmXqT5AxUim65uj0+SGQdPoyqM4ygHlAQ\nPJm+z7oSaxOJRRIyjhxkLqpen5bFrJi06Dimw/2NzaHo59BCHTMdeeNexv6l\nzn/t\r\n=reSR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"3c77bb46084cdb2cb330b25030ea9c39767a5c2c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.16_1620469015875_0.2819211969413109","host":"s3://npm-registry-packages"}},"2.0.0-alpha.17":{"name":"adui","version":"2.0.0-alpha.17","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.17","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"48cacefbc6afb54df2fe2940ecdb850e6fc9a154","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.17.tgz","fileCount":1080,"integrity":"sha512-L+WhvzIH4ZUAPw4BGvPrq3EkPD+HqinpTUdfL81yTeLfKaLpVQFgivp/9ks+R0X42V+i2d2H6q1Gsz+q59Yt+A==","signatures":[{"sig":"MEUCIQCZGAcVjmveenZ+eAz8ZgKXjswvwbLB5F5N3pc7HiiplwIgRHFY8mNS+c5doBoyZei32l/9gsVXdlBSQ4GIVduu7nk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7512815,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmP7lCRA9TVsSAnZWagAAXxkQAIGuAGhIFdqueL/T6AMp\ncSoizSV7kvrwlgzyTxO/DTcxrUYxYdHAY6vXwbt5qgi6WGtnsnUO0YsVqFvE\naKHHILhpk+VpXf7kf6AbqKJxdSde+kcQQRVnYHJErIlFe9Icf2csPa1wNa6i\nlr7nW2I9K/RivtspwZkr254W0EKw6QmGM9BWPGgC6f1pxwrOuLUumauS0loQ\n5sRFr7nD0QDKOIPHb9SfPic9lF/vk35CeKFdpxBYjnI7F3Pikyw9hBSrYxCv\nHyJEItoN8WWuQ8Lf/vZpvgairsUACOL37WRf2cp1obASimii6CoYzJG3NWqB\nbdBPjYPcv05zgdATp2vcFWU/VBetwXKkrrR2oDvzyUiYPPQVpYSFJK+PXdin\nA7TynI3GLSVhIeR35UGL4B8nplEf/Yj8wORquu0E8+xiboJYPTY+ZIRUMbyh\nWW2sJmWmJxwgEAAi1gl5BJOGk2ZPDIJCJwnrkVvw/JxDldpN5xQNMgD5Foio\n9y0FqXp418KfH716VFk/ZXibNX4JCQ5oqkkadawY1DqpmaKsLmt7Al7UzHve\nyqBA0xboV2OcQ7dIkExoI6Pax0wubVwoXuBqCLgNoOm4WkkeLwZqYiFj80FB\ncAzE05Yt7iJVsXn5iSYGwy+XIriQ+X2xc5ITj+xhp158c+zTgcdidEk+p3GN\nDp7T\r\n=A2GE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"54ae4e77c22676a59d4f7a882bdd4ff7fdb54918","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.17_1620639460716_0.1929243331645556","host":"s3://npm-registry-packages"}},"2.0.0-alpha.18":{"name":"adui","version":"2.0.0-alpha.18","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.18","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"3166da1ddb4a62fcc4b54bbf289fe41f26e9d9c2","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.18.tgz","fileCount":1080,"integrity":"sha512-0KVrBlBtX41MB9r+jjNlpL6tIo5DEkAwpTvNQbyhB0SSkt1FvjFgmdrRxLmwMi31Yao0hkde9NCfLydsByTwBA==","signatures":[{"sig":"MEQCIDibFspTCZ8L+MV3mJjTy4y58ugHhkuxg+rN4Cd+SLanAiBxMCOTI3FCljBjVGFlGufci8XdvR5uxRlG7LlcHsE4tw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7512815,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgm4ooCRA9TVsSAnZWagAAXVEP/RUCobAprPs++7yO2G4u\nK0a6/Prlklcx0VWH9sFbX5rFs8elb/Ybyzq2O0WVXntD0a+BeODRHLCDFL49\ngBQtLzCfTsULAgN6kz5Lcr0AS1c1b3+2DKlTDT40bxxww3Nea57C44eb+7mk\nBc3Pi8UWS0GYBflKtjIEjkiBIScg52g0ekzjjcopkR6J9NBBnk1D3FvcpDBo\nSwQdFVnn1nUKp+Yqel6oWqituS3aKmWbihDaMH2Ax4b6TKOzGwlHUDs6rg4/\nxhntsgZ/X+LBBf0UeXwmkVwkHww57H45cqo+5KbxsBAU+6CHp7sVPKdFQOyI\n8bUGCsc8NJq0YnHxo4ixklNW7TRhPNZoi1w+XYn5wgTBDvBSVGxpd6tnVioE\ng/Jc8IQHLwQ5fySBzWKWqOOX523nTTd7Ze72S/tUJddLi+vvIyn/d9zcevAa\n8hhLxExxQv7rv4TS6Y1PAlkIJAGpTJtON66wNI+AjB+73ez8oQZBv0C4jJH5\ntUrEVBI+4bUe1oWV0OcXP/+g/aPhoI0+edpcuULgSycfp6qJtKfAf1Sbo5fg\n1TKIS7qOJprqubFNCru/KtFAGAuD1GTRLocomCM33v+5J9hqC+Ajkqhr+E6r\nsXduNlRQVJYQvj5AA1FMqQrbgM1KX3ui5KaGyuqzR50bxoaU0Pa2TLjI5opZ\nZrnm\r\n=dYn9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"54ae4e77c22676a59d4f7a882bdd4ff7fdb54918","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"1.5.10","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.18_1620806183367_0.14681706065944566","host":"s3://npm-registry-packages"}},"2.0.0-alpha.19":{"name":"adui","version":"2.0.0-alpha.19","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0-alpha.19","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"2ecbec46f0768ebff33ca5142a0696eb8da33d23","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0-alpha.19.tgz","fileCount":1080,"integrity":"sha512-/Q5SDfbuk+9Kc0oZJYleOwHcR9atQiJuixrQPDseiRzwdjQ+K8GyoMY3poOEQT21Acxfp09pxjesKAxf2TIVQQ==","signatures":[{"sig":"MEUCIFkVji4VG+DEFID8iQ0Kjgz99wgdx7sb045twbas0swFAiEAtmuZs5R7h+9NN1YhTB+dfs0B2J3ZEl8DScghUhDv9Gw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7512825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgm8qCCRA9TVsSAnZWagAAhesQAJ/srpFZMAhNFhqLAOvM\nFycGW+XAyt+sHkeKoAMaUOpgWScyEdZSW8u7pY6U/Xln/uO66DSYVEWdhxCE\nimq2Kjdn5J4ItjotLNb9uU5UD8gxtD0KwkjKvjJ87IA4nUCt/3MgDhvDA4Vw\nSS1UfFI4Uz/gPHwg6IYP/nHwUelMMFLIkXFEuHc0PKEopH8O12kPhsFV9HG7\n5kXNGbMV0Z6DwLwMu8SEaIeV/5+zXlQyDzKXIZLid0fL6w2UjzOv84XK9sHD\nk3VP5gkhYDTvdSU4vzVxW5IUH7YwHju7jH3ymuF07PXlAv5WgnHrsHp3yvpE\nLQDmRWqcOf8o0GfMq1eN08wRlC9wUgaKspKpLFlypKrfwcq4oHuDnw6SzLRN\nbLdoqS/HtmjrmssikMHdEhExVtxIDQKTyhFKTmvR+wSWdK28OuTe3BI0+byI\ngE5bft6FnLmpIeGQ3ZiK/KXDjqu0szjmJTLRRJZOYGHFqHP3I8AnbXbuV36t\nx559Z+KIfVSNE6c/F7qReS7UlqYD+jeYIP77G+9rkD65fDxVbpOLLtt6a4eT\nGt/AR3idmlHIwxWrYnQhY73wzE4uptvyv/ng71l55MrLh6ey2euyLWJy85Nj\nbS1BCJS0rXFdPAasvky8JetA6+2Tf1skM+FzCD+E7raqkgIfx53DSP8oChWV\nXAu9\r\n=k0zX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"54ae4e77c22676a59d4f7a882bdd4ff7fdb54918","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0-alpha.19_1620822658197_0.4510419307456077","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"adui","version":"2.0.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"18c8dee25c841ad673486675cf721d5360cbbfec","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.0.tgz","fileCount":1794,"integrity":"sha512-N4lu5hmc/N9HcxFKsdADZPdaHO7s63y62ygJo5jL1vKIzfIUgmvfe0cGrpmusdeZ2uBgvx7iHXVHY9NYEQLEgw==","signatures":[{"sig":"MEQCIBCUyiutVkEn85044QVp/qUrLD24VJOJpkDiJvLFmc1vAiA74zCxq9oYdFcz9WB5eY5t/+IyWYdscv1OWD9PTb5Jag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10078345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpmEhCRA9TVsSAnZWagAAjJMQAJwJYnYwnWxSo9o1ZcND\nmuMqGnLg2g8Zs2za+qL6JoqiVeuCzm7IZ+hR0dV7y7veVNiR/WL7WgxEVIcN\noZTiVmQSDeSm47leyrzgcIUXFqBFkyABlAEkta03wr7ceUV4LY4TxTS7/9Dr\n1AOjvG5rnPTfJvIwR6ZUKh9t1ucuB+/8qcezcFAnqr06ZBabpNZrIuXYiBEs\nZwBmsc5jVPxQxMnm1F2o6nesjuuhAkpI5bH8oXb0WtCHFhRNl3gtmMJ4xpIl\nJ5wwJ8+6E6/ppWcjvG/3eaBbBDgZwBZ48tSDMqhD5N0AJGINz7QCdq52VP7R\n/M4payX9SD3xcvIdWMF5JwkMW/8ZY+HWp53+gKpHrekzSS1wIHaUYugBaont\ne8y+re6kwVYDtMO2meMn3+kCDf2hzvZtFK1X4QId6FnP7qF65C9U/aas9Mlr\nckxdz2OBG5P6CSUb4XrPobXg/o9TTDBh7rgHXiv6ZKj9PQ/sumD7FBNyJe6/\nEQbiU0LFcDBApnUBztDco8qyimnnt0arN4Z/U8Sm56TtA1zMpjK+VrH9pbYM\n9X8doR7APSoP2yu86TXuMGLFIc7Y/V2aGVSJOPRUyuh7MBMvJuyuHm0Hu2NH\noiBnvgO/g8E5xNP1HXzwVsfDZ3HRPHGNqR3agOpg3/NvaWggKHU3MRu4uYYC\nlvxz\r\n=vd7T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"e1b58f694748abf933da6a707112869cf5a49535","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.0_1621516576442_0.7537480728317936","host":"s3://npm-registry-packages"}},"2.0.1-alpha.0":{"name":"adui","version":"2.0.1-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.1-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"8e49d37ff87aa6497837bfb9f645927b6b2b3b7b","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.1-alpha.0.tgz","fileCount":1794,"integrity":"sha512-kFHgq2abufAkr2IOSVpRBrRJLfGZTWa5IgzAsoUmLh9ZUHZAXwdtI8KUeGJ1ERkqFrCB2Y9vQ953fJjv5cvGTg==","signatures":[{"sig":"MEUCIEIZQxm4OYqnFianPqMgZF/kW6LqrXR91pan/+N01u0CAiEAxehbX6mpuHJj8QiHvooPH0tK6bwleZWcn7KdMUFKJ6Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10078989,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpovmCRA9TVsSAnZWagAAaMAQAKC1y+N8zr+DrV5XGDAl\ntetSuR+pztUh2pKmsxc2QmwVQf3MJdnQrn3xRNJxdPNrGbEG/CoNBt7NmOdj\nL6mXTQnan7xF/6O6wa0AgSQZYsQT2Idr4TWQdCZgIWqGKi4mFUDMDMEBSqYv\n/xQle3zIMeZm01uE4bTVGIP2ODWL58AhWfeNtYtk5Tdz2CwDhFYHNtIDCvCs\nA+JBv7bF61rgM3OqsU0MueUfBtFJlPmdk1VVr9RbOhYFqZTr0hPbce+L3rQY\n53gqQCVsMHKFzqSNzTzAVtRosdSEvvJhbHbw20uLmsm0oS7hYwCT9HIkYyW9\nG/VT+5KXm3vjXEYemWO1s64El71zhP9KiFcaLaCpsITvA0BIyEBfi0mVpj4L\nlK7Y+A0dD3nlAQ8e/f5a4VUDZ311JD+JpzMMT7GbGt3Jc+l+h9/4H1X3Q6qT\nZBRQH0SBz4LLJzmotEKpiJ0P/StFa90JyNtpCGLhhnIzdMLhrve/q6p5F05w\njiqiOR1MSve4GO26c7NtTAyjPX9ANT2v1sdMsHoYZvGAHc4wLaj4S4oqmOkp\nX7Q5kxwvRIVdEoPSNDME9NUCHQkPH5j38Ot3i1L1KZ7VTHZhr3Pacl2Bqsfd\npOpRjqfyJIyFCZWfWWOOr+W+a2pXTl3PHFg5aTVG/gfV10jsLgSVH3nxn3Ot\n9uoH\r\n=v6HO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"aac7859793823b127bccf4a99ec97b6526005a48","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.1-alpha.0_1621527525239_0.9481812277817725","host":"s3://npm-registry-packages"}},"2.0.1-alpha.1":{"name":"adui","version":"2.0.1-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.1-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"3ed37ce6bdde79fe99f04bad27cf074ba9f60aa8","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.1-alpha.1.tgz","fileCount":1794,"integrity":"sha512-t8QgrSIQxuN3u+uUfvIre5Yhcmc8bhsalUH0myGT+O1Rq8LVyLCMwTjABJC7fkRABka+aRM4z8Hge+hYfV7j8A==","signatures":[{"sig":"MEUCIQCYdSJtmpn1yoW7HEbjBudfdDwp8Lx1rbgnWd2h0Ayg6QIgAeJqw4kr8XAyFGxPHShBL7tONqsqQyKw3re0Uuauu1w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10079251,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpxdlCRA9TVsSAnZWagAA3rUP/0awEIOdwZtkB+UxGoDx\nrXEyiLUJqPd6VXnY3hRiedIEwJaBUmhSycB4lpsiUr0UO2T0KSL91Feyc388\nGcGIMwmx7wbQS1IWAuhLaDKa0tTrbHGsoyZfmgVxv4eAgm0i/LiK09sHB/D5\nFOuSO9uQmx+/mS4Es0agwzv77f0YYGxIeJoyK3l20Y8jL3zhNS2umi1utqDY\noNpOJhlT9Ej8mHZl0x3awOTVNNgL9AWZxc0cOKCrw40oDGiNaEaorKYhXhuH\nVYCEewd8bhYs2XZqni9DFEzRoApKEIc1Io4UBaJRbBCaoJUt1KlcCKHAjoZu\nh/dXAKp3V63WY0yJzdMZUfsvrt2TODCHR/9gXWiJmYyWk9RUvzOq5INeTCcd\nq1QrC96zoOwv45SZz+SeNejFTRiAwp/wu2qS3BhEPybHF1I+nbQLuz11Lbr4\nkUJoBIfl1VMMhxWluWNtAh8KNXMXjBa8h4eiX8MSIyPE+jqdBPkk7yg0/nav\nNMeYdx+WZuok4Ead7tANKE3SX+cSrOSOQSUeAEjAmgq5vaMRuMjF0lazC3/U\nZP8lXtjppNJjQcRyGROcxZOAnDUSY5WzYRpkDN3mmfMGIeugNRWj0fSPv9zh\nYdi/chF6ovQ3YrkDJTimLrnqI+YZJTUCwmH5Lo17GfMYjplmD2I1T2t1io2F\ngPWj\r\n=9pwl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"aac7859793823b127bccf4a99ec97b6526005a48","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.1-alpha.1_1621563237001_0.5086996759777447","host":"s3://npm-registry-packages"}},"2.0.1-alpha.2":{"name":"adui","version":"2.0.1-alpha.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.1-alpha.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"05906ca4f4d65fb964003c67be4f8fdacf8129a1","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.1-alpha.2.tgz","fileCount":1794,"integrity":"sha512-Wl08ZCmKaDCnj1/GZZKW9Msa0xHXPXwG6M5i42WRZQfOXAn0q1QNtR1iIFF0AZ+EogPowBUGjydxb+S30iT0sw==","signatures":[{"sig":"MEUCIGsPNoR/L16vAS1XaHT0QrsevcvGj5YGJIt95U95MLhVAiEAm1YECkCfgz57/d/na3lRDbpQbJXtQilx7YFHseHbG3M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10078531,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpyXBCRA9TVsSAnZWagAAqaAP/R9LVA7FKkDOR/EiZ6Jh\nsSZnP6fn/lLIyQjGMfe8nJu0l+1xWkt21nQ1pIvcDgUDLpBRdiu8XQ3nVWp1\nAzfQotKombuC33+MutZkl/5Dwb8HLIRo8kGA4vFJFGF5jeOIj6lOyjpIJXlw\nZUF0kaSmyLASi3OsN8f/V2ik6MxcrIES7LzpMT+1amI8y0lDyhRnb4z2CmNs\nUmHNvItoWZIvuOa/CZh5nRtbk8xf3ISYElXIoQz7888HHHokRjPMYWZKI93E\nZhR7yhjWoOCjx/ZNz5vaAdexX41CUeL3nwxs7EWYTAhjPSG5ZSMGlnO3HVs6\nHRgDh0AcjwB1Toarpp3PywjRa3CEetgX7bz4U4vRlQXuG8js/KvN0XIcFTyH\nVbTrfXqms2zuSCIdv03nfjAuGBdzU7d+56cfIHYXdFkbYUiqQOqNkdeN9Me9\neQfjDij7MvvxiOf4YdkOlUw7x/gWqsRAChnR4rekpbFe8pPgR1jq81F/ssBM\nT/hro8JRs5ecMkCznxU7YJzPkUDpcIfoTnXeYpUb8iVB0s0VHhP+vOIavylj\nWKmBsHk9N/fLnkSJiB2R6pFJChm9vk0eyEmNkFto6B85ICLG/QCz7WZCbqmO\nECcUd42LGYbrSTRdL1EglYgP7/Y16XZDk3m6lC2VZ+xx6F3j/staVsTaUyA6\nSGfH\r\n=vUwk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"0e3a3f4aa7a4f2f5ef48e8bece5926980cb5f392","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.1-alpha.2_1621566912914_0.9929894634590175","host":"s3://npm-registry-packages"}},"2.0.1-alpha.3":{"name":"adui","version":"2.0.1-alpha.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.1-alpha.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"ceaaf2ffd1003b4ef216bdc6d5222a36ddcf6aa9","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.1-alpha.3.tgz","fileCount":1794,"integrity":"sha512-rgbnHmq9SWFB7GBxd+C+P2IQB9VpslMXckraH8uFMtvoz5ZeH+sp1xD9LaR6I8a9NwmCn5P//vjfLhfPVUJozg==","signatures":[{"sig":"MEQCICXGh+LtSoMX/KgupIzA1rjcxiFEotJFzaoc8IBWDaeXAiBZjQ2o9IPkq7JMbdxHMmnYNDoQFbKUVsmQtWmRpY2Hmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10078486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpyZgCRA9TVsSAnZWagAA6xQP/0XoGW+Jw5AJ/lggx2Ox\noGWcsmNdPobz8Q3Wb6CglJ5ti6j4PUnKw6vrEsnTYGfluOigdQOOLQOl+yGc\nNtRuAxmjByqBMdgm/UXOBEL/bGWNDcxjH3zN0AQ3TsnVjk+OvabgGnQOl77q\nzErHeMLDau5Mg22d7LcF5arNUsixLg+Moho9YeKQPNap51rePAf0RYC39lDB\n9DN6IvN+owgi7du4UXDsCxQtAYqMTO1I3+mMX/XHKRqKTGHOI591k5Io8Iiv\nzk7QxeEshVARYnnqN4LINpKWNd0RIQaludvcO6pBSSVbjXHD3hPx2+xyNhTb\ngnkxJAp2jAVvVH3f3Lh/bXYsxK3SW+GYdcZIA6zMazQZJi5GkFSG0QKZZ26X\nOU5MbKyWftUMxbnjC3Syf/UAvdh5j0KIph+rOKB2BCdPYitv7C6kt92nch/Y\n+ERKafOlAEFwbJGC/THfa+FU6d0aRoyx0LgpI9BBLFB1qrvs5GprANcavB5q\niHyNoX3voV4X2g2obeiweGee/vGOv4f3qyTVpBJgiSDmTwtfsgI7zKubRl8+\ndqhXa3yrZTx2paRehlXsXHblJ7cPRRsKNM7VLfxC66dVgsgwB8C5Mjn7ZoMa\nj2FN1xA2I4Jj5UNmBnu5LTmXjx6J20Z6ealtzKdHHKbucSKtYNch+ta4XBfr\n/xAR\r\n=2SOs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"0e3a3f4aa7a4f2f5ef48e8bece5926980cb5f392","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.1-alpha.3_1621567071564_0.4409960159844295","host":"s3://npm-registry-packages"}},"2.0.1-alpha.4":{"name":"adui","version":"2.0.1-alpha.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.1-alpha.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"46434a1af37af9961099acea85b718d536068732","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.1-alpha.4.tgz","fileCount":1794,"integrity":"sha512-sHFhb/bP+j5dSFIJi8ItWejleh5WS+X6aQDJP856E6DiWiEklgCzr2G9EybVytnL5kLnNrEzcq8ZpmUw0Hu2og==","signatures":[{"sig":"MEUCIDayWmnpo253zJCphrQeUN/YRh+oJr4gUO6ofZOuG+bAAiEAhn7FIJ5YY8u6R7Fr8wrujz0jJtweLPE9+d5qvMbgzcM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10078440,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgp8brCRA9TVsSAnZWagAAAbIP/3VsQNfVuaDPxmW5Yl9O\nSCM9WdkYDO09uq3uI7QcjjlleJVru1eRUM+4hdb+aXgAnFuEwYlooy1n2fp5\nYeQ2WUs+Y82B5yLfg2Yuf2uhaY7H7SFmOKweI0S0VBpzfDUFYkve6FEqEDAm\np7Da0HtjZ2FUM6RrQquap47bATbRHzsz+RBQMhZYiZoWAiXO6PGp1hSudhje\njuaeZ1s73WXHZxnFPTcCsqMkv9Pw0B5Am6X6zO+f5WhPMupAXbA/VmAgM671\nVQHbCP7z6/ZCJXmaaCCQnxjHMpteUCWUFaY0h6nh0HPDbiZm36J88+vq19Mr\nl/Z/RH6uHzZq0Ij9lckMUncSdGunxWKT1O4hm1QNvB9gcnyLk2siUX/WWbWo\n00V85SI0p0AO6KtB3u/g4d1pgUXUQC/3L0VjauwaAa9pzqYMpTsT6suE78oX\ntLbR/PfM90KK6PcHmevu7zC3/8nX0mIjK8rKcOhGHAB+KfBA7MVuA6nDf+vo\n5rQX/DxsaMJVrIWRAldU+TtgHyMlK1i6WJ/jeU832MvOxZJFYr4IBTfaAfJF\nX8DEcv1F81jF4tIh7kYqQ+KjRZrPUvAoGlu/OPzvh7N0JZMYToqbkjzNodB0\nLo0ymN/EWtZ9xPIz5fMqkfoDXRD29VxrXn2UXEhexnAkXj2/SDwBz63xdKvM\nE6Dp\r\n=96AY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"d58c225c6e4714786fae0500eb65e650b18b9742","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.1-alpha.4_1621608171330_0.08300096070678809","host":"s3://npm-registry-packages"}},"2.0.1-alpha.5":{"name":"adui","version":"2.0.1-alpha.5","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.1-alpha.5","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"bda998361781b32dd22b2cb11af423294cb8789d","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.1-alpha.5.tgz","fileCount":1794,"integrity":"sha512-y6ImIVXWkMsQoX0S4TMX8Zn0I2w1suPd77cBqBg2u7VXQEadz1KmO7ICYTknTM5CPhQm6Gz/HqvuL0mtQsH1/g==","signatures":[{"sig":"MEQCIAtytqcp6mahkAmxv5u97oPXB60TxJFsAXK9nXd4bTVTAiBL9G918NJFZiKPGpCUuucR0cyFvCMRbGKM4X6BzgGd9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10078674,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgqx4ACRA9TVsSAnZWagAAGdcP/jkWjfgARxow6uNbPP/N\n9zl2MOcQAHtImOOH+XsR/n8X6gLwDEvr13U3DJuftkMVWj9ZLPAHBJFerNO4\nQ4EbAcdLsqoRbrl8Rz6QOY8UJ+L5CdzBzgfV84EGTgW7KMEGZPhAvEnSP4gv\nJBJ+bWtPgj0HbrZ17v9HxsPxHZiGOFFhav5QGCGa9nM98rn3XrGS03vjukLS\nGJYBFa7VPzBsMfqsIsVKWd+a7cyxv1V//SvxAsyKFIA1A9V2Acq2heikqz84\nPrheI2VOtBDh1b7mlIZ1PZs+z91VyR4+LB04IVboozO655T46rEAVq7tvzuL\n4GYCY0xOhCHjzehDUVfxWJBNi0KupgxdImOTtHWolR5pAGDwuHAkoL0zMyfJ\nnqIydGnjLG5JdM2bnK33MztUlzW7F6xZDj+IMBbx+NeY+y7f06Wbk4HNwKjK\nprJAKC2h0lmgYZTZV0bXuca9iFMaYWaTuKXmufGxVrRUkzItTkkiGxdzWUGT\nGsJ/UT6c3h9ELg83LqJ0iEkCKigYfTbED6tIJbhbA2o74KEf1IJrzfFoQwMW\n9z1/es2nM31ayMtLjxH8XZM1UbhF39UC9XFP1Uqmsml8gWgmY9bF2XrvufQB\n55y0idDdhDvjYyUbTepVvAzip6etpHNGPVN+6VCaLhDpoZCGEdBGkXAXH2J4\nTdzn\r\n=WF11\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"e72baeb23bb14ab5ea70af23f7c2d00cb001acc7","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.1-alpha.5_1621827072211_0.367735018063297","host":"s3://npm-registry-packages"}},"2.0.1-alpha.6":{"name":"adui","version":"2.0.1-alpha.6","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.1-alpha.6","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b77e03eee6f47c68de06f615c539011829e4354b","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.1-alpha.6.tgz","fileCount":1794,"integrity":"sha512-lkxeXyyZs+sAD2LqmogI2sf0JMXwd9wywu/g68XkLBDCKlnApV943kyXefcIlEkMWULztde8ASpoVLXo0AtwzQ==","signatures":[{"sig":"MEUCIQDOljR61oI3pfCE8l/WeBb+4uyoe8/IgHHR1XLb+gz7BAIgNwfUJWnizdSlAIVEj06V4jhilW5IBW1xCt/MCizD4xo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10089117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgq18LCRA9TVsSAnZWagAAL94P/jkw7qavKGdLBEAXFtHn\nChdSPL25DLpXgpMersoqwV1J0yUuhRDxrGjUei6zd3CurxmKAPf6FRI6SQLy\nwQf5iruxdTdFsij3qEEUIOdJ5Xbfa9BbkIeU4zM7wljtq7I+ncBSgL9BLvSp\nNdNt6XCY4gneuHQyqTlWw7TvXtvSvQ//6KBJSuT0WGgQw0mLogTs3ntTWkZr\n/tss0fvwKu3Hg+mixU9CBEcVoo3eyvvVxrZvShZJk9bRAhs5PdbWstSAXOJX\nfVJCrO/g7eYdbilEnWAujDrjl72eBPRp1qbB4lgHEyYwmRyR6LgZJ0XSojXt\nvr/gUOaIrlr30dX9WmR0UU/A5YL8pfZTEAnWu/b9NFKMfLj8WDw9XxdfFi2X\nOqw6DldqKGl4sWYKFTJ8EEI8Zmi6SSeJJwxzfo5CcD8WESaS6Sb7zAk8omBu\nnaUkW8SmNcBm47mNFxEYZ/yesVmTQbeDa6qT5kDHxQUEmKlzKuGhorxB1bPe\n6m3E4uK1T/5bvG2fJHYsNNYHkhYA9ZWIpXsJsMIDZBA1kdzCu3wropKN8BiN\n81OHVnxy7qswBgC+CVOtaUiZOyzGp0pEvO4/xS1ClV6pgftSzvmgLg6ueIlV\nJnH9RNKQDHdIgTEgGWEe1XwBsQ6z0DmpN5cVeZJy7r623mRh8dWM40O156Fa\nwhGJ\r\n=7lKI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"777b05afe901a80ab81e19fa5de40622430ceaa0","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.1-alpha.6_1621843723416_0.8081189260553252","host":"s3://npm-registry-packages"}},"2.0.1-alpha.7":{"name":"adui","version":"2.0.1-alpha.7","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.1-alpha.7","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"3bf66e3a2d9dcd616d24f38667640083c11313df","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.1-alpha.7.tgz","fileCount":1794,"integrity":"sha512-Ebilf+fHPmI6yJVJPccfd6pqMtZ6zOA5m87eyDD/vCc2Aj0uHL1NV0FEapKs1sdEKeUoKD/plrOo4rJe3K+IWg==","signatures":[{"sig":"MEQCIH72M4TKObDmjxtBiMUd3H6shceYTFoTbUgIzfOvAonwAiB9OFrij3IUzWgh7GdOM0DkQxAgFMENd9Gl47cDJg066Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10089322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgq7BDCRA9TVsSAnZWagAA0M8P/i+9I1arfyxRdyEsmXxs\nSwAkUQuvM482lYkaLN79CShJ1tQx7DN7pbfNpt0qH5sYDfC306VgJNQ3H4n4\n6px1Opwg48EQfMd0MAtG1GOKQOfXZb0I8mtIS9UjzY3vqUZXlUofD3R0SG6/\nW9wxIcEyqkLn943ofaWpwHUs29fMhMFYnLOR8f/cXvQNqE911UdEFmfVvB/+\nthcjH6LSGvJbDLc6WKxRvJw/REsHThzB/JErjB3o7IVzXCn2EvUeuDtqzR4Q\ngZxQ0q/rZefzD/uNiFYNxpNTcBVxzBU2B46+wDFBMTZZVNlIYsl3Uky1Vueb\n3rB7tujqlOv6SLiBcI4sCP/DUwv+UX8MXpgxrpTtwHZawQsBYpIgSBCgWyWL\nSjf5F4lpnUQOvDlPzlbt/tDsdccqqvEe/X4mnRFTOK8FLeKoGEwoiSh9hlR/\nXRziFzZ7uIuh49N9S8BTUEg5wdWeMlL6UCOUJ1hIpE/33YERSEYWYf8XG8Rm\n5DilAxVYzoIyawX48AwSMXmrZhYNav5wDy5wRztpwnamTrCtsV28JJY8yUkb\nKER/k8LNSy9b59u5u0fBjjc+ZPL1X/ZKpIEs8zpd8BMaZchqj3E5a9HrqrPi\nIY7E7hiTpAQVBWsBD2BWZAOmNKT8G35Z66S7z0vV1zcFeT+MVeCyd0nu2CeV\n0eFj\r\n=Q9YN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"453e3bcd056a039723a1f14b72f19c3b608fa898","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.23.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.2.1","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^7.2.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.3.1","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.1-alpha.7_1621864515204_0.09629170725827563","host":"s3://npm-registry-packages"}},"2.0.1-alpha.8":{"name":"adui","version":"2.0.1-alpha.8","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.1-alpha.8","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"5116f25bea224a0a6db3b6ce99d745b9aa386a83","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.1-alpha.8.tgz","fileCount":1794,"integrity":"sha512-my4oYYrie+6h6FRPIUbNyb932mrYriVO2MPwK/TfrEQV3FPRFu1HVzo/cqRL/0AnAYGXNo7IgDjHN2cvKUhcnA==","signatures":[{"sig":"MEUCIAh9VP8TF1EC9TjjGHigPmB8gap5KB0EwPmAXKhLHAAhAiEA7ugNaLhZIsl/tEFix3jDPii+VUr5x2LrDGLS8YZnCNM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10094867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwDzhCRA9TVsSAnZWagAA9IUP/2D6IMwTa6Hsyp5AiW7u\nggyHgTqbrkJXfKoKIvMM6HLwOu3MWLaGMwJyOQj/lKsX6KyyMfShxwt1W8Oc\ndMEmdCdIvPnLwcndWDxhRvhSR0BISFugJ7cLOOs79wV7SWJtbQ63w8MN8MgN\nN4E7AWl1MSHq1PFo9WDajBwH4rojYwIAhO/fmRHbqbcBzqzgGflZdJejTi0U\nkdMKVlgg1hzhc3DuVuctnduXoaBzpmF1DPqN371wUncDqNARwudlLfpgV2v5\nl/L4dJXnShBPyr5a0lwV3bwDkCLeOEl4GLKrkadq+RJWercHcG5VU2Ysxwhb\nh0Rv4Vb+Z9GQmpkBsnIqmmT3WWGmK+MOxCGoe55cpWoJCw5gb8Utv0iDmySr\nzRAz0PaF/GbrvCj9EwzyzNIm1oLfB7mEiHFecBIhnEduMCQ3kFR92KGn/Xlj\nOzLP1J2OuzA+fzxqDT8F1CUb7x8kL7L/mWmm+y7IsoXFuw1+ZndYqtKUcZKe\nq8ZsPXGaiBLrfr6sBMPZBQxlq0bQfuVpUruJSwhmqA5QrbJAJcot5KEC3E8X\nBSQAHqwjJyAldVDFLLi9tC0w4uFdfcGnlmc7/DlOUmGzE3820ujeDM+NgSET\nyY0JDUPAWb46yyvRjSeK0B9aWtsNCLSm45aF2Vsx0J3KopxNMKtwa6kkxK/O\nAarP\r\n=2JlY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"b90c8ca21a417e672636dc75a23f682e05389dae","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.1-alpha.8_1623211233339_0.6038603111072443","host":"s3://npm-registry-packages"}},"2.0.1-alpha.9":{"name":"adui","version":"2.0.1-alpha.9","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.1-alpha.9","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"7decd6df2aff503568cdfaea1c0ca2da151f4571","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.1-alpha.9.tgz","fileCount":1794,"integrity":"sha512-q10VhIEF3HXt32AcmI+ymBwell5UD14m09aZT5OeSps/PL0PiU4fUsxXKK/MlSGIhp5ehD/qKTPw9XhIooA2nQ==","signatures":[{"sig":"MEUCIB27lYk9lmd7OWMLx6QLB+ntXNa5MOfLGVdbWy2XimIyAiEAtVhz9UDmlS+EY7EOVmcaUTckpjxQid4U47OqoRE2mP0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10096716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwIMbCRA9TVsSAnZWagAAsOcQAINQhwjLXaypnFiwZGTY\npXiDImcJzRsfmYqr7LIFMxnD5lHVWjqDzmvJEbBZWotWpES+KCAx22ZQYE7c\n+/CJk37uLI+iY/VRksPzBQJOL2sKV+O1zo+bZkRiUJJ4kOuwvCUGloJOosjf\nvG21OpTqhhhiCtveLD8PFZdKFsu9CxGsegPlUZdvlltsSd1Cl+Rgaj+7SCpu\nGZVGLheULVo9dw0XfIBLejgD1jev9ILZKyDf/qoopf34MiRD74jSA7GiqLKJ\nz2VHzhy7ELBzGIc4FwJcroPaOw3dUeotRzyDVwMJDg/GM58fRqbSyhhsYFVu\nKaoS5Q/nkcBXaFT62359InooC9pUocYTtSFb2znt2zcVRh+gT6lC2WH2Dhf2\n6Tj+X9Hxsm1V+op/FmxC7qMPHdViisJ3WhT/Qk8Lw6zVuJPXL4yQimE4TFtq\n3mClyJAdy88rvuK+fOM610EHHdVESZDn48p6FIqUtRYGkSxDgrykmjz2fapi\nrs9I12QWHRRoltZ4MWXSbWIuz2SDAI7QfP2CJ7rAyENa+2MieoyfiwcnSBxa\nzQ2PW9nDahDOoa/Nihx/ChATekQ4TEe3yt8n/ffclsrOgg2DTfuPtazUIGMn\nKBL0T7+wsxEPyAVrjeoUX8ZqcUmsVbXfAidmlkBngw64Di1T9tLnVtUsq0uN\n5e8Q\r\n=QZ9z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"d28e7cc3f0a2855ca77f4475f1038322119cc433","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.1-alpha.9_1623229211487_0.6302803520691358","host":"s3://npm-registry-packages"}},"2.0.1-alpha.10":{"name":"adui","version":"2.0.1-alpha.10","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.0.1-alpha.10","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9b45d9268bd576e08e54928771efa4d6265b222e","tarball":"https://registry.npmjs.org/adui/-/adui-2.0.1-alpha.10.tgz","fileCount":1794,"integrity":"sha512-ywenu3nV5muH567T+bzAeXzwcuWXUawNd67FXW8z2b4xQ1T+ZzITlxiFq5YdQiigO/EDU40qtZ236/LLCusp5g==","signatures":[{"sig":"MEQCID0mhEpEhT5k+d7uTo6UKbyMc7jSympzbVxT71WbNWUbAiBtLFoKADitb/GwxJGx8xiRMHqsdegPq3MOgd9XGub4WQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10098309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwYuZCRA9TVsSAnZWagAAmTgQAIpB+vfXvv7ldtbtTymf\ndDn4Zxfe6s1b0jA0GrPiW9pHzqtoSo5vJD5bEy1ULNu8m/my0HPbWMl5vNoQ\nyuD19ILnuuTlrnJzAhQrPbBJxDMPVgSXgEmSWMkYh1EmLFsCcVTAtkWoSZPg\nOs9rIf1QhaCRMROmeh8kUBP1udkyd5Jom1Q6GsJ+VSlVjoJO/Kf0dxi2f6sL\nqfGAFJ/flKNz5T6TkZ6+ywjnxlaplwuntfWTU5M9YXxyRp7JAaoPO5vz0MZE\nur1p3RHDSrZnNFPCzvIMIj6Zl8VyAsrSAmZQKLONW7UXVC8O61Mg5U6KsFwh\nfIqK6ML4A0AEvtNC+OTlwEYs0ba/QNDcTAzX6sJAtRGFHp9U+6JFOAO+vocH\ncmma12hGhGjThiyEIQcCOQL/FOq1ijKzRVlUPV05VSfrQimJIUQxQIU4gviU\nY64sTSWMWFdpzm++noVvL+UB/OePavY2Wcn25t9U7Pb7ycXG768vyPPRiF9F\nTWMrAp4UE7jJUnCymBgUKhZ/4lECPRFyslWMoxPJVsW4gcIueLSYw86pY8eb\nQZBvIjC/JDqbITU+AisbU4f7TH1hafVfXD7w5It28fz0rrQ2rIowST2pMewB\nNLekPubY6VGSpUAG4CZhsAfYsT3uKm83+j6+A5TERrGNn/vhd5ddHy4vde5c\n1Xxm\r\n=nGtc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"33d5ef0d3af5e5788288391aec58775615df1ec3","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.11.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.0.1-alpha.10_1623296920837_0.8494889956562828","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"adui","version":"2.1.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.1.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"e3a457c8ae44fa720e75a1eb6e67c68b14989f85","tarball":"https://registry.npmjs.org/adui/-/adui-2.1.0.tgz","fileCount":1793,"integrity":"sha512-yk9cd3Novcfkaq5PXpMp36dJvcsqIUe9d0AW0PmbyOYzQxUx8Lhm4//YjjzW0cOlN1jWbiEXglOH3/Yr8R3d3w==","signatures":[{"sig":"MEYCIQDJqGwkiL308Xe6xtkKMSklVieL0UmBA8dD6oMPKF81awIhAKXpnMj2R3mdomQlfrQRC759NC8dZNMygbV2BbUuNuZR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10077530,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0X1jCRA9TVsSAnZWagAAwTUQAJ06EDPPLnx2ab8oIr3V\nIoTb27OqqzuvGiStZMctXMH/MwdVdiY5JfD2J0Hgps8NRms4mAX+bo4hQCp+\nNx6HefIVvix3cb+lzigAvYPBVhXorsV1+ocV8eCLZQ+hZgnZg9iIExqU5IGe\nbYvTMq+bAJMhqNAXb16TWOB4qFNVpTgMaT+xzi4n6LGoBuiuCbnLga8cWnX+\nI49AX9ULX8NHSis6aMLWfmzzJDB9aI5NIvJqqQZ/2fuZv4wS8/98I1d2FDbN\nDcGZG9DfSHXgxqPJDGD5hB2kSrvA+iOLzJ1BCG/EcgFBLMUJ8w81G2P8f/So\n5qukQlZiQ9+UK0rVQ35KUPNpgGWPi53KDZOPr5w8D1BRa1Nk1sbpgCR19I98\nuv8/K75Z10Xk8IvBhxIXGLgVKBEZX8gXSj/+n8+qLPec4wq6ZmTYZkkxGpKe\nhZ8pCjcHD7mzdB4ZE4GF8XnlkkQLpoRxkOKTIJWrHBqjHyBcvnhbJ2+BBZ6k\nEKLd8Z6oLg9mubF0ZhVKtvg3IR8X2FMmRq+D0PYDz54FOyZHrhuOuWYHCQxA\nhMOXJS9rbSyD52CJhNCiQZOStE36pKQh6QzC680Xq7UrTXM8bIiW5rMyzxJ0\nLOZVAUcjH0UPjBn2+JruPFR/xNhJzVIrkg/IbLuwD/snDSqTYR2RytdG4+wC\n2eEa\r\n=bI1w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"5a21fab6ea41e712d38604b7deec92ded9ff2c85","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.1.0_1624341859187_0.8872109424957717","host":"s3://npm-registry-packages"}},"2.1.1-alpha.0":{"name":"adui","version":"2.1.1-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.1.1-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b2450c790a6cfc90ba4d20ab001f1b9285440a13","tarball":"https://registry.npmjs.org/adui/-/adui-2.1.1-alpha.0.tgz","fileCount":1815,"integrity":"sha512-vjNeGcK5274UVc/KiQHTJpA5i1r4+YydVCaU/jo7htOgH+g8pP1XcT5zp5V2wGnQJhGhxJVhUDtBk4uiFR5EpQ==","signatures":[{"sig":"MEYCIQDgGrWG1UuM2LEhSNv3wEVTUyoDD5zPBQnUyovMMbHF8gIhAIB8oTt0v4zbUZ+37KXgugLBVdT8Nb+vGbZ0RcsGi7Al","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10498365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0yCECRA9TVsSAnZWagAAUP8P/A6YUCZlK5Ie1aoAweZH\nLHun8hyIdIG62Ypong5lRfSi8zu4Vz00JlHQJmkqB43YSAiLs3MR1mP1YaGJ\nrC6VckXP9cvb5/J2bxHczxc9MWNF9GCsJyP4js0J59E72BFMfQjymiZrRduZ\nZnNjSTma/zrxZMe4MFUmM1I+DeCg7PssyoEmyFW0T/eSa3hoAxAA5CVKJ7nD\nQP7/2ttqeRt0sbE3hMDbMuz7mPD5FEuItqrwHn0YXFeWAAuMqmH8THOjgo1r\nTAyLPjt74tJPFbgU0/htoF2VhCPYDYMffP53IpvTEr6BgX+rk7/H0koKDHla\nMdPI9ipHutZDK/EloyKvYrbQuR7F1UJk9UjDDUC2xt1YL+4lDfsdmmGmJlps\n249T7Ywx/FYhMKXy/y8AeMzZRRutrvMlCnPp8uzqDOJ1bGm9ipOHUMWUOEbU\nPEiQY25Lz9B2ysJ0LAHvjXLtFK/uRBKcH+fMldi8qFrGei66vxYuPVgYKTnk\neY11xGlYqO0Wofcm1pYHmgVcDv1kBrjfBLjz8TH91gz/Oa9lalk/gCG1Knmz\nMVNjIIobCngW/4FXFPAgQon4q9YDwRSBTsOOAJD7z3xkQIY/oDd402Bdg7eq\n/VY0YOcIJG9rDGU8TS1frF22t4WvCJY0fXdG2Qv4FqdUs7TxIZzbyAwH5QJ9\nJvtb\r\n=g8YS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"fa02016539e93d58964790865c0b6de0f408b82e","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.1","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.1","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.1.1-alpha.0_1624449155615_0.6377695021011343","host":"s3://npm-registry-packages"}},"2.1.1-alpha.1":{"name":"adui","version":"2.1.1-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.1.1-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"dd53482d997158399c640989d9b7c1532aafc955","tarball":"https://registry.npmjs.org/adui/-/adui-2.1.1-alpha.1.tgz","fileCount":1819,"integrity":"sha512-UcxvdnJRmQpy+odsjP2FeVEgd5XDVuEnUMgR4XBb0C/+GowF3M5QcvTDYj/lGf6YXiecu7bbxYPpSKjFNBuopg==","signatures":[{"sig":"MEUCIDh1Turzii2ZrUTZhO+U47QusvTlE6ncARXgoKNx6EagAiEA9cKDprdDm01K4xWnhm33LJBe0swgpYDNDBOmbmcxjKI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10567678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg1djYCRA9TVsSAnZWagAAvRQP/islVG5ew3QYl+E2mJ1j\nnR6vYUre3MnnDqfyULvIHyx7RK7qSKaI067sGMhtMaLS2rOiM2LvLL740qGn\nv0QUrU9PsaTo//MwbFKqHsIFXqEw6ooqtT6GjBVT2ISJkDAZkYsG0hYQIWu8\nELri81WPNam9adg5jM+qyI59tdPuAIYGXcnazAxVGHeeNOcOfxfYdLFtJckd\ndPv6zyIH4Ngp5ccL1WwjVz5lUPegXyOo3703v90LyMxJL+OUfBRadQZuPIoX\nqoZtpadZPtbEJYEvmHYAbCJGsPr5vM10vNJkypOrXrj0Jpd3S2AQ2lILgsCh\nTgKKwmT7VqsQTdFUCyInVX1wr3hjIWuj7g7D7C0737+G+4jQzS1J/GAZPNQ4\nOIevIb/yRNZMPXEx/JkWEWb6Cv/xAPrJC8FPSDxWALb/ehm1txrgMXmNWTCc\ntrwHJG9bd2/VmQR45wmlEk6mJdmp5J6D2FIgt1Iz2HlVhF4GOfRZlO5KLAPY\nSaSSlMJbP7WQCt4QjMxwR42n7Pvz55LJMA1px5AXhSpYZap33GBsBAtwj/Dz\nYXQx/VAS4aJgBe9606lUiCGn097SmKzgu5thfIG0WUDbSNXchiNn15taO98S\nUZ0Hxlk9SUSmTk36ZxRBBBoEFqeXEK4fksU7vLign3Nruz8PpsJvmykGXKaV\nfYDa\r\n=NWu6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"fa02016539e93d58964790865c0b6de0f408b82e","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.1.1-alpha.1_1624627416290_0.49583415363515804","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"adui","version":"2.2.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.2.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"5887b31ef43a7b30a625133fe95b0a741d4e9c9d","tarball":"https://registry.npmjs.org/adui/-/adui-2.2.0.tgz","fileCount":1821,"integrity":"sha512-Zxs1rV0WPAv9pjbFIhmhO/RfnHwunMgTeKQhGbBSvGp4LSC9TbQ10ShKCUL7pdgSOnaNRLTNLGF7xJkCSqvSaA==","signatures":[{"sig":"MEUCIBcNVaZ07V75z15fq3zNshLth0IKR3D+2D0Yu4LtVYbGAiEAhn90yyhuo+1ZKEtaQfOzi+VgXzcjAWmvthDzmJOLiko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10603849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2bkSCRA9TVsSAnZWagAAkwsP/ie/AyOGWoRi3rxBdSph\nJoNKORjtrqs9DPBw2zp08iV7/IHP9KHcgaMJr8I1h2RR7+xHAnGE71PQ6wrl\naJjebacJEboqLBD6AsYwnk2/viisruMKkbyMnjz3qATbF5b3YwY4cWG8fOV9\nt/9tPCv/C5GAm+w4sP30FtZoAJ7hOcuU0/p8jSFh01y6w6M5KRmy723ST/CB\niJ54bdyITmdBG3GnUlz0el7xIrDCXvUtiem0yGijAY7QJl7V2xEwKIOqF/5H\n37Yu3flWtpsJKEgoLJwRAQPM1jPuqYvlrgbW0TE4SSiT9DltWQyXgJDy47dy\nLLzkDNaduM4lGNo3c9X+3tVzaELLjjOf5uYGTgW+ezOta1/fUM3GY+LLb6k2\nvY3O7g4L35GSnkQQpf7Ndwc/InNFLpq56B7O3AENYomrsoDmRUf9bLKqviJa\nPMzUPq3K/qlnQ8aM7gQ4GZ3r9GuHkbgtp8dwjkDH6m8Z9/+QafywR+QE24Qr\nlJvzvPs7isLLA9xy5bBuVCVzjCGDInoJaUbPxIGwLjhc7BFUdcYEduyjnyF1\nfETAAqvnw6lLcLDOh6r0NFcZvKLqfD8aT2MxN0PlNPPKAoYN1olabmzfM0WT\nBVi//UnNsnCd5joVhygZrN7ZFe+PSYqhGx87jKXypIfm5eBy6KETmHijSd0s\nTLzM\r\n=Azdp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"42cd13c348668021e821b0060b8f46f9d5c1fb73","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.6.2","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.2.0_1624881426042_0.004680901014802785","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"adui","version":"2.3.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.3.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"c20c8653e09aef4b80008503712fba25691f1dfd","tarball":"https://registry.npmjs.org/adui/-/adui-2.3.0.tgz","fileCount":1820,"integrity":"sha512-aoNp4FTFcpELtpVb59c+hMiMNvjGENDrGKerYyM51itrUiDeU6/B861KL819RSBmqt+qiZiiPxsEXp9B/v675Q==","signatures":[{"sig":"MEQCIF0W8rO7+Tf4avCK7hMJ2GBckP6I5/DgEDkLHwsyD7HfAiBvnGhfv/WzIReIELw3FDFBixydMZu9q3Yy+Sba9b+VZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10662726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3o0YCRA9TVsSAnZWagAAkjwP/0TaOnYMwG8ZD404R/gG\nUJIamECrkTM0d6UUKCo82xcwpEz/DzeHOOPw834J57zHfYRg69fzJsNlnSeX\n1Eki8M1hulHZJayI/zJIaSOGxPjb3mNyKfOZuIadJOj6iugzP6vXh2bWUIsX\nOd+Mnrx9YZtcUkgYDxvQ/B3YzwzCWdLgDur0HqI05/iuJRwNWCSXlX2yDqL6\n8ltV/P84uuB+mbGuMGm463kNn+1gqDZ0TxwI7096bJ6XOAZf19C5Smrq9ohL\nn/HKW3yPR+7WcHEg2GbJCWwY989zYmnDbvdLaKBNFJLkPWVW+pKxurs2MXoX\njGBOSDP/JlWZfYSy3rUrhPASB8MwDLucup1xJYPROjFHWaCLE2kUDbTWtBe0\n9yxfXiisJWU9YnHLqRg+/Oh/nQOY8yAAbcJep4mPu1WHRe3H03c8uV5wERyC\n/9AuvYbKYTZWaXkvL+oOOLud0DEKSyBI2pM9kIfvcVUmW5pp570Vp58tQgUz\nsvhE5Q4EYnxYlIMBNcboUSi3e7q2/sIqMYLpRJhWCVGqlvS9WGKNf3y8gJg0\nWDrSlcQ+rLAMXcG1neDVJ8bdoNWJYoizgWNXqZV6f15VzjrlABMjuSPa/yzc\n1q2xOo6680Hx82cT+T7u8otjWjJiPQsj8OoVN+H9wc3TTOgMypsN4h6JU/rr\nw9MK\r\n=FORm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"e54a35b1070f1a435edfff1dde5fd2f8ba8d98bb","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.3.0_1625197847938_0.08155921887571882","host":"s3://npm-registry-packages"}},"2.3.1":{"name":"adui","version":"2.3.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.3.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"71cdb1dde271aa748329ae296f8c3f92018c40c5","tarball":"https://registry.npmjs.org/adui/-/adui-2.3.1.tgz","fileCount":1820,"integrity":"sha512-77WWUx1ZDmL0HDdRgJUuxcSjOL0MkqLQ0b/UgDHsisjJcXFWSz3A0b06YQLbvuisIIFQJsBtgKSMWGk4jO93WQ==","signatures":[{"sig":"MEUCICKu0UKltDWzdyOLkVyvCDWH05k6KyrU02ZnbSPFqv1MAiEAll4m3td6r7HVLXATXblLIvIFncTPkk+9XCaccV01rDQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10662904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3o6uCRA9TVsSAnZWagAAZecP/Au9AOYzTqEbdHiXmeqU\nsGrLF97/+odmqFlg0i9/Rhx1WPUn/532+hlHjVg0oD+YCzTaIdYneJnH6//L\n0slx7iMYXbyILtOClUTvUaT+ilradpC1jyZ2YhbzqaEohxU4asLP9QR9v5/u\nmGlTWtVWU/XiV12ZXEFi42vBjwJgcxJ4EzzIMfVrXtvV5wATUJWwUEL99NdU\nVHZH/aiyvLerKa0ZvxnmfgUcig22N6gMdX3EKq9p0CyI3Y41jebqvftmI7mS\nQG/2cwKzIa0exHIw5+gS9hgtUOwEzGnUweghiLMe+XcYlWOAXKTCXkCvqP4v\nMH0gtJVQkJjwAzhCf2T0zYE3STK5zbgLyR5qdjo+pTByRQqBpCskIgThgt5e\nIXcdpIptHVwLkChffF1c4aXizZj0Ero7mfuFfgzdaZQ3Kad6LMZysjabjHdH\n/B4JD0XkNFfg2om1i6bgNx7dGpXEtwD8dnl3EsF6mltubGGd5HBnAQlHveOX\n3vS3cNjGBQJSOUL+Mg2I8fDTd1ftP8hzniucWsgEdvVmoN8qyU3c9YKx5arv\nqAYBgB9eVgzOlAYrONL2p/VgyP0F9rqubWLi15GZfTYoBhpNU3CybUJoDPjD\ndnx9Eb5hUWBvCQRc96P0IHakijt5YtOpkH6ujKli7VXmJTAunDMIIdLFmloH\nq3p8\r\n=lN0e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"e54a35b1070f1a435edfff1dde5fd2f8ba8d98bb","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.3.1_1625198253601_0.19725404481998354","host":"s3://npm-registry-packages"}},"2.3.2-alpha.0":{"name":"adui","version":"2.3.2-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.3.2-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"44ee1e23d071bce87b9c687cfd7f2f56a3c9d2b7","tarball":"https://registry.npmjs.org/adui/-/adui-2.3.2-alpha.0.tgz","fileCount":1819,"integrity":"sha512-F2GKSnTAL6fq0J0Ar4J+JtRUTViYJOUpJIJzXcJTFXUsB2gU2ofI3ogVYBOGVJiNPi99fdNDrq1zQnnPGU5i3w==","signatures":[{"sig":"MEQCIFXpUfEbRKo0l8knMIASEWYTQfcsVpNO+rt9foqJ/+7DAiBoWFRfByej4cWSFxy1SMx+NVAPMgKSmnrUm3nSZC5BDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10674825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg4rUMCRA9TVsSAnZWagAAAzgP/0iNPJM6Dvq7a017x6w/\njDbg+Nd6E94i/XfGGNihgUlfg05FRAwEsMpk795xL6vL0R/hxJUu+pZI5+3/\njUgOy8dN+kE9ZLa2pwyooOgrZN78wlZva8Lz89L0R8MslrYHfKihS6YWSjUE\nTZRieIr8lixnqDIH21DJMABHc/JgHA9rtK6NA6ALDyaTQteczpm+lvsdSxC7\nxDhot/myfLzdbhhLrZAaUOGyHq2NbuTTWM8g/YjS3xpFDzc4cQUlUjbfJmbh\nGT1dYEqmrzqSaug+j2h/YEjTkrIHNXJwYlmd971laPZLYjksSQvC8EoewE7S\nLs6fr80B/AQIdWOGtGnPRbUhNKOPbg5V4Fu6JoQ4OBQvCdD4KQi1+JvIs+nh\nDhEPOy8uvBXq+HnGbOBoDRsK7Uuu+TWFpSvg6/S97kLKbEkIUXqqEbDxm9gu\nnP5T51n88Uqu3HWlTJY9kRZdI0LkrwMCdzglRzPwLL/c3UvmCUD3pNKIUMg4\nufw2Nt6rXXEgUs7HF1r09ZsDbHx9eboXNX8Rg85dE9PjY5jfOVAoZQQtEJt2\nz2siPyMZtDD4hi7xzEoKQH0+Iy+GxDI8ntufbKaJFR4VW19JzbB3Ysht7UaZ\nMupiLlEi7EURRJHzXKbgNGGNugDw3xAhf4h17dpch2bUbsa7eEftA2RxxKwV\nGm2l\r\n=FZ6o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"e54a35b1070f1a435edfff1dde5fd2f8ba8d98bb","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.3.2-alpha.0_1625470220015_0.08665615258463188","host":"s3://npm-registry-packages"}},"2.3.2-alpha.1":{"name":"adui","version":"2.3.2-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.3.2-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"45ca0033f822365772614cb18ddd77d8757a54d0","tarball":"https://registry.npmjs.org/adui/-/adui-2.3.2-alpha.1.tgz","fileCount":1821,"integrity":"sha512-v8bZIMKQXnJVvQSsX1Sgy7vMtD4d+roCYgAO/hWp/zdLMpjdauD9u2H8kV/3Py4j8Dib3alamfwhBimnAf6Ckg==","signatures":[{"sig":"MEUCIDFK548jlsw5is9HyA3EC6tJ2wBRuL9x28KCyLMhAlBcAiEAlXZhZC9cNl/v/MoutUYVgL+UDr0it9yWqo3mtbO/QzQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10683309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg4rvpCRA9TVsSAnZWagAAe/wQAIxp4TjhNDosgm6AKMK5\npBR/tdAwWDK4AAVa/vWwcD36EEIhkGbYKsh3iqh6amAXXdnduRvaHcWTiril\nou4Aysscp/SLWpySStX3S/g/qzDKil+OmllpH+nQyPHh6V7tnSd2502rPg2V\nue3ZW38+58N4WryXCLRDi05+2LPNRBCNWAZ+N2c39Iujo0CGtm+szepGi+u7\nsBItM+JC6EHIncqUQ9VtdxeOTl6nJklcmrVg504peOf9DYmiFQ+Jj+QPMYbH\nu7pJt9qFMyIVJHqw/NzTovrZZPQUizQtR3RJkQiVvZ6DOQSRZIoF+xkS0KlD\n8R7VSCTpd93l2tpR6MZR7MlsaRipVvcQoWGhx21TgaWglnedhSta/etVSCX4\nY4/rxGuLpaT31knyovYnz+7AenFY1NRorXbHOHHrBvqKJPkBMMY0BuyMcDgw\nDCjPIY4xgNXkJrHujljIxb0lTC11lOcaRew5CorSnR5jpcPgfwUJNHFjCmQ4\nOBoVZMwXLJOX1Mihc97vwNEKQcr5wsIwhbfdDq8QCZxXVNQXfDZnTZ5w1kZv\n7mjn245QIZG4yx4q7r+H3tKP56zh9ofJ84ls4SDNdnJfN+oEYZow5eRkIxK5\nZbV+ZH0s3lmsJtYoJAz/SzSiPDX7cWgO8rWAr105muJL3xMdeeezNpoSGVha\ncFAf\r\n=4L04\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"e54a35b1070f1a435edfff1dde5fd2f8ba8d98bb","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.3.2-alpha.1_1625471976905_0.03688162319040322","host":"s3://npm-registry-packages"}},"2.3.2-alpha.2":{"name":"adui","version":"2.3.2-alpha.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.3.2-alpha.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"98ff75841894976f979384d12caf9c0584415766","tarball":"https://registry.npmjs.org/adui/-/adui-2.3.2-alpha.2.tgz","fileCount":1821,"integrity":"sha512-vWkyx1ATrxp4ieL5MbZ+IpDk741cm12L6Eb/+ZDbsf/VdRfYNFXolShn4nTasQmeMmKlzWZc/D3LS0rBCN7vLQ==","signatures":[{"sig":"MEUCIGqiDJNVPADXuWvs8R7ar+J6xYKnj+mfTUpof7IZvQxCAiEArF9UPsy0Q0TAZ7RuQ6Frlsy702zQvvhdOoPdYMT1cyU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10685535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg4xYFCRA9TVsSAnZWagAAZ+AP/05LcHHb8UbzcF2t2lj8\nXkHaLl4GnSBkrdZ8NZX8ksPtgEFHq4V65F+pEsLTqjzBlHHd8dKz8kY4yQfd\nFZB6P+5dUWjDY+K9D7NoIlD194B7vWFqs8aO2n04RpPvW6yQWWNVol5dyM4I\nijQFA36JhRt+ygNOYqaXYKDL/xFxcb2hlNJx2PReYmHaAsgEkioh0zBhQ0Fr\n21dbip+IIhZGwJcawxyZFrbtSZthIcF59+QdDo4/5/pLLRtGQ3Wn/9Fhovni\nuZKYPi3NaeikUGxjORC6vQE3+1o19dxrIn7KzK45hGqOKOkIq1CbCtctKNo3\nnntGaE3R6K2ZsNrYjNFAkproSdX+5ryRG+By2a0CYoJAQJ0enYSSP7WqLttU\nFuXsG8UK6Bt9uXsJYs9ie5fv/cM+jEvUAXKjt0FRIidRiWFs7+BWqundqwpF\nc2UHOgKBeFO3rgqBi7SToSiMmf6jNTM03erC64YWPT72eNVyWXdVTFE/heX8\nK9KMg20LwJQNbXfQNAy4buSTUxuKATSE4bBqR2M7cNEeLCoxDDv2swEqg9E1\n1lvcXdzkWb2HaxXYYWjKxTRSoBcLfX5eVTBA62aV/50Ao8o0fnKuijULR0UY\nOHUQHB4iJymVhM/ixUAYf3ovxMaGvR6/AbSkb/Xg+X6Ew9oBD5t4s4nuPWvo\nT47e\r\n=vfe3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"503bece3e371382bece92cb7d3cace4143b1239f","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js es/resize-observer/ResizeObserverPolyfill.js","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*' && cp components/resize-observer/ResizeObserverPolyfill.js lib/resize-observer/ResizeObserverPolyfill.js","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.3.2-alpha.2_1625495044575_0.7999894462458783","host":"s3://npm-registry-packages"}},"2.3.2-alpha.3":{"name":"adui","version":"2.3.2-alpha.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.3.2-alpha.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"6930bef496bed1939d5b4403fd99585830454e05","tarball":"https://registry.npmjs.org/adui/-/adui-2.3.2-alpha.3.tgz","fileCount":1818,"integrity":"sha512-1HyYJaAZWbMpEn84f0RcZST+Q3bJSQw6A0TKO4de4fDeadbo86kTg9j/9i18ZYEthIQTY+Oj0AeWpBwhR58qfA==","signatures":[{"sig":"MEUCIQDf077Qkhh7XDnmUNUsiFg5U/UBj8QODq1RutVHoRaN7gIgPvfTDGw/UmJ6NMwAGJ3T6mJqod17jxZ+bZq2gKdxaC4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10574480,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5VMmCRA9TVsSAnZWagAA0dIP/0cNsjPzWPdGizMQG2Hu\ndvk4poCZOmzSGJtqwBk87dY4EOz+/imrWKGih7Rzsa8g7dqVb45nuFJW4X4f\nUvsxPpWSIBnnC409JDGI3IbCeQ3J7rRKm78vgAXHZRbD1TuDlIg+Xvke/j/h\ncPegWgTlUEM4mM418nDGW+7z6n1mmRucmJAspnQE0byBfKM/dS+Ft2cJ+z4D\nRRHMB4rQMrCMUeVk5E62P+2wMF1EUXrXs+5uzVwYv7tsUzhce0MZtgliNub9\n/Qv+r3t5S3SJCaH2GdZn95M1t0+t30FnPoSbvfjnraYYmp2DAVPDkqLiByPW\n0j8pYsGr0mJOgtf0SMjfcjWqHSFBISJ7/SKHdDLy/qPANdq3IrT7UjGT4/Yq\nswQPP+j6CmLmpZGe3BybI5ckA44/IlXKGMQYEoA1YvMBotT6sgaZ1Q/FMkiG\nyudvjjDZZXeuPyMzUBp+9WZOPcxMXuZpKwfc8mtzT6rD7XCybWhxfrco+KGk\nSXxHyKOoXRLVwHI5vatssBXb/R8B8dfQ922lz2l+0bao8LlWv8AXeD7hm4CT\nAjVuJhKc4s+HxUlBJx/ZPu0+Zaly54/FmreMI/1wMnEyIeI8VxhnivPq3LcD\n+W4v63LoUR9Q3l2GwOpCU+GDohv/Ceh4OgumdlNpp7P94APXDbfX9FZJd/Sp\nsbbI\r\n=B4WQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"b9a548313e1bed817a8a396fb5ddd11650a14a3a","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.3.2-alpha.3_1625641766096_0.8134988515463633","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"adui","version":"2.4.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.4.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"0939d35e1615db597b0908ec7191ad6ca3b48a73","tarball":"https://registry.npmjs.org/adui/-/adui-2.4.0.tgz","fileCount":1818,"integrity":"sha512-uOPKoH4mMXez50QuEMRndz5/gPl7vfgbNsy4CL443QBq8F3d584pc4rIa8N9eaJNfjzKdgKOnpMO+A1HKV1QiQ==","signatures":[{"sig":"MEUCIAtDKSicru/+IlN4UGl373C7wKSS+AXmpBu7e8VB0oJDAiEAl2oEqN9IRYuvphFTow/R3xuMGABGpUp3MUQux9GWO7c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10577297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5mQgCRA9TVsSAnZWagAASfgP/1edehXXOnKdDP+9iu5B\nIfj0WDehJrIscv9avlVNZZuw1s2ZLG0mPIhG5Zpqekq1WETWcj7/FHDf7S0B\nnjpEvmz4yZpR/SHejRcYr/ZAGSqW+MP36omtYR5+TY6yfnntBckPqgGLJUVR\naiwrCyObpxNzv7MZXVkTd2/MhZ0ATZJDHQRRbO5OZg0Oq9ARF3kr2tgwYh/w\nz/6kJ/pfVCsMgJSqreKL2hfxajFLPM6AXT5PY2lNXSb5ZlUtIXPLiEwp3rST\nbRiE+wzxTadr7YCzXJOfJuV1+2XFcw4HmBnJoXrpcCf6A8NiPHiKV4zXDnk7\nObgSTUZrBy9f6j6K3DJPsQMnLxRN3LPhj4A+xRhQbtficY52V3OMjMT81PpR\nP19i1Vj/UMAIAxkOuTlEkAz/rrs0tEMlXWzCMj9dl3xT6pn5kgAtqzYOvrx9\n6hkU0HOWkwFpH4JSmhnYB4D5KMcgK++q5w1KRzrsPcUMEptECVURU1ylSE7/\nW9BYlHnglt82Ufs6hvsiNzmlShlLVCfVYY4zCPvMdjIEsujIj2wMx9eQFSSk\nbcwdDk+m48XR/DsEULDmVM/eOIip+34RSGNodgcExKJdE7ZrSaPiMs1u06uE\nghRgPuy+GnDpSqjtL4u1z6Fff6RKzgHhgi6f9fFuLa0ddsnQXSATHXWxo1UO\nse82\r\n=awiq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"cd7bf39735d1f4741e614bbac16bf255fa080f52","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.4.0_1625711648060_0.05594236764548355","host":"s3://npm-registry-packages"}},"2.4.1-alpha.0":{"name":"adui","version":"2.4.1-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.4.1-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9be0291bd75062a9dd98012eecd317e3568b3102","tarball":"https://registry.npmjs.org/adui/-/adui-2.4.1-alpha.0.tgz","fileCount":1819,"integrity":"sha512-2NbIt1wy/pq2la6uxMd38+6ZYfo1Fy9w58s6iKyA38ZkRlLGp0+QbGinLH6PGK8gZwKOYkqcfRjtZcLe7YvBqg==","signatures":[{"sig":"MEQCIADhXMUgClxQGnhZ/Cn7pIxRJ2/RX6uxIJq7rTkvlSmUAiBc7UsDiVv4yWvKMn5+EECGxP7wQK1SPi7ybErkWQ23tw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10587948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5qwZCRA9TVsSAnZWagAAizUP/1ON+1AoFX1YsCiDJ2ad\nuJYkAIoOhgcUcDKvtl/1Gb1WBmzGf05vIouDXV20+5BhnMGcksuyclVwjxlD\nitt+Q+OqcSzjHhRvle2ekGQWCYNAyqCZU7TqVkLjDPTLOWXHp2HhIi60CK6e\nKqdAgSXLGzzsUvbRsXh9lP0BOWHjyk8xK8x9YI9f34W+INQvBzNBz8Fn92pg\nuEpvKrcnX1zGQj8xq4aPMHb1rUiF/BRULHDfCSMwk1nu0tdWI/XvWTWNoMQ5\nbrzVQLC7vkBHTowApOsEjcOYrotnxACyXCadY4NPEmWXgKlZJG1cOA0eVpqn\nK8qI/7p1CibmJAfPdKPURUZJRCga1xvE4BlMKkcal94pgzKMTxNpwBKLt4cM\nnwazR8q34J1XeC2u7GaZQaTnd+wFOCPH0Fz8W6Y7SnVnVLeEtCPUtsXLb9wc\ncX/zJN5xorhvGYMmdgxEyagQ6GciS4zVj0+G0riL1nLcg4+XTAALe3vP0GeJ\nBV9uxQ+a4WA4fWD6BPDh85naV2S8iRMK9cufimnj98sE3p4VgxyN73rWz8+Z\nndDmMDxN5nqiEcPe4zWPKMAwfgMZvaF+YffOcvKnJmg7tw18+weSrcHWiPsH\nXcL3JqmaJhF9J6zzAkdO4dDTZ4A00eQlX4ukiPrgP6JGmKqYiwx5hBQWTiIP\nffJ9\r\n=TM12\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"bc1395a8c8898966349d69b0f482cb350dde6839","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.4.1-alpha.0_1625730072488_0.7473651371158072","host":"s3://npm-registry-packages"}},"2.4.1-alpha.1":{"name":"adui","version":"2.4.1-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.4.1-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f5e80bd86d474f9c09eb6eee6a9761c3dc2ffa74","tarball":"https://registry.npmjs.org/adui/-/adui-2.4.1-alpha.1.tgz","fileCount":1819,"integrity":"sha512-D3/gg94FLiX5B2G4dWCJd0o4x8V4prs9+W5d4uchtODMgjv5UsKKSbttY69Yl+qBsWG4J8gyvmfdnBomT4BZoQ==","signatures":[{"sig":"MEQCIAuf+FIk2BeWDUNyEfeDP3NXW/BinE1sAP98R5/gxDqyAiAQKvf0RgF2D0xrMNrutZO4Sa4E2K3WH0sGbDwr6nCqOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10590113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7EKZCRA9TVsSAnZWagAAS2EP/ijkNq9CpKNPaD+W162c\noY2SC3rlzeIlMVO/VMxdjZpGFIQodncVXzvsmvbr847qD8xRU8jTZmnBmLul\nAmmw2ooZHIpEpoeqkChnwWs11J5IauwHA+2B4YUF8A0rbJpNywYq79wplskH\nst11Kc6DfZRDx5s8Br3BvGx44K620F100XPIxUyX22KsflSnyxlPUUje0qXX\nW1djkVl9ilZnwUlj/fpXTxX2TbNHjj2CIARBJXkIkfwiEHXDWYBuvh8gv/bW\n50bxo2GqDWHBbaLhbNIDGegE1Q3JzKdhMMhlKhcemlumSzaJQ6GXpP3z1L/L\nuSJURxrYE/AnLsPal7Vv7PuIopbP0BKh31yKuZovoLSpO6byQqlyUf5786nU\nUGylZRWIR/V0kVLwFl6Ic2WzAwNRm8VBE8ZYtt3HPhzrMWQYrCNXnkHnhRJM\nuY6s9WRsdQrGY+lYtG3G+k+/eUBO5p5/0TPvddJF/FHgwzPcXYu4OiuiQRm2\nsh7+i5GxWCi+dWRwmvBUyC32sPN8o61NPItrDQ68CIABq2Gg+b04fUBx1zWb\nT8SvDw6ZP+JFoYuRjAEuDyCzmF24EJNcPPpCdFbPZAOhhhvAqTLh+xJrXMlz\nBIEjedk9aNs8ZBimJ8XEAiwLTSXz5wjRNhwGsez7/2ogQEdxD8dXkJ1InYIu\nj2wr\r\n=3evd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"231cf1d7c53c4aaa5746507252a0a8de68ed43aa","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.4.1-alpha.1_1626096281336_0.6988350280911322","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"adui","version":"2.5.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.5.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"86950215f306029aa591eaef43b265504077e4dd","tarball":"https://registry.npmjs.org/adui/-/adui-2.5.0.tgz","fileCount":1819,"integrity":"sha512-aLcXa87t8sEj8KJl6y84/bDqT967fFHzn+LBjEOSW/hf2m4bWNdbaiIvb8bwv+aT4O4wNpnTt5CxFRt6H7RQjw==","signatures":[{"sig":"MEUCIQDSSsByx0GH4220ndtzLqKVSQmni+PMtjxfVFPWxhfXaQIgHbVGJpSZb2emwFmF7/dyZTG+F7A8gshxAPapXg4AeGY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10590105,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7EZFCRA9TVsSAnZWagAAVWMP/2PnDDcqjLKTzJ68QgnG\nUQmrOetYKmXPyjrHHCcrvdI+BndB0oSKIukGiNw7ccALz/VhPiCXCvBCINrR\n2rIAHNH/PFoge+O7gUATkHN0ZuBAksd9AjjKwlrYUNNn0oOoL6BVwcCPfq9K\n4Q6T4FGWUrLUqNCv5HoKK2e6jjWMX+wL5HjgCvN76w2FdGKl0z6b7TZTW5HE\ngaW5P8kn5gqPjlX9NEcH8wFzJK4jzDqL8w8Bd/b447JdcqVoO2z+Wcj//0lK\nAAu7h8k8wYcry1/QmJgEhmPPA/1se3isdIu+IFalNBZ+5DIwW/hW7a3GkC28\nIfkgJsq2pNMeYQDNJ2/rQWOQ+7Fv0xzuwaM2/RBajwcMwFpUqvbngXJJnU/G\nc4r5HcRHzqdaB6g3+OgJwCzU+rrkphSjJTOyx8gsRmlzPbokyjwW0zEG+I0O\no7PdOHiyg5Q+xAtlMUNc0tHVHs/09MyDfmqvpnsKEw74QfKaRmESR5n+eAnK\n5Uz8R7u+dOXst5UOjNjottZm81gbVcAu5+jk9/TKsfxFUZ/Hlart5RTzix8K\n8qhpGqEk0wzBWnvoN8mGZKaI3FRPA5jBBxohxc9B6Y/GPuaQL3VIYBIXpckG\n9QjV5zy8Y0gXfS6DYSUitpn7MuOeyKIwgDRow3VTtRGqlBfmLfCWjcNWchKP\nbaeU\r\n=Wpdc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"ca3c70d3f96bec65e50dd9a9793e50f1be200e70","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.5.0_1626097220903_0.8366551125536379","host":"s3://npm-registry-packages"}},"2.6.0":{"name":"adui","version":"2.6.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.6.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"1b39ffab3b5d7f7024fa40e488d53705b6619ca3","tarball":"https://registry.npmjs.org/adui/-/adui-2.6.0.tgz","fileCount":1819,"integrity":"sha512-kwl7nNO/ENFjqmbe6Oop5lgT3hHT2QWJOkJ9nW9JfbqRG4UZkTjIBFvHzDinSGSt86fP/aUm1FqePlUGUMQLww==","signatures":[{"sig":"MEUCICHHBk1xw7cf4dpXrVReC26I9ylNV8ohDtytgSupYDU5AiEAkOeAxzaqsk6I4UHgZGN0TZHHLEY3uXuj0NnI9qHMd7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10597137,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7SZeCRA9TVsSAnZWagAA/sMP/jmq2S7JQCCxYpOhwTeh\ni1h6TJep30tYPMPtXOXGDeuZ/HMNOGbacCFzvghKqX9edLDXCTvbqTJ5RVhN\ngj+PENvFSvbdNbvvP4DxCovfWuipUyBHBu9sMbB95ZuuLTaJaluKISSq00Ax\nzcSFqHhGCc1/h6ERmsYopx1XP/TCBYxTIPfNP2Y4jjL6UBKWthmFcoWqF0fB\nVATihAMLMsvy8c0n4PlRFGiEoTYHbt5SQM3ZZm5cDj2XtNnPMvMj01c4G6xq\nF6Swx/ksp9JTPip5pewS0t6uIpNv9pAK8XIv15IWfvw+zuH1OLgf/YivWQAe\nt4TGsamw/uq6ZZgXlT9y6mTPsv2biD6iXf7TARtktu0KFT73W0ljfrN/91ue\nOUfMiDpXMP1z1BG/R61LiQbNW9pmA9RMmxyQFL29zmVB6dPV+bTlh9uEHTUs\nf5ZlNklU/n2WC+2Yk6zjOp7WVgs0wBtlsJ1cT9XqUiXD11ovitafkggaTrCa\nadA5b/xy1mc7YO3bD9Z0BfDcuvrPyUQHb+gki4wJQ2NyL0fgQxZnZL31L39d\nrOPcTZwQFWUDok1L5BPz7owSCzf42qzz+yJnrxOQjhqWIz+beGAMXdIIsQ6D\nejA3ggvv/0P5XWFbAkODlGs1r5g67o29PEqeBXx8/CYjDH1yYJAwXxZtoGJj\nScwX\r\n=fBfi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"1e007bc49724f8db8da85355d15dcba6dc07748d","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.9.9","debounce":"^1.2.0","cleave.js":"^1.6.0","popmotion":"^9.3.5","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.5","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.2.6","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.6.0_1626154590454_0.9467844503859897","host":"s3://npm-registry-packages"}},"2.7.0":{"name":"adui","version":"2.7.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.7.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"c7cb824f3dae5fb04aaea8059dd8b9d5c9345fa8","tarball":"https://registry.npmjs.org/adui/-/adui-2.7.0.tgz","fileCount":1819,"integrity":"sha512-lkkv8L/JmVJeFroURs7K632uutlL3dAxFrOaPX7fXqB+SLCLEKb2Jw73/N+JkpIpcy9Hz4Gszz0t6LD3CjEEZA==","signatures":[{"sig":"MEUCIQCFzQpAQ+0qmywJYGsxzkj/8uZntIYMsnljWEBJVsFT8QIgM1pecIBGA67+Z10DrR5MvxMNA1OhxHbLvkD1vp0K/ag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10597342,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9UKhCRA9TVsSAnZWagAAxAQP/A594aP+RsxnloQCeovx\nSiPDDUQwqv/xBCB1+MxUuInpCzwsWZMQAifcjKAjE7iz8Kg56YI94+/Ge8QB\nEsmHSQKUnHUf2+7ecE9yG0vES7u2NgfaLrGAO3xeQV1Rryu9R7h0h72kuF8d\n2exx08/QuPdlxNCbDFuUSEkhJhZNd8+D3si25Q+ylHTBtxq5JixXdLIbLwCS\nReGu6VE79Mu2fr/x1qhEafp9f8csLeKJOjv+9/vstdjHTiFout1eL3DF62qo\niABjRH4GT3WJ4KkPkaCBS5Wq/uQu2MuG2J6ZYGBfdYHTd67xIkMhcHHSbNNq\nG5U2DQxrHfBWfs3227BTxEaJz1AcQ9jtcF5yz0koCPUkJ51ltwSx0XQ+ieWT\nUg3VH/oZNWaTUC6opJSUV5+0TfxN5teS+a92panzUR0J/yYiiaiSO4bP3aIQ\n4g/MADlUogcUPQa5oQuvzCDCJsBvaYuDXYclGK/MwTNWQXY45uk3eVszoCgd\nKyEatgP8GVUeMxJq4qh4OHmEzGj6THns4i/u7i0vJAKQ3Qzd1DkLAN7wiei9\ntzHUA4isyFoVXvTwsGtTnvGF2EhYmv16e/BPR9JgYQ2YC9VigpSTSg8ga93C\n0KI5+LFTQWvyomFxEMgo+z/hMtfmwkYLnZPgZeHy2iC+FxCPzPFJ1cs+Ixom\niuJK\r\n=OK46\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"3ad085b40d4e53e578e6a4ee40a42e43e13d94db","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.7.0_1626686112918_0.7546825304959739","host":"s3://npm-registry-packages"}},"2.7.1":{"name":"adui","version":"2.7.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.7.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"406e96507f76e0490e1225f3a177fc09daf349ed","tarball":"https://registry.npmjs.org/adui/-/adui-2.7.1.tgz","fileCount":1819,"integrity":"sha512-OWW2VwJdW4PSCxzaSoT9Hr/7wKvnzix/tdWz/yXfras9TKdmTHoMcqv5wmPPXjyAC3RWiRxdWv60EJPZlD/OAw==","signatures":[{"sig":"MEYCIQCZ3aDiDgXl7U9ryvWeWOMhVgXKDohaqT/dS1S6Rs5eXgIhAL4RdHmz8+E4bZ3sojbH9JjFRi5kURzbcE7xdcVnR19I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10597476,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9UQbCRA9TVsSAnZWagAANOYQAJczIYShX2KR//Oq1OMs\nNFetN02hAU+UWHo31dpI/P6omV96HnPT2tXoRAGROZhkAKfofZZIwC5AWX/k\noKQn9qnOWl8aoDGApyL/UjdTBVd2w28alCSFaFyc/hUKAU5lqRi6vKVraGF5\n3ahCxXqu4t/jVNygF6VqPWIJykkyNj6HlizERUBSkI/AgFS4SZ3p5AA+NEeZ\n7F2tKz8/lmkACWPXSHmpxV82qx4/OirZTIY+xsqaorCRl6HcF9v0GHEWsonF\npLMxIUzs2GQoAOyAH6H2YzIJP27jjQ2BrQnVnSyNzrkiP4COcOLuwUrh8ADk\n6kiZVi8KIgWh7kCBLRcPbvnxgvCbAiv4ARI2BT+6ePKDiphKeDsIqW3PWJDA\ngxFVl/RuV95TRM5olMTcpFNqgjfsGovzCJaavKor/mj75uZqgu5hvwvmiXZW\nkGt/nKt9Df4A8WciDbyJUHEsdRsKfdO4gi37mDNWnRZo1iRUsgV9m7/BNILI\nM3cOR7dRbhcVHfGt7uqzyK32aPbWTj/C2jR3nOK3LZx9bry1dU1o69L9q0p5\nMGi8vCH44KrcrFf5fgCwq54tUHBsqAWn0SwLCMAzlN5ziNP8fRh5Xh2VB6/6\nNU1nBeohfEdgPTDCOJdRadGfXQnLbvS2ZfAzCb6ElgtpasBr8XwTaBCxANqW\nZU+X\r\n=9odi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"6f3980658122c8c4d78c5fc3d3d91617ec4f3819","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.1.0","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.7.1_1626686490838_0.10095084387435493","host":"s3://npm-registry-packages"}},"2.8.1":{"name":"adui","version":"2.8.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.8.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"d2bf56d5f9b527b9f67e8d7c4474130eef0d1903","tarball":"https://registry.npmjs.org/adui/-/adui-2.8.1.tgz","fileCount":1819,"integrity":"sha512-V4MjEx3FfxVm8LcvObeEpHwZVWHwLERNBbTL8o3aScftvXMEA8Hvx8Auavz8mrrgu+nhVgxwIR3P2rdpipIdBg==","signatures":[{"sig":"MEUCIBviBbBMAJw/j2dTROsfQX+EQ3WR0dcSYEjvMG1RDSfmAiEAgYna9gYYCnFyBRSu8sYvO5I4tdf9IYJezJWOADfDvlE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10597538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9YJaCRA9TVsSAnZWagAAlUcP/AhKJyVBbB75CNwUxXnh\n2wZpzg1TSzttEdeenJD1DJtJ7jw2DaJY5cnYkcikxMhrcA2NqxPhTc/tJqcO\nmRHqo2PH8Jzub/byTsFlpHoh873chpy1/KdE5Xv5kqzbMrBjFTSyQbJyNHyB\ndCQb3tb/KEdKvnXZWeJ8qh10pCy7INQh0kTEHKsaRZWY8oKX4cGPj9olbEYw\ngO6ftgyArkD8+wyoFsxDxyMzLJtmlxExA0a0zlJvMq7j9mffUl6sYmz4eVOv\nHJwJreRIAl3rsKae0yZY/Kpv57LegY0vtoCvS1NacbB8ZDUe3MkqoGzxcPWw\nmNXfKSoiZdDyNjFbZ3y22hej217iY0V/eluqnVPrf4uwQuWXNS0X4YLY4S4A\nIe7PtAjJ8h+XZ+JGtxQlC6hsmZObgm91ptNml0FX0q/rJgoXP04xfuL3xNgZ\n/2UVQ7dGTNXRGczoU/OmIFXtZUvakPieSWUh3ZxPfkDG3n9HGpyQo9KnRIcl\npvIcRAfIcYqAg+EJicQ/6IhvN+7GmcWICMxobKZEmeXYmyeFxqCMRfJKo/T0\nkDxoshaun0fzD/IvIaTDvAwFJrFqOyncMpwXFny1JvAWoPJdLKRJTL6TTRzY\nI+ziZ9UYgRxcyPDUMLgo2UvFaANAkqX9i1EdnoEQ3jf4LDRq1G+a9062GzG9\n78b8\r\n=VuGK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"cbeb55b2b7749d612a6ae5cc2edf32fea84aee12","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.8.1_1626702426258_0.204058155041847","host":"s3://npm-registry-packages"}},"2.8.2":{"name":"adui","version":"2.8.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.8.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"8b9cb3187c8ceb4d38a0257175a1eae809a68505","tarball":"https://registry.npmjs.org/adui/-/adui-2.8.2.tgz","fileCount":1819,"integrity":"sha512-81s3PsUiAKd8yURpetm3Oh1hWljw13qNzYFDuzQIR8SgsUcMMYyE/Unb7K7moYAdXVQd6k2vj2Wmda9TN2IE4w==","signatures":[{"sig":"MEYCIQCUMHCkgAO8pzNXnnF+MFjfsWR6Ei/zE4IzizQza1alaAIhAMdKDBqJ+hV6472PG+8vJOHD8BFbInpYb/DUb/PTm4XG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10598036,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9mQNCRA9TVsSAnZWagAA5uYP/i7ROT7wNWL7tYoj45GG\nzgM3XxLKLn4d0FhzR0QQGNnnGqk2CC9H51gp2t81CYL/mdeRqyolJqDT2jH5\neXHMSmoRTMVb2JnIOPSkPOkVH3voDrBie1AFl+Dfsqy1JO1eJuBGX9HMvnRc\nT7CSX6+ONg+5ERoKUyjwNzAVVPL1iU6gO2fYGXh2wKzJlPL5RX78YoFJ6sOk\nP0ATbSThAlEYfHH6RoXksuLs5XvBZmbrDF68xpidanO/JXFyo7FwwfZuUsfK\nFqAgNCab1NIR7T5x5UHMqNgts6luwUclYCkajzqpNl26zjnU0O1fabmfM7JZ\nARqy65LbGu/6LgZwq6I6N/oEv9VcQgDkYxwyRafnIvE5tqQreratdPJqpZ2c\nl7ikljchlnt8wPQfZ9yxpUFA1Uho3gX7hjQt49hkCcmzGoSgal0S+K06KtcG\nSQWZfvghBQJR8Xf2UjtDlL4A/5cHU+eMQ8/hTWg8PI8CEKjSxAHoXha9Snnp\nnA5evMAwwT5RiprGjD9wxtxxYIM8EAx2m67SqIAYau1H/j0rHyWTtOIO0L10\n3MvFlIXR8BHPFUf2AqPjCqcj8VCBDbuAjZQzmtbMO2V+9xj05aycTtY+3R2P\nzEZgy8rFfcYIeqrYnKLnPAFCgOMQvTNYS/6MGfqW2b8OOX+4rgQf5BawZW5o\nVtYJ\r\n=FfJw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"f7b9a2c49946d6775db0952f7699a2caa1863f82","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.8.2_1626760205668_0.5727320798570492","host":"s3://npm-registry-packages"}},"2.8.3":{"name":"adui","version":"2.8.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.8.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"ecd33d2dac2f4da3afc6954a1312071bab1bb202","tarball":"https://registry.npmjs.org/adui/-/adui-2.8.3.tgz","fileCount":1819,"integrity":"sha512-6TVWndbUeqjIbfrcpASeSZ3O8ohF99DkvaipwJMZoGxIDWv3J5jI4EaGK1oI0woxclD3qOpnsSMOAoCGk9BVQQ==","signatures":[{"sig":"MEUCIQCbGYLqP1dT1MQlZK/0dPNhN3kvNPBHFtsV9Z9TFabUxAIgYphmXWvh+RiUEYs3R1bygkwjZc7H1ds0KsVcvX6GQgA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10603305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9nKrCRA9TVsSAnZWagAALsQQAIV5W1fNord7z+POCWZD\npB7BgDkfGOKsixT4tcf2lbcomcAN/9Fac7LlBBUs/g7hkj6FxEEwejUCE5d6\nf8UnerM1CzsUXqkUIrBy5JZ770XwEOWQ9Ui0GyeIAq+Oweqw5Nprxy3ya3dq\nY8qfbCQ4nbMcXgZmrrNAzWPMo/0G2ktoPRrIeK4BCX7yPw9mNcrAKeeFSVq3\nn9ilz7aGMiLTrLplAQTpHndSRZJlyw3nNOH/1zOIOw+SMKVKuoMhOuSpIlI6\nWjUl+s1gzUI2/FUD5bVCuw8gqMIwC8qpWFCSRYk+Z9UndBILFFcsyz5HADx3\nLK0PpC1vwQvM6lIkcE0AJjSHtiUlROp164EwTCcn+8QWYm54lb8/HKAgRkt1\nR4/CC3MJdQkungcBASHyGLj1dDaKc6oMplR21oj9R3rVsoK/OjBjHikFtGh2\nAfpFKYkcs+H9eznBCcP8hUb9qS9RxQ5hJRdk5bO6b23LGJTSVuoYMljC5O3p\nnfJiCTJVWGLs/Z0RfsmxlHbHwROIJwRKPMED8Vzli1VRSWmK+f778w4bGUH7\n6OsTSgLSCiEq+E+Vqj51duT7PSxHchR5mkpBbhTiGx2gaRFtM3TO9szFPVXK\nUxYYLu4pIZCGdmZj6uZaPj9pcObUZS9Q9tDzv9u+TxCNRG1EL9uhzB2nOekd\naiWB\r\n=9n0r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"db7e12b0267271569c6a38006eebfbdb73b53f8b","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.8.3_1626763947367_0.13365718753493883","host":"s3://npm-registry-packages"}},"2.9.0":{"name":"adui","version":"2.9.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.9.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"3c77d50add9299ca13c6c8484ecb8176aad9e92f","tarball":"https://registry.npmjs.org/adui/-/adui-2.9.0.tgz","fileCount":1819,"integrity":"sha512-qfI2dxOFsMw2/yoHRfiF08AAFkjm3uR+x4RCejnCAd2IzUFjDSJ9qfz0yfm7wN1RBummukehGImFjgG8yjm25g==","signatures":[{"sig":"MEQCIFjnXOvjnypVtgyRtNzcvdGISXrK72gqM4YLwj3mBj7XAiBZEpBgW1HmB5/33VAutOcOqOOLMYIzn+Hl9Z7SG+d2OQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10639971,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+nWpCRA9TVsSAnZWagAAtN4P/jzJKp9vovo9WCp2TJpV\nkf/ZBgV1FZGe+mtwNWfIBXfScvZ8ZaYM5ap9mURi/YFJTPMNcm/R+qwu8C4G\nKqqZ9zKsEHTQDyQoEY8kgtz5WHvosfjb8/GLcsFsAiVVYBGmCujCoqFXkvqy\nTnBOktDOy9lTgR2C9AWcAeLlKEXOfdGguwTtD96QTQ0+/JrveoWQ1LhODxNf\nzY9HB6IH1KGzEMnuCeK9kyVpe0BX3UWYyHZlyMLiPqRT6mUl3gYZWp5jj2X3\n0Ulfzr7yjD/jL5NtlBcEDNjoAFPVL5vAnT1CYTGn4+ZiPBuvPz1GfeTg3J1S\n/BCbXFAjQWXOef6BJeE3LP+IOiFlux+FCVVFqjSxdwZpy5aCPoUpo+0V85l5\nWR5OawfAQf08mNApB4MgRaSm+qAbG1YpdJQ6xiVFfL9nRBWFN6eKb1dPU/5+\n7pnJ3140RBvhUIgFY2fpPl+flF6wgUUHHXMduw94cnIhloLqwclfbPzFKUmB\nt+j72PL6n6NJSRAjQ/6kg7NhiSZ4mcDcWOR+8nuuNNn1IsVibKsJk5yRBhEC\naFaowQUnFcTsWk9wDDqPuVURJgsikTyEFEATCWd8MDJijt2pKySS/okAwo0+\n8O/9nSh7yzI1IBAkSJMswxJLv53MThj8Vh9vuOx0NrjyQVx9/RLKMvW6ZW/t\nLZLI\r\n=Ckx+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"809779cd5977ccf3b2d1d0ab70419d7753010415","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.9.0_1627026857406_0.5724922991778372","host":"s3://npm-registry-packages"}},"2.10.0":{"name":"adui","version":"2.10.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.10.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"de05f6b0aaec636c6ab8360e1042cf1307a203cd","tarball":"https://registry.npmjs.org/adui/-/adui-2.10.0.tgz","fileCount":1819,"integrity":"sha512-Yyej3oI+BspesAYzmj/XFfLy2haHKztezymcYFhRZBK8EOH8LWYFNq+azGFppEPR492qPWBn/vjEcvJaPskHQA==","signatures":[{"sig":"MEUCIDnk4cPcXz+LxQ3uJ2WXu8tMbTUD0famSoxI5KS3ViLRAiEAm/sgcGVXdzHuyAoLzzCNssTY+0h0vFYvEZAKh+2Dz8c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10651430,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAPpzCRA9TVsSAnZWagAA9cUP/Aq+4XjvQkR0wEa3YulB\nlrF6jVAxycDHHPZBgRNu+FOh3u9Jrsi1PCMf/8XM8FG/Zd43w97xboZEw5+q\nIUKhPtkiPELEJ2zGlb47Kj65AXEPEL3ewn8YOBtqnTghrazWL2fsbmUuHlEY\nbmL4VxW0xfLD9Gr4PZwWSSEpWEVrwZina/m/XekdjSeUBc44Emm9kNz+EOPh\nd6JGsp1HwvwHU6xQlW37g19DqyFhG4kMiZkkxq1kl2Jh8/qQQnX5j6X9VE+q\nXl8GAPjBqSeDP3dzgt6E+4rAvQRWTX4uzUyOSjDEIwoDTjVJlLpu+eW5npit\nnGIeJg4/2vhtXa+QgpNdjQHG08PtWzXhOtNw17uzKE39+xojJiyBq71Y6qqa\nGXD4RELBRVM0k0fkz2w5RbavDGiwDGTB3gKS68tzy8BOvGZUDi6WQu3az/aO\ngz8Sm43UwtTl9KaoovC1f1sA5T/RA5GbRCUnt9/hSY3bVb4+NAmJfa2WuSoi\n8RaLyIvY4+s219Q4IcI4Qd2jzdJNaIJt0FhmsE1JE5XjZCIODuaYd82RkKYL\nG7DWvfK2lpHwCwLrEbS2YMI/UutSC7JQqonCN+mLzGAr1Wv7QvE0od4umawo\nu10YjTUfzl0UWo8k/bEKf+4+/HEZpysiSTqQDppqrHMX124VH2mgUbvsCe93\n7hRL\r\n=Yg3q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"a40389ce76e4a84f07adf730cb4a9e3df8f0d981","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.10.0_1627454066942_0.5013854399644735","host":"s3://npm-registry-packages"}},"2.10.1":{"name":"adui","version":"2.10.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.10.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"2cd82695b51c8515bc1cbc6eae7e8ee333646001","tarball":"https://registry.npmjs.org/adui/-/adui-2.10.1.tgz","fileCount":1819,"integrity":"sha512-GWa70+wT5GoIRlpcz7RwwE5u/fZMXGMGZPmj7z+0KiBnZxDARjnmkohWwfQhw04upyRZkE0GpZ+B+DW5c9koOw==","signatures":[{"sig":"MEQCIGzvT6tY2gKsViahsOus9KXwWF3i/UiNBIqP7LCp00FBAiBzoewTVyGRrc3fijH3lsO12WU/JPiRoZunXpmh7VbxjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10654747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAUjlCRA9TVsSAnZWagAAUG8QAJMKROXJzCViKrLDaadF\nk8ccySOa4UZDweywd5emewggv78CXEDPdXz15R3gLmKwVMV9eLVFz7zyX54E\nTqhD/XRDtrPuM8ihLCIqLmnYsvrXJNDnE7r/2BE4QqhCQS/pBsZkENOyC93F\nY2u2fmrX7IxDHIym0cirijARyVLNxGp7I75++EDFmctM2RcMwXBQY320yo/P\nIS9V3oUWPmzu9QpNxvcPW7ReTk0ffSodEQukJcnDa1XPURZoOMX8esq+Kq0s\nu60I2mWPVtvLLh4nrSk760wHPPgRb7keUBD/vq+nQZKOBXeFfs3DHA3SOdMZ\nNP/t7SeKLr+lO/xGysB4e2Gu4anMzz4xXJRmAhfnsupYXIDdxDBVd95LMeOH\n5GDFH07MGdI/8JLfLxbiGwqXL2iQx/oRJFZD0nQZElgbvq1lHAAm1subPwch\nPwYObKi866XRuigxvb1BC+uqYOnD9Opq4ePl2U3WS/mNrFJq9GJE4NVRce+Q\npjBjSu7nYhehtuKBBEoBcaZvn5dGnYfMHghRzlghQNntxr0VmJ9afAvzck72\n8a1T6AFumDBzi7wtmeZYrQMUbRCJNAeFYmYwhj7LB1af9v9xBUxJIotUQ5W1\nUdSGvtgsyGdRccHG+YFs2MkRrIStrHQaHO1xCgz/uLZENlrJGCoNHCyTqBXj\nYcuj\r\n=Ldpg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"d4beaee34f1e2818f353acb4e0b360aa3e89f1c5","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.10.1_1627474149645_0.43079876012116025","host":"s3://npm-registry-packages"}},"2.10.2":{"name":"adui","version":"2.10.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.10.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"6e06d00d3dfcd2724335d0802d1cb26ec3a4102a","tarball":"https://registry.npmjs.org/adui/-/adui-2.10.2.tgz","fileCount":1819,"integrity":"sha512-YCkmVpFlzGYy2rEb6ay9gO/7JxyLFJoJadoN+cZzke91nk5cWabjUOuNvjqbLgmHAl62vpwFZ4QXoCwVFAub3A==","signatures":[{"sig":"MEQCIDnWB7UnjSsGR97cpbMCnM8aercXbbLTia2tbRh92kQEAiB53rY6WIvf48KlYKF2w2mFaYU8BnDMOGAjgxlLMJUxmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10643830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAWFpCRA9TVsSAnZWagAAI84P/1vgF+lNuSQfWK4QWmy3\nYiUljaZbWw1c6YvJ9Jbz83aCrKatgVbMuQ7ea+UKlSjVyMzXnpTNQoAkAI4m\nDHvYa+xDJB+2HkCtTEU1BO1nhDqMhOMUWTeDFNHaavFCTjO50iZoDwCca9Ap\ns4Y8/uTix59tvfrFbXQvLM/ZdOXeMTgvnGWYq10QxBLAi93QxJ323PNk4YF/\nmpxT4KTUsogcP87/WoBGAhhWnjSYoyPwqeIEsZVmoBQvtAYlfxQVOwSsZgVv\neE1f+hl/Kbj6hdhg7hY3XCom5Wj/qlByxWs5siv8ZKkD0+npeJLoNmVFdp0o\nposAPaFjq5LohkK+W15RlIx2W2HQ7VRlMFjgCdbFsXMPlDDJx9rvpvGdnroQ\nVd0hiYjnygllWEzQnq5hWXwJHi2mZV7lLcaCY0F6MMUUzLyfp/mBZh27uQS2\nWdy9mXfj2rtSng72r4bFGu3dhn89tsaUXDtwRzDndwDIhVkB4ONHgKH0Y7oV\nldrTFsyX4xNQWdmiuwY518RvFsQflIoB8pBVKJx84UxRfRrbnlTFGtLy64GY\nkhBKX8ipnoY6mDut8YJb7LHXsxB0/iyMQY8xb1z2wdd42ye3uIu/9i6ElS+A\ncNISDUFiXpgeJDdwPVusd2o2kKfNcGCIuEsGaK0qW2Uwr1Xf/3XryZA0AbV3\nvv6A\r\n=UH+B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"26f81c71e5306a73104dea253df0b0f6d539c2e5","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.10.2_1627480425156_0.7016892921221027","host":"s3://npm-registry-packages"}},"2.10.3":{"name":"adui","version":"2.10.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.10.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"301343acf4373ea7bb6d591074c66a5673df8cde","tarball":"https://registry.npmjs.org/adui/-/adui-2.10.3.tgz","fileCount":1819,"integrity":"sha512-Bpm0iNFrY9l6Gc7nJcxvO29+934WL8UoC4QZYYZwEe318HUxaMSzXlibmmgEckM2lWo8ObNaLUrGX76U8oqcEQ==","signatures":[{"sig":"MEYCIQDDTVDmpHFQRmoRAkJu+gp0PyPzR3StD458L8ZCrlWN8wIhAIEOylOI24Ycv1wotEaiBHJ5+L3nFn8kQk0PNgeCOlFs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10643884,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCLh2CRA9TVsSAnZWagAAa68P/0rHJmCbARkliwoyaJUc\nw6eGgrTOICn6vUXDwsBylfJGKeHfRfoyoc9aygcoBWppZiEr0TMR6wELhPwp\nBp2LcW7m8EMXnuFw64dqYh8JUpz4Avv9myQ+TjIYRpGZnTMU4Q+mqhySCsoN\ngzVf9L+NTASKFscIP/33d6vZdVEPIFItXmKo0ebPfkrx3n0ySytAx2ktO/Ie\nkrKsRvEJbkLHvF1T8KjlNbtGYn5sX5LZCetgnhIWYxJLMI0+3JxOPZ1ESw8C\nND4hVypJY7sS187KAoyO+3VRihV501BokOAAn2hLijl7OyMWMZqMRPMErVKc\nbMrBJD6goCK2/dWF7ieZHZDrnxVc2q0/KX+LVo3y4FHIYsdmyNEDV65ZULgc\ncGvWIeW9oFntDkx7lmR2l6CrPc0Kd/4w9ZwCjly7qaWQrsxQLMkgN5L9Fi3S\nWaPkeWw2bzrLV7ksFzqCDwjbnjeGR6nUdv1w7ZoBxPUrPJBTHDlCo3gbBI48\nyQ407S8Emktdyhd3NbxpCAJ9cx9D+3xI1McUhMhIIsjLwzIVHNbDkQe1ti0e\n7KVY7G2R0DJuR4RbUn6zR/4Lu9bZop0r4LTnZ2RtADKr5IX+CmNw3dEKvagc\nPPX5SKUbKP5J8aSSOYb07slQnOGsJ8lE6XUfunaNAW4loRCqiDgjnqgKkoeH\n/QLS\r\n=nx3N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"a175a5fd5b9ae70ed2cde89a20a7065834e978cf","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.7.9","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.10.3_1627961462533_0.7417905222115213","host":"s3://npm-registry-packages"}},"2.10.4":{"name":"adui","version":"2.10.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.10.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"1dc4662193f93d6f74da14fa2d2ac9fd61ce2eab","tarball":"https://registry.npmjs.org/adui/-/adui-2.10.4.tgz","fileCount":1819,"integrity":"sha512-IC57CFWyPcNP0Ho8CJFenUzFXfB+1rKg+pUihLM+m1m0mRO/hrNsUqdR2WR9Gi1DVgtf3t3DaLBclX00BUtexA==","signatures":[{"sig":"MEYCIQDBhjkoCTe9U9KVaPftQH5WSSi1EeM8rbXZAU7n2MkN/gIhAMOH6pJcHcQGqilW70q3Asl7YrajGEto0NwflNiR3QjX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10736364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFMjCCRA9TVsSAnZWagAAFLkQAJsyqk7WPULBqEB1+RVa\n1Hw5GgnIwc/HidtfIyT1mvhh0tjl+e/yEEryAn8mbrJ0NZkxSZxC0mRygfsl\n89dC5Diwmw18Dd4DSydIPnsfoxcesC0I1sW5GwKhk5IC4QtpMoBWqI+TXmOb\nWALtabb74yrPztA3qPWyh9TBxrTADnRzkU3EgTqAVxejqEoL/B6ARbqnHwRK\nBR9UqgXpZgcx6qOM1PLr5jRjdmt7O1tgoqLqXC0io52fWDby9wc37lUP+d4I\ngLymRnSna9UEgIREPdvRnSdtfB2VQzOKcYT9nZK6i6pHAf7YlDQHtmjTN+ch\n3oFJuTBqKJOM7XgcMb6W+qxa3V3Uu201FKOZ818AGFjU5MLi23tQ0nRUNySh\nzQqmIMykxMWmfTEFROS1LGiwkqjHgiOeWxDZcXupkRKDeCX7seJaFE/PcEOE\nLPLqV/rgnUTrZMDvCB7dBCd3BtQCsJJAB/Ad67sKazvHWAjU1m3FVo3bJqh2\nqtgVPSIkGffe0vY2sl3ncHTj97T9DcB/x/H9OGQgFiwsFimaZMQNHNUdKzYs\nX3KGCuNth3a18FedVe+XZhw/hMT0kENrDemOZVcQ4jY0f1jULCwZThkc4YZ8\ny9sN6RuNsS4Ft+oM9D/BaHDhACm5J8vCr84SAhxCpdK6XoOzv7MMGorB7u5v\nV82j\r\n=VP1J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c9d8d0fc9cbe5d67435f7c0c3baeb1a5372df8f1","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.13","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.10.4_1628752066036_0.3607110128923412","host":"s3://npm-registry-packages"}},"2.11.0":{"name":"adui","version":"2.11.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.11.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"918fd3c3354cee37e96aaaafdb4ce480ff1badda","tarball":"https://registry.npmjs.org/adui/-/adui-2.11.0.tgz","fileCount":1819,"integrity":"sha512-n/EYw1Id/Aggs9UI0teCsqR26jiTOnp1rEu/tTcytEyeG8zQfxwdCSSELTXvgGFZqcRTYlNprpnEoEGvNT01lg==","signatures":[{"sig":"MEUCIDE3RZ9sk7/NOk8j8jZs721ifNcZuTrncPbBlXDEM7d2AiEA+sNSLMsFL/kSKi907M8HXy64xSCwtmi6DnSseU6YAuQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10739110,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFTxDCRA9TVsSAnZWagAAld8P/R7fY/D4O4DtACEnitZk\n60WsT4kAkiVyZPL2UN/rpsihgbrHVNVvcl4SK0Lqw0dWzgaQuPzgTC0WepSR\nE9c0z0VCnYVi08J6xuH1b+QQM+52qVYItWPmuSzkYveGBm6fizBRpNeBbQy3\nIL3oTicvokimfWMfcNljl3TpIt3HQdlQEoKgVLVKnYpCEzJGkpNMFn5d0jvq\neXW2sdeKFnyc0SR9vgfq6UaueLaSjc7mprmub++mzOmQcDyDIsHIEA8V4v8x\nVRE28qbqH9rtRQNkraMgPb/5xo7n+gAl7NGmJTdvsikO199T6YWQ8K5IMfLB\nyS367ME9bijHduU5bSgYokAB0a7drukjxcYRvJpdZBdPKouzCS9hYacrIpv3\nM4kHJpPiQ05R1+ZMmEptLxXDU0YsxpZddVbvVO3UzhlqHFtd+ZsCG1g91qFr\nmMGxOht9ZYByQFnUPSqdxV0/dE+dLxKKAuaEuMgrwbNmH6rRB7xR+GaAT5tb\nx0AofZMObvxXL1B6mgD4vLet5CSHhtNknStzkUvMXqay7h1D4hzTSsP+ekqt\nVdh7PT0lefgzt4tjnd1WnIKY7/lcK27NgZcBeJLi5SIkUK5FaNbPwBrWJmyH\nFnjhostCZZzDbcOry2qijzuFszm9tn6tdvac4yayDy06gwAg5aIjP9j2cTff\nTI0e\r\n=ig+v\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"910620c32556b92b1586d93546790ae006a37245","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"npx tailwindcss-cli@latest build ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.13","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.11.0_1628781634967_0.6419521544729954","host":"s3://npm-registry-packages"}},"2.11.1":{"name":"adui","version":"2.11.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.11.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"95aec2b8195c7451e2d949f0ffeaac062763335e","tarball":"https://registry.npmjs.org/adui/-/adui-2.11.1.tgz","fileCount":1819,"integrity":"sha512-rzC+pU5Db0VDh9SDcbWESF+qf9Y9jg+QD+dF78247UF2VI6dkkn3fnHsc5WV23dKhOlZMw2UCCUZQmhvLk3ryQ==","signatures":[{"sig":"MEUCIF/UMjKrzT8lMtvJsD+M6P2Uyb8hbwV7XIdzeZ2ysx3BAiEApvqXWkQINz74YuUAHk9rD6CZ8I0aT7v/3B+FaI+7LVY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10739493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGzSMCRA9TVsSAnZWagAAGy0QAISqvsmOhgKnOeP1A91h\n6WtACOdmtFQBLuLEWiWMTDH5hUvyb/jWZgFPLugEI/Mz3eCgNSWwOxGFUIXl\nxXnupznjQKiDVGvfiIufdSK3hYCKmUCDVZigNid32RUssQRwR/0kx5qQ5aDN\npgNWztp4qN93MXInDJXlji6H3N/IiA08sPMW9flvbowazFiPO66DrsgsrshS\nXt61KA+HQVtCpXOlnD+Ewhw/9Temgz8FyxsR2FpsGCTQWzkVFuefhcqMXxvV\nS0QLWqRfUMsRV5G8lcoviOEwJVfeScn4apMKRSVpUzJ8C2azjNkJBZtMKT9l\nfoana6Favboe9rHyChv0pWUd69zPqPdbPzubeUKPTba5RCTDwjhsRua/jLhd\n6IIL17ZJI9n0QRQbz74CsM6xHaufzO9RwSkmU0CmBRSXSq6p4rCEQ/TI3fHY\nQeDO5YQ+4K62q/i9u5j4Tj7U4G1G08QkceQFvi8TjtgpS2d2XtcbI3umQI6b\nV0UBeOFs7zsEXU7P9iHqIdalinFt9qAhvXN0e+EYAWmJvSqFlGiWzlPAwZg+\npUg+ciD5mcZNclWqee6/CsSW5Xc1wr97weM3bsaC7LtnbdLtYv0xUCTQYmNq\n51iDLvaa0VOl1wbNpoAGQ4KT2ov512BvR60njnUFJL25n4G2rKnNO4y6b9CW\n0/SH\r\n=exst\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c64ba03afb142befdf54807ae8291a14092f8a46","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.13","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.11.1_1629172875746_0.11287551987698285","host":"s3://npm-registry-packages"}},"2.11.2":{"name":"adui","version":"2.11.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.11.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"df0a49096aa8f1d77c5ab6388cca5cc305ddf18d","tarball":"https://registry.npmjs.org/adui/-/adui-2.11.2.tgz","fileCount":1819,"integrity":"sha512-XVWn9kah7gKEOzWrsl3rQePLLUsTt0KFj12JYNHZQHZkUj7M3UzzT9wi9D9Dp4jnht7EcxTpGIdHdII4qCCbLQ==","signatures":[{"sig":"MEUCID2cgGUChjD0CZUDD9fQZzyiTQzJKgXgHTA4o7aWEat4AiEArexVYY2LBtyUQzr0mhlhWUUJjQFHTXS2XBrOzEo1SCc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10740874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH1kWCRA9TVsSAnZWagAA0XwQAIXq/EDOzCszjP/Yua7m\nIVSI+BOf4D/Xc88iydFwyN+Ct3CiSolme8x+d7AKE4ovRj69GaYq2y5hB64V\nKXeTfWZ7OYXhx2vaX57QBMshjmLfbaIUGkiMX6o7CaMNoMH1o+WdH/VLo1EM\nWkAP5KOck/T6GgnSFTVjQneWHjkEqvmE1jHnMAt/wryo+0s/pirezsxztPrc\ne+rc1SjxnNCaSbXRwoY5a3tSwIR3smeRRVKzgtRVJnJpXu+9tpALVBwcS7RL\ntgpQ6vhlaUkfyyQQts4KRgQohCuLV3HRD3cm1MhsOWk//jN9m4eB3oMe4nhY\nZVMmYccUWF63PjKtxw3ByCC6x38dlfa36/EaG7wI/bVX3gz/gf8XwM/dwfFX\naVKkQxY2/V07tsBy6zg8xfI98sjIYbMPeA+s+Sqqie8u/OKshaZz97ui6jW6\nxLG7omQU+1N7470Qm+goh0PsfAq0JIV0zrPxbWibsgRuejOoGfeQsEW8PZPV\nMDV9mifaxq6oX+8iIh8yV06qCkFQOi8ltYwmnzJog7gZXMgGH9L3l5E4mqMq\nFYjX+zE4uGX6EzK/k2fCGsGvsE0wc1PYI7HSQSHuc7nRyb86j9Frj/MXUcjv\nO+1aMPD6o2M8hnZfwI/UY04oKS6uFVJGE47bjJxNo/6VWeCPFhzvl0R9rkP/\nDIl4\r\n=kNAJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"9789f7cf20271ef6b20fd184d12b99acc2c43af4","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.13","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.11.2_1629444373894_0.22184398847608344","host":"s3://npm-registry-packages"}},"2.12.0":{"name":"adui","version":"2.12.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.12.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"c65cd83660c8f812ac2e211137d669777bfee19e","tarball":"https://registry.npmjs.org/adui/-/adui-2.12.0.tgz","fileCount":1819,"integrity":"sha512-jQBiwEIg8lgOV6dkWPFR5VEVT8Pd8WyaaZ96jQsc6WrXMSPcZlp22PFdS1IMPcgM8kxgWn+OE17viahq+OFKKw==","signatures":[{"sig":"MEUCICCTr2KeoXDzftmc8nPJapGH/F4W2KFJP3tSvK38FSWHAiEA5vDXrRgyB6VxVeS4qTpCBcsBrli9xHk+c+hWzZITmEY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10742809,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLMwyCRA9TVsSAnZWagAAKlUP/jEyhD1qsHStyw1EkLg/\nDU3LLXN2xO0KOom3x9bIlJGgbFe7/vX47BN2ztuxN1rdEikVAbLIuQvJKhvn\n4/lko7+5ZfCix9BN1DMakNY6cdy/VaQEtjG8c3gmGOOUdPX15ljV//CD0BXa\nbCE5Dhuoqk6rGD4t/nEPtZRbpdERisN+FFGWz+bE2A7XKr6Hdl1zUvTJW3VA\nLavZsreowut/1dUSyI4Z6isZ+IGPBnYkYbxncoeAnihhZPGIZhcg5abAPaSq\nF0MRdcQrUyxMmCCwg3kUXUJZvlhaHOyRcKOeSvXF7ZJd+XaKdl8kIBZHFptn\n+ZA0KYeK+gkZv13IoQ1Wv8OyV2NoZ8/bKTAdBqG/mPIZ5Bf1rq0sx5x/DxpC\nm+qosyU6s5UA5X+bx5KskzNVTA8XNg2/ubbOJ984IZ+BykyaXU2dQSDJXQIC\n9xZ/bEX4qTKO5VppKeCQHIJZIVU/MzLHxqfHP4ADN6Itcs2xWghVqtwGyNSs\nxw6qDYxBGDg2GVTn3It6zi8cNeMgQiOULcp1JEJBt8XHXaXF/VU27392Vs+Y\n+mQ8ekYfxGhMa2CAWvRJtTgBT0LwNHs/25SQYAIhbiluIeaOhWmr7HfrAtCn\n9oo9scqy5M4yD67uSWk5pbIGIJ0ERJnC2Lrkr0M2eeC16yy1VuRgI7klcV0Y\nCJ3I\r\n=umum\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"38c8ba7f5eb615a0e9ce83f00954e016b2833e93","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.13","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.12.0_1630325810111_0.09587580427525544","host":"s3://npm-registry-packages"}},"2.12.1":{"name":"adui","version":"2.12.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.12.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"5505c9db3165665259c482aa6523a3b61e027691","tarball":"https://registry.npmjs.org/adui/-/adui-2.12.1.tgz","fileCount":1819,"integrity":"sha512-5/v84tUuJK37blfu7TAkIkW7bF0QSM1LkQwhzcoSbHKHHD4E2vWxwf6EqMjlq3RtiFEpp0vLoX05YWWkhgJmsw==","signatures":[{"sig":"MEUCIQDYtLRiiwxuE7FQAQ3Qr50+G01wqOJTly3W/Wd6IOpQSQIgS/I8I0HjCdFFeZK+7JRdVfq04GnzPhbYuHdjz0lxFdM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10743774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMgyMCRA9TVsSAnZWagAAWbsP/0/XeHeSCRhJXUtb7hY8\nzVdrpL/niKV73tWwne2hvs9ZjaImDw8ij+1hiTE0GrWqgF2nPeCCdGroAcFX\n4tk/DS0yWkxSGmlwl2VT4/x/DpE6S7iI5EvDzIaq5FBxIS1mkVKm7uHtlhvM\nz3EbFmkh1IUNPaLu4B+8nbj+I6IReIIaI20ZwPCE/oNNtx+3oViIvFOGxxzU\nnmgatM+7qlzTiJm7PUkw2e5CThMCdkcD+k8oGeLSnXQAFxYt+KqYoVZMdTYf\nV21LwjC6mCmEKiDmbHxFN0eyDAiPjJuOLU3iMWV6TliX8SyUmTbnXZQR3kVq\naMQ51P1XvJWTMiMlO6rDbI9P7NTULsvbkEEQY+GXlwPPosSkFq4ejHzfBskR\ncJ/5K1eimpyZtzQb9FHBD9UIlOZLdRAhWh2+kIKmh1LDmbYxtUGr76QdWUBm\ne5tViZI/wE4t0Ty17cKY1oC5Uj8CycV3Du1IXCxel8xrsUnAD8UpYaM6EajA\nBh94VH1hfphdbs7thIt9SN9WTkfQYr8E0b/hy0/PNSpJ8irflSLD4vpRN28R\nvDGEYDH13fsFa7WtM3cq2/O8WLLUty6IvsIx3qJrRuDjQlAPQnn9ix1T/gRJ\nHirwwjszj4QUe8NB2VEkfvA8JHsLTRcWGtebCn20pcv9t/a2j/QQIv6w8dT9\nQK3Z\r\n=3kCJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"4b511ded788cf1be27e4d1892b753aa5e35d2ecd","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.13","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.12.1_1630669963935_0.7408396358410159","host":"s3://npm-registry-packages"}},"2.12.2":{"name":"adui","version":"2.12.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.12.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"406b1a008845bb3219cca007e035fb1f197f373b","tarball":"https://registry.npmjs.org/adui/-/adui-2.12.2.tgz","fileCount":1819,"integrity":"sha512-tv9FXqpubZVJ+UmrRn+BR95NL/eiVWiAYKzlVSim0cbO0Oym9i5IGE2WFktbU3pKaA3iKCTjsPLpYpy4KljDEg==","signatures":[{"sig":"MEUCIQDxXgYa6N2WAu8mPLiROVHkFB+lAuGPgv3GHkD5XqEuZQIgf2Wz4sPBb0ubWQqE7Cz3tp31CXXEVvyfjZd+SJJgHqs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10743873,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhNeTsCRA9TVsSAnZWagAAtyAP/ijX0lQeYtp7tQUW+a9S\nKE8hodZaT99Z0kxSul3jaGsz4+Xj2YV8WR8aux/4G6Z2oedgbMqXQb3S62lF\n9mupDQWgkBD1NPq4BcHKgrPL1DcqvLcwHS1DEJV+0dDzwRcc1di1NyufX1dq\n9H9aH1MRzP7y3WJkp2Xata2sL/cgJxcz2Aoge88xOsVo/8xmIk5oyFQmCzXW\nBX/Zu8d69xZhUrgWvmSI4rzm1YbTtwP6+xSfxGZllRbTzA5jpsk40t+r+82j\ndhlZJEHzYaWIEjBvXmqO20qRMk/plxeFvFC1rL0wSaMHknuuCyXV3r+v3XEc\nG9+vhHWr3hNw1FmLlHQfnU+MVjiHniCeB8tGwyHOLpG7p3Sk0ixZqbsohReq\nj4rP+PsMPkO3EzZVIjrOVe/oHdGaAcH7yH2s1//Bn/YCvVRPY+IRHh87+fUa\nDKI3vUi6vZt3zqskfSU7Q4VSdTvQadlgUABkHxkiS33NOeKF1H7amUanupnP\neAlWNrRkTyoyZ6CUQ/GDhre5aow4O4gRsf1wvG8gmUi9yThBn0QlfNn77T2U\nPLH/BMLLZOVJfd/4lzztS9Y5G796Q6GURbXIBiYltU1RxOYxj+2vfG0a4E3l\ndrFtya9LJs/NG4sFvZc3QX6c+dXPYTDeikriI/jkOiuLo9CnKzn3QbVYYKq/\n2Rj6\r\n=IhVo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"72dc68b33537d3625960af147cad0772eb1a20df","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.13","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.12.2_1630921964748_0.0028538596362139845","host":"s3://npm-registry-packages"}},"2.13.0":{"name":"adui","version":"2.13.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.13.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"be1e73821e99eb1ab4e3f672436e8a9870d53ac1","tarball":"https://registry.npmjs.org/adui/-/adui-2.13.0.tgz","fileCount":1819,"integrity":"sha512-l7oT8NaSclYnBg30Wz5rPdtUDalMT2WcqE11pvkbpHmjvToKk6tGhSd/b2hKA67duDVUyMiE8tw3IzkDT+3APg==","signatures":[{"sig":"MEUCIAgfvtAIQYeqFkrdYQIOuJyq2OluVin7Ot2mxETNQaHjAiEApVCY58XjcVXg7psZIc/c8PZ7ICjHaBS7O94FZ06VDYY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10759114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhPqI1CRA9TVsSAnZWagAAcqIP/0RNVLnOBk4O+mXlSmLv\nu2BNwkmvcmQyqRFBlZma34L/u8wuIZpJ93pUgmiMZhhYM7l2fGbB+0FOnrgO\n2+dIuLZxin5G64FYBpo+2VY84NwpQ9pWEJ4eDn22urG9A8Q5ZYMsfqB25JaY\ncs+RdetkClPhZ5G3BEZQqyTTnC8e6i2TlHZhxMzBYPMXDb1X61+8wxx2tUoP\nwy6vGEBApPJjKf32T+WIWd3DkFXXNrudczLoNK6nsMHdbsbxHT00yfX0Yenw\n7Mk+epGlcjXWuZuthUFuy1OwTDk3wk5Z2WNbr+aUlua7gdFR80htr4R47qoq\nsm8hM1tq1ImKjDJQCSj4lvdO+shbmrhhCLmqUsgCEcv4ZirDr9C+UpeNHg9i\nCXuxyDsag6CCW9P0FgOg2Zci+b1GMvw2XTvSfi50V5T5YBbau0+qJoG2WcEQ\nLWbbpbQ44NmjUEvFyjWJMazi0F7ZgsrfxQgRHviqk4iZACVmqyq9MxzAGnsL\nphXU8Hdx74Y+3ZdndY6PDvyHRxzdxa3RY0qO4syEWPcmLaFBO7jqdkrnNbAB\nvD+ZO95miLXVV/zxrJJarSOBi6WHT6yqjUgoSQglX9wVrdTr77PF0afTfRz2\nGIUYIY8PFq1CvH+85ANOL6H11r6N7RyaGD6Ri6k5/Kk790tf/mbzsC8PiW12\neXaz\r\n=H5E7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"fa888d327149730e674ff2aa720b869e0b070a73","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.14","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.13.0_1631494709645_0.1793022207833168","host":"s3://npm-registry-packages"}},"2.14.0":{"name":"adui","version":"2.14.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.14.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9e400620055beea83322a625ef060e5a4eb17b7f","tarball":"https://registry.npmjs.org/adui/-/adui-2.14.0.tgz","fileCount":1819,"integrity":"sha512-sPvbtj+sHh/05ZGy8c4m/496s6vjN860/u9vEnQGB9Yss6YRftzY3DGAcO0vtZmYAG9DBxTmAVjbvQGemiF3mg==","signatures":[{"sig":"MEYCIQCys1F7aH7wTazHR4AIG4M8uWcn/O6lM+3rlLlZUaLGgQIhAIXLH2cf3cAZvdaiiW+EQqotmBH2gqNHhJ9QDFKlc7aY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10761697,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQcA2CRA9TVsSAnZWagAAHs4P/iehFU9y5K8gb/3Bh2Rj\nkaCckxe0YodSL8xbupy9XYbGQ8SDIkNpP5uybsjI34brC3u33fxgXIptHWau\nhlFFyDAUekaT4h5KPXwT1S4O4g84dIIhgff+oCq6ac34hkIouyW3hcOoh/Kt\n2CCgly6Jsc0R+MyMYBcur+oAz97bmQaoeLgOI5tlIUKHBQ10J+14LYBZarMw\nJZPCmQ2maN3Zfjh5eQvoiGexLJvkbWnUv8HH5AYGhFX6GagWqXLJ92iobHVS\nEX225cqnIOWLSuruYtB+7rYAxrb4hhubvhNpJKaELPScNydB04fTNf0NGMAs\nE3737YiigRX4Tz+kOv8goVhmxIEBdcux9wrXmW0Ft7X8WlF2cSK3qDsfHZkE\nYs6SxVUfmNVsdT2Pasv3cRMnIal0ozDeSUtodf+CAq5RrZUl6k+fHeN4x9pY\nUct1SXtULg7qnSwgjlxCrzzpME8zqCxxx3B/Vb+vq4WbQIjrS5NSc/pHJVZP\nwPa5LsgaRuuBep54Paf/eARQ63Xnj+mH7AdvqRulyVwwFyhwdblSuMxYgDRl\nrArqHhRUUT9i/HLvdnscb2qc/e4+3ABE1yjqc7bAr0S2TWCgq0pwZhVet7yC\ngHZVmiN6npTuE956VARgmL3LNfmtYG78eU01I/KrsVKN7uLtYaNWEl2JFR63\nYXBM\r\n=+pYl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"3092a973c111149a9b6fa27b9fa580bff207d4dc","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.14","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.14.0_1631698998595_0.9810872774456572","host":"s3://npm-registry-packages"}},"2.14.1":{"name":"adui","version":"2.14.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.14.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"d775ce0d6c3a02ba32d5cc92135c259b92fd020c","tarball":"https://registry.npmjs.org/adui/-/adui-2.14.1.tgz","fileCount":1819,"integrity":"sha512-uRCYUxI9l2d3QxNpuJCQbisAJK0MMlowYKJQ6/wN0x3rP+Ybla1p7Ua7to+rXohBByT6g1dpwHZFPpp6ee8WnA==","signatures":[{"sig":"MEYCIQD7132JJ5N/Yo/qeU7vMZ4MSayINhfyn4cWhYmaOBQ8JwIhANLwp+KrBBXhiwh+/hCvutM46HUZIsWL9CJd6PHXUHFg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10761835},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"2882270095783674e26aae4533d03c0d9a72f1e4","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.14","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.14.1_1631950667557_0.11757101855089003","host":"s3://npm-registry-packages"}},"2.14.2":{"name":"adui","version":"2.14.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.14.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"a8c196acd194119df901ab2a8773258e216f2e98","tarball":"https://registry.npmjs.org/adui/-/adui-2.14.2.tgz","fileCount":1819,"integrity":"sha512-gCyH5CTVBw22VjCLE7jPqnKpiFJgQTfyvSS0cuolKk0bDM17whv3bFFgn0WWlbHmX2ynK5ugfvD5yVlhVqBo7Q==","signatures":[{"sig":"MEUCIQD9GGFcJEjgz/nSo911cOjCXei8AwEjapNcNRRI48dVywIgc1adDsoJmh0wZNkEaubcq7x1fDzFVSGQuc07x0zYwXM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10761923},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"cda7d9573051842c04dee7550f909337ed319166","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.14","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.14.2_1632280782038_0.7921976184177977","host":"s3://npm-registry-packages"}},"2.15.0":{"name":"adui","version":"2.15.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.15.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"eae9bc0b939cc6749380216e0ed3f38e9a0870db","tarball":"https://registry.npmjs.org/adui/-/adui-2.15.0.tgz","fileCount":1819,"integrity":"sha512-NRxPwKmgSz7LEZM1m1lLg2vUdEmEeFvfZcnseaLo2D1STz7ZyjiQCJHSW6iAPOCTc92bHEIB0FO8Qx/sw2CJ+w==","signatures":[{"sig":"MEQCIFWzjMMUzb6BZvYqiCQ6auNBfWCB6W5QcJI2+bm2K0iCAiAiFM3LCV4bmjQsrkxc++6QXGoyO6mBkAl+l7zphjZsag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10767675},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"5079a82351c15865dbedf6dedbc7a05652a67f9a","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.14","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.15.0_1632915176257_0.798066127888055","host":"s3://npm-registry-packages"}},"2.15.1":{"name":"adui","version":"2.15.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.15.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"ceb1e1093cf25473d884a27eb6c2a95061a6e82c","tarball":"https://registry.npmjs.org/adui/-/adui-2.15.1.tgz","fileCount":1822,"integrity":"sha512-RvakYL3YM46NIy2Eisp5z/IswRDSXr3kAcZoDOQ99wXZh9G6U1FcyAvgz6pPj6+5EpLhYHAwohbwWPLrVJsP9Q==","signatures":[{"sig":"MEUCIQCJ1bNkgzavyQlzWQvUX4JR5pb8kiG/l5crak6aVJNPBAIgSk2uKNnMYu/FRBtCeqDf9yMrCzaLWNXeFlkA7za6AgU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10777187},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"97906253767d97f4c0add68044b46566332fa10a","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.14","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.15.1_1634034109950_0.4184371471803603","host":"s3://npm-registry-packages"}},"2.16.0":{"name":"adui","version":"2.16.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.16.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"1f56979fb318d6b4648329694da75de7d620f37f","tarball":"https://registry.npmjs.org/adui/-/adui-2.16.0.tgz","fileCount":1822,"integrity":"sha512-1nVcbDNMa7UAIxZnACuB/HosQVErQrrdnzDl8lhBdUVkC/oKOX7j49yJDw4aCmXYyTd9P2psl/tJDQ1PyZ+h3w==","signatures":[{"sig":"MEYCIQD0Unhka/hVk01bdOcrDCE/ypU4+WTb2An87xkoM1JPyQIhAJs+9QhSx1CunYQDiZkpWgddp3qUSiwBcJ8DNt+QMDyi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10778487},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"9a2106b89872920cfc3ae768b6db85d7b2b4ca87","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.14","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.16.0_1634634271365_0.520059657465701","host":"s3://npm-registry-packages"}},"2.17.0":{"name":"adui","version":"2.17.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.17.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"3885b728c5d64b370c587b1d1546a6aae49badbd","tarball":"https://registry.npmjs.org/adui/-/adui-2.17.0.tgz","fileCount":1822,"integrity":"sha512-l8sRP9lo/Uf9CiEvCbc1W96FvhYIQH1Q2dNQNYIra2G/y3tOt3iEhl3T9AaxsWhGlpCuzkRe1NY9cdh4lKDfAw==","signatures":[{"sig":"MEYCIQCo8IPKJ8+0RR22ZBgozex2Enytm3NhC5nqHtuGRoUhSAIhAL5PDLcmMhmPWwR8BFaZt96pZPm9HM/wPRfSeXd0dm8S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10818570},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"12f11d636ad8bedd431b5fc3b996afedd67ce5b1","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.17.0_1635307393882_0.6132473844554003","host":"s3://npm-registry-packages"}},"2.17.1-alpha.0":{"name":"adui","version":"2.17.1-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.17.1-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"2c9cb9ea4ac7c0921716e8808cebcbe89111fb21","tarball":"https://registry.npmjs.org/adui/-/adui-2.17.1-alpha.0.tgz","fileCount":1822,"integrity":"sha512-/7ISEt192G7G/vZsxkWpiTZYlymcGOC2HwVGyJAprpEEF5ls5//eY0V+3ipu7ppUcv8y0RNeCZbCM8+IDZPXdw==","signatures":[{"sig":"MEYCIQDEdD1NCydtu5hW8qrAiB5WnkpPXxdfuo3VsuORNsgA6gIhAIIr28bSEG13FAEl88fbRhE9TcYynXQ520OGDGRTNCxb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10820799},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"da231e843350b20c2137ef274704a43f5b435652","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.17.1-alpha.0_1635431306963_0.6714957358573683","host":"s3://npm-registry-packages"}},"2.18.0":{"name":"adui","version":"2.18.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.18.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"95b144f0096f08904ec9ab60f72b9dd7cbd5c1bc","tarball":"https://registry.npmjs.org/adui/-/adui-2.18.0.tgz","fileCount":1823,"integrity":"sha512-Kc7fYISPDisk8/BR+EHhzY+R8Pa3pHG3q8GTKkZ4iaibHus7hBjXhom4Lw44JmpSFkwMEWGNlhvUc8BTsudNng==","signatures":[{"sig":"MEUCIQCuafWolq8h8eRIXSlVk/hsAlsluXxKP51zNr2mh7Hh/gIgKwHPPgXWeGsxsbLmeEh1pJSwUXcIWtWwl7sz24iAhlM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10834769},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"efe3c32b2c50b4e830f2a2c4eda8e398e4c71516","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.18.0_1635488582908_0.8867525019529519","host":"s3://npm-registry-packages"}},"2.18.1":{"name":"adui","version":"2.18.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.18.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"06016de82ce158436809fcb9f874d7de88b60cac","tarball":"https://registry.npmjs.org/adui/-/adui-2.18.1.tgz","fileCount":1823,"integrity":"sha512-MWYz2WE0Vg928zb/R3Yv6kFB/FiSlXy6tibkrzGB+gc+UKyaJZ5calWM86xs/VmMoLEk2sQdagGkxEtYwLt4eg==","signatures":[{"sig":"MEYCIQCwseyV0UM06hZTGGdLvcGphAq9Z6wvVLQW/nrDHta7kwIhAI1UzYa78Wd5PqmPmJgXFvpPVCix/FRtwBU2q6BfQUZO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10834895},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"0679c258d8fc383f38469e18e6d45ed161b6929d","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.18.1_1635498487735_0.07437361410579335","host":"s3://npm-registry-packages"}},"2.18.2-alpha.0":{"name":"adui","version":"2.18.2-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.18.2-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"0cb665d600d60833e7c5954c5e193c70f916e982","tarball":"https://registry.npmjs.org/adui/-/adui-2.18.2-alpha.0.tgz","fileCount":1823,"integrity":"sha512-vaxOjiZnUawRlARtA10At5jBD1TWAYpP67V7BE4QhlPuDMUrRtniApA0hECd1TTkIifYYWZbfSFCt3vsg9bzsw==","signatures":[{"sig":"MEUCICo0m+emmlYMOz+xu4cIDBog8cGX9eaakfX09FDiiFXpAiEAzYvP9fyUnuaTP2CFqUBD4tjTabVVztFKWRbBARTrb/c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10835361},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"0679c258d8fc383f38469e18e6d45ed161b6929d","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.18.2-alpha.0_1635734429323_0.2528521662659764","host":"s3://npm-registry-packages"}},"2.18.2-alpha.1":{"name":"adui","version":"2.18.2-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.18.2-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"3e50c57748c2838b2ace393fd688103e762e315f","tarball":"https://registry.npmjs.org/adui/-/adui-2.18.2-alpha.1.tgz","fileCount":1823,"integrity":"sha512-VyFRztIb2mlVFAMGTADFdv+GzauOPyks33bKxOehsk87iN2RV4N4hcpmYUF2AlZuGBXu14vgXr23CNFyngXfvA==","signatures":[{"sig":"MEQCIHatcMBx8E//031V3ZPeXLwrufRInWp4LI32Hknomh8iAiAU3iVmcFltOrIZkaMqFVzX8U4YSfowXBVjKUOmGqfHjw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10834572},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"0679c258d8fc383f38469e18e6d45ed161b6929d","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.18.2-alpha.1_1635747790111_0.7229248237048302","host":"s3://npm-registry-packages"}},"2.18.2":{"name":"adui","version":"2.18.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.18.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"8a780045e7295a7382e2704be4e9fe7ae9c1d25d","tarball":"https://registry.npmjs.org/adui/-/adui-2.18.2.tgz","fileCount":1823,"integrity":"sha512-z5bHsxdyw5/6lZGW/X/0PpqxZOXHUZDHLoFoEYq5NqTeGKfvtlOFpcs81DGj4EHQ4jVl25U7xBxqrX3gEujUqg==","signatures":[{"sig":"MEYCIQD9jSxRQzqRHbuzHuZN0AcxqJ55I/oRFc82oyEYlIQDTQIhALNg0BpYvSFnHlc0OJQaxTlRu1rHcyKJ0nuwXOdx9rBR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10834790},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"f64a32fa240704c6c9a0431fcf45dddcceed21f6","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.18.2_1635769985315_0.1509408372759824","host":"s3://npm-registry-packages"}},"2.18.3-alpha.0":{"name":"adui","version":"2.18.3-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.18.3-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"eefb26309caa0febb0a9a0d049447749e5ff5f20","tarball":"https://registry.npmjs.org/adui/-/adui-2.18.3-alpha.0.tgz","fileCount":1823,"integrity":"sha512-5MipMuqUg54QtHDoxYExJjbY560B+i4OBYeSbmKT1GEYRH+acYvWkvK3RZCsDYbb+j58cnwLd+1s5HkYyHvYWg==","signatures":[{"sig":"MEYCIQCeuAGyVyc2j43yvqsMmswRdBm7PCVkdrxsEF9gDVCo7AIhALEwu/QKI9kzKNbkPFnY25Dy5tqRzjoEqOaeksBrIF3V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10836247},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"1d83334bd172209a6717e490684aea967a1fe58a","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.18.3-alpha.0_1635940078537_0.8609952500156692","host":"s3://npm-registry-packages"}},"2.19.0":{"name":"adui","version":"2.19.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.19.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"e8a4531183ebcef7707f464745291ccde7de4664","tarball":"https://registry.npmjs.org/adui/-/adui-2.19.0.tgz","fileCount":1823,"integrity":"sha512-iLsotKuTOq13obH4mpHtU7ny9PMuQ8cXcCvp34UppjtfMLKdZXja0MC+OyHhlwUHWEXdekzkEUQ6j94tBIFWXg==","signatures":[{"sig":"MEUCIQCrerTyH9CiN2g88Fhws79D69jEehmHx25DVwVWxZfytAIgbd6yajkSKQyWO5vlmHRcxoE7xY3H3vwWVZYfFaNcWNk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10850636},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"b6bfecde37366fd1367aba7a3202c9409bf18572","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.19.0_1636108827599_0.4745210555778685","host":"s3://npm-registry-packages"}},"2.19.1-alpha.0":{"name":"adui","version":"2.19.1-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.19.1-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"868143761db7d52632faa988f9a389e3b2a1a815","tarball":"https://registry.npmjs.org/adui/-/adui-2.19.1-alpha.0.tgz","fileCount":1823,"integrity":"sha512-OS13caNjCIFYDKFRxAlQ0+qHVH5NXrr7G5MEHgtg5nolaRxda0p22iccuU8SqGbyAB7p3zlCzGCXoyhOtnvY9A==","signatures":[{"sig":"MEYCIQC5CoNSpXUw9zS680oehLaF5bqHkFuToX2jxCDa2w/jFAIhAJiQvheGPIWAD+O2XY3c+0d0NwpA5JX38iHUkLM3OhDG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10858529},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"8b01d5a303bcf6b0443fb3d0e27f0da1e0b225f6","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.19.1-alpha.0_1636354791834_0.20688728301024506","host":"s3://npm-registry-packages"}},"2.19.1":{"name":"adui","version":"2.19.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.19.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b656f5b275f03a7645ef3ebe130c9484258b8ccd","tarball":"https://registry.npmjs.org/adui/-/adui-2.19.1.tgz","fileCount":1823,"integrity":"sha512-stsXyv+vknD7/T2BgWmh3DPj3+wVXUGdjvcf/TJY0HK9ojEEeoMNh7W8+I6NoGfQSoteG5uLE8BprZvPYo3SCQ==","signatures":[{"sig":"MEQCICrjo1yju01i0Avi6+vHQIawoOhPF9PoYx9oQDstaFPoAiBW8hOCWPrZohfGatLzhfgh05PmCKowpvNMGkiy3GoaSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10858447},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"d3d6b96a6df02cae8fd9423e75b935c626f67b99","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.19.1_1636536011378_0.4129754433930273","host":"s3://npm-registry-packages"}},"2.19.2":{"name":"adui","version":"2.19.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.19.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"864be98bd00fadd6d35d854aff90ae96d61397c5","tarball":"https://registry.npmjs.org/adui/-/adui-2.19.2.tgz","fileCount":1823,"integrity":"sha512-yihCEuWnOAkwX7DZjJ5cu/AV/LvMxLJpDJbjWkxtv50OIz4g05Cwc/P5VC0DqYW9frCgTAHQyLMOJJQpgi1RvQ==","signatures":[{"sig":"MEUCICmLlL9RIL8TAB8xIwrDRCH8KDD7Q0F7SUPQJ2Py/qPYAiEAlMyAVr5/h8wzpFjShoF57J8smsaFMTt6iT5blxgjQ48=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10858861},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"6eb15d2a03076e41f15c8aec26cfe1a8ec0cfa1a","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.13.2","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^12.1.10","rc-slider":"^9.7.2","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.9","loader-utils":"^2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^4.3.2","rc-virtual-list":"^3.3.0","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.19.2_1636554211984_0.8847906113379329","host":"s3://npm-registry-packages"}},"2.20.0":{"name":"adui","version":"2.20.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.20.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"71e9be6cc987991669a1a8c264cfc5f75858ac64","tarball":"https://registry.npmjs.org/adui/-/adui-2.20.0.tgz","fileCount":1823,"integrity":"sha512-uf5Y0moZLYRWcLJ1U6iaqJ4JJeT+FYI96M6KXp0hZHlMPiUHrIuJ464vkh7cZAgvye9O9X+kI3EqeVZRGUASbg==","signatures":[{"sig":"MEUCIQCbakk93yb5syZwnrC+aNq7JW3zC5i7xgLQqa1eBV0y7AIgBFfwyFkqpp8i381eQXUPOFZl1nKO7G+k34CMZ6edtBY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10868400,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnI/3CRA9TVsSAnZWagAAcdkP/ieNkvjDiY0lEaYvmDqo\nxWgvSvaMDDy/0lF1AHhAmY8IRPjZAi4Tq5qCC9Du3dsOFfyGWPnb4kvLt0Tc\ny8swnFXT4WE5sOq4oEGi2MPpVDcKHVOGMHzKaWnOWha2p4VvVj/l+N1e1niD\nVoTXtL/Ef0p5aXVUbEMt1LEQrE0TWHHbiQbLn2hVQ8ZKtX8ajT7/ZdYxkgSM\nj/7zr07q1pmuPLV5865/4Dh2nJd+2zA4wDvuiFuTFHK3KHaFzXgCmwYAQywS\nbueJImM5VJ7frf7l5WISY8f9QtV3zuAvyIm5kQpi8gLL2AgD4gwwEEddDw4N\nwmNj0Xa2YHR2Flm4ttTJZVQSWAl/8ozKHv7dBnvKIdHHUrHkyqXHbRP6UrQi\n7yJPl5qZyTLa6AHZzQSNgO/fBfYOehYE17uETqs3GSX9ZsoITn4CoghMs2dy\nSddybSOVpsF5UqL+EWSkLJqdQJhCHMB5PJapItsUBPLd/babzE/FIXOKQPwX\n2ZPimyVmA6Kv+b+Y2NtWmm51senj9lWwhF1k8R3bXftAAdHXulFtVkWI7jeq\nbyMnq/83bRMWISG0iWxDbvM86XSIZh0lMxQsAxdOoZkE3D825XuvL/d44VrW\nW7b/CDRzYFkIldxsPHOcQsxbFm8AgvyU1nxbDTHiP75kpEJNv8iUidN7seGW\nCLIi\r\n=RBAp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"90fea0e6675fe5bc1a658d7f5affcd10884cde13","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"7.17.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.0","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^4.6.2","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.32.8","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.16","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.2.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.20.0_1637650423038_0.9639812781894619","host":"s3://npm-registry-packages"}},"2.20.1":{"name":"adui","version":"2.20.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.20.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f0e06f4be54fc72f528d9e227443deec530f69e0","tarball":"https://registry.npmjs.org/adui/-/adui-2.20.1.tgz","fileCount":1823,"integrity":"sha512-/vsIaQSSuR3mqGoaGNxX674mERX+1QT2QmB162UBhV1m7TlTc6bLKgw7Fn8OQ1p24HETnwRZ6lb/l49D6wpcxg==","signatures":[{"sig":"MEYCIQCrMpOo/ko0sTwAlc8neYQrn9dwosVYCbBJ07mLKgNx2wIhANXdQ+sSF2frEVNOXuj3ZYedhGpzROEs+P5cKvlDZvgi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10897764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwCVQCRA9TVsSAnZWagAAwyUP/R/yRP9MUDPGFh8TGEl8\nUBwVw7hEWjnvuKWxy6PbKy9aD+nsfpN/Wcijx7v5i4uCd+Vxnc7jgNXtNGC8\ngDVJ4vsB9rnnQ7GXOCyNh3i8gsZTcqHa/Rg3CoZyWl5OI5m/QYsPCqZfcidp\nCUkAVjpbCT/hTa9nzlCzQtoaFYK9JnFXUNLoyirB0wJ7F/SKTBsq/dwLz8A7\ntTEilWOx6UtD4wvDUgz7CyzjKcDQ4DYBcMj7i8lSwA5KQ3eO4c3wIR+nBPZK\n58PNz2vqhJcoYGpwSKEnP2HmiX17uOTab1n1vwWpqpN8MnWnD39eLQsL1Lkd\nitpithsISsODh+RMoYU0LKlrXUJ2KO2kOzAW0nwxBVelb7mSG1yKsWtK8DPg\nUAiecKSqlefeyC3bMfFx9uuJWV21E3Y9G/2shILeu6egwqmmAN+TjRIC+bBa\n01ZPoGq3+iTlBtKueLXrC0tFOsGeCmQRpLpGZp0dVLETgQXfooTmpBduT249\nmdcZir8EWVsjcSJsNLmcO8RJhHrT/7iOYtEf1mYw1sSY9vObkvbqPTs3p6qw\n9I1/mi6VSek44/MEiAbAzLNH/gkFqkzg0Kkow2Q0YXIWNB9vBCVN/rWh80ZK\nLDuH/GaClr3vkODSXibM0tab3pMuppLOESGzEyvQqn68lBkPvCajTQ296+dP\nqWRJ\r\n=CTu1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"37ef365072de39c4e4b5d46b622e7c9b5da98d17","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^11.0.0","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^4.6.2","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.17","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.20.1_1639982416281_0.364027477980706","host":"s3://npm-registry-packages"}},"2.21.0":{"name":"adui","version":"2.21.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.21.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"fde1d59bf74ad7b8509c230ebae183f870ae24c1","tarball":"https://registry.npmjs.org/adui/-/adui-2.21.0.tgz","fileCount":1823,"integrity":"sha512-I+5UFM9Jooq1BFHyn2Fb+7wmRABQss/SwJza9McipRnJ4g9oJZ0UCblfKpxFOnjdGDqMEukOYIgrrUSqGSQGhg==","signatures":[{"sig":"MEQCIBnB4IC+9pUg9R2L31lsX7bKbitL9a0XtA0mo9Cbhk5TAiBdwNn9sfehMfgeQddbPKjLNXTm4LmLWjcdrunE0cOz+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10904265,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyoFbCRA9TVsSAnZWagAAtw0P/Ap3ceyqRmt/AnDIYz8t\nQbvczm8aCLrZySZEhsmBzndFjoFEHWZiC6TUI+PSjVQUZ0srtomUk+CVEYOC\nbBBj6CuAoa5nzD1YsWWzk1Num0k2N0Nlv75MwHMLSNZcA2oqI/2x7g5HG67n\nj21bzUcawas1mM9kgYq7zLdfCiUcWnWv03DEIywG5AOjBV10ReBQSe1wt687\nLPv9ES6n0NVFTeKhVNuiZo8re4tHvjqyX/kXAowUyBD390ojFlycTDG4ChN1\nsW4jDoTXGndlr8V5o324+IsHoXLI8MXARv+yJiNpe4IylbakotKHxofia4W+\nHcOKc7XADWIr2msPgN1moo7k+3VlkQHQDgFQgP4w1ay9bDTu96R+dmdvBJ2U\non+LXjLGwtQ7bbIPdqadV2y4o7IhDZfr75gbO0zL74m4tk4pV17ETkh+AZD7\nFxwoJwFBbjIRFCryhym2FZmFgr4GGaDSRZvjCkBdt+iDrDHDwqAgNuzskqbk\nDYzfHnhiEQ89oDbYz97C8ixIQ+xb8BElvfn49fka06uBEdM03F3+69uf78/e\n6h3AW7GdLz61j1wcPjI1b1c6oB+JHe9BPpMQVWmVvdP2yGSOuXDBmDCN5DnD\nLfHcdjmqKLJ0uxEOeGsxRd7BKKrGW1ng50XQY9NzqODM9TVbXxq4DUCkq4Nj\nYUGj\r\n=JEvZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"1df2142e3e25cf97f40e4680a349369a058a2127","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^11.0.0","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^4.6.2","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.17","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.21.0_1640661338773_0.46080556091767577","host":"s3://npm-registry-packages"}},"2.21.1":{"name":"adui","version":"2.21.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.21.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"2fd2bd6c84fddd750730ea84b59b5bc7f53cbd3e","tarball":"https://registry.npmjs.org/adui/-/adui-2.21.1.tgz","fileCount":1823,"integrity":"sha512-vDdJdDQ+/BSSWeif6h6J6I8v04tiBOsvqVvmK5g1RDiQasrbvMMCA71Sit+H1fZzDiDoEssqmrijgEY8B43nZA==","signatures":[{"sig":"MEQCIFZtD9BjnMCSt/DjedeHvb/k5CYEosrIT5qTgEbCLRd1AiBHebezxhjY8s2zGH3mSiGfYFrTcXZ9yHqm+jiN9MDrzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10902943,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1YR6CRA9TVsSAnZWagAA19EQAI2rDsoLRn6A3RAxxBYd\njuqbBWtPztAVGUjdY15o1kwfvdTm9edJ7gZZ/4sE316UtBg1+7oxj0dzF+1O\nNOgprQd/Li0rfK15QSBtubt/otCruyTEs2t9P08Te8jzSckT4oOp6Dbz8fae\n+7vDAeyJhb6+QVZV2w1faAgAcGMLpCJPQw14eWtIMch1YVYyaaIBMLyspyi6\naBeEQ6LaiUzZTOHzo+mZLA6qHYeTGsowzea8AMQQYMxdGlbzE7XFJeKFMc+k\nHf0Kyi2VwHRSrP0CF+DxogjZQsfGkak3HLtQcSHAIWfPEGUSxknveucVBgll\nGJ3RXFM9eix2ll7cNxwRZderYfnVFDB02gg3gT9bTHdv8FTMoF72nwCh2Tn0\nA9GHpdDNE9YDPEHT30/5U5K0kX4LLsOeB+nhpbwVwpsm5lsv6n90z/iEHQ1P\n3pLu3T3Lg9ZqWwUT4b3viaskT7POuoj718mO6U6VpeLSLRm6kT132TKIZ9v2\naIO8L7YxTccWhBQPpbHvqZAUmtOBfb13v57nPWbYU9XDDUHtEJUT0rcnv4r7\nKLdiPb2JKJlQc754dZ9hP5xZirFqBb6XIwBNhE5sbshLLUNlw5JAlI5jrpMv\nhUdgoUuTgw+jNPKAEk2hZ5aHqa00wEiSnkdGPeaGdBVZJJlxVaXqlilMSqm8\nOBKK\r\n=lbmA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"5f412507f010fe3fdc4fa909a9344b43bd6f5fc2","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^11.0.0","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^4.6.2","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.17","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.21.1_1641383034356_0.7257746417654121","host":"s3://npm-registry-packages"}},"2.22.0":{"name":"adui","version":"2.22.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.22.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f521e63cc485c356a7af165dafccf9eea21bd89d","tarball":"https://registry.npmjs.org/adui/-/adui-2.22.0.tgz","fileCount":1823,"integrity":"sha512-HMjTxVt9A+ZXXk4fv4FLmnbqT+BfS/zwslU4DxkAUONRfrz35vWPIC7nRhPD+zH8jZwERFE+tsuSW78YpFrTng==","signatures":[{"sig":"MEUCIQC0bwENzEXvE2/h083+JeDZ0ZTWPbULxOkP4wm90BF7WAIgM2Nrf5TekzCaNH2V8wN/VyPoHj4Rj2lVE10QMlQxY90=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11007415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4RkRCRA9TVsSAnZWagAASMoP/3HokOVqnzeFDvv9lfdP\nl3TIhDOfJbmeRANT6GBTHyqYl5cGgRgmOOU7hpAq7zArYsoB1fK0F4Ne6lQm\n5Ktn0CERmz3NGWA1hnhxD+HZIBhKixOgc5sGl/LtoXrdxdv2E5HWYvwm2OvG\nDaCG7psz45/YRgyAr5VmWGT3PiSb11wp1v5Ns5Hhnu+6cgIA+Y6q1sC6lSCa\nqR2Cq1/XyLqy2qV2vK7zkfvJ1hiIergbQjVBcMzhCPs6kfrVbsKgBZhIQ6Jl\nJjYjbJp+PiXrpBTYnXU5sYNDnQWqtLDyNg+38y2Jm/o2XUKGiwQ7UN7NSP/R\nccQum2lXsVY9fURYIDw6uef9Xv57G238v704Fj0KuVSyP4Wz1/F7O7fMyf1s\n9elEJRHUaSM4XrzJ88eXM6s50K+s0DS39WxqzwmVgxgrWhjK7ikrZuplILbi\nJ7UchSfdxng0ZAzNsY0QxGBdKRtEJOnJkYGFnpVjeshGAqCGx6jk+DMJVGbl\njrIC7xZgJAnX+U4fO0nTORR8seuWC1JXyq3+1vUqZdgVSFkWkdTYNGo6/N+b\n+2MXhkkaHdj2mWtnfIw6EK8YpQLtxB46vY8YduHPOMvmT5emvyeTiEVOaSB+\nveB+4Wtya+gPEkJuF1BEwNRRN9VVrXH4cKQM7tByfdpktvyTeOZgFmqvyWdr\ntkhm\r\n=CG6T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c099dedb2c46b0dfb33b2d1c879bdf0e640566ac","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"17.0.1","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^11.0.0","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.4","classnames":"^2.2.6","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^4.6.2","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.23","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.22.0_1642141969284_0.4828845010430389","host":"s3://npm-registry-packages"}},"2.22.1-alpha.0":{"name":"adui","version":"2.22.1-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.22.1-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"440e3169b4cd606bac43152d932e809ac0467034","tarball":"https://registry.npmjs.org/adui/-/adui-2.22.1-alpha.0.tgz","fileCount":1823,"integrity":"sha512-gayphGtgh2/Hcx9XoTdolbab9YcP4VGtxbUK1J/U0XINIAiV334uxjc/NF9YfWcGavppSlKrk4kDupdR1MVIvw==","signatures":[{"sig":"MEQCIG0nQ2ZFW14JS1E55c0jMv7q9717QxHgn4cFubLSbxeWAiAZUebRJdR1mW98AGHszu0hZ3C5Dy/V/BJ7M56oZGR52Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10979731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh57x7CRA9TVsSAnZWagAAPMQQAJwo2/HbjXou38txrHn/\n2/iWadU2XuJQtHNxKxiRwcals3Ao/KHyMKs+RHdetjPed8kir7ImiuaR8R0H\nHA9RXJLAG3rH4jjCBbYadIG70a05RwuPm/xmiiEwxIuvrQxmChTJp3RfXvUB\nbij4dYirqcjjDPS3GmI+mfSXnIKg5qH/vGeWoK1pf6Bagtvv6EOMre/w7Bxp\nEOGtu07SI54eH9L5bhABkTN19jVYkwhWFdJAsJcXuTDxy3c1q6qyMT6PAZ3z\nzxm4HNGwUhQL5X1L7zyuv+8wwp8ahwuO2ui0P6GOvG5/BexabMZCe0e6STXu\n/7IXavUKQ52j6V/7jHslQJj7v8KcR7UUGB15cPkpKpGvQ1N+CzU5LSvh1pSz\ndjuQwCClmtRZ0nnfjin/jPCQLQ490fMmwKLehBa2Rip04jpLodK+TiOIjBfP\nmUCI2uq9KkqlTga3NpYpeyJ+SP2l5MLXiHS10b8s1f8xcD/uDZfyQUQZWfJb\nGJ226q6ju/vGVgCCHdhbh6pdgAFjFDnvGgufhInjVng0nrQyY6Rc2lAU9b2k\n+IEwaxnGdBGlloHIprpYVCsGBMnD5VWHasn8leijR8hyjDBs4Cze5aoGg8EZ\ngGOuZNV0+PuA9lQrPWzjRqvSK6V1u601B7ep72uhmIh5x6idPrrKLYoJCTMk\nXQkq\r\n=fNg2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c099dedb2c46b0dfb33b2d1c879bdf0e640566ac","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^11.0.0","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.0","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.23","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.22.1-alpha.0_1642577019270_0.18736470666740734","host":"s3://npm-registry-packages"}},"2.22.1-alpha.1":{"name":"adui","version":"2.22.1-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.22.1-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"be519dce9bab4caaa090db573bd4c2fdb28ff316","tarball":"https://registry.npmjs.org/adui/-/adui-2.22.1-alpha.1.tgz","fileCount":1823,"integrity":"sha512-DupeM2NDlrdAzdHLwq/nMlff2yHlgkfkX8gULnt5a2PhE8wGRZe/1OZMdPiH+O2R0dL2J/uzMxzoVRR3aEyX0Q==","signatures":[{"sig":"MEUCIQDqwPIEHPYQ+CKu1IL/Z98MNFSWYsFrUFFVgMFwvmj0wgIgcU7UkuM4+9Hfq3wGL4fP0qLozVrYyGgbcs/MTtYiPaA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10979730,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh58WVCRA9TVsSAnZWagAAayAP/0CgtdC/7warcfFaDzKQ\n/AMzZtVj1p7OVs0jepUqWe4UTvtqQr04it68DBJMcHd6jcKOpvJVeLRygW7I\naxrLPUYOsbuBwVfUC3AA2YccrUcG1pApDYYs1eSSSVQsuaNAP1q0V6XRPQk6\nJxPfsK56cVrQQKjhXz+D5S08fyBqOK4wnjZBpEUxVHOGKTQpPbmwA3q5qT8M\nlAtnY/8rLmNBv40/5jfAva8s+Ew8ArJR2e1fVg61LT4XHQGU6mn5lC/Yyi4r\nfKnXNK1laK6fFfjSfr+vGzgdOnPf6IOG2HZxhj4ZLyyzaxVMhehiFzEPVPz4\nLhcnhaeCa7tu4oTz6ufUY3cVoDKAUYzE2u6fF+y/7RXHxdX/UGTtjPsgMquD\nNkdwOq12qoO0xT+B+4I4U7MuqCQpUtXJu5IuPGAKm3E7+Pzes38rHs7PSywk\nrACDxqitlacV07RImntFMDS6fEjf4eqq86GW7VHujeQomZM0vyu5qrFf9reu\npi8PHGhNJIfwN2mgFNlKDSU4z/1tiRkOIJMDZmPQnaQ7pR+gXsBFPkMhzlFA\nNu+F16gkB0c7P2ZTAu3dsII9oB1AJqABQgPluISFzFt7987Eb03krAgeTFv0\nat5PiEn4PIFIITDajxp8n2+NSIm/Om8VpiNkqtiSB8sykS08gWMGh9lnq+e+\nY9fk\r\n=7Fdq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c099dedb2c46b0dfb33b2d1c879bdf0e640566ac","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.0","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.23","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.22.1-alpha.1_1642579349205_0.019248943037430966","host":"s3://npm-registry-packages"}},"2.23.0":{"name":"adui","version":"2.23.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.23.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"755c0cdb357f54127aedb4d508fa07d4f7a5f4ce","tarball":"https://registry.npmjs.org/adui/-/adui-2.23.0.tgz","fileCount":1823,"integrity":"sha512-vEeanPwT58R+zJC7JFSlhdZQCPtCxo62Pv613N5DHlgSZTxQXIrI1oF9u2OHJJEfTFjrRorKVr+IeERaqeoZ3Q==","signatures":[{"sig":"MEYCIQCOUhx4YS/CtSOKgsjQV8YTnpOVzhOp+4CCtEjrCAgf8wIhALCUZnIzflreVtp68t41o6Dy1ws1LA9GYtL/fQ6lDJD4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10979541,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6XBGCRA9TVsSAnZWagAAvr8P/2SQ28+sG+lV909XSRoV\nEr5ZZlU9kahr6iPQ654rbe2HbF9vlYEdIHlSlGRTpy9fuo+p57IPTrgjbeVT\nKilzIehRoVmFrRxRjaQeGm58z9shBM3cxV/txv1t7aSaBlIccAfohbdviax1\n+4OWSiJSpJrTBc/Ketibewlnzc3fgOz7m27mjPKBYfErHInyHWtc92z/ib+1\nJBmmEXFvPlOTIhrDuOftfHLANEij1lYggGDP8hOdP40FzRPM2oTkMP60v2qS\nIobw8haSsaHCqFo/aUKIqssIKe35FRVVUZBH1O/Np95IsFtsXFIa+RpEhvAv\nUVBnNUAPCXJ/IJRXdxibHNgLaGV/3hTg/F/JWZ4uh5WA3agz9u6I+K9lkX+A\nh4q3ZNV5KxZjgy8JeFfsl5yhudIIFC4MbhmGdrDpm0yu+Wz5PEKfpmlOYsfu\nUkDmAfr48QIr+eOyAhbzKL1W/09ZCZcoLcdhpjWcCkTI6bbKKyO1NUIr/zMh\n4r4plca+ltVrA8XMfkHRW5RUzhQQy0/CKY1AdUlY6JPAXMlXzdJF6ra5stiK\nmOXbKKyNbkxebEJ9MaC2jzTpGp4s+oWQap7m2NekWMXT4jWRCjBFRxUpgWnr\nfTZPp02Qs5KT/xbBNui4Smzzc4VBSMzvJA4ESCT1VcGpFd1zE7jVHk8Ktf6o\nR+Nm\r\n=PuIp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"b91749b9f230f458aed0be3fdaabdad5ab48040d","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.0","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.23","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.23.0_1642688581766_0.9124723598331601","host":"s3://npm-registry-packages"}},"2.23.1-alpha.0":{"name":"adui","version":"2.23.1-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.23.1-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"4a3e7bcb32f4170df464afc76913f46db210360a","tarball":"https://registry.npmjs.org/adui/-/adui-2.23.1-alpha.0.tgz","fileCount":1823,"integrity":"sha512-RGQCkoOPSw17WOyZeoubeyXN9uGw0zMCT2d81wcLn98NrCu7mocKa91wIvOn2b6zJ8yk6/jEb+Vh3i8b/Mt+lQ==","signatures":[{"sig":"MEUCIQDfxHVLnl0sFfpPVmQJ5CR/LgDDmIikfaZxEClmN5+qxgIgNflgIOK/W7+0FCQq7XZPSaIOhUOZIN7zOu9h9WGf3Ak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10980637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDKtkCRA9TVsSAnZWagAA5HMP/1gpAI+7oNHy1sgTGmpY\nJ05qJeLIT2RfXvwWaTzvulccp5GlQB04Gx3ss0C8QTwDt47XlP8zJnRMnAX8\nzu6Xhi+yDg3Y43GNQdodOrcFuvMHjZfzJUqVVQa3EvjnqFujenkQZlYJ6ZI6\nSdktTmnDu1p9ka+b9cJflMvCfXSggZhqmHavKIrZpFEVU3Ej6JsNjNe3y6Ia\nrNlY+eYzoqffd2pJLxnOjvfJDpz/Ndikhpm3Om2Ss18Nkk53YoDoGEhAAckh\n46nPoBrydOUOaj2BTHZCOqGbI6lQUs7FrVL7pnqqCVk8KsGJqBCq85j5Xuy4\njJ5OZjbUEsarE0cwOYOEEVne2fV5eQSUWmc+fL5jGwm/yhk+O12B2mq/VrvU\nyULnPE0pvIPEgI5HfRBUdcInuWhHCAvskejOjr4FAChSzqR/pGSAXqrv1Ww6\nnbdll2/ZoWL8pwEd/4StlX9UZuG2FbOoY4Kc8xHHzkQrl2K4OvmAWfGs4om5\nA+3KLA3blMEM4aHoq2/Qg1OjZhbe0DQdrv1B3h+OEpENYapxbZ520GTPFIii\ntv9dhnBLqddseqJVId5x6yIWhzSggA7ve4dg9ZmTUXowFSQd7Hd8lbhNtTnT\nUsjMBA4KRiSva0l1p29cLszPq88vqvbGxhWnarKdfhSmnmc4U3TTjkqKe+Q5\nyN7l\r\n=63bg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"d497a971709c63f9d920d6950a62bd406649e014","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.23","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","react-app-rewire-scss":"^1.0.2","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.23.1-alpha.0_1644997476040_0.6896609257165771","host":"s3://npm-registry-packages"}},"2.24.0":{"name":"adui","version":"2.24.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.24.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"c797a7861061f8b9387adebd9b76790836afd977","tarball":"https://registry.npmjs.org/adui/-/adui-2.24.0.tgz","fileCount":1823,"integrity":"sha512-QY3AVlX9nY1G6j3mQBQIULmamd+y0M/gSb575Y2pFb9cvTjBSSbWOCZSAI7D4ZtFY777yyBzmC2F1Q8Tb570dQ==","signatures":[{"sig":"MEQCIDLuT6xQpF5Tfdp1GXs2AOmdakpKkdNyXVQS6Y2slRq4AiBxPbD6nScZwqWHRx3o8JyqP2nyiJTBn/5PxWOWOFvSlg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10980590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDKzxCRA9TVsSAnZWagAA5kIP/1XnT0L6T8nj0F53YKw/\neRFO5/wPeGhLQrni/yq4hkmbszcYHRWJbzBBp55qThLmqgNCDTxLrnNFzp31\nemOd7k49NULGhuEFNqcVbIuHnT155U9dsoKmYsHZI/afjnMlJRQ7h8R5Fluc\nb1NJ0KnQC+H90z5N/a73PPy8v1knDQmkEa+xts2b1oL7595k6cODp/zLnGQJ\nF+CWrtdTD7H7sMX66YncfOFlOEz4Umn7UTbNLPGvnUO/JS+rQ3VTsXlUwByz\nYLIX4mxhxUoY4zo6VUi2bZ7F4s1znjtPcXGJJJR4jXa0WKl+Dbs7Fpg7Wv2Q\ngFow6PhDUiCN7pRfcBgnDdGe8Pzx9OGe2V5c/X2jzt6AwCJikGFMGCQhVFnG\nMmea5yCE32kNJgHBLCt2mQQsLTgM9J4UYnDFPr8MWfBs7ifrOkiGA6E350BW\n4EyavxXQPLSaG0QtPRwCGchQC4L8Y/lcdBERI5D4f/WTjAJUf7Vm55hsMoqG\n/Czxqdb7MrAv5X5OzNYfkjREJIYl56pHfiyMBKCoCnOL82VVrNnJfF07Fkvq\n4f6mVjkDSvJhxgj0hvhKMczj1tlOgAcyoaTj+w3OB07WCRM0qdtDi/Ryk3w5\nDRkUHytJ9Ckjm3uSGmPs7WIyt222Ww7jOgtAAqgz96W6m6K9ueGFggXiE5iK\nka4A\r\n=qEhu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"94290659f93210e998071f7ced53415850a4552c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.23","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.24.0_1644997872710_0.4928907426053353","host":"s3://npm-registry-packages"}},"2.24.1":{"name":"adui","version":"2.24.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.24.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"287e466652f0ebd62962ed02664cf88e689e64a5","tarball":"https://registry.npmjs.org/adui/-/adui-2.24.1.tgz","fileCount":1823,"integrity":"sha512-UBXG3nOvcoszZTA9XE6s1WkNhIza3yRkecLihMBYvVqS/ims0j/7fOVx/pa5nXFVnjfFvBm1ruqU/0K2sLECiA==","signatures":[{"sig":"MEQCIBUKSaofm8ogU+WJzGrTTTD0y7CPjvAlNs9Z8en5Ae7lAiBFaCS7NRd6RTHUg7n51vJqRa0irq0l/Sqv7+KH+LSStw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10981159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiDz/9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0Mw//UwG75uz8oAeQBD+KYds475I9737HpenXEuwuu/jKwo9Akfi6\r\n4VvVYKW1k0b98vrUXGonImdn8dkD5QH02RbAoOCcot9HE1dQFgepoYY05AKE\r\n2CvS9XFpr4+2fdXnHD/HKYsaIzkFHWlfF3huCRsOVARobjeKAoTgbXPb+8tp\r\nVuBjwUtjDPAmf3yBAL+zp9oz6fIGshuOh42mVpGqE6s9W8QgKMZEMewfJp+G\r\nnqRtJfq9+z/eeC8dxN8GCGb+6O8nUc/qAKjrmOrUyX1OSaOjF/COOPbU4dz5\r\nr0sMD0Z6SLvFpVCXOX1BNyrbrfxGbF4hRFeoLjqbIIUW2fB4bAocvOFWMDFd\r\nN1eKQ6bBeocHDl2HM16mQABC0/v9ePNCskF9OD06Eog2WB6TD3TNV5XMQHvk\r\nhUAkzpyMuXLaMXVMkp28pGQp5nPrUSrndKeF3byztBAz5MAe9nDte+QMCZaP\r\n5CLDSBvKvpf5k+sSt6tu6Gds7IO62/Vyr6KbTSD+WHmsNMXp2o0+zo7l9fkB\r\nn6C263wBCSfqxRLBZeUmLG32VKlfnmZprt2L5x0F9iwdKCTZ9LERTeIB3xH+\r\nUnIkA7lf0vmnhOB1vIOpt/B370utLJw2m3+J1XBHwhctgieKbXhUA+H4l83H\r\nzN68IAnNijG+udnkXYNQZbK9Xt3QBzokoNQ=\r\n=52GS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"3d90a77e25deca18b99142135cf67d6768852402","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.23","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.24.1_1645166589088_0.23667469680915998","host":"s3://npm-registry-packages"}},"2.24.2-alpha.0":{"name":"adui","version":"2.24.2-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.24.2-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b2ee7ce54460c467c6dfb548b6bc8bc5c66a75f6","tarball":"https://registry.npmjs.org/adui/-/adui-2.24.2-alpha.0.tgz","fileCount":1823,"integrity":"sha512-yYwIKU/b9327WiBMFJoLUDkkSZaw8KqiOSpbPV36/xp8Z2k01eTr9l+skjtAyWOf3dFQyJ33WJr3/H+eMSu26A==","signatures":[{"sig":"MEYCIQDCOqNRLCB09JlR4X4fS911jPM9QaCL6MV+Yj6bEmYB2gIhAIkFBZz1poBP0IgUQfTYLx/ZR9AgXaGoT45kgXMRJDgx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10982237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiGIagACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCrA//ev9LIJCU6X7FovOZdWjCqejIur6AW96K3DjubuTzcW4QS0K/\r\nfxa6fDN11LTkKoSmiY2X110Z0luALDWf4x20gZeil0QQjNDORe0gp53HZY1+\r\nctDXMBOH4L/Gg8K6sebhbgkdGbhMb4uZ261t8n3ttP71h0t0st8JMIeVqT4/\r\nnejj5JYQnxrbIk/gKnfZti+rL4biJSfm3vOKi1T3i3Cc2nVNpOR9NGAn3Uh6\r\nq3pHPb5s2UWD4g3ESeca6+bJK3R+2ENBesT9OGjqfe7068HKrVM/c0ff59TC\r\ndYztMAd9TUd5l2wcJM7u3xgdPJFra3U1n7PWEcyM7zUgjJT/Lh+32B67HECQ\r\ney/ljG9qAAtKH3gLCwBO/tNSnuIPEtVo8liUHp4LKImhRbOR0faX3+cX2EpX\r\nUXPbzToxKlWBiApnCXSAsK/SBWv6jhAudoCVWYqONtQ7WNQ5KxLIQl4mDIjN\r\ntsEDnk64YWLbuKTEWKB0pmU9WE/seHit3PnQV0F+OZxq7FVH0JH94CxHVqM9\r\nW6GX6xvV6sEj1bpr1NoDRI+aONtN/ixsNcbIV5IHn5o6F5nXxJvSAoz7K0V9\r\ntKOUvNAfqTs4ZvYxYfNgp+OoTd6GT7lnC/RYkhe1O09324Zvo2Vcr0HKSb6N\r\ncEjr6DtNSMTG6tFyWO8F0LEbDtdfrpCMpEE=\r\n=+/Rn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"3d90a77e25deca18b99142135cf67d6768852402","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.23","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.24.2-alpha.0_1645774496437_0.2533892407463889","host":"s3://npm-registry-packages"}},"2.24.2-alpha.1":{"name":"adui","version":"2.24.2-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.24.2-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"47a510bccfbf69074319e99d1680e813c0f67fd7","tarball":"https://registry.npmjs.org/adui/-/adui-2.24.2-alpha.1.tgz","fileCount":1823,"integrity":"sha512-MJfRGseydMlxltNyW0sWRDaK/wkgCCvetoc0q+YXCtadUxqPo20eWn9w6kJf84G6Ghkfbc6e8RqUFl6gCbCWdQ==","signatures":[{"sig":"MEUCIQCyfoZNx6z4ugatVXE5oGy3aXnkaIK/CO9/xCfg4cZSgQIgc9MDubFUDEjArtuetchYL6Dv9n1sU314fsoiVuDvLnQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11036412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIZZyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrfjw/8DN7Du90X7HT3EdNKBhXvgsrxjn9xbjdgjqDTRJj6+MXQ1ffJ\r\nJDuLOiqjMxelMhVuKXrGWU4D9neKwBwf7gvZQIMHy3NszIJUy/ILufAzl+5r\r\nr4aNucCVrflNFm3xN0LlhlWv89BuCjlhXCmWpmflUQDS/CrOmOkx+CtGfPwJ\r\ngVjnFC83bL89OKPsVwZD8KNJ+Jkzwuan2pLgl3d6Eh5CtFE5wmk4PEBuA5Vi\r\nsWDYeqqeLb94tmABcvozs907Mlj/0sReR6C/Bvu6V8q5PCQCfVq/iIcWg+PG\r\n2oVcgGDcgo+MhSCb+7wai+lMieYbECY9vSqsJVIA+Dh+6w1i0QzntUApgZy5\r\na21LNBDlB9xpUQjQV36hj2x38fFKjm3RFlxDRoyjWTyVIfVpbS3agkINeNZO\r\nGsYEOMWA67sScOpAIlxvMpQ3HQyM7jLK3+vRTTRQDsz7oCET4aP1lsHT1+pI\r\nv5GJO3l3qioje82rqGhcxplW+lvcINqewP7TS6wPGzNZIUqYGYYLF0SKbQFr\r\nYaLOzvrlLc2XO/0LTdln7TcsA4tziDT50iiuzoKjCxtlsFiuK0B3jrF6BwvR\r\nhJlsnigsVhRJq5q6IL3MgI4cjYgLlcRLHunP0iLIbR3CkRQ3jQxgrNJ5vWI7\r\nypvNplB6THcaIyHWdHbSiTuuHmUOfSVCFtE=\r\n=61ev\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"bd5d3de46d35e23074697445ada22699155a2870","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.24.2-alpha.1_1646368369817_0.5698423418963916","host":"s3://npm-registry-packages"}},"2.24.2":{"name":"adui","version":"2.24.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.24.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9763df1f633e8ca03b07a03af973200c952db800","tarball":"https://registry.npmjs.org/adui/-/adui-2.24.2.tgz","fileCount":1823,"integrity":"sha512-/nx4ASGlaxnpfYBLBXiYTXnnwuuUfWHYPUYebP5f5JZfhro/48aAVFehw12keZMxU2YpHo8Pfjmw+zKGgoW5YQ==","signatures":[{"sig":"MEUCIBcb6TmPaJIIZSYRIBRltLrMplIxlgHilE9tOWgCcydlAiEAtBRsoZZss2p1LLfUHM+rKl3aeIrE2mQCKbVX8okk1kg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11036404,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIZfQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMBQ//UWe+JzqKGuglFLT+GpEu8Vgv0zjdE9f4EdaMRrjfmYY6ORLP\r\nxDXC9+2+WuFRjLPhbaZJoLPi2bcStfayp7p+YGqXqTYA0LGfy+oH0K8bDL9p\r\nYXjKkVZR1XnKs7bA4kXJKpn46O5jPa7Qu/lmLVGRD9BiZSqMNOww6OzLIsnx\r\nKP+f17f6RMu/w1Ii59nltHSzM2A09LFpDZ2hM1+3K5rfGjZDQG/yHL1EwjYD\r\n/VxqBcxst5SNRPhHL0ByVZBI0xb76VpzMsYh54VvMuwwx1+TyIbXR/UE1YxE\r\n30AP5OX7ijxwq36e64OUP3SqoO7moDfrROa521G3XAW9PrDJ5Vhzix3+uUkI\r\nx84XbeIBJ91veagHcuZR+r8dbjM6YSAdWa30sol/MKkUi0s22lfzdtKJyMmY\r\nnPqmvXG9mr6j+qxEXgXijf4BKGchW66fNP45pZBp+V8opE4b39K+eyOZc2c+\r\nlihWRYH/5xzTmTP7xhmoZ/pL31ePY3cNA/HjImoY2CGkMvwwK15E54zXUHvI\r\nvOhzd5apO2pVO6Rye65WNi9/OtZqsOPjw1CTp6ApD0Vwe+pD3rMo4B3zHvfF\r\npbVwrs8xwfGAqUU0NuiWEW/dzKceIh+dCjqxHZsx8FcN2EliA6eHTnhB0nkD\r\nnSpthVQzL+AUrBjGFiDXpixCeTGKqgR/uqg=\r\n=/kbS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"bd5d3de46d35e23074697445ada22699155a2870","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.24.2_1646368720173_0.2869730687876717","host":"s3://npm-registry-packages"}},"2.25.0":{"name":"adui","version":"2.25.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.25.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"68f3fe9f21d3dc200071f5d234334b1a71df7a2c","tarball":"https://registry.npmjs.org/adui/-/adui-2.25.0.tgz","fileCount":1823,"integrity":"sha512-4WwiYkUvJ1nf9RpP5BTof29tKZe7EUEI6mrUUdKuaev/einthBm94kljSwh5xYVPkIgTzTRS08HGB0EW5eoGTg==","signatures":[{"sig":"MEQCIDzUfCtbWKd1guBP+FeK8aBfwRRYPKNyDXthMQuZN/sJAiBRMbBmp7eXoWXypGA7KWlhJhBfdyxcly5H4nvWOikzmA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11041024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJWt5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQ1A//c/t0FlGyVijgAcdva0CHLCcIILOmaE+UvgT28QgmvZU5Hcvc\r\np6sXTpe8HA1kTSOPlyQRh9yBWD4JwNQgJXur28mYRqImJy2dJmoz5WhnjIix\r\nl/cXX8DpnAel+qDECFEQmEXWe0oRblOuI9MQYi7mcwJ2vmEfUdzIhi89oXN2\r\n4imGdrT/Awrri+h0Ucw/lhAJFJq0fY8h+I+l3VGEXXoJMBpQVEaG4xoa4paP\r\nFGXqh9EI1SQtpseH1obZ2CKR6DLasWJ/TlNeaTyOkYEEjnvqfrDDM6h5yMGj\r\nBSegimT6vUK29462hMOgprt7F0L8E7O90aQUszYXhkhb64oqclEJKO61Zsb9\r\n6UYaxhCpQTPju7+H69w8rXHkjFWagZvwgSbFn1VsTqy9Og+aLzrJ1XBdjwcZ\r\nzBSw0niDXHsoad2OOIhzJb0StJrJ9xr0YSJlOpFKjuZZ+13HL7WdQXufUMYZ\r\nVubonTw2uN7vNSmcEMSkJRMA4N/R7QsheepMW+VLamQmOYoq9Mtr2qWfzsPS\r\nDbKvNy31+4qZQr2gBDXxe+pqLEIRUETXa/PXeeY9foo1+ctu1+lfhbh+vNa4\r\ny05aMQjD0RqqhszqdbQmXQ/tFzRe54lR6yMkabQXx4CSbA7yh7Di/ZfZwqTD\r\nKepY0g5LgIzijX/6khzBut199LYV+9HjAkc=\r\n=LgGb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"99365e33b370653f6a0aa610278895d72280821a","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.25.0_1646619512941_0.2334011225403474","host":"s3://npm-registry-packages"}},"2.25.1-alpha.0":{"name":"adui","version":"2.25.1-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.25.1-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"5db5e6e10e1407942fdf0c4bcabdc0e665cbdce4","tarball":"https://registry.npmjs.org/adui/-/adui-2.25.1-alpha.0.tgz","fileCount":1823,"integrity":"sha512-JJkHpjsJg+qBu4AY+Y3U5dAl4sFR2vaDDm8tO52BDMmv/qN8TmNWHuMgUQ3IlklOTOgZZdPV6ELDodh0ZQLXTQ==","signatures":[{"sig":"MEUCICeUym9Jj9rVlbpcugmO2Ug/xfpv/R2OpJHbOswNWroCAiEAidulqEEnBqz5wT5dJwCYThV3bfwLfBpiyJFfKFDTVhU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11043910,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKLnhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWVA//XNO+fuXsS1oqzasWdet2S/Ax8H3Zc2XFdjSnQ9FflVourF3g\r\nNyf2e2pPQM5exB0uyLKjDOMYvuewZzt1O+PTO7MvpucgACvRlmKF+wu/vJj+\r\n4Db17CGndZL8v51n8N6tA/Rz4CiRAHhGwxMAdjXSW8JaNuxvRuXvlceAxPTe\r\n5dU5cBhG1lNSRR3l54u/682Eh8pTO3cbqiSaCIyv06P88YVuT0bgqTEpz6H2\r\n2vrxjEnQ+PUnCUdkbGAq2ZjcsH2LInpdXdeHmgxwgpjqjCsN3H/CR0nUWeDn\r\nTsJkUqDD7snBSr2bBtlsG4a2o3lC1YcCtV6iMXYGFDipF4D3d7dfmfCs8Qzy\r\n14FsOxYklSgaqpfQqEEWCTbGPLqNzhMs5w4IHKFDvTlCUdCS9AnRwFu4oZ5B\r\n4zyXNtMQzjehSLrqv5ZZmCEmJSZdnutH26/3UoV8I1LLandAh5f+Ltr4RM+H\r\n/sgzRFRXm7WJTMBkLWgLmDMS0gPkvbyQfBSij+kXcQkOiT8jca1GHx9UbRn5\r\nwpWt46bgVeEbYX/oFgXPdMqaW/LHZsJfZGAqm3qkMCOd/61rWwKUP2PWODjj\r\nsdlkmF0q9prfGEXM2CJ1hmWdvdDENa4CxcV0ZMlhQ1TTPkOhB5FkOGiRkBHN\r\nww9OaQs/jRbJqpWBYou+nXu5IfsHGRDa3zw=\r\n=QYRx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"99365e33b370653f6a0aa610278895d72280821a","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.25.1-alpha.0_1646836193393_0.37529113793892144","host":"s3://npm-registry-packages"}},"2.26.0":{"name":"adui","version":"2.26.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.26.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"63533d7bbde9f192603ed1955c7100f0bea55c82","tarball":"https://registry.npmjs.org/adui/-/adui-2.26.0.tgz","fileCount":1823,"integrity":"sha512-YiMLDlDnJ5P6qA8D8GJ4JQxtRyxQC7duEWM8sU0qoruSK6QTOuYSMEg9AZ5xgyMO5ZQ4NRP6H9FwYWRm0EHddw==","signatures":[{"sig":"MEYCIQDCt2y+gbKgBSONQleHb07vwvWjADR8ZgvCUe8ZjbYAtgIhAPocMCmMAhrvWW8xtBCUxx8KZLnj2yM2+MZSWHVgCsGx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11044417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKWWOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBrRAAofI0rUp0z/76H8BQPBdk+GQ6SA3NEaaRJFJNixfdN/KDF/K/\r\nhun1NLI9/TcWcajGVILVVzs1Hhbb8myIDdUYsOhdZdpCwHVospoTyOna3Nbx\r\npUPbeVNhkhunwehB25YSqjmLc8ATRf03ZKL/o6kGi9FEga9IH6bzh5r60sEU\r\nCA9CEZyU/GQsNYjS9Koyp6JP0psahE2Qx8ftf/+SxOAissF/xjEWSZk/eo5C\r\nR/SIxKeuA2ygcMI2uLVN5veQPVYCp4w2xYNbZfv+icMzzktIOYGux6pj5wMk\r\nV/e9hJWO3pqmkglBJiNdGKJbdg6r4hKan6EKQw5G4OT5ECYw+65mIHLYUaBS\r\nXLUy7xBI2cvtGjNnbiGOQexizbbHH1HHGDRzNe1+hOTZIiTYwUsRAsSZORQ+\r\nW4evwmA1aO0o9GPhVjFo9vKo7YZuNfiwqTG+Kml0QVb37kwiW0tXNM7Fj7f1\r\nPOScU1E8p0NsuWyz/QiPt992knIhfAHO9v6CcPD8cXdjA/UcdjApPyScku4X\r\nDQ56uAGXsj/BKcF24END12egdc20bPJIt6ePVHAi9N4FjS2tdHYZNLjrhIiz\r\nSKhwoNVXdgsmBGm15AdZiV1iq93nEmbifKudxWTp38DHZkv/93MbPq+QJwZs\r\nMdHfaWPOluGbyethrxp3RQeU9no3ltn62pE=\r\n=w/E7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"f39d2a3c9542623c81d4e8277e1a354b7bf9cdf3","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.26.0_1646880141953_0.23030338473659406","host":"s3://npm-registry-packages"}},"2.26.1":{"name":"adui","version":"2.26.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.26.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"682c77db9efbbf30ce222058831e0f3e61c315fc","tarball":"https://registry.npmjs.org/adui/-/adui-2.26.1.tgz","fileCount":1823,"integrity":"sha512-P2b+Rk6s4xJxcwHyXUkRq5gX7ONc/ztnR0gSRm9tV7PAFKUnp7nmrR7C0taOhWH8ZOVURgA1zT31yT4dV6+BdQ==","signatures":[{"sig":"MEUCIQDb47d+Nwv6+UNOJGR5IHjW9alZQdOs25wdYHSRNkxQzAIgWAtnYhqNBxYqGQbCnnG7Uklqs0r+xmDzs3gcwYAOR/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11043047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKsS/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9zA/+LWXflrlCphwvSLz4N9aVgWyEkv/R1ESxIQDp0hve+U6/5olA\r\nO+cSq1jjMOLYO6Jjrdmrdax8R4pROXdy9gkYy0AvHcJ7CCKJehqD7x/t3SBI\r\nSo79Rw0IyJbkPe81c9p3vpyDk8mZp9G3NmNa6QA15USFkkkHXtnUNj/rk0nE\r\n9i2jlcwnd82hmLYh8Rf8u8zgREIu/puqvGfqL5htNOfd5RqQ46/FmzBHefVJ\r\nGQJua8CcI4XxES9zlNZXm97IOCB5/EJzlQQyLtpERP3KR/v8ASYHa9Qmezjh\r\n2UMsed/RMT5qEf7YquOfKTZe5rYzsh63lrSkqOTVeEKe7tTzmwfLqUIjlP2G\r\nrW0QD3IWDS97EEMMm5VFf6fRAC5cDmZFqI2r9E61p5mIJRazvuGrM71tS9i+\r\nHCea/F5O8UvBCOmR3xVFXZs0jKwpu1KblGCs2/jAB89JQ3Xw4o+SoHptYzeD\r\nZGOwLd2tIhp1zMmXimwbAgs79G9bBfgiUVoaS2bJt3EpwaKGeg3+my0mL9j9\r\nIrcPVRaEBBnXkHxHjpovYqgCvj4rHmG72eovoV6QSWuy//mfNKbs8QjQvCHl\r\naTTf4uraciUXXCWUGo5tPO/Ktv/nYDykLrDOPaYKM6vK6gcrtPHWmXjEKE6f\r\nZggMP3bYxfkV8up6ehU+q3BkfvaZlPXCJfk=\r\n=ITKV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"be4af227d0ee6914861f0bc8e6401262ca9ba657","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.26.1_1646970047404_0.7959679224318026","host":"s3://npm-registry-packages"}},"2.26.2":{"name":"adui","version":"2.26.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.26.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"94c98bf6ed2930600184e8d7b28505e61cfa265c","tarball":"https://registry.npmjs.org/adui/-/adui-2.26.2.tgz","fileCount":1823,"integrity":"sha512-7725pK48iwunttGipXZ6CtJc85w6l4S3uAhu/FMJTiRowFhu9jr0lo9R+a1xlM4SMGLYpqvk794Nf+Dd3EDUPw==","signatures":[{"sig":"MEQCIDDtlcrxF77n3eovTAX+hrQBFN+1ESJnaVbDHT23u2I3AiBeT/dOk7Ryg8zK9rCVgxQOGOnLp5DlNU7BxR12OfomWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11044991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMZbUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0XhAAnKBwKbLkzomGB0Nz25lQ4t7jMQrNII3i/YRMYCi+xZnC8d0E\r\nfG3GnkGH9Z3t4z6JVV+Wand2+xunF6M3u2pbHnDFUumL9zdurI5omVOBbL3s\r\npoRn83TQdjtM3jqAdlOZRXebeW6KShYl1Y2ll8F7Iya9Z+GVfKb2AlId+5MN\r\nktG/n+kfP+u1Ceigb7lAkdhh7WQHF5FGeRwT4GoASNBsbTsivt/jbRglW+6G\r\ngB2FLzEwQELkNiLIh8oWKBF8OdDNVqZqDHOJ/g+AbkEBgMlWCmnqWOP1N+qV\r\nyEcuFccXNfFbEZfsLHUMeMSTQfyjnqpFKj56Xn/Nkb8lJNqSwD9+U9hzHEYz\r\nWInx6KbfauXGP8s+FfODDjyqI13QSsrtP/XhBZPf2gS6yNPcfVXv0LRlHyD/\r\numQeTKA36CLl388v7/11t1ECHFDQ4yrHPGNt7JfSgSEEtJbaUej4fjZCC3f+\r\npuG4I7jgl/fyYnzr2cD9+mBM2D7nykVwlzsEpXZ7OWTadET9Mfaem95q91kU\r\nd4FF3nYudwMeTwb4pvDSL86PE7+fOIdq2+H2xECl3gskAeG9HPQ8N5f5lr9O\r\nT40API3Ne4sM9Jlr3DCtqSSBSFSO7puUfWJRiyeYI+Ix8YnFE3Inu9vISn/Y\r\nOa+2UMG5h/cObLSqhqGadesDXqJCNmwIQ8s=\r\n=SQ5T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"be4af227d0ee6914861f0bc8e6401262ca9ba657","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.26.2_1647417044047_0.9800663937709493","host":"s3://npm-registry-packages"}},"2.26.3-alpha.0":{"name":"adui","version":"2.26.3-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.26.3-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"635a62a9042c1259485abc29f625a8bfaa150295","tarball":"https://registry.npmjs.org/adui/-/adui-2.26.3-alpha.0.tgz","fileCount":1823,"integrity":"sha512-G5h4lgZq3du62wZeGDp1EhasKcBt3W63LgzEpChZWyS3uH9YsjEP/vsUe5izfmQG4doYAVgNGksR/S1mlAIadg==","signatures":[{"sig":"MEYCIQCFPws/p+RLRrjKR1+TOKX834nubaF4YZRwhIi1viU4vgIhAI+B6gEoTZy3y/QbvnKaq7yADndYgiI1LFTWMHI9E/5N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10992415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiO+IBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrigQ//TcEGRWt+EGpL11YLbf5fAKEZ7Fb105Voci+GsDFpE+U8VDFW\r\npv89Ntl0PoO6y4/xNPy0dDXJoilNt/9mMBeAXQ6miIipp7VVMueJDvV1EdH4\r\nzzd3caqEvO6ocHN6eoZteask1RfheXRHzqTqTs4ZZk2epBFKBN1WNPtqQxJL\r\nsSfQZjUIZCyOI8jJPnpoO0oWogQAhcFDgODueygZUXH+jpKV5gRTW1Pc//1j\r\nJLGNN4j+A7q9PmwSMTtgZmzsrDdkQKqoRuquh+/kVwtzRxZHPGITWo7lMOKT\r\nnGgmLmvv+KhpmU2/YppN/h3Hh8D7TdygmnDxeoPOuD2nqtA5t/+vFALVBXbN\r\nbTwDdgBtkXmwZlVsDAZd0/pMHxSPXJok06suRt63DQmLlNz+sst7fR+UQ+Gp\r\nNlu279Qp8PoqmBcWtsaSnQ0ky3cM8jXwrDtYjnvAhGv9t4cQZXqISIn5RQcg\r\nE4kbSSdABOa+d8N9vUD+vzQ9B43lNWt3zoz4ye1xUxhLqPX+fLgmKrXmcLKf\r\nGm4LogG81trkMGxatEyygBENsILCv+wIJ0mmWVdQgXweDglmLoA7XqMLomZT\r\nV0gGjhl5LQ3ruMgYAzb/ztFiMo46UEHlxN9KTMgTHrZ5lxPv9YejJ/FGnC7v\r\neiVNwPs9C+1lBkbVJuM/26ZiYF4AzRgi014=\r\n=Sguj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"4b3a83008d4838fd54f0674436ecde9c71a9de04","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.26.3-alpha.0_1648091648827_0.6156081286235255","host":"s3://npm-registry-packages"}},"2.26.3-alpha.1":{"name":"adui","version":"2.26.3-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.26.3-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"8e05311afd5837159121307e19a19f64ae13fac9","tarball":"https://registry.npmjs.org/adui/-/adui-2.26.3-alpha.1.tgz","fileCount":1823,"integrity":"sha512-r3cjQmhBqZgXqAdAud5T5SHIyyLq+BNY9euZHGtNTGNQ9pP0NIKFkcZBUKbnlrHrIjoirT8ALTC0/9grYT3zVQ==","signatures":[{"sig":"MEYCIQDJLAeLSlz0EujZ2ixWZ2M1h19VIHtB1fxrCDhZPrYuggIhAPmubzdYoZ+cz+UJpuZsbFw5DLuPOQMiOdre6BbpbOD2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11008533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiO+KkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBWw//SdTwvnz1eD6ioU2hTvuV0QsrzWWRAG//Km5gzjL0pRsqUO8u\r\nsTP/4R1gjufmUW4BjjueU7yyA6hwnafbQCIRRVYwBhzVkp5OopTJcw/ZilLa\r\nkzqgQVRNCK+Sjmdi597SboRyr35lR6IZFkp/RF8ZjfSzLL9lT5GawtSAzBmo\r\nYmwcEos6k+EiOWAT41j/wTStOLenvBCwFnIkyU4RSDi4u0XGLPk1XTbvazcw\r\nM2LITN2YkKFtw/qpxOBmJ7RsD7p32RjbnmpPi9ox4NN+3vNb3UCLI8X0pR01\r\niNdebhxnTw65uqoQUy1HkW/ERDoX2XFI0ksQ2x1VX5BjWTGYsAvhCx7jXXOf\r\nK/c2woTuwMxLCZ6V6RMEdpAbYBxPjevfBiyAKRQn4kQohNNqAIrB0XnJQOcF\r\ngMn5IbKr+sOAPghSt8HOHO2zYhF4zGuRs4SrLFcforzEJNVnYcHtWWbTJ2PP\r\nZVTadJXAmVdzEfSiJ95NvDQ4lqjMXEmD2LOG68Pzq/kRCYowDT5fECYyPhU4\r\ngJ3bhW5O2O/2POq479D6BwLq3mxz89KRs/VnTOZLMD3npG+A6Jc3XrNz6ALX\r\nzXldyLngV35/TcMWpKbBRlntgAnWz+f1siSH6T7ccw8KlUHJZbaueaMxHeae\r\nfaYSjTm23BGTHNwfu73VPIcA7YrnMll9KsY=\r\n=jThf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"4b3a83008d4838fd54f0674436ecde9c71a9de04","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.26.3-alpha.1_1648091812057_0.053898255869519796","host":"s3://npm-registry-packages"}},"2.26.3-alpha.2":{"name":"adui","version":"2.26.3-alpha.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.26.3-alpha.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"1643a84fadcdc0142fd0504b6a114787a5490ae6","tarball":"https://registry.npmjs.org/adui/-/adui-2.26.3-alpha.2.tgz","fileCount":1823,"integrity":"sha512-G0TA8wt3f7z9YEEd++5VO7uNshOStsEjtWd9Yc3QbWze98E5O2uH3XIjawSjtc2KIEiMPt8srBg48/SJ4M80IQ==","signatures":[{"sig":"MEYCIQCC76q4c+Qgen4yMXBc+WHalTCuNYtCYCgW6Fwzvg1HGwIhAMudDJK3o2QOjgKGpUOBOP4bTmSuQs8fqoRRuMc1fql1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11008899,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiO+S/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpv7Q//fEC/lsp6fWIo0XN5MzNS8uhaCkz9uI/TB0+0A6WpfkpabynS\r\n7tqL5YUmG7we95I2IN3dnP7F3DKq7Gtj2Jouke6RtG+WpNmFGS5Q0+6jHlnB\r\n4tcHvYR7XicMw92j3SQwSstkZKz9HkjheFIDiaPfm7+KoSIpBu7ZwoHAIk8s\r\nRlMKMHEOtwgm9Pe1nAUF7f9JSqus2EHy1YAL02ACNnYEhn/j/0OV3qwY5jsK\r\nXKRrvmLeabC5a9XksdaKu2LUX/brclHLwCaNI1yHmlFohJ3AfH4RLjal6Ukz\r\naLz+n5oyalIYUWMTJ2Z4DUXAotMN+OInJlWZ7tiI5noGYoJrnLP5Oat0+GXL\r\np4xPd70CZxhvnyhECHDhBMYyyXis5Hif/yVS7sSAJ+T2+Yvc5kdvx8GHLJQg\r\n3v4/lPy5KoKWxcBLaVmxERuZMsCQfE9BxSgA1FcHVVEOq2070S2HjRVK9kom\r\nuqvWMluZuzMNpYIHrh1+0CdRsz6QtZy2GvA77OpN3vzRfxz3fQM4xiJ7OOHi\r\n9k9iGQgXl/SwQBsc7Z17Y/cZFQvKk/zp0SZ8aA1bIAFVwVLEIp8ugkIKE1kq\r\nmq28TZ1zXs4UklnNYzySiICKitXgZ8jy4ljdpjSTFy9r6TE1ZClqwZiOaVMc\r\n7lcKWrzmhK3v/QtCzk2PYoMG8/y5MNe31Xs=\r\n=om4M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"4b3a83008d4838fd54f0674436ecde9c71a9de04","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.26.3-alpha.2_1648092351253_0.11040652823650876","host":"s3://npm-registry-packages"}},"2.26.3-alpha.3":{"name":"adui","version":"2.26.3-alpha.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.26.3-alpha.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"217b1ea0a7957aac3f1dfba13bd237345f9bba06","tarball":"https://registry.npmjs.org/adui/-/adui-2.26.3-alpha.3.tgz","fileCount":1823,"integrity":"sha512-2+trIi83nideewZXm9If9i0sU384+gxdfwDv5sFX7C/qwojie7hmONjj2n7TX7OqtTaVyVPldufsaQyle+25Gw==","signatures":[{"sig":"MEUCIHWFxaGLdNG4ygwuCv6wWiYJYh2snjhZj8rAGRfYCvUZAiEA1mhDphcvlkNBgAfaVmazbRvfiW+Qun2Q+2CRNFnEylM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11011988,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPXmAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrH/Q/7BSOIZN2UoTLp0bILfp3AzAa+IuNVRabaN3VP6iaMMOH8e6Wc\r\nxeu9v41TOCTPP3h54AJl/czSrASvbQEN1WIywDPRkiKofUgFNJHjzkfPmroj\r\nPObU20OIGgrzKTncqf5leMLGVrOiEwuUGczrOlqlozi2fA0jDQ6ysdB+UecG\r\nk38KkLPlko+XL0xR56fMWFs8unneWSxo2oCVwXVS9hrO0WRQoIg3ws5kQSNB\r\nNe22f9EJRn++BnJnhQLnyrESxONXU93MswoeTTP0yzeH4+whYIDRYghSd5NY\r\nnYtvvOt/r9AQ88GDqzC0iind7YxqaoYN3ORxaiqpN0iGWQ8bJ1+kM61vaDK1\r\nlgl4pXQtkCDvawp+aGYigKPOqGqsc+hI7qOIzfWW3nBAk0+9mgTtjdJC7Ind\r\nqjPRELnopU6q53EKQlEJjmU/1+VhR3CAZH2rehukzzjVXWjA2I/g3DlembXa\r\nMHQEm2azLMPnTB0mT2VAatujY5SVnzZubv0ydn9TmxXWj3K3Dj3pdPil1Bn0\r\nAQs9MZiLw0lpmC8/RHUE3Pl6ExkV7vKnPXBNeSDQM8j3EO+ajgeDip2SCEQc\r\ns/Z9lNy6jO0iXowpi09qdIq0qnzuGfTbHIAT64CVNY2r4MqfFFoM/C8SydaF\r\njkSh+urGl70c5qH5/P2qbiCe2NxeHV+nhco=\r\n=uZr4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"4b3a83008d4838fd54f0674436ecde9c71a9de04","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.26.3-alpha.3_1648195968357_0.2469483435055344","host":"s3://npm-registry-packages"}},"2.27.0":{"name":"adui","version":"2.27.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.27.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"be58cf1e2dae4dcdd30a4b56ddf77d82ca0b44d1","tarball":"https://registry.npmjs.org/adui/-/adui-2.27.0.tgz","fileCount":1823,"integrity":"sha512-FlFEvBMBocuo9uhfBex1oxjERzT7MrWrsT/ICe96ahTXxvU4t96+DIotBMLfcTeAdofjFy6TB6j8kZP5rKWRAA==","signatures":[{"sig":"MEYCIQCYAmkA9LTP1dsYjnePeJwS9pQ2GxhbWbgvV85kdxZSmwIhALVFY1Qg2QdVUrHjCPqLvFbK3Ci3qJqyEk/oVfES/lpt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11017827,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTlXIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFSQ/+J66gcT2+fMveCwA5iqIQDnyD7KY66eCXKgPx1nsEntN2z2hU\r\nMh8CBDILzfio20IuycTRcQQQbZ5AJXspp/7THq2Oawzo+jHETPJJaGQC6GYo\r\nxg77VcxOaCjqNGyZGrBBlTivXeGSFUJD0yYw81txGpYToVcLe1K7cG4XVNx9\r\n+FAudv1XnZn9TbfP8ZEW75Hj1nTV9sQKpjijqTnj7A0DBXLrFa+YtdQCuYCb\r\niStYLRjWmspo3tsYccDGuSG4vT3hy84T7TyvjSmpLtcd1F7Unvnp+OvjGn6e\r\nToQ+LUZ4S19zbt0CT2XjAsHauBoJOK+HFyj1Di9mLjdR5RvzPr0pU4jQudnR\r\nMXES5IXjvdjrTaTrStVAUavvpyQgAXMBor5XTEXKO0osbFHOreUCqxFrag/x\r\nHTx2jLXmvUTNVT8YZoZS+8ywlcA8XXcEzAGxlYmwGK/RTwX6HRf1RDR5HGB+\r\n1z+i0Q5xQmoeShOwdjDaxjw5nCJzrPxy2Rh75wE4Hw7jmmLH3toFDSMYxzN+\r\nWabnJ4H88mGOQ03JNHXfTokkK4nB/NB0IOVbm017UcH6QMEuIDGfoaeDdQY9\r\n6MOPYWXUwP8DVO+nBhpDSMj6E0jqlHLZXeLsHJ5KUHNfsUmUpHJTWIUIB+h2\r\nmmU+PJWFdIDSBsDKYKsbx/YqzO4nXQKa1ng=\r\n=VhMG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"0cc7dcd09d4a991b2dab8c7f296244d91b30a237","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.15.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.4","rc-select":"^13.1.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.10","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.1.3","rc-virtual-list":"^3.4.2","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.27.0_1649300935957_0.4506363220029075","host":"s3://npm-registry-packages"}},"2.28.0":{"name":"adui","version":"2.28.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.28.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"3f576a81174ff104f02176b5c05bbccb0b57b769","tarball":"https://registry.npmjs.org/adui/-/adui-2.28.0.tgz","fileCount":1823,"integrity":"sha512-5GiaAFs2p88GvvQILF282u9dVKznuPx9ZNQMivbMKw1ud0tjVlhhG/WoO/TT/Sw+V1fGQMf9YbvfUcvWB5BASQ==","signatures":[{"sig":"MEYCIQD1IR3TxrbumIbanE2pooqDMU2SwAGSKxTGWUEZnnZvRgIhAN4dq7SHkKNYyYdraVPAQoDT1W9KGaAnbWc5IgaZn0iZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11025751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXVRMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+DQ//YrGtplYgW0sBmuZTlyRUYldA7b6hN1OgZOa6V2viPTas0EEo\r\nrJYu6WNXJg9T5aCCBoPU/faSl0Li4yzh91qq9INr21C8ZE3y8KUoPiV4DoHk\r\nakfFuHREXt+pCkpfhgt9tJ0yEYKj8ZEUkVGSZlQrBumcOHaFJAIZ4FznRiNi\r\nanBd9a2zxoi7n5kNvxkanxfFsKPoOiBeH6lILecNUPc3lD9+M1lCvuL+vSz0\r\n88sbXcCwK2SML1IFlPIhTEqAhU81dUSAnUt303EQW9W4mz3xZPjrR+FgXQ6a\r\nJmAvmwylFOH7fHKDj9Vn0r+Y4bkopHvC+UAWYa0RIEbbbK38trZqzb40ZwpQ\r\njeysFaGYWUmiNi2Y8shiKqg4Tj6bmf53hkQX26uAkVG0tjmlGROvUxxg2Lwz\r\n8NUlbAdaNlyRunB/oZ2fXTHw2TksqdaHCMP/NLChbeWosdIZcQhzehWZJuVu\r\nsD0q2i9ycfncLBDz5qdZMGp7b+HUDr7VoSO2kIXWpzqFJAb58RJx+CMRD6B2\r\nd7kGy0W32mcrS3+8yuyo0bMBHUlzVRUW6RZaj6nKrWWAWcsbTECWEtQvvJjD\r\nRP+BoV17JwdJSCcmnhz5/+FyOaYGw0A6HBboFE16P0wUiFhrTinsFuCEeCmD\r\ntejk/js7nkUJMemvBDADeT7dd+WQ/61hvQw=\r\n=0XF2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"5303ee1ee8cdb73c3ed68fab0b9548b82c3e142b","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.24","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.28.0_1650283596356_0.8400953418454848","host":"s3://npm-registry-packages"}},"2.29.0":{"name":"adui","version":"2.29.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.29.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f27189565163981f2801d75710a7c21a9c12f5ea","tarball":"https://registry.npmjs.org/adui/-/adui-2.29.0.tgz","fileCount":1823,"integrity":"sha512-o7AMZTWkZkgE6Iedf1CB2RKY3TeYF7R+qLimKyGqIii9i8LCfQhv8edFeCmWfgqIxp/l3lA185j0dOEDxNU29g==","signatures":[{"sig":"MEUCIQDV2uMx8Y1o/GzFi5KOFfc/Vh2QAD+w+YPE27kgFYbulQIgcegiHhoKF8knWUIcQgDi//uenKfpQfv24e57v8IskNU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11041227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYAL1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqm2g/9EISpcc9DMO+nc10OmPIE4Rt4ArNIgF0Xw2lxrd5oqpzaghh2\r\n9Aqd5cHwRcED2FtKOv29/LCvoym8exLxuhoDTKhyS0TLc0EKUVr6fcK8meW9\r\nVVp5d/uJYhxkUiurN4fJBrFcAmZozwrAScYf4dje/prk+zcSMAGv1Zd3XOVC\r\nwzNlpT0iOvITEv1hZfJbx7RSBzsIQqjl3BTLET29Nzm6Pi6zhYiS6gNCB6tx\r\n7SL7BSZ1JACG0NXrGMyPEqsN+rqQCTgQ7iXY2NaKxt+HywqZSGU/p8M5fI7w\r\nGQV1lD7HEm1GNOTv2/jOqoImQzsOIFwj38HMMkAJqjC+bSjLUjCMZQs0wbfG\r\ncQ5jgZK0bvdYjAjhf2n5RtwNOm2tinF0uGAHY6QAV6rS0AxkmUPMsWiXOwEW\r\nZ+p/PxciJnit9DENFQIbB0fRY+IYZq0w1tGvE1Izao6PaHOvDf/pcoZTC0uw\r\nsZbqXsPIUa5PJThxqRTBEsk9RnGsLBP60aVL5HCJikgv2MhR6sLGQ4smY85K\r\n1RRd4yWX7b0e3KzrEUu7oP9dwuedYzfXg8AqI92fvUBxnlC8CzYlUhieC/Cc\r\nQ3JRlaHkJ3IRa7r36rCSW74062789dv9h0jDoBet0IJhLAWvU7y9nTrRfnN5\r\nLDUEYJBMETh7u4bUVmJ1LDsmsRNM6hXwPBg=\r\n=F/k6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"2ac96c9c5c78f080580dc16125ab4c11a75ba7be","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.25","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.29.0_1650459381090_0.04363650990603474","host":"s3://npm-registry-packages"}},"2.29.1":{"name":"adui","version":"2.29.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.29.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"774a8159accacddb04c708c9b8b58334900f6fe6","tarball":"https://registry.npmjs.org/adui/-/adui-2.29.1.tgz","fileCount":1823,"integrity":"sha512-vDfBOgzNffGkcZHUPZyl7fDlsDlG7iRy8km2VIBRbO0EmdBhVqOyqW1ZngC/kPrmHCvqlSNqdHwnV8wrVAzwpQ==","signatures":[{"sig":"MEUCIE9DZcIwezgvlU8kdA5JzTfJwgDZlVzH3dzrwJUt5HpcAiEA56LWWLW716jpuhoxZ/amCAiFv2+HCe8+XANhOeLVzyM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11041744,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZl5TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp71w//XWLk+yuxT5S1Ns4EBw9u4y4VM/gXtBevClP1wLTY+cajvzkL\r\nPbqPaM4GSDPQVkCQPQoOWVIcDiIKsNUQEk11PhV9ap0H4yBNUOr4Re6Mieq/\r\nRPN/wp9BjjyxwRmg5XfQwfeIbeVeWMerG+wijE92QR5naTvEGazNJI3n9utj\r\nuwl01FMqXwhXu6erGS3VGaCUJ7jkIfeKy8nEBbZ/PG8HEsQvVQpecHZmgr8h\r\nyTK7bi5n74JEW7DjTOgbbNSmJmBTv6j1DeajLkHbG1WHkHsZoA3qdr01T9t/\r\nVZZ5ggLek2yIJ5yMNbIM+2DN3ewsQ0c6qDcL93S3clryTuklZfIMIC7F7CrV\r\nDp2dABm9iU8qVa2rlXmbwIzNbOPSlLJrBgd1qpkvTpoql37MJWHLZcmFGe4u\r\nfEa9Z3irIiQvR5Wq6zmn1+KHip/di6Xn35zHfWic7LbfvQN3D48UXFV8bV+9\r\nLl+nZ4zVvpD1q3WvQBe6CDZEbfXsnnGtl7oXB4oF+gwHq5HYvlZexoxs3KrH\r\nsc5sdmaa6NiEa3OidW/53jlchqURZ/BFEWPXZqeXIYLpyepFH9c6PPT5PRvG\r\nB1dfGT1pgs6KSVUKSBx4dKCwfLagK+5GWrBtgtXfK/j25cJ+L1JbGVQZy1ZL\r\nDLHl5WINg8E/fwTpUb8f8qyiJVr4e7vNEE0=\r\n=Xpdv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"0b8d19a259543fcb5e6a36865019d7e3483973d7","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.25","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.29.1_1650875987413_0.696198928982386","host":"s3://npm-registry-packages"}},"2.29.2":{"name":"adui","version":"2.29.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.29.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"98f003f9733c48e1cb9590297a540b95d0fe93a6","tarball":"https://registry.npmjs.org/adui/-/adui-2.29.2.tgz","fileCount":1823,"integrity":"sha512-dsMtwhqpM/OG+jmytOlLePQLsUBxNyqz7s02r5CUBQH/9AKG2u09km4aY0ZxZG6BQlXWR1aPYdv5Xel0sdjnLg==","signatures":[{"sig":"MEYCIQDSjVW5pyQq4+zcX6s3zruKs+XSov8KEdJCudZ6uFfk/QIhALU9VJkmYKXGSiV5NL/g1TNLHBIwoVzrfNBhFnaYZLHn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11040632,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaQ1gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvgA//e8E6QsuWH5BFzE/cEqg1IpMItR/tp0esWrk0W2buS+Lo38Vl\r\nSihh60/XCWC5DwTVrKGK3XZ5Aa60mFCWU6bjlf2damXTViTjwCGg4oQWCVhE\r\nbLekgvJFkoG1X56QgNf7JQbuq3zlwUDuRzfDwMtXUYojUSk90yj5lJ/l//Nq\r\nFCLGPD6pWgE56pyQ/MnrPS7qGmSKeSYjgFxbL7PXQd8+wOKoAOrti4rXYvTj\r\n9WeRnHqivKA9fklSj6D8j6ADEpPyFGR6zgJi5ObSO87ACMR+owqgezQZfFer\r\ncoyOri8UXB5BCIwoskh6B/dkZV6/b6HSdRuGfmOsGJb+oWo3IeSOpUbre0P7\r\nCCAOrTSLpAnAw4RQiPeWCrPh0JN5ZrnkWgnl0pVZpiaFFu+5/Ln01i5iLhDm\r\ndDl3Zk9F2xsN7vluWkq3AUbq8gUockP2oT16RRNyS5gP0A57OkJ5xr3tL0lv\r\nrR2YsXUzzDZCYbF1GITOf6/tKvYkTa3+mliikmzA7bkQWy+5JpkAbIgC5Fbg\r\nYSJHnxiNZEn9B+a5rFy77UNUH06bmX9t5gQ1nqLQydZ+E31dmA0YRrcRogyr\r\nOApY7DCDq297jcN1IQaolomAgNea1KLXD14HwQEE+MeAqJChPBblFOwSOgxW\r\nY3XmWBx+hrT2xoeEfyVRKEkJlz079cqSIYU=\r\n=HrQr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"dccc2d52b4875c675596a2203701b52d2e44f7d7","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.25","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.29.2_1651051871721_0.7415100129183048","host":"s3://npm-registry-packages"}},"2.29.3":{"name":"adui","version":"2.29.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.29.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"fc8706243a61267f4de774e4e5bb0c94f7f16164","tarball":"https://registry.npmjs.org/adui/-/adui-2.29.3.tgz","fileCount":1823,"integrity":"sha512-gQyx43rmzENPU9hd5R87rrXa9th0j1w1kmm/sDNuVBkligW2hjwbZAGjWPil5kuWPbcL6nXRelsIyAxzSCEJCA==","signatures":[{"sig":"MEUCID7lDMDKY9A+kbfTZswqPlMbiBo/M4NDu8N06+lUzQ/6AiEAxduEyXmmgvwWxbT5m4O7IibHNThp7rL5oR4E5deD9FQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11044275,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidJn6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqnlA/+L6V4bx0FNwQ6FPtIbZ/O+pIvEQehgDonkk+Rmrj2WEikz5Nw\r\nkDxRtUgxJxSAE+qmTDf2euVZl1RbxpOtRUToI7SYIIT22FXpVMYbgkn6ePdU\r\nwlIAOI3ZQs6MduGCfqNZhVI0Tqnkbf97jBtKLH7GR90NJJaPW1Bw/IiHeu3u\r\nBR8MEH/S6Ary6KxBL+FDKsDfIlVBuescTONxJX6E7+d/e5KfrHKwOe1nUZ9N\r\npUFczqNVUsiMBu8rbq5qNnAmm/Ovbb660Ldqw5760psmFbjaHJ1vOW3jePx7\r\n8tQucprymJwNdvubrf+DgX2bhylViMIgXPKj9dzEKXBpkX1UEnI1nd0wCnY3\r\n3vTSAjKXQlvxiiRFh9rRE8WABv66Vcyt1dmjdXT3PpUoY0WLjJE2XmvB0saB\r\nbPhIMbBRGZ6ulnFm9MX4hDbKp3pvPBtyGqs+CzJ65ZoaD3wiCw9MhXw+pi9w\r\nvIJU4TzI17A5ok3wCpBYX9I+YsXRE/H1ghBP7Tl353JL6eD74W4SWy+2komR\r\ndPaNb8sh+to92gMgry0ZddTstXrSfAgI3wGYefQ8oolVwsqG8tpFm3bQW320\r\n51QjjiXT1t7fwSYIqIumtsT0tYfp7p0Y8J6McqJUwTtYe427yMnvgkFM41bv\r\nDGqLdob6i3vlYV0Di+fSeAM0B28800Nx+8o=\r\n=omLq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"2fe125258244e99a820b86035b0d384b294e42f6","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.43.4","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.20","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.25","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.5.2","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.1","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.29.3_1651808761764_0.9451652176912142","host":"s3://npm-registry-packages"}},"2.30.0":{"name":"adui","version":"2.30.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.30.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"0eaf036f05c546cea93f99931acd9133048d7797","tarball":"https://registry.npmjs.org/adui/-/adui-2.30.0.tgz","fileCount":1823,"integrity":"sha512-ey1QukIn/MyY17aY/1gfRz3sX9GYsZf1PH1px2PHa7xWIY5ngEomilCXTgsOOQOttulxZiOsyTK2EDw+lIhPAg==","signatures":[{"sig":"MEYCIQCCSXsGcqk8/ZC5B+ksY+VjF6xRzofscQZN8SqZiL42RwIhAMav9uTyP+z0IaoUGg9Q26JwU2ktXFD4x9l1MR48MtVy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11007126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidjOQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrEbA/+NRznUr6HZm0sskv2+Hiib/POA8tiWbMmQHeXqfvkGO4WGThB\r\nUInoX4TLxrdCIppCCigu0gKsRUKur6IXP5v4V0Dds0r3wgNwDODlnYDGcEBB\r\ntQetgmDM3AsVKCuOVea+ZvV4NB5XVgYupMoqYNyXL8AVxpFteD6GiNiQeFeJ\r\neCQW4GnYfb6tblI7CpZnwsAC7vH1pQrsec9qxqGsAGkpRE7QhRbUOUgeV8HJ\r\nUsXpHQN1/URbnfb/6u6MgVD2XAuhL4dTYrwU4nZtmCgz8ApRCf1HH++Jfvcc\r\nNG2gN9QC9wTqlTVEgPfL0sf+DOJdJqWYQZK56nv4FLE/wqa1Lfnmg2ZfqH96\r\nYDcIcsmJl9GQewV1FOh7qNSpe74akm4yG0r0ZArGusn5MvtKRl9pwyX2gzwU\r\nKMXezuNb6R+vHnj0YOLvikcdMAhPCbsNYv8ZHg3q/OvhTMFA+eRT55zjWpO8\r\n1p9rTr7/Ms+U9vd8194pEgMlvsvOQEmTr3x6my2o7YYQEptn9f04soQWYI77\r\nl+3xmyRN7pmqrBMIVQ0rS9UDxijxPobq0g6CrbE4wMdeZtbP3ECts5h/k9HD\r\nXyYrG8e4jV7NVy6mdBImo/GauHoDuTI9HpWfkdlOQH+xtO4LG66iH7bJT58q\r\npPUMZfR6lLBPYaGRIqGUf0GS5kT2dDwuwxk=\r\n=5BUC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"59da987b8a053fe1ddbe5380f1867ffcf79ddbbe","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.27","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.30.0_1651913615906_0.7285436157995331","host":"s3://npm-registry-packages"}},"2.30.1":{"name":"adui","version":"2.30.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.30.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"011118029f0a22545d06b42891436b8cd92f7415","tarball":"https://registry.npmjs.org/adui/-/adui-2.30.1.tgz","fileCount":1823,"integrity":"sha512-uhRHJbQOUs2A3TdRWyBUd4n1XR5Gc5S1u407wZoV2GB3uc4es8zGjLEQvZJUC3St3wDhCR6Ln7ZGePHzRHWoHA==","signatures":[{"sig":"MEQCIFU2vwT+bT26Ybtd1munn5I3XCmqIxEoFv84pNkwGvMhAiBOeCTmAISdtwN0RIrKqbuysDlmWhLhuDZ0GtP7hJ6pJg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11014281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieQiRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFWg/6A4BUzbsUjA4Tr1Fr0ioV2r9ZpTHwILZRRSoPmmt/oOnZYBMQ\r\neADYhChJxy9pTWtbBkZKjP3k7D+17jP0eEnVWYe7XxvGvfOme42yQt/x/LX5\r\n+L7BiuQugwSxfAkfbZ02gybcZdOHbQxCXb8FmVnBvenzWW1hv9zjYKHMAUiY\r\ncU/tryxEo4G6iqa/bb6cntvI8hm05//lsGl4GxmlgrxakZ62bCP/oXAjixIo\r\nNtr30aoeQG98NZcLiiCmu/P2Wdl97Lvv9m0AuGGu1czfIxHkFKk2K2tWa+xX\r\nr56gud8uY0NXsu3Gjc9JqDJA4R6ynZi7NItugSNnSEe+cw413PPHcEP3l9kT\r\nieBpLqr2YCpvfGbZr2Te7I4RQqv9YVfNplaCRZZzjycViHoGN3LRHvF3HYB0\r\nw+nw+He233prFfOc58K/Y6iJJu1vDgZGLN2Oyf0GAasU6kCKRBVWGnjwEFI5\r\nP9qVocchaQWCVDHHOQ3/F/O1HnjnM2VVZen9HYf+B59Or7kDxNrdlufZ/Mx/\r\ng9T0qdOh/5xGmobnKbSPg3BWDbz9u26LakBIn0GvlRwXTTwT+fh7S7wjbAPv\r\ndXNRBQja/WxX+6FEekq0it2D0yBMMVpjLI2iGS/4QvG0eYZ0av6Rsi/OhFuV\r\nTaLO8Cf22xm2VeksXIdeyiPMN82vP1oWONg=\r\n=2fCy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"ee710cfba86bb4d151574fd4cd364e2be9882739","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.30.1_1652099217550_0.395959710313458","host":"s3://npm-registry-packages"}},"2.30.2-alpha.0":{"name":"adui","version":"2.30.2-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.30.2-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b076ea14523fb3dd517abe716395b9399cb9c44f","tarball":"https://registry.npmjs.org/adui/-/adui-2.30.2-alpha.0.tgz","fileCount":1823,"integrity":"sha512-K2SW8Cua6RMEhughsnC26MStHzzc9Ytlfn4kTloBB3qEJHGSv7fuO9+JSP95j5LVGzCoJLlwCZgAf0oJbpH4NQ==","signatures":[{"sig":"MEUCIQCjsOuUTGJCbBuKtSlMb8ZAw34BXszQQl7TWC/yL1jekQIgfiS+PsY5ULWcGESR7YpfQgOlXTTWzrrzQ1B3ucmB8YE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11014439,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiei6dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNrA//YadcngjGjgRBGQHRKRghNLCkkvM5BP3xNFPoDnkLrGR8SArH\r\nOqXbeL1Ne3rBtJVCTvGzZOw9JW6qaW5DBBQ5C7w4VRIiSSltbminug2biOAv\r\nWTRnWZdBEAg/sN+sRUcYMmzwB7H2TbJhInM0vy0Wn9m4u+jAV+fEiX56IvK6\r\nn2/HXyeT4VbfswgZ14qUAOgTWjnDyTxuCiovmDlg5hd55+Dn0yJ7+rw9CwUW\r\nTsf3mgKmzXu52TWvZif1ieCMM0ajSG8C1CF3vvxeH8qHL/brydftZQaiP/Up\r\nKrPGQUM0nT7XS7UsVmPFev9HJla5OG/w764vDTCalctxxVC3zqq8ShHi1CBZ\r\n4XZYv7sfBZir/Tuc7xAsemzfamHfenefhZy9G/5I0ONzKbVjf+Wn9Fb0jzqU\r\nn5NlKqacBfKbHPyJE5XEvrjLsV3xzrEzeDr2gpkgucxrIHHJaps6kkLT+7Hv\r\naghtZ7WLyuyY9WwNARp0XjzeWYOB3QRXKuZbsK1erxm+U+XKd88fPPr+0ckr\r\nvslR2yXldmC0dvG+Z2ThzYCA/A/Q6HlUO4kfWz465XQiTibgaRL08ZIdgDYr\r\nqJDTTp0KS9VWmJroseHS9zi87fcBhtiIG54fGezE9jFGKq2NR2i2r1btKdV1\r\nfi8nlztMvUL77YvhbXpI3WqaDtJYwSR0lTI=\r\n=PnGt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"ee710cfba86bb4d151574fd4cd364e2be9882739","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.30.2-alpha.0_1652174492775_0.2282316991321427","host":"s3://npm-registry-packages"}},"2.30.2-alpha.1":{"name":"adui","version":"2.30.2-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.30.2-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"270e931ad279314d9d4d016ab9379ed762af5dfb","tarball":"https://registry.npmjs.org/adui/-/adui-2.30.2-alpha.1.tgz","fileCount":1823,"integrity":"sha512-PHlDOc9FMtyOj5RzZb02D2p4unWr3tBPrmEzPFWgffusH4+T/dEWZVWRWrQpZ5TBNKz/vlP0DZ9Oe5twVGp3Tg==","signatures":[{"sig":"MEUCIQDwbkzcqSZEXXLRSZE5WsYbF4r3EFoczIWy8sGENk9EFQIgYOF76rn33GMtx1DlyGrAsxFUJ/T4dbLZqIv8YVWLH6s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11014589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiei+VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqehQ//bR15kyvYgBCh/cjgb5lQYjve/YSEvXXNC1k7e5PYmoiajKxL\r\n+UkZhpucbKw0FdlxK8zr6gjKa73VPGR3tSGv+9XlB6Erdl1sGr/xZWd9ITzH\r\nUn2F0Uf/e/OTHZVi69JCIW+Zdy30JMUxN6jLGlboPYQfQH/KJERMVRkPTdXf\r\ne+8xhwYr68feXUG15rKuk08Bhq4MBvUXdvOp6Vh01+TZbltzqKKm8cdWcLNR\r\nMXQnlCAUmsrI+LjqQtxUyRFp4+5caqwEJIVZr/+Rc4Jcbw0k5zqzLVZjuBGx\r\ngRUVqlVYQ0rapW7puMAs31AseRaEiecgMz/DrjHdwUqhqlCKdXOuD3tIJRCE\r\nJSwxz1tZ/svpAhkT8oesq9TRtCqaCMRKsUrpN/Qv11DgUfxIj0BgDRxJBt3d\r\nkoZs85nN4L3IwwJAxJtY90ZoQUqC3SJlNMVBV1DYC7sNodeKhxi5lyQsVBNB\r\nvuqdwr1TOJKpAsGaTkrnPr214TdoBTVKPqwiKfY+C8sqMcXuwiPCgoDqPTUJ\r\n9cwyrWyTILJQbGwAvcXEO1dUh8lradsvVf8i4LfwHdLyLBnSF9pbu3QOj7/E\r\n/MWfYHA+S+xmLdKsTixAhVcVrz14JdVDroPICZ0xyl65GNoHuGQe9sdzr0VF\r\nIyDquKrLolnGbmrHF66AYbCkmqtutNP+UZc=\r\n=jQ0N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"ee710cfba86bb4d151574fd4cd364e2be9882739","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.30.2-alpha.1_1652174741644_0.08684533159985763","host":"s3://npm-registry-packages"}},"2.30.2-alpha.2":{"name":"adui","version":"2.30.2-alpha.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.30.2-alpha.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"5f6c633d805862c41b86c8c6618442fc25ad0b4e","tarball":"https://registry.npmjs.org/adui/-/adui-2.30.2-alpha.2.tgz","fileCount":1823,"integrity":"sha512-/LuZuWHhbG7dw/UCupb+5GZ3/oJywkGk9UtSgtG8tQU7amatfP7h8BfnF8cRtMl8U6NAs36lBVO7u3MAZ6UrRA==","signatures":[{"sig":"MEUCIQDbpiIiU9Rr8g072S8zl94bAMHwkBstWXqrgZdd6EvJhQIgKO3fNk8YTp7Nd831D9DQJOLPnrMb8Jd965iHysSQ7Zc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11015415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiekP4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmHBAAlwNyvAS6yowiVNEEV09gA8b83SP/Sig+B6wY/qpBYxpmF+cu\r\nfggeJNObejFgkAXvHvPkmbWr2UEanWnaQoCIWh1Nphu4YNMlX0eCiXgEzCaU\r\nmOlSVH61V8msikPaqm7XwLa39ZJTztkmu+9JZrtbK2rfLLUIfkfuz1bPZO8g\r\nGUIWRMUtlhEj26SZNPUWJWNUQc1Sj6W5FdYGYnsZoMP/HXrtmT7i2uM2K+dG\r\nYBUXG07ptANtUE9IlTGvlWbfCGaLOIHD52EvGKCLLPr4nfXDxGombmEcdkiH\r\nsU5I/h+aE4dIXwfeEj/7bi35187H3CjwTgAzSLXwolDFIb8F9SeJFav5Mu35\r\nkqH4NxTsKni1bJCOl7b9seqrn0pKKoI+bACxpbb26QaTWzDcukno3LDeugwn\r\nbhsd9IpqrAOZunPw5MqDUIETkR9QLdNh26MRpQnyRB4yCIDullZNp4nY3sbU\r\nPQHjP5wv14syMJTnOWfMz21ubsS2a8MBpLc6T6vt1q+xbFpKd1o5EDDUga+G\r\ngcTjVfc3dBqBu5l1IzKGIY4DBFftgwqpyWwnvzzu1aCYXI748ZRDPZODZxt9\r\nM95/6+zXGL5lo+RHECQU2BkfH0U4O8FmEfk+uELD8DeZWehkYFeKggkdeOVk\r\n928lvhcHNwzgjPTmWl/F5We/XnSyr47JTyc=\r\n=Js/A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"ee710cfba86bb4d151574fd4cd364e2be9882739","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.30.2-alpha.2_1652179959743_0.7444263911738842","host":"s3://npm-registry-packages"}},"2.30.2":{"name":"adui","version":"2.30.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.30.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"68b1594e8551e91c199e9e7bb2c4004dd858b1da","tarball":"https://registry.npmjs.org/adui/-/adui-2.30.2.tgz","fileCount":1823,"integrity":"sha512-rLMhfIYQyhyz98xecY73PpvXkDGVrSWQXWki8/576TTC49pcOy4+1FSrLJmJirR9Q42Lf+0eGrx71V0VMk1rLQ==","signatures":[{"sig":"MEUCIA65O4613bQeLnvfb+KJVB5Zhun1IPrRyuP/i35c7xCaAiEApN5V6Oh1DxtOxxVUppVF5oCRpeQD6DPUmu0Xur4ICpI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11016642,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiel8RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoavQ/8CNaLsaCrQezROIDHBRODUw/igl4W5iqeHNKmvg5msPB7uHMP\r\nee8+/RjgT7ns6cWTkKsik9ZdqSW7BUit0hxAvzYhlQk90CXnl7+lkCsxs9O4\r\naH0OyN62QJUWfRY3rlidcLYOKwP0zFo9CU99kSS/TntITEWLm2Uxnh1lXfRi\r\nDKXOpj3LRPcsV4q4hL54mraXVQbhBwJRLbdw2VzVhhogaLORrhoLPV+Gdjcn\r\n4EKoGmvdeF6ewUhPh6YcqwpIc70/aTrI8Vok8ou+Or/Goe8jZrPByXs+L/pc\r\n0EOQmPqsABXnxEB+eN3ERIdIRLsNQTERkJbcpCC7ucF+E6af5FTovaLRNdGR\r\nB3YTea5H4vz1E8kTQlNX4MANxm9vW04knpw5AxyRjVhgZ/cv0d0B/FMnmRNa\r\nvOGZ9icBExPMFqget8VRgjzbtDd8YZAo9ikZVSzKIVaEStXfB9WFMzC2uUh9\r\ng2eaw60A3Q6v8hXCopjdNFHZUvSZtwBoE2+jkCT5713GcF/Q6UKNmPDJXP1m\r\nPzTm0NAdhhbMzfHVLSwb4SQOWs0NxoV+4urX8zbKGQKXAwzwI7TN1COi3MTP\r\nSJ5/Q6aAN2AzM6fJb62gUx9jqtvveQF3tMIWRiQFphaJgycvOH3f2MyCBdMX\r\nBpnywWdwceO71i/BVwPfYZjhXfhy+y3U164=\r\n=xwJJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"8defee15ae66f3d1bef3ac6ae52efdd0aeafb513","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.30.2_1652186897268_0.026035489997688677","host":"s3://npm-registry-packages"}},"2.30.3":{"name":"adui","version":"2.30.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.30.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"bd47842ebf059b27927aa60371fd2a62ad82758d","tarball":"https://registry.npmjs.org/adui/-/adui-2.30.3.tgz","fileCount":1823,"integrity":"sha512-p2PnjU1QE3UI0mNXvBjj4nl8+8wGPoo8BM7EjJkBijFMMsPWEv/7PA0Ue3lUSJ7zuzyAEwQyfyEaU5SIHD3siA==","signatures":[{"sig":"MEYCIQDsrqGjR1SArDn8wniLaCnMULmJR+cmbfiY8vTnJscQfQIhANjDul1kr6Sf55P+i8vmwrXxTDqeOj0dVD1sXuyE793+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11015611,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie1WxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3oA//eK+92cLvNpIvtEmgjHsJLi1Xa3qTHp+hnoBwZP7AiE70XV4K\r\nHv/u8A2RPvFWcgA+BuucD+oy9sDpaUT5nyccjIvAWYNzKadJUbBDWar3xZpW\r\nUmUY7gzgF/1bJ/mjbtdrwePouySfmQMfZxEMlHDwWhNXakbGs/Zo6U21OgQL\r\nZPTEaW8A7ea6r9OuG5UgpsbGGD+yO56Scw4ZCkPAfqMBFVGWJMDxUnkVX6PI\r\nOQiOK8c1KnnFM9kfjynH1+7YvU5lzLd0QbbIJxGM+x7cYU2qflqSviiUzfqU\r\nk7uvvF/BU3JPYmDGhx8hm1ZxMojPGFv8chZtcUXR4Sf6p0btMdCZJsk3oTnQ\r\n6YEIDqBr1o4fZFowuFycmNoQimA5CMWkPoh6PZpjMHlZ5oD5LmvicHCxmuD8\r\nJu3JQQIPlN1+4/p5vu8I0IGrMzNuz1NfL25EHm4bli9A0YKoI31/BzHUw/VD\r\nDIexrk/pRMLxIDMZ9rf4xgn4Cr6UOYy6ZbAatonWM6/vffsdkytei+W93Fgh\r\n1jDIUwoF3FcfwPKypCxuvhOuOSe/LLPXUTmF35I+6OcZEWkkykaCx+heJyZN\r\n9QX1xqJWTiio2Zh9B6V5sm3rNwzSWf5VJPN2v0qkWHP/ok1hh/AouZ5ITvDG\r\n/0y0o7XxUBrD/dZIsOrylIga7DY8BJBvwsk=\r\n=31Ke\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c867b628b03676b43a95a888b6fcfff7ef8641ea","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.30.3_1652250033654_0.0945740592760429","host":"s3://npm-registry-packages"}},"2.31.0":{"name":"adui","version":"2.31.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.31.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"0e29b3eb0b6660ac06fbaf84dd33ba34e0ff7da7","tarball":"https://registry.npmjs.org/adui/-/adui-2.31.0.tgz","fileCount":1823,"integrity":"sha512-8j9VUNr0HENTWIkXQ/brRnN4P0oTrf+u98RMrL+Zs1n4i+p7nQP2GAWJPIHgw1/IQuc5UM7+FfJZnlf7VyMJHg==","signatures":[{"sig":"MEYCIQCsSvc+5J8kGFZOamGxLo1ZkqN9DxqxX288WjSkor83+AIhAIaemoE+BZw60SIWboD1atTREQepb8FhXGWha+AkhScp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11019620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie5X6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpL0g/9GRjABur0NVMJGunbHaRRJvygzh6eMmK1vVjif8le54qSS43j\r\nyGmUj8cMrhP/rP+QzU2jCuRXEEWYeZhaw6GY5XMCmWJflzm4kQpZVkFM5v6/\r\n8onoo7BsMacruM+qgqQHGC20z8d/fVOIFcZFPTkkTa40hCYpCjxA3/YwyGhZ\r\nWv/TXbVBt1ChggJsri7l/Udv67e54bYyo3fNmk/oavX+1XxLSpXosz4OIeBi\r\nxB0iVVhOdSIC2oGlIg4oApkRYB7PTrNuBHBfkTpCx+irDqAELOj4EuXH92ed\r\nKna5jBnzX22ehEiqBUUgZxRYVO0MB+0ss46Bk+bT+sJ5NCIypw7zDnT+nkRW\r\nMaS2T0tZbuY8E/bMXjMcW4NwsWWxjHQApLxBFLiPkXNf6PU/WXdeKYqWUCLn\r\npU3rdbBz1tycYiaVvy5uKBve//6FzPW8iDrBwcdhxt9MOfneOVfqIWc2TCJI\r\nVxs3Pj22Nyb386SpPTRJiXeYNuNb3iob/Wwr/QYItOfaAumshhVgAtt7mHRP\r\nEnHhawDh+UqEW0SVYdZL/UBLomMAY9Yw4MykBSWN9DLcQv/v4TT0mmun2EFr\r\nHOlnmS2UkmD/HHFIEhhRu2riCUyl25XvBFb65gT+C0RW91d0EVrFChIQbXCE\r\nwLZwgLu8SMas7hqEL6Elv257ipcetrEqR+g=\r\n=1wNh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"1f40139c2f415befecf3a360e63d0ddadfd89cf5","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.1.4","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"14.15.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.31.0_1652266490511_0.5512614444394197","host":"s3://npm-registry-packages"}},"2.32.0":{"name":"adui","version":"2.32.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.32.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9afab962dd5ea275df6753030f39db942e6978e4","tarball":"https://registry.npmjs.org/adui/-/adui-2.32.0.tgz","fileCount":1823,"integrity":"sha512-Tv4VhZr+V+b91kZP38SkLq8hC5Bc4VC6yjStDta+QyTYJ530qhn2qkpDovoChjPX6Yv7jJIBnQN/dGM6BKwH6g==","signatures":[{"sig":"MEUCIFw1NvVK+kYkf91I3KlcFGs8BvickuUoiahKeD6yahsgAiEA+yUaPQK7sex0mItE116l3ZnXQu3nB1L+0fDZFEnyjkc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11107283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifJQUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoexg//SrByPKGc8izI6gyT7rcBLxd5dx7Psk46A9Q7Y6nmDL+9Apsu\r\nq/QB4yMyOwBXNsxgvUcAM2KjdaGkM6KwESRUqn9yZ1GJ1WoAQPNNa7Ek3CxU\r\noxhJktyAqZL6wrVOQc8Y4bRqYEj5KyhHyvJPaezG3xJHAZT3eVIAR9QpLjKV\r\n1hiUrqGdXVP2J9FSMPvzZ0i/iF5s1D4kKw5NlOFdxeSKr5bOOfThCQ4tUxEH\r\n6ATS2oq+/n88K+ZQfhAkfd7ycRa6O6Jer7iYhR1XLUltpcMUG86Q04fz4P6J\r\ng7AQjQtDWX/FNNoxagABwtqLqmMYu9Gqo5tX+PM1/4P3fUqY9G8bURHM6TvL\r\nI1sxB9C4/YkIaLdkoJ6jLHPVqNwQs3u9X5piKKcWN0yo8y9xDZseIwNiUbF9\r\n0KENrnJCpHEpeXT4CewNlxfhuawJpQPQPsebamAkV+HlFOO0fewn68D3sOVm\r\npJg8atn2lFsldiN9NCY8IJPryivSy3zYKS/aT0uDC6GYYqi6D51SulyctyJZ\r\ny6rX8ma2viqMh7qtz6vp1bmu1uyvQKdaDCYiUf/jRmgotH6cgGpspWMt197r\r\nY6q8kIlJR7B4fy+xofNb8InZjgHztLHJTRc9U0baVB5zBBpKjBVPLhlTOpDt\r\nJmytB38OElZcUp+lOYx0f4Qjx04J+Jpq0do=\r\n=WqzU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"ab3fbd642949d98563ebdd38ff95184f853c1f6c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"^5.3.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.32.0_1652331540037_0.8185267897266622","host":"s3://npm-registry-packages"}},"2.32.1":{"name":"adui","version":"2.32.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.32.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"ccf90f0fc9e27e3f0cc3d4890190f40164dc3781","tarball":"https://registry.npmjs.org/adui/-/adui-2.32.1.tgz","fileCount":1823,"integrity":"sha512-//cCm0ofssdPzJVapShDzBifZZW6riRICWi93Zp6d9VgdliCKc8q34r8M3+SnA37nACrutbzAF6WR5ZzuGaaTA==","signatures":[{"sig":"MEUCIGcp9sH973DK7v3kWt4L4QCucPje++0e6euJ7KP5UEohAiEAuplpKjvpoED0zzy4p3xa9HUxksbvD/T8zgpYWxeyTu4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11107173,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigxDAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmonXg//QZlO78UG+0z9ddjOIulFB7nqOWsS550tV8qYj3q+HAb4KaV5\r\nfY8G8NjhgziavA6lRQ75a3gMm4AD557awM2MZwKjsCwe73vs1DyyvVAYJQhG\r\nhU5ybXOxsGtWdBXsO68xnwU+BhAyw5/BD3FNtVniMGeX2e45RSJAmmwf6IHz\r\nyEQMQci3tEzirrWM4ARBdZl7GSrh+ji/9hhK0OMc0H7IR1aR4xeFjeou9agz\r\nbM3Or+NR0pPOaNn3s1jAG3EhYQia6nyXZ28vzJrRdpEAQfitfQPoK4SgrCD+\r\nsEyTFsaRKoQMqVh8HHSR8RKb7z6vwL6ecu6PE7BeHMvap1QBRG1WxbC0/zmk\r\nAXw9S3lppxS8wY5RfhD/nW8rahRoQa9DgEW7Ggly3PYbg0Z4gB5xFq4zDZYF\r\nwF7FdiyWu2G5lJa9CRUahN8YtpM2Q54xbqk5QqUk/r9mHoh+AIO1SbfxR1n7\r\nQpj/M6N5+kgDRG5j/cr9cfYFaW7CxZzG8r+nthXFtgW7erk4+gXO3EI+RoOy\r\nbSFaiWK/3bz8CiCOrSSjsWsw7UPnZShGYFQtvoraaKWsoJzUrcc7RdGgj5GE\r\nXG2JoVM3s9+BVGCoo9AeQRB5ZCvGcMNlZTcYr/RFlaOW89TiaRFBTtqkbQHL\r\n2d2a7lwQ3iSl8fV91oCdaiPumKdYsR/YDHY=\r\n=yoTS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"5392c0c1dfd456f6dc7c3805cb5b63c852b7da8a","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.32.1_1652756672050_0.3795165405863692","host":"s3://npm-registry-packages"}},"2.32.2":{"name":"adui","version":"2.32.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.32.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"8edf268bf731bc376750be4962aad044311aaf51","tarball":"https://registry.npmjs.org/adui/-/adui-2.32.2.tgz","fileCount":1823,"integrity":"sha512-JFNxKTmIZt95COU0gzipZ2CgJ/gakxvjUGq5UTAcLbx40kDLUYGSvvzlgrJDhtue8m9h0BLFWaBCZZUWSBjCig==","signatures":[{"sig":"MEUCIHGuoGgeUQZOgj4V44JZOOk/kzrVxns8z5nCbvU/O9NQAiEAlQ/4bLSE6mFNfXNZi1WlYlQDY4jr4ZswwOthStLzLF8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11108080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii5HRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqo3hAAgGNtV/GG8zjjaVBXzqKN/b59cnDxF7i4P4S8hiJLXADMo5Gy\r\n8DMFidzOhmcwExochgIhXOSms3f2LYRJRzO7m3saDw+o2EUqIQLj4SXXf0FW\r\nEjmWLrFZ4L4oUZrpBAzXG9Stfj8iwMOTq5Funm3Z2HURTSqNtfRjlQUas00R\r\nUDizhHjd+Yn6a2jnPzZQA8llIpPeTAogIRv7VyMLI7dgXCOeiUBUFFnlaN5Y\r\nl9BVf8kOB6ghUrlWR/UeHRYo6d9ZFeAZDYi2YsR6LPbZPKEnCpwupaXgwR2m\r\nJ64cO3TdwcryffbKW3QpOBbjEKb06yhO90Eke4sW59h9J2vgTfd+qPkYGQiI\r\nllk8kxL5DCAgfD/hQ/bhMQ3/+nCbYxWSa6/zRRK52qKg5LZiDXDkIDTubCwN\r\n+3JrPYU9DqdUpEmJsHMpY60FGk3WuWzM18ZgjSRxwkNISGdCJNW/l3Z7WjA/\r\nwpcWA1IwJ/7DRBLbmTDeEPGBiOUr4I/jNve77v1+ZcHnGQmv7AdFZRQjEQ8w\r\nbFcjJfcMOPg4B31po2DPLBHYh4qK/suJ88Iah04NPh8Ddcee4qyM7FnOLz31\r\nfIx66UCNKkpF/WA/4B6MWVdN8DMkFFgJjChna9xnedNdXg6qCgYgqKCGtEpz\r\nt3rn5wId+Eu8igwjQ3AZ0N3Ja5MxqkDCGt0=\r\n=Gtx0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c71b01f46fb278e85f2cb220e633233356f0131b","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.32.2_1653314000857_0.2439557346389991","host":"s3://npm-registry-packages"}},"2.33.0":{"name":"adui","version":"2.33.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.33.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b90939c0f98ca9619293a96280236d9638c672ea","tarball":"https://registry.npmjs.org/adui/-/adui-2.33.0.tgz","fileCount":1823,"integrity":"sha512-j3WDLhpziAADOKo4tVBw1z52lMlOTpWdbb0oOyfTZujVLnk1t8VjkcbycOOjnIuu10QT4j7JQgo25zzapq1U1w==","signatures":[{"sig":"MEUCIQDhwEjNWY/b2loqOPSLZ4FeI0ETy1qJXUVMBeHC4yzXngIgQFuEcX63mcWTO4yNRkzXxs3t2jtfcurbPT8ukVCZpmE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11109996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij1RSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZvA/9G6m2ee59t/cRnqoipJgobxTmFUC3crmxfEchl1mlyrclOycu\r\npgr/PdGuDTBMDO+52lQAKbYDomWkwRjjv6edwrzOiAO4hycb4g+vT2tcbz4j\r\najEjFIhuc+wrSr5jY7YM1oHvLeOdtgxNEr6SNCuttvwUVvBlVz3cUR4XebXE\r\ncPp+dW/JZv3PIfo70ULUGS7bd3SjBsm2oJH8YJw5tCGlqPz4YnSIs3vqWu1h\r\nPql3PZXkAb0XP/qc7V3CC43qMslgJf7m3gcmQBvP+vgUAH09XMt38jZD0/0g\r\nL2P69BMauGNXSasTEZokRR7dncYc8hGfZYK0AItxpYLmCi3MHKYnwTOFJoxU\r\n0Q9pvfsikmV5OoEkJ17j36Oqx3IvfcM4cn7Q5y5VMT+mi5LYRKOsbvAkMzk4\r\nlK9vGd7FgeG/lB7HwR9CgkU5vi5dwyrcoYJpZbq+pGl0AN6aldRbR9QCy5Kx\r\n2Vj7kMorGQMBVpUzMSA1mykJH9sY7SYDxx4cmsCq+gT0uOcqaFftVXSsA52Q\r\nWCQoehjMrbi4j9bkOdeWR/osnIAz9MdQi93vtbFmiwRZm1u1iuthb/KfFsuo\r\nQSdfe6SfV1gLyOpoNgPFTL93wWqf0FgCyR8YakSAbM9vv503CLfpm7p143uz\r\n126dW7Aru+el60595p43heLx7ttN575g0dA=\r\n=9ESR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"de674f2d8596e8c6b9dd2d778ef353e5842db15a","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.33.0_1653560401778_0.16567478259467716","host":"s3://npm-registry-packages"}},"2.34.0":{"name":"adui","version":"2.34.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.34.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"ca3eff69f79d1a48016cc8028bd1db5627b2d414","tarball":"https://registry.npmjs.org/adui/-/adui-2.34.0.tgz","fileCount":1823,"integrity":"sha512-XzDhE/m6Iv3vue4G7+f2CNltzOYbGj294rSBo/x3DKUXGaEqtPTXiLE20a/EW3AbycABP7rnuPofLI4ir+YWcA==","signatures":[{"sig":"MEYCIQDMaG5C+tz1CfyoN1IClxfzpdo7kzbrYusk/GP1tAeQUAIhANTyg4cQvV7zwWWJ7GrKp0nJkA4JKdNgisi81da3aKJ8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11112875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilGZyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqarg/+Pk2Yz8mBG9VoLFO5s5HJ2wkC900q2v5mA31eb+o9lymDSl39\r\nXWwJhzuUaHlF9oQ4rdf+6cSDfpQih8nxV+1Kd/j9vSFO9LmLFAAhjBUjXRjb\r\nhOmKQ5pFlkKWe1vCnJknEKjpKdq1h6agssMf6EtqT/jSktPCvRpGr8v9xDJ5\r\nGBlisAeCoW0X0JW1Ai2UFM68i36V8UbBcpV3gpNJG0Zc2GM2ahSezCDphBq+\r\nsNvIuezt6QVvZu0VAYmtAqwQqN7Vr74rtCBh9Vn19lvMbWlJNZ2SiC+FoFPu\r\nMSvMJCiRvsMVwxe+BSN1xYxuckljvR8RYxySL5GkIF0gxaNYXKX/Hz5hj4Yf\r\n+1TQW0HG3VSfyhStqrC7BixlfzLnc/nJh9L1RL2PGpe+OH45vClsB/5Co0g9\r\n2YBccxB/N5YdHNKZ30pG82uX5Owl0boLHuerzT0BZp3+Xw6vZGGuy8gGnavr\r\n9fW2ep84hqfm1CECq2Qj3vaTKUkNrfiE8wGun+OjJPDtSjsdNkDnNkgmDuVQ\r\nZ1BxmAkJL2f8pppL1Zy59i4Xboq0kDkTlOTMsOT+uEWfdYBxlsl8F1/4jsi4\r\nh8tLcFSRUdYRLXpn1hLJucvv6TzlJsqIHdjWbGP2YnFgxAUHFizAHGJICDbd\r\nvafZkXNJqA2jYMDyAL1fRPNsNcLSEPjWC1s=\r\n=sMMA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"7bd8866db13496ee6cde307411be112a661138a0","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.1","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.34.0_1653892722646_0.610365860040814","host":"s3://npm-registry-packages"}},"2.35.0":{"name":"adui","version":"2.35.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.35.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b44bc168300d389f8a4431409f95e878ff8988fe","tarball":"https://registry.npmjs.org/adui/-/adui-2.35.0.tgz","fileCount":1823,"integrity":"sha512-FtqyMq5ePZ2UfCuaJBGFJteKB/q4JwkANlj1qE3OjLU/p/JxqpLIjAhH+MDeqsIvGhl668vcgQGhDtTA6DzOpQ==","signatures":[{"sig":"MEUCIQC3+1ick2Gm54A3ic/Zx3VbW7jJaYrQ6n+dfhiNO6lc/AIgEHFxBfauS0nr4wSzcryMY0fLY1T+9eHJoYxVlOwQDEI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11124076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJin02sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4Fw/9HLpoEUujsgKtj+kGGzUJNQr7PvRMigER3naBDLWxHoSrusTv\r\nLHL4JiywFFmwWwx50ZXSI7OfTI20/SIKT9x7OdXsrTz2tXRfIUVfo7paceya\r\nc7se+M9WWhjU3fWFeFWra2UfqR9qr+g/UUR+VUUJAZ8INGHYNDPILOGChUga\r\nY9AxMQMQ+6NmAIvzudCn80Kn5ZkrgOie88XtAIBDMptmkRHpClZ/qpkPfKyp\r\nzXVHnSGHm/lvt8BqweUeATgvl36y9ckTMqeS7BOab2x5xnuGIeigiPU+e/nj\r\nZz01Fo7ECS/77RmIsJ0xRx1CWn3jMt2NOmYIH3tO40l7WsJk9uVz6WLqn3NU\r\nz83OXdD0anHJWtxA+y3zOlBeKxfu7rxkweK70JqWn4qe3eiZO1cmZV3vVoyi\r\nxTPIrjHsUbionB39k7yUGwMolTA1X/ywnG+7cZ7CBOaNL6+bqFFBfBHXvm3M\r\nkLuyeBsmgQC0ZJ+Xm1a16SH2g/DkLJdYuvlFeXI0gMY440ZuyZiXyeqVV6Yb\r\nIf8LwXdqYzXxEN6/yb4vsIdCoZpRL2I0RArGU5b7/2JqhzbnKXZE9iZ17l8a\r\ne2FKDTHpgUODtAB7P83CdNOIIlrtGztDrXImhL9V4rRynci65u1RRRqSUnp+\r\n9YspGoOLCUyjcWCUCi9OLb5vrOdjbmj8xaw=\r\n=6R6Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"6577de01e250daafc8a108a673bb4333399c2e7f","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.4","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.35.0_1654607275830_0.7764355512357815","host":"s3://npm-registry-packages"}},"2.35.1-alpha.0":{"name":"adui","version":"2.35.1-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.35.1-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"aafef295d3d858167283046f6e2c5f5a50c0747c","tarball":"https://registry.npmjs.org/adui/-/adui-2.35.1-alpha.0.tgz","fileCount":1838,"integrity":"sha512-T58UMUUNR7gcdO6db2r2pPn6/7mJDhwKGBizc5btXRWnBQuPvu8noutNJcC1TsWwOXa5Z2x1bxndYKutfd4GFg==","signatures":[{"sig":"MEUCIGSI5riPeEG/A/zEAXSxHgDikgJ+pdYjGrWT5sDoXJUNAiEAm1IQ9ox9xrf5ZHsWBuIMMx3r8MuHOHg2ypmkIzFaq/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11126822,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioBr6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2dQ/+KrwohbL2Lf6d02TO89e0MeLuPMX/1zITATBEHRFlo/7aF8m7\r\np9CgkbFYKeryz++1zOXwTbEcF3gPWHZ/cziale8Me3cwhFOZMOnEHhKkPiau\r\n3VPrIlCy/0TNeFJ6rdHF2KNTLsgfekAz6rBiKEJwONWoWgXgcRzFamSn6jL7\r\nipvM/Y75kt9gYKKIM/WIwiW7ZP3r3BOLQZz+ljTrRKNDVL86EZUxF3DO5xlK\r\nhQfHuDf+bUOMYntgp4clHts3xMTqYSR2Sf/uOgSMB7gm7NIs32kB+bHCXgm6\r\nMfr9K1kCc0K+8FgKSeFNPyZ6FFfRBXZ2E8TeporsR+xfcF4NTILhvLWoFHjD\r\nAJDaoDt1EpNuQV2THrWArnV4IDHD+35Cv2s8BjhVgUbavuHlNyuehtthu8Vx\r\nyMr2VNNuXfh1Xbykwm9V3YnlfKbEyRbCtXVgYpriOUDM0PtPDydPz6YpBkLx\r\nwMxTRWP+gDRbq61iorJyBI4pfFwITwURMWROblvWdMsNHI2yCsytDI+Q59dA\r\nm72M2i5HB8EHXRXOn/G8He1Qb/fOqFvb9+oa5KzgMWK197Ak2uGxaXscXhQM\r\nVAvECayrx8gU2Es2wWtefvKfM+6eeCRz3PHHNKhYnA212WzNpNXmy3jcjegY\r\nCTSdW6qVX/jbXkafuqFFxfZeutq2/OHTxEU=\r\n=1uGa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"aee3bd08613a53a31cf22e084e28842dd1724d43","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.4","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.35.1-alpha.0_1654659833793_0.6413642160034165","host":"s3://npm-registry-packages"}},"2.35.1-alpha.1":{"name":"adui","version":"2.35.1-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.35.1-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"2566db90d04aeaf4043df6471698995bad6e320c","tarball":"https://registry.npmjs.org/adui/-/adui-2.35.1-alpha.1.tgz","fileCount":1838,"integrity":"sha512-dfVwRmWQzz08IUPaeTRltGVKpqViaR7vAdhGyMV6RCF3YCk+2oHe5IH8N42WEwGTEjWPaaO7/Y5/y5B9nFvi8Q==","signatures":[{"sig":"MEQCICa3z3wCc6TAqlq3neNfh3lynVoMOnHI87w3wa/FMhFLAiB38M5PQ/qwIKubOwimjB0GCTnQPivXDm/u9swR8gFhxA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11143472,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioCAXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoGIA/6AzsdlxO8PkXGKsJep61QoyCM89JJXnwXhziqTVEH2ZEES0kl\r\n15lZ6eYgrth+6sVi9e+wPlmGjnW/8QbxGBrahOtfG67Zz6PTBPWHgsXTaI6r\r\n5tL9XQqh3r4I1lPTtuoemF1jrM71eQubjPzhwFoX0QZP0defe1MuSOAZjPq1\r\nV0+tZnnUaQWw/Anj8Iy2KnYfeKfaqQT//V8Qn0xSw2KuSXgmJoSjBKH/Jdmg\r\nIWSd4d7KAfUyj/i8fjjgO3+r95HFeY+GtkCbyadOnTldmdnaJL5zcG4BzGQt\r\nR1WOpXYUPFluJKishTgiudfFWKLn36/1QlJHhmDXJfdBj4cpjx+bAULMoCQ9\r\ncZOE2xZ7+ugMu8H/0rw7s1eiMYb72t9LUtuVVBw3WU7gWr786Evtc0pycmP0\r\nou/vlGRI1Iv262JAfzKCmx+yJO9MOtHukkz2x7aZw4G4G7SISaqn38WFift0\r\nXUNKk6K/xJTzo49Ha7CabqBVQvIZ2kzJvJwNNUZsmP/pOwNse1J9MkRcs3yw\r\nfAoMYZ/oXpoMPqd2lQH+e35jY1kfrrIgoh4xJu+RzfRzmRvSGYgsM7uLIMsd\r\nJmdTVb6y5TmlQrKVAs6jJET59r+RWq5nwTg/fwRPSS64uz3btGq6R9HWBLj/\r\nIE49KWsaP6KdtJ5ldXdYdtRg7OK7v0ZY0dQ=\r\n=3uYJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"361c488e4deb18141c701fc6e90acd47fba0ba31","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.4","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.35.1-alpha.1_1654661143016_0.034154054217918395","host":"s3://npm-registry-packages"}},"2.35.1":{"name":"adui","version":"2.35.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.35.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"2e4cb274ce11e9c16b5d4b922175039afcd102fc","tarball":"https://registry.npmjs.org/adui/-/adui-2.35.1.tgz","fileCount":1838,"integrity":"sha512-wa7UrvNHzk0N9EvStt789Qg4GZWBU5JGOJYhx0uAdehCvhyK6WJOC6c8YTFzLrGMACbUROaTbLnW2HB/Zx5nhQ==","signatures":[{"sig":"MEYCIQC/qTaY2Mvg/NqGKfWTXaYh1HZUQxfXaIk4cwvYz6H/0gIhAPKoDUWAO5Km4/LIpAndrs3th9TKTHCYToQgSEiWmNud","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11065059,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioJG9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTuBAAoz0U+mjf5vQBmWY+0kmGQwKOAlBkIDRWCQhCwxD+sYAU9M1J\r\n6LT0M2uu+PnmdFhaXzjhDKOK63AMCcs/ps2j4iCIH6PJmN/5sV0iy/fZXuKO\r\n37eMTjOyim+H7b+myCHDpbHwn1ti/SQ944BISRFaJyNT+1P0JqbYo/AigS+f\r\nWo2/xdarhXYEoEpTgGVroEi1RgyWKF9rewPYf6GcqUGjb4yg3RVs3Ly1Ul8O\r\nlbSAklde7zz5kp9gKfLekkU0mDly/cGB3g4a2EX2OH7hHPhUHFJ8dUQRolhK\r\nIr4WTNLL0oeja8B7CfabIab43m8e6akRiVEjakRZtk6GrKQrGOJtsf2YMC1n\r\nHQ1kf3Tz0bdmSqmeUwpvSdfHR4o8oiKu6OpyER6f1qQeG7Ip2aF8x96XBor+\r\nP6AAo91LGwtcfGxzZcQ5Ea/HaP5i1rYtaMjYrB07XlihcXFKlziBtk0V1Zr9\r\n9mrvrcIGBlaPeTsvmwkfYYzB/q921Nyy3zvj0siyYWBlOdDL80Ia0HBMxDGo\r\nSJBsaG9K9Ff1y+y5dURxarVBDqvDSpLB/lcuqqSg6BQKmQLlDMyg8lEF/y/C\r\ny106zUn+0fTyRKrbnxjHeNwl13rFM4P75EsbCemXO2Zj+H5GF1rA/Y/MjpVH\r\n3d8OwMeXQ5kFLQgVPTItjZUdH6F4WIW0i5M=\r\n=qTeV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"b09f45c805f87b14eb28dea3061ed350fea75980","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.4","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.6.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.35.1_1654690237155_0.15382623561155384","host":"s3://npm-registry-packages"}},"2.35.1-alpha.2":{"name":"adui","version":"2.35.1-alpha.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.35.1-alpha.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9d7a49d0b589d57f7fc27c9ec28d0696f5568417","tarball":"https://registry.npmjs.org/adui/-/adui-2.35.1-alpha.2.tgz","fileCount":1838,"integrity":"sha512-8vVvT36fXfA6p9oL/cLmyWV5aAF5+MXWXowHWkFQ9XcebRi8d/jCwu1vSPaGS2FSB4S9WdYe0FoxrGwbIeHauA==","signatures":[{"sig":"MEUCIQDqjCX7EHQ/rOo9jXVntIJvH+A6qzgv+i3iElQxDVmaJgIgIq24mfzPRFLTmEOTyogmN5HZxUk85lnaPKSKCWMIZhU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11125764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioZEKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoazw/8D1j1OI5PVhSum8QbultLnp+U0V3Cm89OIGf5I4267og9dpDg\r\n3SoD+0xiIonMRHiW6LFXlFAj7Q1sW8zSmYI/BaOZ2ntBkm0P7flxxB6pRwYW\r\nQ2gdXkP7OBvKZToCBU5IsxOxX9EmAjLGOPOTC6dywFnDYnjUBmvKsX+sx/bj\r\nwoLQPHYrUxCB/HJ/BHGlqn1a2L0qOo0NgOFLhUvwYnYjxhjh6P4tq++/MBTK\r\nAhlXlJy0qggkXCIo1oRMtCNUXuRFbNU095Qd3EN3NKiXXqGnHXmUEUm3qzRZ\r\n0vOn4afhhVxSE/EiBN/7JNjmpslA1O2OxJtMUcvHiO8TrQpiZ5QvHfNXqQjY\r\n2fTbFzZrivB4CHMdDKzusztqy9HEB8Ioo7hWbAob1xuCxR1El0/nu0xtz08a\r\nX9oBqq3aTuFT+99hgU8eMUsY5nsywJiWrsaQsZXCTH5D241jy8aoMd3FpFwM\r\nQFl9Nis2s5WUgfI9QtDQcc3mYHoTKA9PKv776A0vSXXfrdYU3zCYtd418+e+\r\njhNLh54N6tJ9reibU5/zVGdHaw318m+NIKgkel/wjeH+/YL/UwzjsC/sF5lG\r\nE5Ptj0U0QWJq0xMrcnckPaA9T/BUirVDRaMudGJUzY2INERJwwH+u4XIRTn/\r\nDG+xHb5k74aqFW24WZlhHS66/Xvu23A9cWg=\r\n=mEKv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"6edbf8081a7cc0519bcf9dd0f3559c6abc1da735","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.35.1-alpha.2_1654755594151_0.9494322411420975","host":"s3://npm-registry-packages"}},"2.35.1-alpha.3":{"name":"adui","version":"2.35.1-alpha.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.35.1-alpha.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"3d0c4a58ece4bf92bf86943a7904a75386238118","tarball":"https://registry.npmjs.org/adui/-/adui-2.35.1-alpha.3.tgz","fileCount":1838,"integrity":"sha512-au6dbwNKl+08KGt1fSAWuL1usJ7y2kf6p7A/vPMQjaPHJwwjqub73KO0BzKwtnWRhWapYJAngY4/tHUIhL/85w==","signatures":[{"sig":"MEYCIQCKPq6WhYGxLyDq+Rr8ci/QY0UTCX2AxntDsjTduOClYQIhAOjujqN6E7L9l++zC5zNYY5qwGv5Bca++vN+5ZIccbDV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11128563,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioaFIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqu3w//aS8YVTM7sK5VU8E+lrcqy0QBQtVYkf6xy+Hb/e2JcDljlZfl\r\nfJi0xbDci189uhGLJd3X6FPEzo6FQ0vwXbJWF1fJn9kudpUtFZl0uqHPnnEd\r\n+Qe6ySHVs3yv2h+nzv9DWLOcsvBImec+gCEitd+FyHBFS8al/9v96QtmPUmz\r\nWTSHjLY/174obRdWv58xMLjJtFn0oBJCqKaB/Z4OxtxDzeg8nXjM5m3zF3qe\r\nP0AZRxO8Qh3ccAzBt6m1BRmxwCQDGgIbNDGBGY3V67ICNZ8tPP/E6D6Ksy9V\r\ncH4m8eYRPd/gHuF5sL6reR3I5sQbczaM7lxrGnAWCPZcPqFmDNVVNiUSyFMI\r\nmyelGlRG8XqDCk30fisa955mPFQ3vBd41IQm3UrDANd23Onzn/nHiqV9gb3c\r\nMzkMUmNpefJs9oGbFgXnqRqRo3HX6xx5MhUhStfqGoVWD8ZQsCwmvgMJL2NC\r\nSj5DMZ0IdVD1GEmM1j578mg+Byw5KK/mqWqu7a1gN1UH3bDJDTM8uDTz2NiS\r\nLkuMVEFJ55u5tShHgy4tYxi/oPhhSJPPa7hbyAHeWL7kd5aOMLK0O35Xk0KQ\r\n19ut7JIvqU+X9/6/XkY0+W10QUuckzluOhWuakM6+L+OvRwj4Ikat9qlbR8l\r\nuCwL4WoQbc9nbnwKRkUf8SifaNARpvfrnek=\r\n=TIdX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"665b0f9932fdb03357081d9ed449bc232874b100","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.35.1-alpha.3_1654759752560_0.27316679233611807","host":"s3://npm-registry-packages"}},"2.36.0":{"name":"adui","version":"2.36.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.36.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"fb9b6baf2552d41e191bded62daba0aefea63fed","tarball":"https://registry.npmjs.org/adui/-/adui-2.36.0.tgz","fileCount":1838,"integrity":"sha512-h0T29zpsUpbeUyvGn+nAA0YEQRd3tFIqP9BVaVw67GgHCNsvZ4BHGNG6qKxgapVQSl1jzGeRLieY6WOua2gNPw==","signatures":[{"sig":"MEUCICC7I2cT7wqW5Wz+UZsicjhw1TD/tD4CrH6wMOesis4qAiEArcp44RGDeylZQAVWd4oTnmB2FYHbqKx065Dh+wfA/bw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11128283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJior/IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXKQ//S2RTQlDjl6oE+Smg111ZfIHiCj9Gkb879pwSf0ErH2KnNN7j\r\nJ48wbdFKIZn71DruZ30Rob0RDDFwBrZ7OIlBtAbq54qvQ29sjmkULeLixXN+\r\nFLLD52UmyaMCu0rBEybO125TRrifcB2MEsQJhrNs0BJdJJtYY98Sunn8cOgO\r\n7UzeUjhKjU7hrqbuTCHPkmWxv+hECVbO2vFlEqQUfQQQuLoYxAyKFYdOrZkB\r\nEIllFohULysG/iQMjEQ7S81qa674QvEYyzJy0zrmtJrzMZa9VVbAINxPcUma\r\nbxarld9ZTNhGhAx/kIgQ+XcwYMhh+SJdRS0S/4BfKriO9r66fGGE5Yi18wdn\r\nFu5N4ihpGxYe+NJ8nn3V80U1rvqs6Gs8wNJUqUveG0d/8KhPiYV/1oFS1xFG\r\nKBMqM8yHaEMxdECm2LGRj2lfo8bRmvZHosCAeMVhkf/KbqfPHVbe2kLr5g2E\r\n0i3lbSq1fq40F9/TdBjlKeRxeCt8ZWlxVLTbYtodJWAvPkeSCqnEqo5do6wE\r\nBMwsKf9W8KXsfBGxuM1n15bykm8cClgEaLGoONmwwgeQjeyW7Z3JxC06bVwS\r\ns4DF0Mk2164908X/L77zXTCkVoxzDSkJQVrwdbbpYzrlLEewRRgKVoZt6HxF\r\njgKQb427cZ6DsnliJ0e5NfYNqht9O6umIm0=\r\n=xaYv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"e0112300446d4c54ae92b290af4e0c5c4f6c2e58","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.36.0_1654833096566_0.2515689456815955","host":"s3://npm-registry-packages"}},"2.36.1":{"name":"adui","version":"2.36.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.36.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"5fc48d9f26a767e3e19319ffa7b2457cc62b07b4","tarball":"https://registry.npmjs.org/adui/-/adui-2.36.1.tgz","fileCount":1838,"integrity":"sha512-XlxsWCQoX+gmZxJ2CKci0kdRqiDUDpO99QW2kIL8QBo7rgq0a7MHMshgqvniLOyF4QDCyUxFXzO6Rsn8dgUheA==","signatures":[{"sig":"MEYCIQCL6Voayus6zxxGsME+fXqzcN1GzgCwYogDP49lF1Sz8AIhAN4cwRlz1t30sC36Wme8d1IwsALpnzA5vLVA2OI8z4kV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11123528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirDRHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJCA//dOpoWURFDmXTgLPEAC2M8OHn2PS9AA7Mx3VvluwsZQgFnKN0\r\neojA7CBa7R8Rdq92/VCH8r+vYARUS3KOQPdvkvyXdB3bAymllUKubdDcjgs/\r\nidQb9nPduQxRxPvG+YmGodCT50/Wjc+oWqkSlvQUo+Llgg/GX/nodciRKWY/\r\n4JUJ4IC3V7AmS2TNBezy796zlm2mSQdiagFNobHXVP3uER/BnRW0yw5pyITs\r\nMeXccHbY8Ffkw+Yx3kthaGV805cu24S2fTsX5bgM0uY0ZukjS0S2J6N4yZj5\r\nSOiNk/q/fuOE/M2mw6XUBK4MEsDiLNPQ7drzaIJLT0MmjvRufBVqohTlK2W0\r\nNWWQOdVLg0joqstl12J8AgWuLBac6ojf0JLvPprwGK9ZHu+W6QPMo7oPSAe6\r\nEYdwMH+iIy2vtk66QIjympjVO4RF6WqLycZakSgr/AsXKg0ktVVNq3JQFwwe\r\nlh4Bisjxs3ElrTOj6rYxjKYzYke0tsSev7ZkY2dnBqMMpYCdOjZjlaZen+WO\r\n/WH6y23AIQZD5PAOYr2+GhZB7ZfPsnk4RR6I8/mnb/teHBJfNnhdD6kquxJO\r\nQtJLZyf6SVMTWJI4MDScvrZvtO6Ya5+y+hLmiKzUe0e1Br1aQQVdILCctOM2\r\nDDXFwV4K8gwf8n44x5Y3cOMdwbwCh4ZIWl0=\r\n=VP2Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"906a98ac17ab9f52c391d7bff59e06e366a0b39e","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.36.1_1655452743498_0.17182130864661693","host":"s3://npm-registry-packages"}},"2.36.2":{"name":"adui","version":"2.36.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.36.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f0526ca6f394db107852e3ad97000d09c82c61d6","tarball":"https://registry.npmjs.org/adui/-/adui-2.36.2.tgz","fileCount":1838,"integrity":"sha512-kFtnPb5xPKmHOdeZAJLcemM5SIcbB+vqZc5QU+lnN+I5MvJ2urRGgnwtSlKV6m3BgsvnpbCVDhdcg/xQM//0Eg==","signatures":[{"sig":"MEQCIFki4vioqoMyTpTc9uvd6HnsD30CUq/LJ5xPIny5iQ+BAiACG0MsvE2eCzFTG6SzhoG8FNS6aV/zHyLUEcAbs8X3JA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11123421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirDXEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqh0A/+OrVmhu0x/FIy88DO90SxTo3HyDJslUKzMk8V4LxSWi0l/d8f\r\nfxOrv2iiFrBjUoJFw1K1jNMTP0z85V8K6SlE2WBejOs7DMTtx8AsG4r5Ww3L\r\ndeNyLL+ezXIRwpjqYT/Vg5ZPi6V9x8dGw88m1Vsyh8N5Y2tFn0p5FDo/YZ4U\r\n88KRC28WCP/8Pv+iYnn9GKJ8SOggRmRKc7PpVcBjcDGUxU3TbQvrhWK/EVdB\r\norM85kqYKyNFAH1xfNbOzpMPTthC14zOLb74/hJZ5SVl0KqqJiMPdKdBRoLg\r\nN8SUNbR4H61bLr4NR6BvmJwzdpjjYE7s2rjP6Zn/kV0NL4J/7SBUrRcuKc44\r\n5RITPI4Hxlal8Y7YqOvFWAoSgj/WAaT32h8ptiNG5/ZKX4pI29A5XiYg4bsI\r\n61M9vONg7kEbjDVPMb309pbJYBWcEZkquD4/8rT2Y4ceCa/m2B9xp9UcOJX3\r\ntITZK8dkpvblEcel4EWRNovVt8924IexJuKONh4N2N0TsFlNK6rgv6dV5BOL\r\nB3kKjodr0oDU0BZh9uByKyDeNyY63m0E3JMRsDQ1/4FA4kSXqxzsb43r7v6P\r\n3k7aUaaTOgTkVLka3L56C92dp9Oibm9+YBS+2j/tNyNaVcaj1Y+vy98pneGw\r\ndVe/gegi4SGqwv+RESTnfDzsCoBM6UfLEQw=\r\n=yfjh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"255a79c4afc5afd41f91c1f40b849ad46ccd0481","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.36.2_1655453123807_0.30197225637495184","host":"s3://npm-registry-packages"}},"2.36.3":{"name":"adui","version":"2.36.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.36.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"0100942383934a4c5d8b14522a75854d66fec409","tarball":"https://registry.npmjs.org/adui/-/adui-2.36.3.tgz","fileCount":1838,"integrity":"sha512-ksZ7rFqjcjX0+PhWCkJT0H8x+FcAnb/M1vH3KO7Nfpew+fH0bhihePr05yyYw7t+u+z2TGqWnU7CsuZ4kxnLQQ==","signatures":[{"sig":"MEUCIGwvA2AyMlQlbuDhk+lhhOasvO5v+nvTSgkImy7f5vjaAiEA+h9OrPXGVsowjkWORkGBuUTR/TaJeR26++rZUwwdoPk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11124175,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisXXgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDzw//XR/Ouh+knaPgrNnaoMuHS94GKwH0Sfz9ej3U2NTbr/ln+oxT\r\n4PcTj7gnU1CDn31dDUUPhsrXOWSg2xqGfBqWdgDFgmK9f0RtYJLaZtFURzJt\r\nXiZkibsWWtMkGDXVpmpUzEqw4BhWI8uWTlplXVW5AAoTVIGKc/y58rwHpfr3\r\nAgC5+jwSJhZBmSHhnEY5Her/MN7M3KPUzaADGYWqZrC7l/mOYEPZHlSwZt5n\r\n65KvwV5CjHAedhI0gzRmtd/5MZXe0hisESznv1c2S33OFGCAGYCsimPFhKIR\r\ntlLC4irt69BnirFrb9Zcr7g5z54NOaooP7iGA3pbC0kAW7OZglcgB10h0s8X\r\nUedMk73JCYJFvOUI+XNToirpc3dxRNhwp5u+nfoe6bb+MXLrNqPf2Nlplpjd\r\ndzEjwessRdvdmOpWziahcsvR/R4Rc7wxK4C8yyMZgi/K4s5ve55PYZSCDvBj\r\niE0+nCbo3ChXMugtLakUBIP38624Pb/oLnoaxgZv5sW67ElvxsPl75vIDpfz\r\nsPrNJhoXhMtznDv5Ye3gCLeLNe8fPYVPNZWnxBSsnFp6N4WnhehH2mk5U6uW\r\nMUwyS5rOOG14T9kmo+U+OJ7KPnh/E6q7T6QBXCY9foFR/GMHX2WWSfA7DLxI\r\n6NP7hYScbRNpMIVy4stS0vTlW9lOj9Y1cxk=\r\n=1nu0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c2e117c1345bf73d3fda4007e7c26f8be2662cd3","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.36.3_1655797215805_0.9004491169102165","host":"s3://npm-registry-packages"}},"2.37.0":{"name":"adui","version":"2.37.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.37.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"da92273e6f429184012a66d8140c1a95ffce6e5c","tarball":"https://registry.npmjs.org/adui/-/adui-2.37.0.tgz","fileCount":1838,"integrity":"sha512-B5AI4d6avxV65rDq0tb50bVdaiO4hB8fju2V82/BKUWAsRA5Ll4eNfEYc0YNf3LfHyxIO7NRb9/krtOt4rjQtQ==","signatures":[{"sig":"MEUCIBu31hUbwX6m7GfbJ0bJTFMIq/asMTjfGDtxbVpAML73AiEAg9pr20slMIe4/iZGniKZW6inu5euGY7JwQf0taOwsn4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11198857,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizQPbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmpA//appr3i2q8vWQr4SttduCnDACOYib3E97huUL+jZ4K0NYYCnO\r\nahzQQBHDjo9Wcfg55TSh4B0XVKDky2liNuNKjsIxos2R/vkS4MnXGqcAfAGw\r\nAMXF0bPCJUCpp6Y9y9BPDGiDWStnee0V+CgSf+UA+FR11bvDDqfeLn3Na3QB\r\ndxbcybQ3M2j9SpogxfqAOqwdMtTxdRI62MhQ6ROy5Pg1pfoJF9BK5cAata8W\r\nuVJ/gOOqNHNOiVtEjHruJ9aRPGRSwx2tKLYVy1tzjH9oRjE82bQpSg2tZjAO\r\n8zzj4XK9xZWIYLfmxQ9kBpG9Ifrfdl3sHpkckLFMkHEUwCbTS5aru2q6HA8y\r\n6RnLQMaZRVb8TFvoHnfkerWqZk2u0Oc0L9MFOdIQpAEMIg5i3tr3ddzbEGih\r\n3mIqi2iWLpZ1LhGV5Qe6flPK1poTeY8NpOxDOcQXfab1s+l5iyEzefLrWj26\r\nNMyUlYRnb7MmZ9qshcpFrSXwR+atp5z+VTNBOQ8lMkFQqzu9kjiY3qAiAgMW\r\nitZCKj0NuLfMmJMyflO8QJKThS1g2QkbNCYyY0Ak66ASBkUb/RpdSOO7WBsr\r\nqnM9X8CUmpHI08TTeBTy+JsSb50PAjcZA6/5QvEdiQJd/dg6hYD36KZKxI7Z\r\nVtfOCW9V6zwEtU6LngX7+d06MI/Jvu6aixQ=\r\n=5Oay\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"956113aadf135d3ac4c3367445209b884b64e72b","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.37.0_1657603034945_0.07171010046050164","host":"s3://npm-registry-packages"}},"2.37.1":{"name":"adui","version":"2.37.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.37.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"469b562707c47ea271a73419d0c1557413791dfd","tarball":"https://registry.npmjs.org/adui/-/adui-2.37.1.tgz","fileCount":1838,"integrity":"sha512-gR9osGnAZnJrM4VwSvxIEz3+yNMy+L2gEUglJTmlVA9vcFs2P2hRMjRyU98mOwLVZrYJ2DixMP1Z1ar0l6Zk8A==","signatures":[{"sig":"MEYCIQDNbSZZDSkKiqSf0W0/wfQ6KMkeWBjljWzF874jCpSSAwIhALvba74lZHFP3xd/XCNNkXwDem/JipBUjKOm2dY6QnFa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11200139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiznPUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobOw//d0wjkLxnl0bhw+8aBK4M/mz24FPbuCGj7qiQCLJ5St/RvLr2\r\nFtFE5OWpNZTq1MibdNdzj/LprEfGICCDrOWVEjUHLexn2nYOTm0tneGh7mt9\r\nT55OkDhp6FkVWl6zbQ7pylKZQz7Sr6ElKZbvtg9PFdZkJbVjtBoNUNepjxjD\r\nCmL5cUIyr+veqSEv7U0GccIKPO6GAkK5mJb52e42qpFfwl3I48uWKW5lxsZ0\r\nd5LkGOsHvRjfN5F3F4Jsvo5fM5aV/BNdRY7a3LYSu1Dns8597y9epgACf87Z\r\nKVT57AP+o7XVkrZZV4avspiBAwNvY+FK7IzmSzCG1jVgYNCOJqR2/yBrak/S\r\nXF+RhNJy14J/4MBAmc6WW4LCycgbQtyUiCyH8jfcUvp6i7nX//GCQZB9A9nn\r\noXnrYL3j2Rn9JCKEtieDzIG8GN4hN25HVBoSvFR+5Qzx7WrnxCwYFjzoG8BG\r\n1q1chxX99CmWt+KdG/Y7eHpE/h8oYFjy1N7crxG3BWb085toG2y4pvFIN182\r\n6JKjciJeEwxbMHEtAWVS7tlTI2MStf7QjkHSPL6SSwjz5LPtdKfSrSHaZ8XG\r\n7FBy5hdIhB4aAryusxDULopMesmTpZhwShWBTRQ9LfzLNmesMsU4LAbHik2g\r\nlBrPBBLUCdO42Gc428oVy5+25RKmKhD4FCM=\r\n=Bv2O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"a37dd068aa1ac066fd2ead44aa4934085fd40c6a","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.37.1_1657697236469_0.6682542368673341","host":"s3://npm-registry-packages"}},"2.37.2":{"name":"adui","version":"2.37.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.37.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"e04a8cef9c8cd9accd48cd9c2aea62986a470711","tarball":"https://registry.npmjs.org/adui/-/adui-2.37.2.tgz","fileCount":1838,"integrity":"sha512-Hmdl7mzL4fkEZ3ghggaV6x6PZCefJ89tSZuDRy77SnzOSVMB1tN5p8x+OpoCXZrwtupWFXtYIrCVcLoji/9gAg==","signatures":[{"sig":"MEUCIQCgjmyTk/8+RH5aT7hx3DhYDnywaGi1MNLYr9O/cwac5QIgVGSGT8g9HGV3efBeZ1ocE0mszQ8+TIJ8fyNPrNT4gmo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11200611,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi0AXKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNDw//d9akrPPQ2xVVqNm+vHxs0cAMIJZtk3LoW66YuRmtXpsM9RS5\r\nZ56/e/p7ZMc/L2k7ec6KaAgAy5GhYPNFoXKbIfx9yl13hg4mpVpvviNZvrkA\r\n1lownkVKAU0zq1FqRT9Ot4LHVUywfGxGbtKY+4JpVMfFKNe6xMf1ONjz6/o7\r\n5Chu4M6M17IjNIWqx+zx3jFnQcR2K6Jn2oN1NjzocPvQDIkxv2KO61oh7jLS\r\nMpv8lZmzNK+Ro8/lJfbHy8ChbAdZ1O6JLJomEHYyntR2fa1NYREuj85KheBH\r\nzJmyZ9bPdv2z1PR/RlAPggjK6VajQEQb5SkFKwoht9rWg3ktNHymEP48tVZm\r\nO79PeIcAayHg/IKgBpMD826aZ1dttjY8lo45F41RfaFBbn7EmqlTuR7hl5SW\r\nqzdhVkJeIH9qlgwCxz17PQoix29oJmmOlGVas0RGT2C6kS7YgXWsUJPVM4+8\r\nZB0VWvUzPEl34hz6SLTBKJblKANoxouSNEf1lJP16GNXsm+uWZpuWz3YponL\r\nBoH2uebFYGvWotrrFBG6QYxyyaZ7KOT3l2u1VSkV7JGQrzQ9bQDhZf4hJlBW\r\n6KK6zjMdZqZ8vY/Q2+ePyywnWBk3HiKxQbYbpv/ncTUpKV9QmelQ+w84dRFR\r\nybUqL/wRcwLytMIov667qaKctLLKaFpjYPY=\r\n=WlW+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"79ec3f13ddb8962580d7c0834b624736a9087b41","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.37.2_1657800138619_0.0013004160810037302","host":"s3://npm-registry-packages"}},"2.37.3":{"name":"adui","version":"2.37.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.37.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"3a0ff6d24641301c5e83a05661a8178f1f451383","tarball":"https://registry.npmjs.org/adui/-/adui-2.37.3.tgz","fileCount":1838,"integrity":"sha512-5UfIhV52sd+CqQCBb4pLx9CFTkDF3xQOSky93CeH1ICF8hT4bCirnGAKazCIQdd0sewcLBiNqVtUvP8HcUdLcQ==","signatures":[{"sig":"MEYCIQDUpYMQE2IGMMeXuNmrP7fLy8NwUPPC3ZChPD04R14vCQIhALmQXIsun3/S/QDciZQY5D8pYL8olqfu7/b/MQXTzYfU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11201241,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2MrcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/6w/+LdZeEfWBxq2kgvHLw2Rau+ZnywdyOS6g2WSQ7fCi9VME9z29\r\nRITqDc7TQiWerK2m/Kp07BAvD9AppLxrUqcPGMaJoXV/w7l4bxODBaFjzgQH\r\nD8ZfOocZocHQi95fyjPYCTNWfLGfx+C8oPyaB/mllmFDF5QIr3BG3a4mzFwk\r\n6JPXPIcI6YYDTb2bYUB7xe9HC0qKC7wkV8SuDvuxjJ5N5Z7zkdVUOpBYF6hC\r\nie4fBCCNUNw++tSN3B1tmkZGhwW7pmURmS122iRN6pPqJRhJyV9iMxdsZxhR\r\nL89V2tqB3cOrSPw3A4mxSXIxe8g8WGpxlU2Sb8qMPL2BKZCWSngHQCifg21t\r\nCwOwpqpZFrDWuij2qxpK1Nq/AxhFWiNBLlqFHQHq631dFvUIMeM+iWLfs8AG\r\nT53qUds3d7+H9Tl+gLIXO6h0ZoEuZVP9gkXePs4/FhbpKZ8W6HHgEeAn7gYG\r\n8FUp66beuwpqaXa+PVgx3shiK1bIK+hGNd/6WNLGTK9UoB8DPYI8iEa8Nk99\r\nsEcBUl9ivor0PqCuq2SJhj9xNyk1MH77t2BnoihNViytRqhzjEAao8seaC6p\r\nGx0cyX1ExOgFHsP6qVdT7iVf2FCH2rvPk1QXLpB2V+GAUxHTEekk50KxpYHt\r\ng0j8WSOGx7vSdX+WN0kZghHGWIbze+m01bA=\r\n=YnE5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"b3f3726c94390e27200e64894ada974b7cf97d87","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.37.3_1658374876197_0.9414090656697227","host":"s3://npm-registry-packages"}},"2.37.4":{"name":"adui","version":"2.37.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.37.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"116e37e6d0b207805b2231caedeb47fce8d403c8","tarball":"https://registry.npmjs.org/adui/-/adui-2.37.4.tgz","fileCount":1838,"integrity":"sha512-FrSJ2VK1q2Aeq1FX2ccMkqfxs6IKoel3TEuM0g9Hq3ocbtdyqLkNEZSlj7pEf6H7s9sDNm3IYVMY9QBX1bzuLw==","signatures":[{"sig":"MEYCIQCmvIE/uxGaO9FJLZMBMCsmOic8Px7KNxaywynXhLFEpwIhAMjG3mSO00dCdjf8te86GyEsz0imYtvOfRq58cQubkHM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11202162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3jT4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3mRAAiSz2gmb7IR7BpiKnwrKyFYmxEpXfOhTmo9iUVLD9Jonpmf6d\r\naaZ7yUdzf4BBUoBtiLk56/9Qf2pSuhyOsgaHlyeB+XMh6sKtpAcldstYXI55\r\nWBspM9gA2AsAkCOqna1uGMZhi65YPCjI0lt886K3GseQJyEG/86ibgKo/khk\r\nsb1mVRqnujZWownM94dOyBeRKnmzFVgLT++hQFe0Pk7A3/BceMX0Zt2jFPxQ\r\nPsjuEyfBfy4cYbO8Nm/w1mw8XeOXVS299+eJkhJpG33x9WE+ZmYWhbNX26N+\r\nvJFmi5nV2ra1Pps9u1sKfc+JWPWAoglu1hDxnZoLpOjyCpARj7/bUWrcfwT7\r\nj4oos7wEcqDcghgwLNcQXZKnR9dxiVOTKxfSwBGitqGti8fSuuTX1unfzZJP\r\nf0YU+tyAqBvCQa/2rfg3vs4MPjFQeUnw8YyeHGEl2lfQqeJdKluE6OE83vt7\r\n2mm1qcKlT4QFco+TFiDUxJFVzaLLqmwN3I3vnLUa3N1dJGFbnUK1dySVZL6a\r\nQUjY8i/hxn9nQ41QPSjZZz2imgU7yID26wAleLPbVmW45k26RTy9S+NaCCg4\r\n+Z2U1x5Vpub4z+D0I8bF9ZOSlUyQPoQ5NaPuKZoJSIR66vXsPRbA2WLka+fX\r\nHv6Wg6foCKe0DA0/GFn7dJpCjauVyHgcNvk=\r\n=g5hF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"44ebd604bcf67cf00f718e08ce872ad3d9786b89","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.28","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.37.4_1658729720313_0.5928469432393331","host":"s3://npm-registry-packages"}},"2.38.0":{"name":"adui","version":"2.38.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.38.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f84ff4e70c757c7272f855d6559b7daa1ae13547","tarball":"https://registry.npmjs.org/adui/-/adui-2.38.0.tgz","fileCount":1838,"integrity":"sha512-TzFs41MZxWyT63CCYwrjJ+briFQYCnN38xcNC/bS3bLQSXRhzNpa1jj9oYMXKtkh/26n18fAQ26thyvLxpuDWg==","signatures":[{"sig":"MEQCIBth70BYUwbH1t/W6S+xEIpbwx/KQRhjR0aGwwYRUeT4AiB6GAd/RKKcE5HjpcWHtaaVyolxfEG1nyM9Gk/vPPR4Jw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11211013,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi35KNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/pQ//bGnmSdEmyzb7bFb+qlfHiEAWwWqZX4xpTdGYNt4xyOZWFEIj\r\nT8WSiz0hpSoBoBGIvsOcumIr9iDI5YwVwG4oCArbur19x8UN1V+I2CKz5xaJ\r\nsAjnK6cw/J+KaeWeEjXuxrjHXzuMDnq4dX+F9unO+ETQ65H+/Ao9Nc91/9v0\r\nTEjNGr1gLZsURKo11QXdK4t0vQtwL7dG8+9LHWXzA0NTjbn7j1LDvODIpCgI\r\na18lWJvN2hb2romLs9S7gmbUjh25jPB/YGz0OZNG/niWrQbO5fGTHO1tF93j\r\n/ww7kXdpEULHKwKeulHoszXTim2yxuH1qylskhNWMCiBFo04X6p3mmyTzSVv\r\nxHzW43FNORrbhk8FcqMDvT2Y7+YeJlzf9gttD7R5//V6l63If9zgeBiJBxuk\r\nUt5tBWNh22ZlnI2Fhp3qsegUV6lRv4vKpOROCkCGrCDxmaILDd5oa4tDNtPr\r\nBRrb6Ucuuw9DsnJ7aJevzI07betTSs+eyNAxDoEC6ZL+J403VCKJfdA4+r8r\r\nltZi9E8D8AGIRA7jGaK0AHH5wSA1O1WKg0rafn4JgsYSDrC1hmTuJos0QAaT\r\n7e+7FZZNFU31lrGpXTn+8uAmDgdxJHWBz8DXlE9kHJY9swiGu+6jep6HahLE\r\nYS3NNAJyxOvnHzjJJ59RPjf0fh2wTuuwFT4=\r\n=mzQs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"262a3fa89b2e299b98868367581ff99fc29e4b4f","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.29","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.38.0_1658819213178_0.9883987386902116","host":"s3://npm-registry-packages"}},"2.39.0":{"name":"adui","version":"2.39.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.39.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"ed92943a7b8a2f1e9829e2946f0cbe74c3e5ccea","tarball":"https://registry.npmjs.org/adui/-/adui-2.39.0.tgz","fileCount":1838,"integrity":"sha512-EPEgyGUBkM3dI8BvSK2OWTnSOwTPfLiA4KYYJditQ06rSgu5K31O3MYv95RJ+5dLpwxiHpsNk8l3dC58bVnxTw==","signatures":[{"sig":"MEQCIDxxcUxBMGgRx4UNIE4XmLZpC0PQ92pwtZHuaXfElR+RAiBA+SZ0dORYkjyD4+1Fcj81KDTv4syI7etRExUSwkwCrg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11240789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4KVXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpdWw//TwYaQeinDsMAFSomnVhBoIjaRR/aPD/PsH7dxolM1BgMm7Wi\r\nRxpyAKEaTCR19ZJhGihv87+Rv5wI9gEgjkCNFzFlbY8SlwVhn90nvqvI+yHZ\r\nM8vd35xGzjdigY3oLe+PkDiVAN0BzeWCqKkXbW2gc8Occl2HStp34jc1i9ni\r\nG7/U/sD8Jv5c+bZrGe7wcTocVBLoo5xZOQV+dhKyce4vlp3liDgFCQ7VWON9\r\nSrPsMjh6OTjq8DOqfbNmjkaKE8f/RMrnLOBj9zwb8kR4U6UMUUfFKWja222/\r\nVM3LGaLgVn3BDaV09k21uF8rCdoOLOA64SpPGyTgMxnpKTj5f/3Ksfx2JrNQ\r\n0uuyKNchPKVl4wfQQsYnLBcEnqxuH1RETRLVY1wrZv9hAbWjWw81ae3hQeC2\r\nX+HqLUuXs5xPq7GpEmE1pa/yPdXGwmz1an52iORYyoBWIRBIqpHZu8GhFl0j\r\n5Kjz8nB+NpbcYcTLhOf5Bb1WiJafTnjfzWB/AdnXVst3Ruj4oLRmx5ydgYHM\r\nDgkeqgusQTHNAaSJ11lfx7v1vg9SCAtf6j5MyFzpBEocDnEpK50WoMSVhS9c\r\nMB6zzFcadgS4rXgQEo1OI5VOultydt+6uK2H7c4W2Z3vhSlrYo+MFGUCKevc\r\nuDSpO+1KBEmyrc4aIdmDDsxHqWzpErOKjw8=\r\n=7z82\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c08057a867e23a6541c6ccff8347b5da811db175","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.39.0_1658889558786_0.21768699197432473","host":"s3://npm-registry-packages"}},"2.39.1":{"name":"adui","version":"2.39.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.39.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f0ee0f1068ab0db3d9c07551216cbf387fe0d2b1","tarball":"https://registry.npmjs.org/adui/-/adui-2.39.1.tgz","fileCount":1838,"integrity":"sha512-iKG21KGsQfgeP+EaRgnJK5P6OJj65MKIXishV/XjK+gS/hHA+i4TQAyAfQ3dUuJGxgCfQ0UuBXBhUH284lpo7A==","signatures":[{"sig":"MEUCIEDfH7g1FTQDxT3uxsXjUpfhdfG3mSjGyE6nbyPm6KoOAiEArMmRl9E89DbGdnQnW3KPAmXB8ZVekYpZDe9P7cbfiiM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11240779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8NlGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqshw/+INw7Tt83YFRlNDIQYmzNULCE+XbWaPNREs+uneT91lG89mJE\r\ncGCWRkzy1WV1NfpKatUArRM/G42a1s5XR3tXIM/eqc3/XSZ6maaFSDUJymMo\r\n8YiBCzjEPcZZQK+aEpw2zkkeLXDGHwWPbBkWQkrKRHeZp+gwS76evLb8LCNR\r\n6IYWWYI0MinRyxMMQz5wHvoOmd44EvdCZ3U/pZdkS9DaUSD3TwPDL6WZh36n\r\n81wQHP45f6BZaVROJlPizrcEzJofqi7/CSzo/l9RhM8dP7mIM1FqhbrcOLdx\r\nLinFzFSid1aIvCXd/ZV+m7v9PoKjhgvy83hgElPl0zrtw7Fa819H+IuKcYjE\r\n5vl5IqTUYBsFaZopJ3PflS5x1nmJRxZaIYGiB93aWlsLbTi4gy1CGL0/6N1S\r\n3b35P1EkVWHA/z87I3Al4l/LfkU0+xl5B7+FA7yI7rpxX3WKtIlTmRozDWOY\r\nBmXzwTQgK7ZqrlFxwB/G8NiVeHqG3VoUxGckg9AzVOSPY22MpIdQAdg26FLX\r\neLopH61SM8Yt0HPeES7qYwS8TBB2Qgyj1asHDHYrbPk9/OuBNht5aC8f/Dx2\r\nZ0oPZQk+QxGzOuDe43xWabQYIVQ87z6sisxqlG4HQXh+dZM1ACSlRhmxNB3Q\r\nTcSSItheYSRoJxwFTXu5P9rDu9skBiF2vt4=\r\n=2BYF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"13634e0f884cd958c7dd09fb4238802da1f6b358","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.39.1_1659951429819_0.7733537843441478","host":"s3://npm-registry-packages"}},"2.40.0":{"name":"adui","version":"2.40.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.40.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"5ca145c0824eb76b35926c351a30be3b8a55d604","tarball":"https://registry.npmjs.org/adui/-/adui-2.40.0.tgz","fileCount":1838,"integrity":"sha512-3G3X0jYexIEAPPRFxUOxUwqqXwDW5felL6pnGrYMHvtPjeZqfv548A+9nhBvfVGILHzKk1bLxqc2P4HR9r1vfQ==","signatures":[{"sig":"MEQCIDczyRNaaDg0+kQJ+lzTo68rEUfQnGhQQEAiCclp87S2AiA3FMdflfVkoQVE1RVju1LzZEzkBNNFE3C8MNxnc1r6dg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11261024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9gVEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/8Q/+L58lxS5huaFDYdL/0L2P90/4ABODRRuFvbSIk9CGQCmSfn8C\r\nj14GIGPdwSVCT+rV8e46Ovej81TdKHuEFDpRypFgrWXYLHoP+38Q2xriccXW\r\nXlri7jbg/Eez4gOefbscIglOv706SbOKAJH8AZTmvMFY6bM/6zZp+i6CKCSi\r\nWMEjaWpYckA17Wk0CBWBRiZ21Jh4Xjlsdli+lczrjI9xPay/7Yxdq7EwcAFP\r\n3JuDEU5W/Ut2N1z4lEq+jsicGopQNDECFHPTGNSs2fF530G0pKVgnQcOc6v8\r\ndOLXs3g3iHwu1tIYjzGkV1MyXdbDHkzdySpa9h12wmfYBONsuNhVz54DRlBq\r\nf454BPyF2T7tkk0y64y9+yHInSp/k9P8Q/LBD0w+AxhV/t0nIDGxagF5xDOv\r\nL4tVrrbhi6rfTor9BzEAm7b17aLCIB5pc2sGlyup99Gx0J/zbax2ZMFjBeWI\r\nM/EEtkfSmfGNmb0UrFzeNXKBdAmpcFBInQe51XRAUud5BTkERc819tB8Qczq\r\n/Dufxi8yQj5By1KSJL5F6xdQTJKsUa8rwXUiea3uMGft0YGbo4XXAB6vNXhC\r\n7OV5ORYxQWAJRNsMahMkRCXBnTA/jACywDDUU7Bud953bVq2MSyiJwOovUHY\r\n+1KtwE+wR/u7ka3BrobGr7ovCzMC8ObDqk8=\r\n=3Mbh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"a4b316c59084f559b182714cca10d2c5a89b0e5e","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.4.9","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.40.0_1660290371792_0.388554889547722","host":"s3://npm-registry-packages"}},"2.40.1":{"name":"adui","version":"2.40.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.40.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"4922c939efeeeccca91ede9880adee2ff5cb5b43","tarball":"https://registry.npmjs.org/adui/-/adui-2.40.1.tgz","fileCount":1838,"integrity":"sha512-EIB1tZMDPbbxgSlJ24tC6dcBWMhGkdkaCSXGcWfHz2tWOuAwTbNBG/287U6jJPByj0mu9CJ4C+jjI/0QpuTIuA==","signatures":[{"sig":"MEQCIFGudqbCDFnAlB/pE5ckZMuF5cMsj7Gfrx4aPOm+uIg4AiArKtMLc626OYSiE0cPce8mh0HvayDMlnB87Xm/8JZZ/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11253094,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+2YMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrdVRAAnfdXn/IBW8na9X3W1voZ/o5AgHQ7zP+xTmvh5e/MKGKPplLy\r\nqdjg3oFhhut1v6At9Y96DQBsJKRzMussCrA8pNBmDr8sSUMM0qT+2FHUl1pb\r\nHyEAETcuVL7gzJmHsTTYzYGEaLvTaIerE2HCqJplxuMmS7D9CETaALTCoi1S\r\nCMdkhD5psO7KJhh2iYJNPCApaPS8COa54Mz9nhkxoCEAv6r2LfedvC65mZu4\r\n1v5fsurw6kVDrzjGI2vL6mxqdgGCzSpjlSJg0ywn+ZiDD5JvfJxSIyOkkLYQ\r\nHUawRinUzQw2YUaSySqgguYYIHw2qCpSn5w8sgAAstBsirKNnk9q8xvXgB+D\r\ntbftMgpR+S+0gJocemxwwajE+CWv7HOjZ0E9O0TuaPxBDuzjaw//CuU2+813\r\nVrReW9aJajsvlfZ9/y9bN0/oVeHJV+fNk36Qb5AtaL2LhDCTyVmlSW+VO1XO\r\nhGo49ynAekC16EGUIc6SbBkkT9BX8OzK0aGy86hrx4l65iKCQ5jBr49+Lbs2\r\nS6+q0rIGUYRCZWfas5Oqb4iKEHvSf8/HBMmRKHQ808tTlfKyjJE9KceW5qQv\r\nqcUdO/l8MvbvNny5WGKbujH48BKQc5siW+UmDiYBTMVfBzyCTXJK2csr72pm\r\n/+viOs0xGvRNWXmjmewnIwTncDxXfAmTCTc=\r\n=NdfH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"bf666c8e1585df02eaeee2512b0fa90b703cb894","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"^3.2.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.40.1_1660642828106_0.48530179813755403","host":"s3://npm-registry-packages"}},"2.40.2":{"name":"adui","version":"2.40.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.40.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"70c40ce6dd95e84a8fbc023dc730f212397b02dd","tarball":"https://registry.npmjs.org/adui/-/adui-2.40.2.tgz","fileCount":1838,"integrity":"sha512-LNp0+DiD9ojEp6wM+WhVJTFP5mlQsfbnpscOwdGwiz2rDh3+f3/EoYlQ44nCsaLAr/0wbAe7+7TEm1JJJLAAXg==","signatures":[{"sig":"MEYCIQDi2NG/DYnrU+1xoq5yEhmUrIpmKWcxLrw+Nt8pmAi0hQIhANiZF1cr6f3d4Z+JVAb/NGnPk3NtzPS0SWo4GBeFri8E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11253103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/bBZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8WhAAhe+pWWSty95qSXK6F8/WqAqP7G2tTHjnIudXXSbnALR2ORN6\r\nKe9sTZLbCeN9ffUnnObhl+qnEUv0mPMxXH8385T+SXeqNTEKGooap4Cq2DQ2\r\nsuOvAoplwoaKiyJFcwsOvQfZDk/dAh5WpVn75Ibr4HFbUSra/sTD5XlcoBH6\r\nxLSKIr8oaOBKOp7KK6Voa+Vs2TknNHmBHRdx7+k+TA4tj47q1JSlvO/EB/Xk\r\nGo3XfzR1AsXfCS593OdSTP8kad5F1wACQIu3FLLXmsv/ZhxuMACMVbvgovrE\r\nE14PiUP56ifgaQsn59ynSR6ynkF9NOt9rGCDilwdGeGn+UQatpV+R07zxd9Y\r\nKFFmcsSDYoCKaBOg0pYQvwALblufqj+07aPacr9VJltyJYcramrT4Rn8kA46\r\nm6UF6Klf77m6nmEFOHJVbz/uWUz8wq42FVKEGTH01gkTXE6mRR0sd6qol8OY\r\nCO/fY1pgq1j3P4Z48TJS++QqBWyd70fdP+toKfOM1PboM2QvxmVAHPXipGAc\r\nP23WNG7BpYLuojhQJ6SdYjpuchKLFq7I/Zvu3M4qDAxuJHSHgHcaO0ASnVMO\r\nJHn2KvRmzUJg8FUlFkZMryFh5lNfQTf4/ZwxjbsI5ebKCIdpzTi37RUCB5nu\r\n+qbxPlDwDIF+JTm8S4AWXLaur7C6p/nfvgQ=\r\n=dYTx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"ca433f736b04b4d9285ebcbeade7dcff7f4bbdd0","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.40.2_1660792920966_0.070275473522174","host":"s3://npm-registry-packages"}},"2.40.3":{"name":"adui","version":"2.40.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.40.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9284b61a2fc03467fddf7be0cced5dd05efe54a6","tarball":"https://registry.npmjs.org/adui/-/adui-2.40.3.tgz","fileCount":1838,"integrity":"sha512-Pl/MnDFkmEFjrOHbIxn+ahrCMGtDeaFCFQBwM9LiS3gSCAVkDIqm/no/dbrSjwr0NxsS1yUzGXKFYhDlUOnV4g==","signatures":[{"sig":"MEUCIQD7zUGeJokYFt9oSYGyuFlEpv7opeZiVXCzDMLORhlsZQIgBjot8g6slE7niAQJHQUjFEpJPKJdNos7d1jVmDez9gA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11255511,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/vcWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxhA//ULbPZxg3I2/vO7C3XLvb/SJlgj+Szz22DYVmU0qeJ6C1q0tG\r\nB93a19ZWbVukXf9k97k0SD3zMdosJcc0E1pN+8h9JKInh2tbYEsTwyLK2Vm8\r\nTUp2HJ780dpAFXWV6DjG/bMJyyCyg7fhvjf7UXPjz9fYxJ8PTxov/fQ+Lpwb\r\nE+MQsyOC1LVAMrBpbX/25TwNITVS+jdSDnaZy3K/g4ydYAGIUuoUgSPdBxb/\r\nEgahcqJW27pVBcdpK7KUbw03rTPQSW9KWizwZh6pUevbrzoYBlW88zgd3LAP\r\nGgWgATgIbYt7wqKgXZ2PEYrGI2FyFQoJU3FTEtITtYDjt1ifWmKXmIZqnyc3\r\nQRkYvn//75jdb29OgGHAh5z5oXgKRkZKFeuxGZKUTOgb5O+QGuM0zDWIUddB\r\n/3j2Yvfxb5teXeHRmRZZ+NGBl2lj7MfL5+Y+OvWlAivbRA8zac18ZGx5dKjH\r\nQmqvLGSLHFe6lF6chj29sI0uxo7jhrMcKVsiXHvkqIYxfeBieN8bI/BXtxGQ\r\ncGcV9ORkGg5oJ2Z4bQjZYJJMeGJXctXJ7n3vuDH1znzMFxPHYIRcCk33Ar5N\r\n3nMBtl7tMeHJLZZtc4DGTg981/iXuQJKjmJXEb2LBviEIFgEdC26CUj/3Rjv\r\n3/8ZH5Y5zPQ1XgQTOOYlNhpwuLvEgz6Pe08=\r\n=78co\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"de8d26180ae4881f694e591ac088a0505e6187ad","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.40.3_1660876565728_0.7460667019019125","host":"s3://npm-registry-packages"}},"2.40.4":{"name":"adui","version":"2.40.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.40.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f35e306b69ba80fc5c1a74a9acf4d579a9f2aef7","tarball":"https://registry.npmjs.org/adui/-/adui-2.40.4.tgz","fileCount":1838,"integrity":"sha512-49uoDokS2sT5ZmT1DvzsioXSYRdDXhrVydMHotgbVJS0/odvr09hJNGPQO4VdVDh4/Zq2+DhGslJaOY6dVKLFg==","signatures":[{"sig":"MEUCIHo+2Foz4mV/QcxuYi3IoxMpDefyN0RJ9uPDwIza0ybiAiEAvN9E1Fp9f1zVvp1Zjd9xNY3CVdCyA6Y+BcwlMvIoROo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11255362,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBEzZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmow6RAAnWE22JadN+dDvDhb+HM0SDgJBpgUgPEYYN55HhsZUP+Ga+wQ\r\navCUontVEd7boemYGJIPDPEURzScoUYx1chF0oyj+kaV/K5O16T9beQ4tsOz\r\n2R/BiPU201jhff8LUtbIRU/XmfrA8qIIo/ZJXDPIOpdIlm/DchggNS8OM4uL\r\ndzkfbZIIkih4PW2SQ2Rn1vebcdztrd5CvWgUaoSzLVDfqFvX3MtmXRx26fjC\r\nCKENOhn3lXAwDfN2nEgS+KGKKx28bSTgRjAbTFVhsps7DHmKjHzbC+EZyF8C\r\nwxLhv9XKeo2tdMQ34ofk1n8b+uD8tz5hHPJaNGBRxTEXTLWIMSV2pPdRCfE8\r\nvtITO0dWN5/NduIW7baFdGOM8dHDymBU+niIT4TfFCxrpP+NGYsZM3aJyasw\r\nBPY0Y31XNQvvhYWOOCgb2VrPJUkppUP6DfFI9cEhCR9xN0POnyDo1NJuq+9Z\r\nJqeZPI8qpz1UDBJWVi7wtf9zDpW/lKCeydMz0F5CbFckVBmvsNy9MIkTuynh\r\nfFJ974uxeZMuExc2W57y9pjq3zE2kLVauO3QN/haPPVHj9Lyvp+6+o8MRS9i\r\nyLH05n+92aRq1LCV93SzyDOmWTzeu3bPEAWnBw7fZzCLDflGQ/vMyYvXvLVN\r\nB0giJABLciaufSIM0hzIvaBMls+E8erA/BY=\r\n=fle9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"567bc3fcd008622450a7deacb34da1b1359fd0e2","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.40.4_1661226201619_0.729537883561449","host":"s3://npm-registry-packages"}},"2.40.5-alpha.0":{"name":"adui","version":"2.40.5-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.40.5-alpha.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"6a6501ae975822dc76b6b84b8afacdf0309d2529","tarball":"https://registry.npmjs.org/adui/-/adui-2.40.5-alpha.0.tgz","fileCount":1838,"integrity":"sha512-w2Mg7gsF9InbciKq6mFPz41hgq9mNFEEQezkpFBMf27H8kDSMGmoe1r2hVdzlIA7rjc9C4cP6bP1WptbNKrntw==","signatures":[{"sig":"MEYCIQC4FRDfncBt/b3UV/cqLDHYKgaRqit1jICVjT3T9GG1IQIhAOfHh0jFhGchjHVWYUK+25r/L5pNSfg7hv4joavEEQoF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11275892,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBKXwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0xBAAgYdRMC+M888nuakM1D1uWbEnmNCqidxxePxhuh7+89Vt79FU\r\n4GN1gD/93a9PtjyaA6S1i32ji3sRD8Yn9QS2PJRwgteSRat+zoS5h7arWu8Z\r\nqYEV6QhQfr284WL2B3mIrukxBJvA+JIqfLflhN24zbqpF/6aTJuQnyoZ7yFT\r\nvLNHw9DV+AeRqOIZbo7YdpwRiAwBJAkPFmBib7WKRBiA9cTNWPKmwAy0vkwr\r\nk1XAWMPWgNTmXtiwrt3q1vtkvz14jkKhzg8ETDVz5l6/yR4L3ruRWUle6bb1\r\n1O5BZ0EfNYPFSd6RU/UIxwuvd002dnBfP95SDc7GxAWuh2PB91TC1ZnWk6s1\r\ngvDuaEivGQRxXwhH2E2ldAfndUrr0ayzHcklRB3qcZ+IJ7ruSaWc0aA1jP98\r\nBRF6OMExMV8bi6WJ+xG8JnNo1O0s+ViZGuY02pHEocb4D7QxgrAUNiNsVjTH\r\nA1zQbTfBOfaPM5AM48Z+rHFq5nnx6IVGgqb+PUKH7Ejd4d6a20rz9eBaIYum\r\nY+7KcByW0k8U/ChP0TeeLiNiKX5WadJi/FaGC9Ly6nKeC17QN+eCjpO+0gLt\r\n3NR2v76OVnV1lNCD0zi3h2oFr+c0VNgP2Xdq7vSUg1k/e6oUBv8Xvk3RLyiF\r\nNSQizvva0gyG+byBA2EXitzxRPa+z5HqsSk=\r\n=FZNV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"11a02176a896c27382e7c1c8ea786812d2e4abb0","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.40.5-alpha.0_1661249007598_0.9609753530598004","host":"s3://npm-registry-packages"}},"2.41.0":{"name":"adui","version":"2.41.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.41.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"c6c4930bbe262e17e904dfc0dd2877884b4e6ab5","tarball":"https://registry.npmjs.org/adui/-/adui-2.41.0.tgz","fileCount":1838,"integrity":"sha512-5sGskmIiauL9myNQDJnDqYE9Djc5nmu85fsaHksdn1YP2wPNKbGSJb9lWvvLPpyd4fHnkGc2olqeov5ocLRUaw==","signatures":[{"sig":"MEUCIQCgE87erdxc/OXBmsmYCaqWapNzhfQacaaUHofBN0wRxwIgYxbdmU3h/dTTOzKFssdbuMJ61VdtccqAJ3Djj9ELdUY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11276318,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDYvQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4cQ/+Np5Bmdna0g9Gbe61QeVJBoHn+y8VOId+1tBw7f6YvKG8jyR2\r\n6pji0kDB+gOvb5y2pKALpFwSQo7Wcx3IpwFnVS+n3R7qI4nKKLQ1kIMDZE/Q\r\nCXwprX3rI3PFFhCESCClEOBOqLWDcQVg5TAT253dksq1g3rvnndzdLPQ8iEK\r\naDaN74KlWnH9IMUgGX4RqXduT3j92H2QjhkBhTxQ4nBcjASVhk+jiBR2Xkrb\r\nYiIR/nfKKa12AllZ2ci9QWrdk8OoUaNFoewxC7Fmxn5nyq3XYGX8QPk55yWR\r\neESFcgeD4aiHNGuIJjttcuwXtWHiVhQsi3wzyRRKY4wgBJwLsNQ3tFq3hBly\r\n/SxvjKAUte14GJtPN8QzklBPQxyVMl5DcTzOsc4YZg0HjqfUvs2IROD25KIf\r\nL/W4eBfeCCz5mF7AldPdKceqsZnQGugoyxtOLBhgr3AtbqiaIW8BKMMcdM+V\r\nOJX1beacuOlr+xbOeC8xtfsw4bXUbE1piJkHp6Kew/aBSaKl+hnSeeaqMqct\r\noVKbIwoTCiWCFfurDA2hP5aHp/lfGSapIY3VZaaWHvtQCCd3JGOrSwLAHA3F\r\nKWcssIPo6yg74z4yRpzhKlfW9pyeLCTTNFUgJzohohAnXLar94oJ6ImRycUT\r\nvGhUSAcpfA7oVc46wY2/TLFYfQsjzyBg6us=\r\n=9Vhr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"a8bd7d0e346093b35d70d43a1920b5e4a0e30219","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.11.0","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.16.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.41.0_1661832144387_0.8468520488642848","host":"s3://npm-registry-packages"}},"2.42.0":{"name":"adui","version":"2.42.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.42.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"d459609c90364e0f70b5765ca183bb9706279c4e","tarball":"https://registry.npmjs.org/adui/-/adui-2.42.0.tgz","fileCount":1840,"integrity":"sha512-oJO1iOoWw6ztuLH2Zm/BKySTUJTqLQz+j4lBZcyMEoqlmxpsu5Tq7z9/L91lMNeJZL67vfyi7PlhdYLHWDjmZA==","signatures":[{"sig":"MEQCIB+tTA/Y3yuhydqekaM8y6HIxhLSZSAYu0bNvAWBDPsMAiAtw9kwRSiJAjsV/sMJj2gy5YMZQfQTVDH7+HWWDKq+Rw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11293098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFvtrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmobuw//TTZY/AXtGFMLcG0m2j6dAQft42ZYnGGoImkJj3H3PspsZcIA\r\neMqffXulpZwRd8Mv9nTTU6LFDtDkMtY5sTAFi+Ox+MYhiYeJ1PSPHD5etu8K\r\nMvtzyVc7hxXX4XePmTX6M6PUhvopNup8yo/MVZy1gGw7zxGbIW4OZNBAeF4D\r\n3alV9bYP2gGDQFGztp1RzJwwDpkmHBCATevqi+7KYKgigCt5Wlq4Vbtxx181\r\nV8BMgMIWlZPLnaZPhWl2hexO4J/HyUZgqCTpINksVyDNynxyx6l2oR0YqoWl\r\nhALMI1YIQUGNoCS9J9n7j/OE4BDPlaeNfBti6SX0MLctzAF0ZfNmPIWjXyCc\r\nL4toD4ay0MRH8etufepnMSKVyBFiGMLz6D1UXqOhaB9MCBF7Ovn2L6TdEsDe\r\nZvyZMBwgGQjR58c/WYGLysMuy9/LenZleaAXkbAkpNnxRBNJLltvJXFpzZ7x\r\n4LFFjmdfBzOgVBx/JUyA+j0wZO5bXVFJJAeeURZL7eWn8cy4Grg9Y4pi+U+O\r\nToe+bgt+GyjQ/3aF/fmo209anmCUsJqiQhuTVRoTXX5Z6R6IutbcHVCCXxU1\r\nX+eL1NBv5cnpaUsdw6JO5/+iBSaPbFhd0WznXatVIhC4arWAyqkHIKzr9YLc\r\nBhbk1yyEr2gi74fN2ixH6Cm/CW2zfjvLEsk=\r\n=7FlV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"1bec3f528a594b4ab1cf602e340b8ccedb1d3cd1","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.42.0_1662450539163_0.6928156939014154","host":"s3://npm-registry-packages"}},"2.42.1":{"name":"adui","version":"2.42.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.42.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b64042011f282adeebb081e8dec7d50453bb05a4","tarball":"https://registry.npmjs.org/adui/-/adui-2.42.1.tgz","fileCount":1840,"integrity":"sha512-v79P2vjAPv55DyRW0F4Q3J9/9Lu6LAJhm2b48aUvjx7NlE/oZoqWowkaA/weZ2XVx4In16UUF2FyBZIiFWInNA==","signatures":[{"sig":"MEUCIDguE0WcsY1z0eK76RIwik9sWlL7RGvQE6YDb7WaIwcAAiEAjINYRZ5eHk/hEPk4Kl35W49ie2BDf9QUcv8UvdDfA+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11288405,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIDipACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZoQ//RTVVJuQAbK4PKvTUmSusERosGXw9hGwgFBdJ1NUaYlouGGA3\r\nAEtT4l8g56ueHf5FNnmrOp22y6On0tRrMnigqpKp/QEWzFWet6C224szu7/+\r\nVjEJy5C+bRU9Es7IZpp+1iS+GhE+HpGWKd5rTZUnQR+k/g7YLWuITCEwGvK/\r\nGmYLpN5UxbdlCjeVhVZwJuj4NHc5E0koEt88QDATWwbgduAAfKOhsMLGzYQM\r\nvzMeQ/ZMoP0YK+oxyJ7YJQ5Xh/H66lOiZr9P4FiG4J8Z1/Uqp48cL4Dul0fg\r\nlPa7jtg1hP/K4qP6iP20ildg0WQ+orcHzTHqMVZyE25vVcjdJMMtvmdC0Wqa\r\nXJ+tiHjNpLBT7TflQUW31THECRVg+TTEZMdrUwJgVrsGoznq2lHV68XZQT7X\r\n/ae8oGB0iRRU5wnW3Rq7zn0i6LdnIoacGalsm5jZzwyaLO175RdJtXPeVrpl\r\nP1D1tP2dWIH+AKPKEoSg+skpppFbZDEAMf+apUpuoIVH40ovqAnwEsahFBJk\r\n4LjNjkfQVL1gwgcGOOpUGejN//usGQ/3EKf+P78AoN1Jd/MeY/vC4ICk9s+7\r\n3WsS3iJpNZm9ePIVCoxP/qEeh/SDJeSe30p59jCg+BCmw9fVATcsRXMP7ST6\r\nolA0H8XuRP24oL6mi+KpyT5ozxxJwOhRxwU=\r\n=drfQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"bc47e5f206035af7d33b8b5f66fafa19c6ec3456","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.42.1_1663056041687_0.3636023961132995","host":"s3://npm-registry-packages"}},"2.43.0":{"name":"adui","version":"2.43.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.43.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"092b6121f47027fd4b2676b0f60f09e169512d37","tarball":"https://registry.npmjs.org/adui/-/adui-2.43.0.tgz","fileCount":1840,"integrity":"sha512-19pdoleagGOa4BZcc/UJaDEPOVoOFgm97Hzal535a8OfDk5HDg8u6o8IBiu7pykyoXikSllK2iSOQ3wEYTfthA==","signatures":[{"sig":"MEMCHyMBEixOfzU22DxvjviMRmD5SFFXacTT1eDOSb/BGVoCIAPODO9jAYX/o3VDwaIMeo7gr8Hkp7MvDPp4EFVejbJ9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11292227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfDgpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIaA//a0Uhn0KDIKovMQQaX6dZdkSl9ENVqX3O8l6ME2tpYzs/uS3B\r\nPqFwZ9HJV4pxIDla/gfL2+w2HHnsIp4Tm45sCgPCuwHji4WMS2uQAR7HxDgW\r\nJxPqU+ZF55HgC6sQ6fDz43kF7MKIcwdyqDDGhKwv+lb3EOa6lU5zzmtw0u+l\r\nOVCzU8R1iJLwFMJIzwV8Crhekz1mu7KHmlxXVjvHRV8az7Rg5G/PWDnJPCyW\r\nXgFvL55q3lAT2b+laTCnsCTGB20CgeKdStSMSFhZBJnyA0n7/8BCSOUJV/FY\r\nbY9NMzYoixjvA56RyEP66UYN+0FnBXQPVulKuqjQlZoMvYL4sTTR/1oQjQee\r\nlQr1BhKQ1WA+pXZPPkBhiwMvdWPhpzcnADQnZZv50yTKuFmIy7ASalMRX3X0\r\nX0V/KGZ8kuJUZOb5cHEf5cO4iNk2FmUdMlck+WrCxMGi7oYgsNT3HI+DBlEw\r\nNWnOLjnzAEXUTg3DphzkwrXHNjjTwml19wJcybHV4i/qOp4y7M/WWPjiOzSe\r\nOjuwxew/emzz/tEsW4Tlxs+rtSPw7J4IgtTgZRAkqezCnlyDFWjX1ENHWMc/\r\nD/pWfdnDf7i3c8nz2mVJGI39jrpWNqyz9BXH4PMHyYZ/eovF/OuWYrUqxfHT\r\nJ8i0idEbExrAeeK/P40OC/x6+QwuRWD1e7Q=\r\n=46Jd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"b420ef986a20e0fa5c185274746df7a928c10df6","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.43.0_1669085224864_0.7691611718922968","host":"s3://npm-registry-packages"}},"2.43.1":{"name":"adui","version":"2.43.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.43.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"54b5f19695ae88afb73337f6bd58193c3e74a30b","tarball":"https://registry.npmjs.org/adui/-/adui-2.43.1.tgz","fileCount":1840,"integrity":"sha512-d6tjdZDFpB7GcjQEztaon8i+avZ/okGa4YbiqlURWDnXQe0+WOwMEiqjRDONOhOuBRyN7umZ0RZUaVHn5DI0Rg==","signatures":[{"sig":"MEYCIQDdZTIptDvaAysKYjrdzS1pmw0KZ9qAweQCeQEm4cxMtwIhALmHTNMO9WZsfJZOj/+R/rtJ9GV1KvFegz0og1FUghxh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11295678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfEIYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrclQ//dIzHNEhPPRXaKza/D9Ui8y9/wztZzWyqjkVmwslwPsWCE32p\r\nshAD1BtzJ/D0dTVuG2zZPhyoVNYrhKe+lMSEFF6K8yDFsMb14h9P8fbsAIoo\r\nuxa7VDePzjcr6ry5OOgRr7RA4fwv7ON4DE37Cwx6JkPzJCNNAFSsR4CsVNeC\r\nkyrvLOuf7iXDRrrPZZNfO4n13Swc/yrL+xUVlgQFbDu/O7aYPlO2DXTPLgrq\r\nEB9YAIzOmIIOlsETJ8RQi+9j1C+b5n3vxzYNv02cCKC1AqvYINkBOQZWljmF\r\nczW9xbfAS7N5WRL3otXEzjnbJ/1edtre/pc7JXDx/rFLNCHjVkb23lvM32fi\r\nZJXNBO3UMpq9JByY2v9pbWMho9TfPuZKlZSlma9GExZo9DC2RtVSbygdNI4j\r\n0d6cbI0RCr6Por4eO1Dm9rSAp6BuReGZX3AGMbbPDP4Nv9IYLTudcquSMIUK\r\nOtNHDZ0HLNMo3W9nWd53qNod3Y2POOzm2oCaTOMvzXU+eKDrrYR1HFDdMrtz\r\nAPMH27sKOR6hYFTE4KzKwrQL3BWRSG7L3f4I2IRUQwGmJ/ie54lTq4xlpP32\r\n1Nukcvi3bwJjvedbgtQ1EeF7F067TBn4e58Ub7LnCQX/0VRRdUPwZ1XcMpWk\r\ncR5UVNMfGbs1Cvk39t/fenCkUbtqCzV3P6c=\r\n=Nkxm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"73bc9a1cd88969c11ced3a7ca1e6cce9b93d106c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.43.1_1669087768014_0.9393414118716299","host":"s3://npm-registry-packages"}},"2.43.2":{"name":"adui","version":"2.43.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.43.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"079201554f55b4b6e8447cef896554c2736b9e8d","tarball":"https://registry.npmjs.org/adui/-/adui-2.43.2.tgz","fileCount":1840,"integrity":"sha512-Jr1qeeTsxdqa+MqzskbxM9fa6UAKBoBXDAMhDnO10FXin3nCamN4JeFGp6BgMnPLy5rae7JegqHX3KqlftNqFg==","signatures":[{"sig":"MEYCIQDYYOjSW+T5mmgNIYdb6MjMbMC8GeiUl9amDTIJPp1U/AIhAMN8hXrmHuP/zFu+ob8651ONzOPVaWVMyUO/0lMXfqpq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11295464,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfdnuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4sA/8C8i8Qlv0/UUL7wFsturDeRh2VXxxeLTbeWydGeyV31hgyBGK\r\njrpLG8M0ZvmbkIWnj0tVK7gndakF6WL+GbLlexDIoxtIRUr9zccyArrswPTL\r\ns/qNP5RRVs7k2NPWOJ22liCH/1wUvzph9ctwTl+EHgh9hlCu0aI46mTzl8o/\r\nQCC+NTOYOxKeD0bInpRdNxejwyZlIes5ZfWfaaXG8PrE+yXH6S/zVd6nxm7q\r\nHjOKKt1qB0Qn15oU8RRVEHyoib5a3fGNNq8KqXLg92Lq5c+ZAQWhryWC4L6j\r\nFfYOU5oydK+UQktGSU3AoD8t954MwyDMNKOadyBFB1r44/xrOaNCZy/QHUFh\r\n4KcSR14i/Dw52ohygc4HyQ0N5bXybme/frVpoHhXPqBKJJ7UoQfkcOxdcM3b\r\n2lltTTSJ4CaoC4ket9l664+/6p3cRdSwm47VebBFjS/z2bSPPCQJ3+jhwJOD\r\n/YUY5zas6khssYtOoFQty9BX6frHLWHxCRJ+m6++7+oIMmKHCjCBwgziywfo\r\nkzmFNG4y1LHHPhtOsAleIz7p4fPeTMAhGf8OCHtDmJPOXbEqsdnzIPczi+GK\r\n+Q8g6AYZAk7j2nIm9zUICSRy16snkidDMsAo4H0FSt5rhH5gfb1O6w8UjhBt\r\nNDmD+rTy/3Fo9r3SWAuHLcjLY9aqgr5jKXw=\r\n=y7hf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"30cd7d4cf2b343c4873de807fa3b895bcecebafe","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.43.2_1669192173689_0.6869231224565788","host":"s3://npm-registry-packages"}},"2.44.0":{"name":"adui","version":"2.44.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.44.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"47c1956599ef83066fa2fc8639c0fbe1a385cb17","tarball":"https://registry.npmjs.org/adui/-/adui-2.44.0.tgz","fileCount":1841,"integrity":"sha512-MZgyK7PlOcYZ9lf1kYt+XoOBm+cgnT71TNIpeM5ONFkh0tsRI7eDU1v/agUxJhxeZmYJQuLuxFvEfbpOHWRNNA==","signatures":[{"sig":"MEQCIEqam1TRQ0BBBGEuwVvoZKPYar1AC+oPfIbmsTUXH4+BAiBkQsZ5hWXgAWJhdMru0cPyme/dWERiGNlpTFKbLXWjxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11334942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjn9iFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXJxAAjrZ6JZ+NnUr1IGjFCSpIS79TniVJUydDNcxxLU8o7tV9s6gS\r\ndgqZRg02gQO8Md5AlY0sagcH3ItnP2T6CmwTUEf20eG5z/VBu0pF5+rK3PBM\r\n7js8/wvQEHrsTmKeJQEYi1GM+JO9v56B41EviB8sbuKvb2VvpIQLZEuS5gkQ\r\nNa96atB/onQTPo2LWKN/kYrRw4SEUwdUUZTH+OuI6aLx4UfuYk+tL6khPkOk\r\nLBSiIxRVYBV4+z5uX1rdL9DZc8TxSLfxEfvl1KGFYEhh/fBGlmxnc3f3KDaQ\r\nzALv4qc+098e4OzPvab9VqZkxlA/FDUv1VfDym7OSsrDPygFcJdpPd2RA22f\r\n+/BBqAi9eN8G18jOPkAEufIqsbT5FzsRZwXAcKzbsGWOnk3fXr3f1fzzIZ+5\r\n8Vpbg8pDJtO/T0IzADL7dh5MvN5PYIUdUuzDkYPkviEd0rNXKoamRtSOYAeS\r\n+Qd6yvmSs83QkbK5h9rg1s1hIf0q/oXBy92ADOflnkjZBUwT8I63ErrxlhU/\r\nJ7FCwFSwdCR/bHeV1XeIfMDLVzwPsptjnraJMeBgCx1J91XKL6hWQkOG6buA\r\nDlgiMC2LOmFNYxEry8Poz9uL2AHZykNbizczu8O5KJnDG4CIlPkU+I/KO7aO\r\n/Ii3FClvwq4ITsWFnbK+ZaAPQVOSGE/1o2w=\r\n=61br\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"a9ab09af1177f4c2548dd46e610ce301981bd125","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.7.3","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.44.0_1671420037515_0.5877054403627502","host":"s3://npm-registry-packages"}},"2.44.1":{"name":"adui","version":"2.44.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.44.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"cad15320939d03bd8cf26cc76e23d896b7c32b51","tarball":"https://registry.npmjs.org/adui/-/adui-2.44.1.tgz","fileCount":1841,"integrity":"sha512-kQuze6gSXUvidsZo2zwrE5jQWatQXCFGm28fPqqiPElTFeRyMcPWJ+vSPUWBqCuA2DHwSErrfnA5+mRblBTWMA==","signatures":[{"sig":"MEUCIQCd3rB8fxTmmKa/SJcnmlu74r+ZjA3Pk9WyngG0bevOkQIgGKtQalwrc+ZV//7+1Vj4n4P31Ga/ScApSvMCB2riNFM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11335114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJAIeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0vg//dT5wg+/wAYqpS+BGHYN6x+TkYefzSBQJuYk3sCJ05MuOor3d\r\noHv6zZnEbHE+4lRkE4pmCZSZw7d61/l0GMEspXb+qUkOAm3Vd/fdR3Onj+1M\r\n2dsaQ1ii0Rfn/aleUhiAv1VgAY62/W9PFU8TUSvB5NrPoQ8wBUGiOo89vXek\r\nZt8/3nSSRrANXnf00XfRPSCe6vwIxLeBYnqkfi+OBBSJb5yAoDGQ4TAe/1I8\r\nZ6AY/g0DgYOZSniBjp6siJxW5KpfWHZSZ3TI2Y1zpZMy9R+P8ST4Ah4XZPNy\r\nWHverqjf2IprjTp5aFa4UDDmsizvnB96U6a15U8vEswvCmr2jIujDUWIey4G\r\nxpPGqoPyctHnj+xkoCVXTVO8oHC4y7gP+APixjaeFQ1KN5ZjjA8cMeu80LND\r\nYEwJ4RVwy3WHZnRkmutjjVFPmcJFGU/WsOgOApnUbYYXsXog8Wv8UVLpr27F\r\nBDhtCsVmuUfR2HqYXhoQfutJsDC8yzfaQ+VC1Eozje/sowaqo5uYhlgd+CnM\r\nNh0Pn2j536zl2JmisepdRi4bnxVxJW9MnfRgcOXVHsuzgo+m4AomcCsAjGfi\r\nLTUgHN5lsT9JpMRwi7ke6THKYBohjjy1ghgns5lt4Cjse+o/kuFQACeTXF10\r\nU6rCJ3bfJ9Ywo2DxJ4W6ku6zSgpLSHKhCLo=\r\n=PROV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"6b8ddefd16997440abb7542b9580855a4a4d4767","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.44.1_1680081438174_0.8722518375304","host":"s3://npm-registry-packages"}},"2.44.2":{"name":"adui","version":"2.44.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.44.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"cc5d81d179fce934789f70f7ccd6d6b8b2f28528","tarball":"https://registry.npmjs.org/adui/-/adui-2.44.2.tgz","fileCount":1841,"integrity":"sha512-DDk55EU5Z6uEBs+aN32cUPtpUB7Xjdi70GzrqRuTCkc3ggWd3JjzgejP1YWuczxpskMjJW+Zg5iPsYQStNzglw==","signatures":[{"sig":"MEUCIQDqHzSTKg5LFO3APQKwoKCf0JZSxFlROS8ghWj0OGVjFwIgZ/9vMDuI8NMB0n0FYtD3DI4g82xXyUWc499cojjn0RM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11335248,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLrMXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoERQ//Y3r/Kw73XYdm7+aITaF3DDO764gJ+U3/L0HgIENoS7hUjgMx\r\nAU75USoqQlfWKMTfWKB7jyZLlwgijcWJ9g3wmRzJBDMixpgsWlWm5BSo1B1J\r\nxzqKrMfSPsYU+OXtW2+/fxtY76Af12cpgzMK5bHuRVVTGk+68L5Aynb7Bwgf\r\nvEstTQ+nji0kp+0/WA6C09zp3+gAmx8BK/nwGgd7xBO070ocDPsjDMW2caNb\r\nTcbuS8KI8GhJGhapNAH5K9SJ9W61lN6C4AZt69m8jSGGVnGhjNgZd1j2deuF\r\nJjgi6Mqqyf0EFL6Ezd5YJhmIUhSK39/DAtce3BdWmmOpvx+EELfNLUoJpkOH\r\nGrIjfE6TBqzgHagzmhOrV7deZPCuZWGoAQMwB42RTLEsi7eFOQ3Gz2fFfomC\r\n1EJkIR/HHcuuTdluH5iwkk3AdsiS3OaOuKDBJkbYN4GUSxkC47ZDBUzRYbQq\r\n8fpJ7SF+OYALnBBaWUt6K3KVuQpJZQiutxzGIXZ0bVFoe9/rq7eXvyw4UOcZ\r\n7ccxXKpRmyvJtqe7F8aNg/0PFy3X7T1wIH4c1ukttbXnfZ7eCeQ7Tb1ef/0q\r\ni6UitCT/Ltio2SgN/Fl1iOVc3OMjSBPiHs/zozPIl4GSR4LtMqEu1SdlcmnL\r\nm4RLglo7kXKHSobLhh9deETeKAHzQychFZc=\r\n=j4wV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"b05c0d9178dfa398468bd30f9615291a515ad931","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.44.2_1680782103233_0.5195889354843235","host":"s3://npm-registry-packages"}},"2.44.3":{"name":"adui","version":"2.44.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.44.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"b2b4797f72262db7bd86ba15abdfd975629757bb","tarball":"https://registry.npmjs.org/adui/-/adui-2.44.3.tgz","fileCount":1841,"integrity":"sha512-D+GxhoAgG+aIxNVhzGh0BKiyNwNkwbmcsda6SNqX2Bu3lSx/ispGFcd4Rw14MpM8VyKJ9hA1rmfPR0k+mUWEQg==","signatures":[{"sig":"MEUCIDDRCcq3LlUyyddzSghSgMxpx8fSmM5ii0UlWh00zhfaAiEA/VLkfya6gNlh8Sz1xl4/krc5WW/tm+GiaOGsoL4SWSU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11337783},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"9ef08a663090df9d48962e52c08074134887af84","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.44.3_1685671635819_0.9807116418030104","host":"s3://npm-registry-packages"}},"2.44.4":{"name":"adui","version":"2.44.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.44.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"21b67f196b9ac3c84a69ef0afdee271d0c27937e","tarball":"https://registry.npmjs.org/adui/-/adui-2.44.4.tgz","fileCount":1841,"integrity":"sha512-lCz0sW2jX710iqGzzeZ+O45JJSc0v+KQLS1+qcZn8S+UV1o/0PZo+ISbGlS9O6aEtotTRNBOclaqqdHWIbXZvA==","signatures":[{"sig":"MEUCIQDzaDzQ7JuEnYVQyW7R9er/6Hv/ApAHFCwR3mnSV4d0QgIgUfX3FWpj9bjmYvwM+LXxHybAsrkA0kMF3idf1yr18yo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11337612},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"7b6a9780d7441858be8ed20d23112879fe44fbb7","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.30","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.44.4_1686886048535_0.3586065308445765","host":"s3://npm-registry-packages"}},"2.44.5":{"name":"adui","version":"2.44.5","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.44.5","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9cd6179a597de2f8f65a62606dac48eaddf955ef","tarball":"https://registry.npmjs.org/adui/-/adui-2.44.5.tgz","fileCount":1841,"integrity":"sha512-OXPezFPneIzqJDIa6IncizkDOeRPQyyHaXBau3vJXP9x54LTINKni4aRVJeLXvyfftPZNHICpPEvfZO7k6k+Tg==","signatures":[{"sig":"MEYCIQD0pxRzSAAIDWVdwB3Y7HrhCTl6WnjJTCyfAGmtu65ukQIhALQOnOmvH3zS8ciSlmiUaZjm24I3jDJK6sSUexiY0rFF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11358750},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"b56e9c52d17872e05777bffc7708a03cf3b435d0","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.44.5_1687940510317_0.37150949133284006","host":"s3://npm-registry-packages"}},"2.44.6":{"name":"adui","version":"2.44.6","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.44.6","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"0a78b4adb97fa9bcf7415dbebebd1bae57aa642c","tarball":"https://registry.npmjs.org/adui/-/adui-2.44.6.tgz","fileCount":1841,"integrity":"sha512-teC2m9bu9/TquBMjzrnByfWd6HZfTCaETZTXdRoVwH7PnvtcvfHmKXFCDXMZe31REjVjwRcPchn7fGXK3lwveQ==","signatures":[{"sig":"MEYCIQCVNuq9eGePG+UZF83oFXCmuVNkSI/Q6DvHHDdSqs3k/gIhAK/Dhuz6UfxizPnWJo5gtYy5HjRrQNLsPa+qGikXv6j/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11360126},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"4683bd9e08ee814e7ed4a77205861d0228081ce2","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.44.6_1687941422131_0.13282082999175393","host":"s3://npm-registry-packages"}},"2.44.7":{"name":"adui","version":"2.44.7","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.44.7","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"a45dff607595bc26feb566016fcd6b4c067b1942","tarball":"https://registry.npmjs.org/adui/-/adui-2.44.7.tgz","fileCount":1841,"integrity":"sha512-NfqoB0PQB+khQI6QgZWyxsSLFjizNzJh7FdW24j0VyPUlY4xUovERBNzA/Y35YCj+e5VmaiNcwReozg8w72hLA==","signatures":[{"sig":"MEQCIFn23JbTZH/g2CvdU10fVnogIawCgmTxm+50B7P/oEpKAiAu4Ri15I7u3ca8r7CkVWM3jFgp0WQLcc0TRZEaibXFtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11355630},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"73acea18fac5ebfa67dbadca1124265ac7762dac","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.44.7_1691054629155_0.6138032319705167","host":"s3://npm-registry-packages"}},"2.44.8":{"name":"adui","version":"2.44.8","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.44.8","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"baddba0d7ee1befd6d13c9e5445e5e01a56ef092","tarball":"https://registry.npmjs.org/adui/-/adui-2.44.8.tgz","fileCount":1841,"integrity":"sha512-RV5MeQ3Y34trs/F2/ubuHYE4dJQyx90OxVeK5Vav3pz31QW2BVBjy1yZ841vmvwHGpefLSRVtIOfy+YEB039YQ==","signatures":[{"sig":"MEQCIA+WuCQY6y11gMtx6Gey8wzQuPx4rtGaQVomvmiO3CiBAiB1LEspMqgWhxWBMMaAKwAWl9mA9PLYLnbopQtGRRK3SQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11354574},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"4ec8d0fe44ad21ab901164887a0eb085fb6ea188","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.44.8_1691054863516_0.3111404058996452","host":"s3://npm-registry-packages"}},"2.44.10":{"name":"adui","version":"2.44.10","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.44.10","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"f1ef721a227ebb6c1dccefc4ca29914a41c88cd4","tarball":"https://registry.npmjs.org/adui/-/adui-2.44.10.tgz","fileCount":1842,"integrity":"sha512-UbYbFi+zitphgT5jnX4QwlfXBnOrE5/WtfOTrPemzTAAEDoIDx4kTtrc7JWn3sXZ2qn1cdnlLKzCwpws2yEnyA==","signatures":[{"sig":"MEUCIFeXdbmu3E+iENXpsCMEgSi2WC5SdAxyZJcF9y6SzT4XAiEAulIhMinrC+610Et22Xic550vp9zD0aABgf847TOkpnc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11356018},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"696eeea31a0295da62662bfae939353845df84ba","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.44.10_1693216093097_0.04004953213536644","host":"s3://npm-registry-packages"}},"2.44.11":{"name":"adui","version":"2.44.11","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.44.11","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"088f3d0de070bd007c2bca5032860fe8f6dee77d","tarball":"https://registry.npmjs.org/adui/-/adui-2.44.11.tgz","fileCount":1842,"integrity":"sha512-pahNvtdiZGCEtmaVWPrk4iJDGBfJQn5mWHEFyymj0RmQdhA4AF6LKotqcAj7F+8/VzDPr6n80UUfop55y0YxmQ==","signatures":[{"sig":"MEYCIQCWo97CKevA/plaWRC2SY1buR0lZ0uymSgMWVAuZN/NnQIhAOmCbOS+TOQi6gjxRIi6JePpaAYRVSvMOC8+6WvNWNC9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11358143},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"911df4f66550cceca2d85827dd729617114c588c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.44.11_1695721947071_0.33321979827741055","host":"s3://npm-registry-packages"}},"2.45.0":{"name":"adui","version":"2.45.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.0","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"df5a1b304e8bfc644e8061887a562945a61e48fb","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.0.tgz","fileCount":1857,"integrity":"sha512-e5D1Pu1rLBfFAhVhjen3MiEpuPjW+2/lU/DmOi6sTYxud24243w/PsMii+EdmCXd8YnKP2gYkDZJ8KigzNuVTg==","signatures":[{"sig":"MEUCIQDskLG8FamJTVDzll50FGxldf21+34mP/Mdl0pXAG/TvQIga6Nh9iKJ4tUaWQtH0XCji8neV0P9v6SoMr2TpxUctGA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11489995},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"4d28639278f4d37549cc2d342e2f7797da93f111","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.0_1698745049775_0.6028837081026566","host":"s3://npm-registry-packages"}},"2.45.1":{"name":"adui","version":"2.45.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"9039b94a31ccf54db3b02b7d94c814f52435a066","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.1.tgz","fileCount":1859,"integrity":"sha512-wpK/iNEunznqmB5+cwyvCFyVzPpRTnr6yf3lKjMMEn4L/FHVB//tl1bsy+XrVsPIt8C55lQPDTL05as2GdyMeQ==","signatures":[{"sig":"MEYCIQDVKkqfJv0R3VzCVTB9cZpTDFqx4cW3LUAn9MkapnjRJgIhANIhwT+MDLOezb7hEzl/vqRSMTjo7oh6NCBYemcKScMq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11509206},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"91ea7ab43ad24e5de63d2371a96626b18d7f4577","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","loader-utils":"2.0.0","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.1_1699445174475_0.17201869923294066","host":"s3://npm-registry-packages"}},"2.45.2":{"name":"adui","version":"2.45.2","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.2","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"05dfb19f366a756cc1efc196a7410185468b70cc","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.2.tgz","fileCount":1859,"integrity":"sha512-NI9FwB7ap0AKvEUNMdx+lDNp5XEPGDyJzl831pkaKLPnGj3WrozG+F6DtLwtY6cmYJFX6bFZumBoOsOQ3GpAmw==","signatures":[{"sig":"MEUCIDahI6vL5988ZEXmbMhpeGaNTKbv6NL08ixtjMz5kJ5SAiEA+QzPoFY/ExrZCE4E8g6I/8o+4YASnA2yAzNt2g612hc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11508605},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"a4e6699cebe33d451dd1ffc09879fac75531cdc6","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.2_1709607796105_0.9281332685565216","host":"s3://npm-registry-packages"}},"2.45.3-alpha.0":{"name":"adui","version":"2.45.3-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.3-alpha.0","dist":{"shasum":"bbdb9bb3abea9817f97c1ad0baa6aed582f63cfd","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.3-alpha.0.tgz","fileCount":1859,"integrity":"sha512-kvb60q7eDabq037RA+VjSDa6hnlNpZ7NEyTx2VOy33axf+3GWsk8iRneq9WBj5OTJOpYYX8Y+nBYw200Ig7jdA==","signatures":[{"sig":"MEQCIAHKErJfvBde+BlYlvMkGWTR17eFzc0D9r7kKw0P1iPgAiA+F0TxppAhcuea7fiAKtwIKD2FnPDGT2EnJL8RApi6NQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11510990},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"b2d8ed34c45a5cf1f9f292cebbf297d6d938fe94","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.3-alpha.0_1719489832618_0.13621417527051083","host":"s3://npm-registry-packages"}},"2.45.3":{"name":"adui","version":"2.45.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.3","dist":{"shasum":"4311e48b7abcddeb4bf66db39c845c75134335d7","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.3.tgz","fileCount":1859,"integrity":"sha512-8Rvvb2YMmcwTxI4OfguWoJC6bDc0pxGWs+sW4ZeE+EG+7Wt9t/3mhAFCpGMNrWcQ+c7XIpdwLvoVsLGfsCifIQ==","signatures":[{"sig":"MEUCIEiAJNjYyV2NBma3JxNcCKwTuNBLvE8BU7kZOoVePFm+AiEA4m9ul4BK/Vvcu5oecpakVtrGl0M/Lly8OxdhmRDo4Zs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11510529},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"341f6ada7f3cb818914ae302cbe7b99e3383c55c","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.3_1719490746963_0.5068166077044061","host":"s3://npm-registry-packages"}},"2.45.4-alpha.0":{"name":"adui","version":"2.45.4-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.4-alpha.0","dist":{"shasum":"a3541721b9f54b515c1ff9b63668638e31660abb","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.4-alpha.0.tgz","fileCount":1859,"integrity":"sha512-JbALJBh6z3QL35bWd6gJ8TFTX4HXBYkWP8ItloVZ/8I4h5ovQ8rQBFn21jcaOuWNgbDkU3JFH4qZSniFcP2EfA==","signatures":[{"sig":"MEUCIAQTVzP6D7TS8fVyrMFILC2Tv2pgTwAnJturNX4le+2DAiEA49fReQyiPkI4FKyDZv13+XKTi9HaLBDhHOApuA2X4KI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11514469},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"879297e8227c962563f645043bc3b70de1dc3899","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.4-alpha.0_1719804880240_0.20916049029168526","host":"s3://npm-registry-packages"}},"2.45.4":{"name":"adui","version":"2.45.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.4","dist":{"shasum":"f805f20a3565cdf42e0c982dc5e9e52426929eae","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.4.tgz","fileCount":1859,"integrity":"sha512-iUUbogK4YtZNWZ18a8yzcJ3SwpWKdMFGS9WSlmJ8DKzh7cx5Deh1PT8Hd7BUhlDpYYKWsiI43ovsr4CuCG+Vhg==","signatures":[{"sig":"MEUCIDGCf0DcFG14WvfauMwYTcS+8Xcx8Zir5T6uF0dO9gH7AiEAvXPSZ8XoiijJOceFDlO6UnNCVvn+cX5LIY+DOWpiY6Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11514461},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c188b6391d157f1351a5b06ab987368cf0cffedd","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.4_1719805459325_0.13400590674113144","host":"s3://npm-registry-packages"}},"2.45.5-alpha.0":{"name":"adui","version":"2.45.5-alpha.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.5-alpha.0","dist":{"shasum":"83fd6d3a1cd05c60e1ff46691da48b22dccd452f","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.5-alpha.0.tgz","fileCount":1859,"integrity":"sha512-BN7rRss3k8K1Rk9DCeP0q2znTxNDYt/5I+dNKoeQHXOtfh2M4hcveEVDEdPmIjV9ccgXJo0ljzMjizdOHxbg8A==","signatures":[{"sig":"MEQCIDzFxCt35+ZMiqjp86SqspUitaOGiI9SbBNsx+UwtzxVAiBll+OxWqEC0mnAt5dvYlSfCyy8wzwlpYN/1O5rOUXd5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11509821},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c188b6391d157f1351a5b06ab987368cf0cffedd","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"8.3.1","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"16.14.0","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"14.1.5","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"^1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.5-alpha.0_1719887211804_0.6424958841057988","host":"s3://npm-registry-packages"}},"2.45.5-alpha.1":{"name":"adui","version":"2.45.5-alpha.1","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.5-alpha.1","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"7f9bfc5b22bc51be771f10ba2387d95279e916ab","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.5-alpha.1.tgz","fileCount":1859,"integrity":"sha512-BpZjncO/b3vTq+YvE537lffB1SEI3KC3tVnD3P/sbxSPQVFD9xCEaJNwACGldqsGoEQwgipz0sYLZpTAJm7RSg==","signatures":[{"sig":"MEYCIQDSe1WagH1fmLjPgshb+PtAAcOYqIP6dicvFHI75B972gIhAMGIqLR/5J3vPPe9jIRrSVhrCFrpgJnUqyKNoG/JCD8n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12411629},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"f5081415196e58f645a4fa242ed749b920f80cfe","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"10.8.3","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"18.18.2","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.5-alpha.1_1726221370046_0.4430767260720303","host":"s3://npm-registry-packages"}},"2.45.5-alpha.3":{"name":"adui","version":"2.45.5-alpha.3","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.5-alpha.3","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"4de378fcaa4ab8d937f80e8aa73026b93a55bbce","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.5-alpha.3.tgz","fileCount":1859,"integrity":"sha512-1mN1KIodqkJAW8s4mLN5in1+jlnjvehqT944HKGPyD6zTsbjUaCRVBo7HcYpMYtKxwO/USJrtWGcgJSGI//cnw==","signatures":[{"sig":"MEYCIQDL1+9SYlmEtvHN6Qfpohw04Wpq+d/Skaxr/OizA4QBoQIhAOqsY5AiaZC/Mx1FJs/HBI2qHnDO+AHOwE0ZudKW7ioC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12388595},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"ae85264cfb1761def6c877b5e3dfafa459e946f8","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"10.8.3","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"18.18.2","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.5-alpha.3_1729671068593_0.217442581229633","host":"s3://npm-registry-packages"}},"2.45.5-alpha.4":{"name":"adui","version":"2.45.5-alpha.4","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.5-alpha.4","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"2298b65c89c506c585bc523d56009535f27e6614","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.5-alpha.4.tgz","fileCount":1859,"integrity":"sha512-NkmW0Qk2QaCDKuqXQEj1UMgh1QOyhfjS24CDD+P5KV/oIzk6pDCRfyLPMhLmKLMr6G9Mxa61KNqZgixbBrazbA==","signatures":[{"sig":"MEYCIQCrK6bFt2oBF336BiqEl5MOvam6aDcnZ27S5vOKzX1BmwIhAO74yKjfC25Yc8M8EEeAUXbF0eE+tLCVQx9K91zBwrWH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12388022},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"ae85264cfb1761def6c877b5e3dfafa459e946f8","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"10.8.3","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"18.18.2","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.5-alpha.4_1730009051812_0.5092717098969182","host":"s3://npm-registry-packages"}},"2.45.5":{"name":"adui","version":"2.45.5","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.5","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"86998f5c21eea5f720b53c9c31d014d3de1b9562","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.5.tgz","fileCount":1859,"integrity":"sha512-CMIdY36V/79dPvTXmSbtuqCf0qLiA7YqijL+hNdedhoq2sZRglVJ5tRIGUHNYdvou+gXib98RQbq0egmLdn6vg==","signatures":[{"sig":"MEQCIHBaV3Rv1k5Pfalykc9va3C/xVT92nsGp0Toq0+Vuy/IAiBEP6nEuXOGnEF6ZZXQi7SdBCFleGe1eRC+r/VFFUyNog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12384470},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"c128c77598106e13c5526aab2adefff1c8e29610","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run tailwind && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","tailwind":"tailwindcss-cli build -i ./adui-tailwind.css  -o ./adui-tailwind-build.css --no-autoprefixer && uglifycss ./adui-tailwind-build.css --output ./adui-tailwind-build.css","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com"},"_npmVersion":"10.8.3","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"18.18.2","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.5_1734762252032_0.7153175978808881","host":"s3://npm-registry-packages-npm-production"}},"2.45.6":{"name":"adui","version":"2.45.6","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","_id":"adui@2.45.6","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"dist":{"shasum":"2234d7918b37148f1698d6fe1c1bbb72d437ae7d","tarball":"https://registry.npmjs.org/adui/-/adui-2.45.6.tgz","fileCount":1859,"integrity":"sha512-5Bsgkh+d0hn188BtQH0clkbXikiAgGerkZFIQAlDpeQMTpnLodlFo4VNHvhRaepzUcIbpxJ50yxCjOZHi9cDAA==","signatures":[{"sig":"MEUCIQCEIoer1o7mwa6gHd5PlGtCsggkud1CNxloEhJb9i2wcgIgM58rhNooYC70e+Wlp0SZrDIBtx8BAf2gUK9phoLk73g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12384941},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"module":"es/index.js","gitHead":"87dab8427e50f9dc193519c935a62b8dacdd3591","scripts":{"site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","release":"standard-version","prettier":"prettier -c --write components","commitmsg":"commitlint -e $GIT_PARAMS","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","type-check":"tsc --noEmit","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","lint-staged":"lint-staged","component-log":"node scripts/component-log.js","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","type-check:watch":"npm run type-check -- --watch"},"typings":"lib/index.d.ts","_npmUser":{"name":"aragakki","actor":{"name":"aragakki","type":"user","email":"yijiejiang@tencent.com"},"email":"yijiejiang@tencent.com"},"_npmVersion":"10.8.2","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","directories":{},"lint-staged":{"components/**/*.{scss,css}":"stylelint","components/**/*.{js,jsx,ts,tsx}":"eslint"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"_nodeVersion":"18.20.6","dependencies":{"rc-util":"^5.21.0","debounce":"^1.2.1","cleave.js":"^1.6.0","popmotion":"^9.4.2","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","classnames":"^2.3.1","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-trigger":"^5.2.16","react-window":"^1.8.6","shallowequal":"^1.1.0","rc-tree-select":"4.8.0","rc-virtual-list":"^3.4.6","day-picker-react":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"eslintConfig":{"extends":"react-app"},"_hasShrinkwrap":false,"devDependencies":{"raf":"3.4.1","jest":"^26.6.3","sass":"1.51.0","svgo":"^1.3.2","async":"^3.2.0","chalk":"4.1.0","husky":"^4.3.8","react":"^17.0.2","sinon":"^9.2.3","dotenv":"8.2.0","enzyme":"^3.11.0","eslint":"^7.27.0","lodash":"^4.17.21","bisheng":"^3.0.0","cssnano":"^4.1.10","promise":"8.1.0","resolve":"1.19.0","ts-jest":"^26.4.4","webpack":"^4.42.0","delegate":"^3.2.0","fs-extra":"9.0.1","prettier":"^2.3.0","adui-icon":"^1.8.31","chroma-js":"^2.1.0","cross-env":"^7.0.3","lz-string":"^1.4.4","react-dom":"^17.0.2","scrollama":"^2.2.1","stylelint":"^13.12.0","ts-loader":"^8.1.0","uglifycss":"^0.0.29","@babel/cli":"^7.12.10","babel-core":"^7.0.0-bridge.0","babel-jest":"26.6.3","capitalize":"^2.0.3","commitlint":"^11.0.0","css-loader":"^5.0.1","raw-loader":"^4.0.2","react-intl":"^5.10.16","typescript":"^4.9.4","url-loader":"4.1.1","webpackbar":"^4.0.0","@babel/core":"^7.12.10","@types/jest":"^26.0.20","@types/node":"^14.14.21","file-loader":"6.2.0","lint-staged":"^10.5.3","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","webpack-cli":"^3.3.11","@types/react":"^17.0.3","autoprefixer":"^9.8.6","babel-eslint":"^10.1.0","babel-loader":"8.2.2","react-docgen":"^5.3.1","style-loader":"^1.1.3","whatwg-fetch":"3.5.0","babel-runtime":"6.26.0","dotenv-expand":"5.1.0","eslint-loader":"^4.0.2","@babel/runtime":"^7.12.5","enzyme-to-json":"^3.6.1","offline-plugin":"^5.0.7","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","stylelint-scss":"^3.18.0","react-dev-utils":"^11.0.1","stylelint-order":"^4.1.0","@types/react-dom":"^17.0.3","standard-version":"^9.3.2","@babel/preset-env":"^7.12.11","@babel/standalone":"^7.12.12","@types/classnames":"^2.2.11","@types/prop-types":"^15.7.3","adui-design-token":"^1.0.9","react-app-rewired":"^2.1.8","create-react-class":"^15.7.0","eslint-plugin-jest":"^24.1.3","identity-obj-proxy":"^3.0.0","postcss-preset-env":"^6.7.0","stylelint-prettier":"^1.1.2","webpack-dev-server":"3.10.3","@babel/preset-react":"^7.12.10","babel-plugin-import":"^1.13.3","eslint-config-alloy":"^3.10.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-react":"^7.22.0","html-webpack-plugin":"4.5.1","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","babel-preset-stage-0":"^6.24.1","create-react-context":"^0.3.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.22.1","react-document-title":"^2.0.3","intersection-observer":"^0.12.0","mutationobserver-shim":"^0.3.7","babel-preset-react-app":"^10.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","postcss-flexbugs-fixes":"5.0.2","eslint-config-react-app":"^6.0.0","mini-css-extract-plugin":"^1.3.4","uglifyjs-webpack-plugin":"^2.2.0","webpack-bundle-analyzer":"^3.6.1","webpack-manifest-plugin":"2.2.0","@babel/preset-typescript":"^7.12.7","css-split-webpack-plugin":"^0.2.6","react-syntax-highlighter":"^15.4.3","stylelint-webpack-plugin":"^2.1.1","@typescript-eslint/parser":"^4.20.0","stylelint-config-prettier":"^8.0.2","sw-precache-webpack-plugin":"1.0.0","react-element-to-jsx-string":"^14.3.2","@babel/plugin-transform-runtime":"^7.12.10","@commitlint/config-conventional":"^11.0.0","@typescript-eslint/eslint-plugin":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","babel-plugin-add-react-displayname":"0.0.5","case-sensitive-paths-webpack-plugin":"2.3.0","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"_npmOperationalInternal":{"tmp":"tmp/adui_2.45.6_1750323054210_0.7356957490336529","host":"s3://npm-registry-packages-npm-production"}},"2.46.0":{"name":"adui","author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"version":"2.46.0","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","dependencies":{"classnames":"^2.3.1","cleave.js":"^1.6.0","day-picker-react":"^1.0.1","debounce":"^1.2.1","popmotion":"^9.4.2","prop-types":"^15.7.2","rc-animate":"^3.1.1","rc-motion":"^2.6.2","rc-select":"^14.8.0","rc-slider":"^9.7.5","rc-tree-select":"4.8.0","rc-trigger":"^5.2.16","rc-util":"^5.21.0","rc-virtual-list":"^3.4.6","react-window":"^1.8.6","resize-observer-polyfill":"^1.5.1","shallowequal":"^1.1.0"},"peerDependencies":{"react":">=16.9.0","react-dom":">=16.9.0"},"sideEffects":["es/index.js","lib/index.js","es/**/style/*","lib/**/style/*","components/**/*","*.scss"],"scripts":{"type-check":"tsc --noEmit","type-check:watch":"npm run type-check -- --watch","compile":"node scripts/generate-svg-icons.js && npm run compile:lib && npm run compile:es && node scripts/build","compile:lib":"rimraf lib && mkdir lib && mkdir lib/style && tsc --outDir lib --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=lib webpack -p --config webpack.config.js && cp components/style/base.css lib/style/base.css && babel components --out-dir lib --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","compile:es":"rimraf es && mkdir es && mkdir es/style && tsc --outDir es --declaration --emitDeclarationOnly && NODE_ENV=production COMPILE_TYPE=es webpack -p --config webpack.config.js && cp components/style/base.css es/style/base.css && babel components --no-babelrc --config-file ./babel.config.json --out-dir es --extensions \".ts,.tsx\" --source-maps inline --ignore 'components/**/style/*'","commitmsg":"commitlint -e $GIT_PARAMS","lint-staged":"lint-staged","eslint":"eslint $(git diff-index --cached HEAD --name-only --diff-filter ACMR | egrep '.js$')","start":"node scripts/generate-svg-icons.js && rimraf _site && mkdir _site && NODE_ENV=development bisheng start -c ./site/bisheng.config.js","site":"node scripts/generate-svg-icons.js && rimraf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js","test":"jest --coverage","release":"standard-version","release-minor":"npm run release -- --release-as minor","prepublishOnly":"npm run compile","prettier":"prettier -c --write components","component-log":"node scripts/component-log.js"},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"components/**/*.{js,jsx,ts,tsx}":"eslint","components/**/*.{scss,css}":"stylelint"},"eslintConfig":{"extends":"react-app"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/core":"^7.12.10","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-proposal-numeric-separator":"^7.12.7","@babel/plugin-proposal-object-rest-spread":"^7.12.1","@babel/plugin-syntax-object-rest-spread":"^7.8.3","@babel/plugin-transform-runtime":"^7.12.10","@babel/preset-env":"^7.12.11","@babel/preset-react":"^7.12.10","@babel/preset-typescript":"^7.12.7","@babel/runtime":"^7.12.5","@babel/standalone":"^7.12.12","@commitlint/config-conventional":"^11.0.0","@types/classnames":"^2.2.11","@types/jest":"^26.0.20","@types/node":"^14.14.21","@types/prop-types":"^15.7.3","@types/react":"^17.0.3","@types/react-dom":"^17.0.3","@typescript-eslint/eslint-plugin":"^4.20.0","@typescript-eslint/parser":"^4.20.0","@wojtekmaj/enzyme-adapter-react-17":"^0.4.1","adui-design-token":"^1.0.9","adui-icon":"^1.8.31","async":"^3.2.0","autoprefixer":"^9.8.6","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.1.0","babel-jest":"26.6.3","babel-loader":"8.2.2","babel-plugin-add-react-displayname":"0.0.5","babel-plugin-import":"^1.13.3","babel-preset-react-app":"^10.0.0","babel-preset-stage-0":"^6.24.1","babel-runtime":"6.26.0","bisheng":"^3.0.0","capitalize":"^2.0.3","case-sensitive-paths-webpack-plugin":"2.3.0","chalk":"4.1.0","chroma-js":"^2.1.0","commitlint":"^11.0.0","create-react-class":"^15.7.0","create-react-context":"^0.3.0","cross-env":"^7.0.3","css-loader":"^5.0.1","css-split-webpack-plugin":"^0.2.6","cssnano":"^4.1.10","delegate":"^3.2.0","dotenv":"8.2.0","dotenv-expand":"5.1.0","enzyme":"^3.11.0","enzyme-to-json":"^3.6.1","eslint":"^7.27.0","eslint-config-airbnb":"^18.2.1","eslint-config-alloy":"^3.10.0","eslint-config-prettier":"^8.3.0","eslint-config-react-app":"^6.0.0","eslint-loader":"^4.0.2","eslint-plugin-babel":"^5.3.1","eslint-plugin-flowtype":"5.2.0","eslint-plugin-import":"^2.22.1","eslint-plugin-jest":"^24.1.3","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.2","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.22.0","file-loader":"6.2.0","fs-extra":"9.0.1","html-webpack-plugin":"4.5.1","husky":"^4.3.8","identity-obj-proxy":"^3.0.0","intersection-observer":"^0.12.0","jest":"^26.6.3","lint-staged":"^10.5.3","lodash":"^4.17.21","lz-string":"^1.4.4","mini-css-extract-plugin":"^1.3.4","mutationobserver-shim":"^0.3.7","offline-plugin":"^5.0.7","postcss-flexbugs-fixes":"5.0.2","postcss-import":"^14.0.0","postcss-loader":"^3.0.0","postcss-preset-env":"^6.7.0","prettier":"^2.3.0","promise":"8.1.0","raf":"3.4.1","raw-loader":"^4.0.2","react":"^17.0.2","react-app-rewired":"^2.1.8","react-dev-utils":"^11.0.1","react-docgen":"^5.3.1","react-document-title":"^2.0.3","react-dom":"^17.0.2","react-element-to-jsx-string":"^14.3.2","react-intl":"^5.10.16","react-syntax-highlighter":"^15.4.3","react-test-renderer":"^17.0.1","regenerator-runtime":"^0.13.7","resolve":"1.19.0","sass":"1.51.0","scrollama":"^2.2.1","sinon":"^9.2.3","standard-version":"^9.3.2","style-loader":"^1.1.3","stylelint":"^13.12.0","stylelint-config-prettier":"^8.0.2","stylelint-order":"^4.1.0","stylelint-prettier":"^1.1.2","stylelint-scss":"^3.18.0","stylelint-webpack-plugin":"^2.1.1","svgo":"^1.3.2","sw-precache-webpack-plugin":"1.0.0","tailwindcss":"npm:@tailwindcss/postcss7-compat@^2.2.2","ts-jest":"^26.4.4","ts-loader":"^8.1.0","typescript":"^4.9.4","uglifycss":"^0.0.29","uglifyjs-webpack-plugin":"^2.2.0","url-loader":"4.1.1","webpack":"^4.42.0","webpack-bundle-analyzer":"^3.6.1","webpack-cli":"^3.3.11","webpack-dev-server":"3.10.3","webpack-manifest-plugin":"2.2.0","webpackbar":"^4.0.0","whatwg-fetch":"3.5.0"},"_id":"adui@2.46.0","gitHead":"8e27603841754e5e69ac545393bb0d41227bb89b","description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","_nodeVersion":"18.20.6","_npmVersion":"10.8.2","dist":{"integrity":"sha512-3SXEAD1kR0Tw6ORHEVcZ+U+ON7ohB6/FqLVk1swgh+oUhT4ahdW/QL/X2ecyyUU6lItY3Ix7cXzYpx8uDUr1+Q==","shasum":"753bd3d510de29b6e1794c1d030c8eec5ab69c54","tarball":"https://registry.npmjs.org/adui/-/adui-2.46.0.tgz","fileCount":1859,"unpackedSize":12397816,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDMLp064zVSIsOmFpIcEosTRDMJNtFDK1YY7XkRaE315wIgek+ppYtpAB3a1xq0dnW9yrTD+AsEKcjNWgH6SQYn+uE="}]},"_npmUser":{"name":"aragakki","email":"yijiejiang@tencent.com","actor":{"name":"aragakki","email":"yijiejiang@tencent.com","type":"user"}},"directories":{},"maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/adui_2.46.0_1750389385680_0.2094676663711097"},"_hasShrinkwrap":false}},"time":{"created":"2019-07-24T07:26:29.738Z","modified":"2025-06-20T03:16:26.138Z","0.0.1":"2019-07-24T07:26:29.945Z","0.0.2":"2019-07-26T01:50:51.205Z","0.0.3":"2019-07-26T07:14:01.606Z","0.0.4":"2019-07-31T02:21:10.683Z","0.1.0":"2019-08-08T07:50:13.211Z","0.3.0":"2019-08-24T14:51:15.953Z","0.3.1":"2019-08-24T15:16:57.411Z","0.3.2":"2019-08-24T15:45:39.075Z","0.4.0":"2019-09-01T10:50:58.287Z","0.5.0":"2019-09-10T07:27:36.647Z","0.6.0":"2019-09-17T02:17:12.256Z","0.7.0":"2019-09-19T03:28:48.896Z","0.7.0-alpha.1":"2019-09-22T16:57:11.725Z","0.7.0-alpha.2":"2019-09-23T05:04:39.883Z","0.7.1-alpha.1":"2019-09-23T16:40:10.949Z","0.7.1-alpha.2":"2019-09-23T17:06:32.269Z","0.8.0":"2019-09-26T06:17:14.818Z","0.9.0":"2019-10-14T08:58:52.433Z","0.9.1":"2019-10-16T08:38:09.678Z","0.10.0":"2019-10-17T07:47:04.219Z","0.10.1":"2019-10-29T08:49:04.934Z","0.10.2":"2019-10-31T13:01:24.258Z","0.11.0":"2019-11-19T02:33:36.510Z","0.11.2":"2019-11-19T09:17:41.680Z","1.0.0-alpha.0":"2020-02-14T06:12:58.394Z","1.0.0-alpha.1":"2020-02-14T06:25:52.577Z","1.0.0-alpha.2":"2020-03-25T10:24:39.267Z","1.0.0-alpha.3":"2020-04-21T03:38:34.096Z","1.0.0-alpha.4":"2020-05-08T02:29:11.276Z","1.0.0-alpha.5":"2020-05-09T08:53:14.519Z","1.0.0-alpha.6":"2020-05-10T10:17:31.967Z","1.0.0-alpha.7":"2020-05-10T21:23:48.679Z","1.0.0-alpha.8":"2020-05-13T12:08:05.064Z","1.0.0-alpha.9":"2020-05-15T02:57:21.614Z","1.0.0-alpha.10":"2020-05-15T09:39:04.307Z","1.0.0-alpha.11":"2020-05-20T06:32:54.969Z","1.0.0-alpha.12":"2020-05-20T09:47:01.563Z","1.0.0-alpha.13":"2020-05-27T08:30:56.179Z","1.0.0-alpha.14":"2020-05-27T11:47:51.587Z","1.0.0-alpha.15":"2020-05-27T12:15:47.054Z","1.0.0-alpha.16":"2020-06-10T12:29:29.892Z","1.0.0-alpha.17":"2020-07-01T08:06:13.550Z","1.0.0-alpha.18":"2020-07-03T08:42:40.971Z","1.0.0-alpha.19":"2020-07-06T02:48:38.349Z","1.0.0-alpha.20":"2020-07-07T08:18:42.723Z","1.0.0-alpha.21":"2020-07-10T02:15:50.067Z","1.0.0-alpha.22":"2020-07-13T14:50:48.268Z","1.0.0-alpha.23":"2020-07-14T16:28:17.084Z","1.0.0-beta.0":"2020-07-20T02:26:22.554Z","1.0.0-beta.1":"2020-07-27T08:19:47.388Z","1.0.0-beta.2":"2020-08-04T02:19:27.967Z","1.0.0-beta.3":"2020-08-12T07:35:57.842Z","1.0.0-beta.4":"2020-08-24T09:05:16.848Z","1.0.0-beta.5":"2020-08-25T03:13:55.374Z","1.0.0-beta.6":"2020-08-25T03:47:32.110Z","1.0.0-beta.7":"2020-08-25T06:32:46.306Z","1.0.0-beta.8":"2020-09-01T06:53:51.275Z","1.0.0-beta.9":"2020-09-04T07:29:27.282Z","1.0.0-beta.10":"2020-09-24T08:17:07.903Z","1.0.0-beta.11":"2020-09-24T16:58:51.950Z","1.0.0":"2020-10-10T10:23:35.751Z","1.0.1":"2020-10-12T02:31:25.503Z","1.0.2":"2020-10-16T08:47:21.183Z","1.0.3":"2020-11-03T07:19:59.696Z","1.0.4":"2020-11-03T10:14:50.921Z","1.0.5":"2020-11-03T13:15:45.935Z","1.1.0":"2020-11-12T03:46:27.139Z","1.1.1":"2020-12-01T07:45:32.060Z","1.1.2":"2020-12-02T07:31:25.326Z","1.2.1":"2020-12-09T08:26:54.540Z","1.2.2":"2020-12-21T11:09:30.463Z","1.2.3":"2020-12-24T07:02:34.329Z","1.3.0":"2021-01-19T07:16:35.088Z","1.4.0":"2021-01-26T14:32:47.184Z","1.5.0":"2021-02-23T13:09:05.594Z","1.5.1":"2021-03-02T06:58:55.035Z","1.5.2":"2021-03-03T06:33:30.588Z","1.5.3-alpha.0":"2021-03-04T08:32:34.756Z","1.5.3-alpha.1":"2021-03-05T11:18:04.338Z","1.5.3":"2021-03-09T10:16:24.492Z","1.5.4-alpha.0":"2021-03-09T12:23:41.093Z","1.5.4-alpha.1":"2021-03-12T03:51:31.133Z","1.5.4-alpha.2":"2021-03-12T06:38:25.895Z","1.5.4-alpha.3":"2021-03-12T09:11:10.014Z","1.5.4-alpha.4":"2021-03-12T09:40:58.270Z","1.5.4-alpha.5":"2021-03-17T03:36:48.574Z","1.5.4-alpha.6":"2021-03-17T06:22:39.489Z","1.5.4-alpha.7":"2021-03-17T06:23:57.459Z","1.5.4-alpha.8":"2021-03-17T06:34:12.509Z","1.6.0":"2021-03-17T09:13:44.674Z","1.6.1-alpha.0":"2021-03-18T03:35:19.204Z","1.6.1-alpha.1":"2021-03-19T09:04:32.379Z","1.6.1-alpha.2":"2021-03-19T11:16:12.526Z","1.6.1-alpha.3":"2021-03-19T11:25:27.917Z","1.6.1-alpha.4":"2021-03-23T07:50:22.279Z","1.6.1-alpha.5":"2021-03-26T09:48:41.832Z","2.0.0-alpha.0":"2021-03-29T08:44:45.821Z","2.0.0-alpha.1":"2021-03-29T11:20:14.629Z","2.0.0-alpha.2":"2021-03-31T09:09:14.395Z","2.0.0-alpha.3":"2021-04-06T13:41:21.526Z","2.0.0-alpha.4":"2021-04-06T14:35:03.200Z","2.0.0-alpha.5":"2021-04-07T05:15:44.420Z","2.0.0-alpha.6":"2021-04-12T08:32:49.899Z","2.0.0-alpha.7":"2021-04-16T08:09:23.804Z","2.0.0-alpha.8":"2021-04-16T09:44:59.568Z","2.0.0-alpha.9":"2021-04-20T11:33:48.861Z","2.0.0-alpha.10":"2021-04-22T09:38:53.799Z","2.0.0-alpha.11":"2021-04-26T13:30:27.566Z","2.0.0-alpha.12":"2021-04-27T11:06:14.122Z","2.0.0-alpha.13":"2021-05-07T04:15:09.502Z","2.0.0-alpha.14":"2021-05-07T10:14:01.799Z","2.0.0-alpha.15":"2021-05-08T09:09:39.456Z","2.0.0-alpha.16":"2021-05-08T10:16:56.177Z","2.0.0-alpha.17":"2021-05-10T09:37:41.091Z","2.0.0-alpha.18":"2021-05-12T07:56:23.684Z","2.0.0-alpha.19":"2021-05-12T12:30:58.484Z","2.0.0":"2021-05-20T13:16:16.684Z","2.0.1-alpha.0":"2021-05-20T16:18:45.612Z","2.0.1-alpha.1":"2021-05-21T02:13:57.173Z","2.0.1-alpha.2":"2021-05-21T03:15:13.139Z","2.0.1-alpha.3":"2021-05-21T03:17:51.796Z","2.0.1-alpha.4":"2021-05-21T14:42:51.571Z","2.0.1-alpha.5":"2021-05-24T03:31:12.468Z","2.0.1-alpha.6":"2021-05-24T08:08:43.683Z","2.0.1-alpha.7":"2021-05-24T13:55:15.384Z","2.0.1-alpha.8":"2021-06-09T04:00:33.589Z","2.0.1-alpha.9":"2021-06-09T09:00:11.785Z","2.0.1-alpha.10":"2021-06-10T03:48:41.117Z","2.1.0":"2021-06-22T06:04:19.478Z","2.1.1-alpha.0":"2021-06-23T11:52:35.771Z","2.1.1-alpha.1":"2021-06-25T13:23:36.513Z","2.2.0":"2021-06-28T11:57:06.332Z","2.3.0":"2021-07-02T03:50:48.162Z","2.3.1":"2021-07-02T03:57:33.774Z","2.3.2-alpha.0":"2021-07-05T07:30:20.257Z","2.3.2-alpha.1":"2021-07-05T07:59:37.126Z","2.3.2-alpha.2":"2021-07-05T14:24:04.817Z","2.3.2-alpha.3":"2021-07-07T07:09:26.435Z","2.4.0":"2021-07-08T02:34:08.322Z","2.4.1-alpha.0":"2021-07-08T07:41:12.754Z","2.4.1-alpha.1":"2021-07-12T13:24:41.505Z","2.5.0":"2021-07-12T13:40:21.145Z","2.6.0":"2021-07-13T05:36:30.631Z","2.7.0":"2021-07-19T09:15:13.171Z","2.7.1":"2021-07-19T09:21:31.062Z","2.8.1":"2021-07-19T13:47:06.505Z","2.8.2":"2021-07-20T05:50:05.925Z","2.8.3":"2021-07-20T06:52:27.596Z","2.9.0":"2021-07-23T07:54:17.692Z","2.10.0":"2021-07-28T06:34:27.210Z","2.10.1":"2021-07-28T12:09:09.946Z","2.10.2":"2021-07-28T13:53:45.464Z","2.10.3":"2021-08-03T03:31:02.727Z","2.10.4":"2021-08-12T07:07:46.258Z","2.11.0":"2021-08-12T15:20:35.283Z","2.11.1":"2021-08-17T04:01:16.188Z","2.11.2":"2021-08-20T07:26:14.205Z","2.12.0":"2021-08-30T12:16:50.443Z","2.12.1":"2021-09-03T11:52:44.193Z","2.12.2":"2021-09-06T09:52:44.914Z","2.13.0":"2021-09-13T00:58:29.893Z","2.14.0":"2021-09-15T09:43:18.892Z","2.14.1":"2021-09-18T07:37:48.019Z","2.14.2":"2021-09-22T03:19:42.307Z","2.15.0":"2021-09-29T11:32:56.659Z","2.15.1":"2021-10-12T10:21:50.277Z","2.16.0":"2021-10-19T09:04:31.638Z","2.17.0":"2021-10-27T04:03:14.134Z","2.17.1-alpha.0":"2021-10-28T14:28:27.205Z","2.18.0":"2021-10-29T06:23:03.172Z","2.18.1":"2021-10-29T09:08:08.103Z","2.18.2-alpha.0":"2021-11-01T02:40:29.540Z","2.18.2-alpha.1":"2021-11-01T06:23:10.359Z","2.18.2":"2021-11-01T12:33:05.521Z","2.18.3-alpha.0":"2021-11-03T11:47:58.833Z","2.19.0":"2021-11-05T10:40:27.914Z","2.19.1-alpha.0":"2021-11-08T06:59:52.082Z","2.19.1":"2021-11-10T09:20:11.758Z","2.19.2":"2021-11-10T14:23:32.352Z","2.20.0":"2021-11-23T06:53:43.308Z","2.20.1":"2021-12-20T06:40:16.497Z","2.21.0":"2021-12-28T03:15:39.052Z","2.21.1":"2022-01-05T11:43:54.588Z","2.22.0":"2022-01-14T06:32:49.546Z","2.22.1-alpha.0":"2022-01-19T07:23:39.612Z","2.22.1-alpha.1":"2022-01-19T08:02:29.520Z","2.23.0":"2022-01-20T14:23:02.238Z","2.23.1-alpha.0":"2022-02-16T07:44:36.338Z","2.24.0":"2022-02-16T07:51:13.041Z","2.24.1":"2022-02-18T06:43:09.354Z","2.24.2-alpha.0":"2022-02-25T07:34:56.737Z","2.24.2-alpha.1":"2022-03-04T04:32:50.107Z","2.24.2":"2022-03-04T04:38:40.566Z","2.25.0":"2022-03-07T02:18:33.216Z","2.25.1-alpha.0":"2022-03-09T14:29:53.638Z","2.26.0":"2022-03-10T02:42:22.147Z","2.26.1":"2022-03-11T03:40:47.669Z","2.26.2":"2022-03-16T07:50:44.435Z","2.26.3-alpha.0":"2022-03-24T03:14:09.092Z","2.26.3-alpha.1":"2022-03-24T03:16:52.285Z","2.26.3-alpha.2":"2022-03-24T03:25:51.539Z","2.26.3-alpha.3":"2022-03-25T08:12:48.671Z","2.27.0":"2022-04-07T03:08:56.241Z","2.28.0":"2022-04-18T12:06:36.651Z","2.29.0":"2022-04-20T12:56:21.396Z","2.29.1":"2022-04-25T08:39:47.650Z","2.29.2":"2022-04-27T09:31:12.076Z","2.29.3":"2022-05-06T03:46:02.054Z","2.30.0":"2022-05-07T08:53:36.170Z","2.30.1":"2022-05-09T12:26:57.919Z","2.30.2-alpha.0":"2022-05-10T09:21:33.086Z","2.30.2-alpha.1":"2022-05-10T09:25:41.886Z","2.30.2-alpha.2":"2022-05-10T10:52:40.020Z","2.30.2":"2022-05-10T12:48:17.590Z","2.30.3":"2022-05-11T06:20:33.958Z","2.31.0":"2022-05-11T10:54:50.793Z","2.32.0":"2022-05-12T04:59:00.325Z","2.32.1":"2022-05-17T03:04:32.414Z","2.32.2":"2022-05-23T13:53:21.047Z","2.33.0":"2022-05-26T10:20:02.592Z","2.34.0":"2022-05-30T06:38:42.804Z","2.35.0":"2022-06-07T13:07:56.064Z","2.35.1-alpha.0":"2022-06-08T03:43:54.086Z","2.35.1-alpha.1":"2022-06-08T04:05:43.327Z","2.35.1":"2022-06-08T12:10:37.487Z","2.35.1-alpha.2":"2022-06-09T06:19:54.376Z","2.35.1-alpha.3":"2022-06-09T07:29:12.837Z","2.36.0":"2022-06-10T03:51:36.799Z","2.36.1":"2022-06-17T07:59:03.721Z","2.36.2":"2022-06-17T08:05:24.128Z","2.36.3":"2022-06-21T07:40:16.074Z","2.37.0":"2022-07-12T05:17:15.190Z","2.37.1":"2022-07-13T07:27:16.788Z","2.37.2":"2022-07-14T12:02:18.901Z","2.37.3":"2022-07-21T03:41:16.555Z","2.37.4":"2022-07-25T06:15:20.581Z","2.38.0":"2022-07-26T07:06:53.502Z","2.39.0":"2022-07-27T02:39:19.137Z","2.39.1":"2022-08-08T09:37:10.115Z","2.40.0":"2022-08-12T07:46:12.306Z","2.40.1":"2022-08-16T09:40:28.507Z","2.40.2":"2022-08-18T03:22:01.360Z","2.40.3":"2022-08-19T02:36:06.048Z","2.40.4":"2022-08-23T03:43:21.901Z","2.40.5-alpha.0":"2022-08-23T10:03:28.024Z","2.41.0":"2022-08-30T04:02:24.686Z","2.42.0":"2022-09-06T07:48:59.522Z","2.42.1":"2022-09-13T08:00:41.963Z","2.43.0":"2022-11-22T02:47:05.110Z","2.43.1":"2022-11-22T03:29:28.271Z","2.43.2":"2022-11-23T08:29:34.059Z","2.44.0":"2022-12-19T03:20:37.782Z","2.44.1":"2023-03-29T09:17:18.549Z","2.44.2":"2023-04-06T11:55:03.514Z","2.44.3":"2023-06-02T02:07:16.093Z","2.44.4":"2023-06-16T03:27:28.847Z","2.44.5":"2023-06-28T08:21:50.600Z","2.44.6":"2023-06-28T08:37:02.511Z","2.44.7":"2023-08-03T09:23:49.449Z","2.44.8":"2023-08-03T09:27:43.783Z","2.44.10":"2023-08-28T09:48:13.403Z","2.44.11":"2023-09-26T09:52:27.335Z","2.45.0":"2023-10-31T09:37:30.044Z","2.45.1":"2023-11-08T12:06:14.785Z","2.45.2":"2024-03-05T03:03:16.402Z","2.45.3-alpha.0":"2024-06-27T12:03:52.911Z","2.45.3":"2024-06-27T12:19:07.306Z","2.45.4-alpha.0":"2024-07-01T03:34:40.501Z","2.45.4":"2024-07-01T03:44:19.557Z","2.45.5-alpha.0":"2024-07-02T02:26:52.315Z","2.45.5-alpha.1":"2024-09-13T09:56:10.269Z","2.45.5-alpha.3":"2024-10-23T08:11:08.975Z","2.45.5-alpha.4":"2024-10-27T06:04:12.104Z","2.45.5":"2024-12-21T06:24:12.381Z","2.45.6":"2025-06-19T08:50:54.486Z","2.46.0":"2025-06-20T03:16:25.937Z"},"author":{"name":"yijiejiang","email":"yijiejiang@tencent.com"},"license":"MIT","keywords":["design","react","react-component","component","components","ui","framework","frontend"],"description":"<div> <img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" /> </div>","maintainers":[{"name":"aragakki","email":"yijiejiang@tencent.com"}],"readme":"# 开始使用\n\n<div>\n<img src=\"https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png\" style=\"margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;\" />\n</div>\n\n[https://wxad.design/adui](https://wxad.design/adui)\n\n---\n\n## 使用 Package\n\n**adui** 已经发布于 NPM。你可以通过你的包管理器安装（比如 [Yarn](https://yarnpkg.com)）：\n\n```js\nyarn add adui react react-dom\n```\n\n**adui** 目前依赖的 `react` 与 `react-dom` 版本为 16.13.1。**adui 2.0** 使用了 `Hooks` 书写组件，请保证你的 React 版本 ^16.8。\n\n---\n\n## Import\n\n引入你所需要的 React 组件。\n\n```js\nimport { Button } from \"adui\"\n\n<Button intent=\"primary\">开始使用<Button/>\n```\n\n你不需要独立地引入样式，因为每个组件都会 import 自己的 `.css` 文件。你只需要保证 webpack 的 `css-loader` 能够作用到 `node_modules/adui` 这个文件夹，就能保证样式的正确。\n\n未来会加入不需要依赖 webpack 配置的编译版本，届时 CSS 文件会完全与 JS 文件分离。\n\n---\n\n## 主题色\n\n**adui** 使用了 CSS Variables 实现变量配置。  \n在引入之后，你的页面上就会有如下的样式：\n\n```css\n:root {\n  --primary-color: #07c160;\n}\n```\n\n你可以用更高优先级的 CSS 规则覆盖：\n\n```css\nhtml:root {\n  --primary-color: #00bb9c;\n}\n```\n\n**adui** 还设置了许多其他变量比如 `--gray-50` 至 `--gray-900`，但请不要去修改这些变量。\n\n---\n\n## 兼容性\n\n## Browsers support\n\n| [<img style=\"display: inline-block;margin: 0;width: 24px;height: 24px; border-radius: 0;box-shadow: none;\" src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\"IE / Edge\" width=\"24px\" height=\"24px\" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img style=\"display: inline-block;margin: 0;width: 24px;height: 24px; border-radius: 0;box-shadow: none;\" src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img style=\"display: inline-block;margin: 0;width: 24px;height: 24px; border-radius: 0;box-shadow: none;\" src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img style=\"display: inline-block;margin: 0;width: 24px;height: 24px; border-radius: 0;box-shadow: none;\" src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img style=\"display: inline-block;margin: 0;width: 24px;height: 24px; border-radius: 0;box-shadow: none;\" src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png\" alt=\"Opera\" width=\"24px\" height=\"24px\" />](http://godban.github.io/browsers-support-badges/)</br>Opera |\n| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Edge                                                                                                                                                                                                                                                                                                                 | last 2 versions                                                                                                                                                                                                                                                                                                        | last 2 versions                                                                                                                                                                                                                                                                                                    | last 2 versions                                                                                                                                                                                                                                                                                                    | last 2 versions                                                                                                                                                                                                                                                                                                |\n\n---\n\n## 关于组件类型\n\n**adui 2.0** 一部分组件以 `Function Component` + `Hooks` 实现。\n现在，组件一共有 类组件（`Class Component`），函数组件（`Function Component`），以及也属于函数组件的`ForwardRef Component`这三种。\n\n## 关于内部驱动与外部控制\n\n**adui** 所有包含状态的组件都有两种设计，即 **内部驱动（uncontrolled）** 与 **外部控制（controlled）**。\u001f\n\n代表内部驱动的 Prop 是 `defaultValue`，代表外部控制的 Prop 是 `value`。比如 `<Switch />` 组件的 `defaultChecked` 与 `checked`。\n\n`defaultChecked` 只在第一次渲染（constructor）时生效，之后的状态变化都会完全交给组件自身完成；  \n而 `checked` 则代表如果不从外部改变，那么组件的状态就不会变化（代码上由生命周期 `getDerivedStateFromProps` 实现的）。\n\n这样设计的原理来源于 React 对表单的 Controlled/Uncontrolled 的概念。[请阅读学习](https://reactjs.org/docs/forms.html#controlled-components)，并且按照需求选择这两种模式使用。\n\n如果你只是需要设置一个初始值，并且只想要关心这个值的改变情况，比如 `<Switch defaultChecked onChange={xxx} />`，这样你就不需要单独地设置一个 state 保证组件 UI 状态的完整；\n如果你想要存储这个变化的值，并且之后会用这个值回传给 `<Switch />`，那么你需要自己存储这个 state `<Switch checked={xxx} onChange={xxx} />`。\n\n---\n\n## ⌨️ 本地开发说明\n\nadui 的开发任务：\n\n1. 建立 adui 站点和组件文档；\n2. 书写 components 代码；\n3. 测试；\n4. 提交 pull request；\n5. 编译发布。\n\n```\n  npm i\n  npm start\n```\n\n### IDE 相关\n\nVscode\n插件需要：ESlint + Stylelint。\n\n### 建立 adui 站点和组件文档\n\nadui 的文档生成工具是 [bisheng](https://github.com/benjycui/bisheng)。\n\n### 书写 components 代码\n\n以 button 为例：\n\n```\nbutton\n│   index.tsx                   组件出口\n│   Button.tsx                  组件文件\n└───__tests__                   enzyme + jest 单元测试\n│   │   ...\n└───demo\n│   │   basic.md                md 会被 bisheng 解析，可在 md 中定义 order/title，以及书写 jsx 代码\n│   │   others.md\n└───style\n    │   index.scss              scss 出口\n    │   _button.scss            组件样式\n```\n\n#### 组件的书写规范由以下方面限制\n\n1. .tsx - eslint\n2. .scss - stylelint\n3. 为了方便组件文档的建立，使用了 react-docgen 读取组件源代码。因此，组件必须有一句 title，以及每一个 prop 必须有文字说明。\n\n```\nexport interface IButtonProps {\n  /**\n   * 类型\n   */\n  intent?: \"normal\" | \"primary\" | \"success\" | \"warning\" | \"danger\"\n}\n...\nButton.propTypes = {\n  /**\n   * 类型\n   */\n  intent: PropTypes.oneOf([\n    \"normal\",\n    \"primary\",\n    \"success\",\n    \"warning\",\n    \"danger\",\n  ]),\n}\n```\n\nreact-docgen 实际读取 ts 类型，所以可以说 prop-types 也并没有实际的用处了。保留 prop-types 库是为了保留这种原生实现。\n\n#### 内部驱动与外部控制\n\n有状态组件会使用 `getDerivedStatesFromProp` 生命周期实现，在无状态组件中，可以直接这样进行判断：\n\n```\n  // 相当于生命周期 getDerivedStateFromProps\n  if (checkedProp !== null && checked !== checkedProp) {\n    setChecked(!!checkedProp)\n  }\n```\n\n### 测试\n\nenzyme + jest 书写测试用例。\n关于测试：\n\n1. 必须包含：最基本的快照 `expect(<Button />).toMatchSnapshot()`；\n2. 必须包含：对内部驱动（defaultValue）和外部控制（value）的功能测试；\n3. `npm run test` 是跑全部测试，并生成 coverage，本地查看：`adUI/coverage/lcov-report/index.html`，请尽力提高 statements 的覆盖率；\n4. 跑单一组件测试，如`jest components/button`，请确保全局安装了 `jest`。\n\n### 编译与发布\n\n发布与 Changelog 使用 `standard-version`。\n\n## 多人维护\n\n1. Pull Request Review：为了更好地进行 review，需要将 jest snapshot 一并 request；\n2. reviewer 为 wxad。\n\n## 分支名称规范\n\n待规范\n\n## 提交规范\n\n提交规范现在使用了 [commitlint](https://github.com/conventional-changelog/commitlint) + `husky` 自动在 git pre-commit hook 时检测。同样在这时候会执行 stylelint 和 eslint。\n\n使用 commitlint 做自动化 changelog。\n\n推荐的 commit 示例：\n\n### 新组件、功能（feature）\n\nfeat(Button): 添加 focus prop。\n\n### 修复（bugfix）\n\nfix(Button): 修复 focus 问题。\n\n### 重构，无 feature & bugfix\n\nrefactor(Button): 调整 scss 结构。\n\n### 文档相关\n\ndocs(Button): 添加 demo。\n\n### 测试相关\n\ntest(Button): 添加快照。\n","readmeFilename":"README.md"}