{"versions":{"2.3.4":{"name":"antd-mobile","version":"2.3.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"^16.0.36","@types/react-dom":"^16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.3.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~3.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && cp CNAME _site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"a7362c677447ddeadda964ac162311a6be4e0866","_id":"antd-mobile@2.3.4","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"8f584707b30343d102f3ca10fdaf677e2a5d1cc8","size":1069739,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.3.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmUser":{"name":"anonymous","email":"duxiaodong@darlin.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.3.4_1600414017488_0.19277001017489792"},"_hasShrinkwrap":false,"publish_time":1600414017872,"_cnpm_publish_time":1600414017872,"contributors":[]},"2.3.3":{"name":"antd-mobile","version":"2.3.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"^16.0.36","@types/react-dom":"^16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.3.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~3.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && cp CNAME _site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"2b7436044ca2f381b9084ed74e319fe7620b4d97","_id":"antd-mobile@2.3.3","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"550591e4be91b52090c8b88156c457fbd99c6a2e","size":1069087,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.3.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmUser":{"name":"anonymous","email":"duxiaodong@darlin.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.3.3_1589877075712_0.015241832220286522"},"_hasShrinkwrap":false,"publish_time":1589877076044,"_cnpm_publish_time":1589877076044,"contributors":[]},"2.3.2":{"name":"antd-mobile","version":"2.3.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"^16.0.36","@types/react-dom":"^16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.3.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~3.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && cp CNAME _site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"cbcce5cb1e072f39ffd8adadef5a9f0c7919442f","_id":"antd-mobile@2.3.2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"332c7cbfb98c641e3d6c96ad0ca4e7469ee504ff","size":1069051,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.3.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmUser":{"name":"anonymous","email":"duxiaodong@darlin.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.3.2_1589436378029_0.9959237974703719"},"_hasShrinkwrap":false,"publish_time":1589436378267,"_cnpm_publish_time":1589436378267,"contributors":[]},"2.4.0-beta.0":{"name":"antd-mobile","version":"2.4.0-beta.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"^16.0.36","@types/react-dom":"^16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.3.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~3.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && cp CNAME _site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"readmeFilename":"README.md","gitHead":"e0e94a1bcd274384846f1d57f7906c30ec0d79a5","_id":"antd-mobile@2.4.0-beta.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"gyfzzu@gmail.com"},"dist":{"shasum":"0b51dda1252aa58d6c6afb6ebd7cfb3723972798","size":1082581,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.4.0-beta.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.4.0-beta.0_1571386309261_0.10542974648232528"},"_hasShrinkwrap":false,"publish_time":1571386309551,"_cnpm_publish_time":1571386309551,"contributors":[]},"2.3.1":{"name":"antd-mobile","version":"2.3.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"^16.0.36","@types/react-dom":"^16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.3.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~3.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && cp CNAME _site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"a6a6b79b2c73972026d495b3de88079e0f82ade0","_id":"antd-mobile@2.3.1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"gyfzzu@gmail.com"},"dist":{"shasum":"04d8709c198eee27c3c41b903cb2ad77a16028e3","size":1082091,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.3.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.3.1_1565949022295_0.09420140315794234"},"_hasShrinkwrap":false,"publish_time":1565949022549,"_cnpm_publish_time":1565949022549,"contributors":[]},"2.3.0":{"name":"antd-mobile","version":"2.3.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"^16.0.36","@types/react-dom":"^16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.3.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~3.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && cp CNAME _site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"af9f659371b62669ba1a590f5725179de9e64fb9","_id":"antd-mobile@2.3.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"bercmisir@gmail.com"},"dist":{"shasum":"a2992fad9a8f0cc94ca0ed81a1a87ee03e9bf40a","size":1079176,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.3.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.3.0_1565869072876_0.4598610110370307"},"_hasShrinkwrap":false,"publish_time":1565869073171,"_cnpm_publish_time":1565869073171,"contributors":[]},"2.3.0-beta.0":{"name":"antd-mobile","version":"2.3.0-beta.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"^16.0.36","@types/react-dom":"^16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.3.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~3.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && cp CNAME _site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"readmeFilename":"README.md","gitHead":"186156762a4e85b2dcdde9a15e4dfb65052d5b8e","_id":"antd-mobile@2.3.0-beta.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"bercmisir@gmail.com"},"dist":{"shasum":"d477ffea1cdd7f6e895990adba1d5204e137b5d9","size":1077217,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.3.0-beta.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.3.0-beta.0_1564731238872_0.3906377086882391"},"_hasShrinkwrap":false,"publish_time":1564731239058,"_cnpm_publish_time":1564731239058,"contributors":[]},"2.2.14":{"name":"antd-mobile","version":"2.2.14","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"^16.0.36","@types/react-dom":"^16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~3.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && cp CNAME _site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"9bc0eb81b266193c6ccdd563e41964dc3d25f35b","_id":"antd-mobile@2.2.14","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"gyfzzu@gmail.com"},"dist":{"shasum":"0c3b4da1ef383799ec33f268786860e9cc4533d7","size":1079219,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.14.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.14_1560414326215_0.2877593063464656"},"_hasShrinkwrap":false,"publish_time":1560414326419,"_cnpm_publish_time":1560414326419,"contributors":[]},"2.2.14-beta.0":{"name":"antd-mobile","version":"2.2.14-beta.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"^16.0.36","@types/react-dom":"^16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~3.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && cp CNAME _site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"readmeFilename":"README.md","gitHead":"cdfe498434e678c9f31059d8050a50e271b111cb","_id":"antd-mobile@2.2.14-beta.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"gyfzzu@gmail.com"},"dist":{"shasum":"bfc7e51275b70a96ecdb418743babb8ca5e94b78","size":1078692,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.14-beta.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.14-beta.0_1560394799629_0.7540763619898236"},"_hasShrinkwrap":false,"publish_time":1560394799843,"_cnpm_publish_time":1560394799843,"contributors":[]},"2.2.13":{"name":"antd-mobile","version":"2.2.13","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"^16.0.36","@types/react-dom":"^16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~3.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && cp CNAME _site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"767c7e52968202933872207833a8dafd84fdf6f1","_id":"antd-mobile@2.2.13","_nodeVersion":"10.15.2","_npmVersion":"6.8.0","dist":{"shasum":"ae9a2b33ed8af52ed92127b50691af401ac4c8ce","size":1074378,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.13.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmUser":{"name":"anonymous","email":"duxiaodong@darlin.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.13_1556623443912_0.6537122381917855"},"_hasShrinkwrap":false,"publish_time":1556623444075,"_cnpm_publish_time":1556623444075,"contributors":[]},"2.2.12":{"name":"antd-mobile","version":"2.2.12","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"^16.0.36","@types/react-dom":"^16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~3.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && cp CNAME _site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"20864e641ab278fff9a030349b594d9611980eca","_id":"antd-mobile@2.2.12","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"anonymous","email":"zack24q@gmail.com"},"dist":{"shasum":"b525de54795d210efad3ef0c773fd52540010939","size":1074469,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.12.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.12_1556440877359_0.7857501134420428"},"_hasShrinkwrap":false,"publish_time":1556440877493,"_cnpm_publish_time":1556440877493,"contributors":[]},"2.2.11":{"name":"antd-mobile","version":"2.2.11","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.9.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"fa745d8b4d09f31f07cb160c92806e116e04b1e9","_id":"antd-mobile@2.2.11","_npmVersion":"6.5.0","_nodeVersion":"11.7.0","_npmUser":{"name":"anonymous","email":"gyfzzu@gmail.com"},"dist":{"shasum":"1e3f55d4cd78a837cdbf7a057869842aa96d6501","size":1058918,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.11.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.11_1553245743268_0.9821329866374675"},"_hasShrinkwrap":false,"publish_time":1553245743637,"_cnpm_publish_time":1553245743637,"contributors":[]},"2.2.10":{"name":"antd-mobile","version":"2.2.10","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.9.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"347c6adcf3e3f659838755a3dcf873ae9cbb35e9","_id":"antd-mobile@2.2.10","_nodeVersion":"10.15.2","_npmVersion":"6.8.0","dist":{"shasum":"a1024ed730a064a4434188edfe4f556f71f32fa2","size":1064132,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.10.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmUser":{"name":"anonymous","email":"duxiaodong@darlin.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.10_1553173391592_0.1582919464053012"},"_hasShrinkwrap":false,"publish_time":1553173391843,"_cnpm_publish_time":1553173391843,"contributors":[]},"2.2.9":{"name":"antd-mobile","version":"2.2.9","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.9.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"44d18354ea5448485ddec6a1223c86ce0e7e0103","_id":"antd-mobile@2.2.9","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"anonymous","email":"duxiaodong@darlin.me"},"dist":{"shasum":"7a2a3e8365b9323a38dcc65a6d4fb7a72492b6c9","size":1053816,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.9.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.9_1550572213553_0.3181811825349239"},"_hasShrinkwrap":false,"publish_time":1550572213826,"_cnpm_publish_time":1550572213826,"contributors":[]},"2.2.8":{"name":"antd-mobile","version":"2.2.8","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.9.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"977e88363bce9359d86b3d1604fbedbfd388c4a1","_id":"antd-mobile@2.2.8","_npmVersion":"6.4.1","_nodeVersion":"11.5.0","_npmUser":{"name":"anonymous","email":"gyfzzu@gmail.com"},"dist":{"shasum":"d69d21a7778b9de4e0f406dd68b4df47de2c19e6","size":1054462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.8.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.8_1546070832489_0.17850905072761014"},"_hasShrinkwrap":false,"publish_time":1546070832802,"_cnpm_publish_time":1546070832802,"contributors":[]},"2.2.7":{"name":"antd-mobile","version":"2.2.7","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.9.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"b6b7e7b57c510fdb0b497c2ae9c7904284f5ca9e","_id":"antd-mobile@2.2.7","_npmVersion":"6.4.1","_nodeVersion":"11.5.0","_npmUser":{"name":"anonymous","email":"gyfzzu@gmail.com"},"dist":{"shasum":"ea1e8859ea103646631eb0326eacb56bbfc8bcb3","size":1054185,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.7.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.7_1546049199979_0.1887714730375345"},"_hasShrinkwrap":false,"publish_time":1546049200212,"_cnpm_publish_time":1546049200212,"contributors":[]},"2.2.6":{"name":"antd-mobile","version":"2.2.6","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.3","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"^1.0.0-beta.8","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.9.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"bb81326d11bbd393f848796373de90ec86172f35","_id":"antd-mobile@2.2.6","_npmVersion":"6.4.1","_nodeVersion":"8.4.0","_npmUser":{"name":"anonymous","email":"bercmisir@gmail.com"},"dist":{"shasum":"05c4aea76bfc7219949558fafc6abbfe53864f98","size":1060113,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.6.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.6_1540462117958_0.9200195946974454"},"_hasShrinkwrap":false,"publish_time":1540462118269,"_cnpm_publish_time":1540462118269,"contributors":[]},"2.2.5":{"name":"antd-mobile","version":"2.2.5","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.9.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"0c3be4ae32af4a59361d6ca9a1f29eb77459f0e9","_id":"antd-mobile@2.2.5","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"kgtong1992@gmail.com"},"dist":{"shasum":"f9a57e30df3799df9f2b58769633552633570874","size":1585700,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.5.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.5_1536307634264_0.6925691622818946"},"_hasShrinkwrap":false,"publish_time":1536307634622,"_cnpm_publish_time":1536307634622,"contributors":[]},"2.2.4":{"name":"antd-mobile","version":"2.2.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.2.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.9.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub --skip-tag","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"c3ec82c7e3e92e8c9235a9d5ba3a3e32c049dfa1","_id":"antd-mobile@2.2.4","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"kgtong1992@gmail.com"},"dist":{"shasum":"d4d44f3b65c8d75269549b73c9dcbd42019f0297","size":1585666,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.4_1536233111392_0.9876948125413596"},"_hasShrinkwrap":false,"publish_time":1536233111683,"_cnpm_publish_time":1536233111683,"contributors":[]},"2.2.3":{"name":"antd-mobile","version":"2.2.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.1.6","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"~8.2.6","preact-compat":"3.18.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.9.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"c262042434cc7688fa874c48ab5f1e854b1fc48e","_id":"antd-mobile@2.2.3","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"kgtong1992@gmail.com"},"dist":{"shasum":"aeeacbb294686930ede93fe817fa21c03102f42d","size":1571004,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.3_1533804856639_0.7491428879858295"},"_hasShrinkwrap":false,"publish_time":1533804856766,"_cnpm_publish_time":1533804856766,"contributors":[]},"2.2.2":{"name":"antd-mobile","version":"2.2.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.1.6","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.9.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"52f75e6a93dcd36e7f67d116b64c3130abc3a252","_id":"antd-mobile@2.2.2","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"anonymous","email":"bercmisir@gmail.com"},"dist":{"shasum":"8f65592b9aa36824fe3b1458916a059a28372671","size":1523620,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.2_1531396859911_0.7743982138817169"},"_hasShrinkwrap":false,"publish_time":1531396860130,"_cnpm_publish_time":1531396860130,"contributors":[]},"2.2.1":{"name":"antd-mobile","version":"2.2.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^5.1.6","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^23.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.9.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"72a58c920f1f8be2af84bb587abb12b66b66765e","_id":"antd-mobile@2.2.1","_npmVersion":"6.1.0","_nodeVersion":"10.3.0","_npmUser":{"name":"anonymous","email":"kgtong1992@gmail.com"},"dist":{"shasum":"1488fe125ab032e2aaffd7af29a65425ac0b0d07","size":1567475,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.1_1530103860021_0.2706430991425046"},"_hasShrinkwrap":false,"publish_time":1530103860304,"_cnpm_publish_time":1530103860304,"contributors":[]},"2.2.0":{"name":"antd-mobile","version":"2.2.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.6","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jest-spec-reporter":"^1.0.3","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"9a4bc08825616f81594223e609fce4695a9d216b","_id":"antd-mobile@2.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"6516bfc44ee33682f991a666b67641ea44e20e6f","size":1563413,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.0_1529046276247_0.5024229988298021"},"_hasShrinkwrap":false,"publish_time":1529046276456,"_cnpm_publish_time":1529046276456,"contributors":[]},"2.2.0-beta.1":{"name":"antd-mobile","version":"2.2.0-beta.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.6","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"npm run tsc && antd-tools run ts-lint","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"readmeFilename":"README.md","gitHead":"a29b2dfbdf23fa48acfaf2263f6ad4ca87dbb944","_id":"antd-mobile@2.2.0-beta.1","_npmVersion":"5.6.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"b6f1c5834a4659bd1973ba71923318b6d25535cc","size":1563480,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.0-beta.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.0-beta.1_1528448162837_0.08003259407474395"},"_hasShrinkwrap":false,"publish_time":1528448162988,"_cnpm_publish_time":1528448162988,"contributors":[]},"2.2.0-beta.0":{"name":"antd-mobile","version":"2.2.0-beta.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0"},"devDependencies":{"@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.6","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\"","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"readmeFilename":"README.md","gitHead":"935ebbcb2ff65dd3d56444c04fd6c9dad9012db2","_id":"antd-mobile@2.2.0-beta.0","_npmVersion":"5.6.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"ceabf751a3784ba6f8f9ac5102345225d15ff56f","size":1488884,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.2.0-beta.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.2.0-beta.0_1528364837291_0.039574137383695085"},"_hasShrinkwrap":false,"publish_time":1528364837381,"_cnpm_publish_time":1528364837381,"contributors":[]},"2.1.11":{"name":"antd-mobile","version":"2.1.11","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","@types/react-native":"^0.52.8","@types/react-native-collapsible":"^0.8.0","@types/react-native-drawer-layout":"1.3.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"646bedadb4ec63e841eb9b16802c0e0abf5e37d9","_id":"antd-mobile@2.1.11","_npmVersion":"5.6.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"24bf37ab73497d20284088ed629d150691066154","size":2019080,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.1.11.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.1.11_1527757285741_0.4701535768509304"},"_hasShrinkwrap":false,"publish_time":1527757286093,"_cnpm_publish_time":1527757286093,"contributors":[]},"2.1.10":{"name":"antd-mobile","version":"2.1.10","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"^6.0.8","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","@types/react-native":"^0.52.8","@types/react-native-collapsible":"^0.8.0","@types/react-native-drawer-layout":"1.3.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"f3b2687b63dc228ec4d1b9d7cff9ed52ea4766af","_id":"antd-mobile@2.1.10","_shasum":"26ec6457976849a9ff610b2f2f74cd033f281aeb","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"anonymous","email":"kgtong1992@gmail.com"},"dist":{"shasum":"26ec6457976849a9ff610b2f2f74cd033f281aeb","size":1961703,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.1.10.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.1.10_1527171132451_0.8044038337137716"},"_hasShrinkwrap":false,"publish_time":1527171132611,"_cnpm_publish_time":1527171132611,"contributors":[]},"2.1.9":{"name":"antd-mobile","version":"2.1.9","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.9.1","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.7","rmc-dialog":"^1.0.1","rmc-drawer":"^0.4.11","rmc-feedback":"^2.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","@types/react-native":"^0.52.8","@types/react-native-collapsible":"^0.8.0","@types/react-native-drawer-layout":"1.3.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^7.0.0","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["npm run lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"756a9e2be9fabce2635a1984e7733c647061c48a","_id":"antd-mobile@2.1.9","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"kgtong1992@gmail.com"},"dist":{"shasum":"8ef078fa643b2ccca4678c30a3300751aaaa8879","size":1959536,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.1.9.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.1.9_1526905996031_0.9641695743120116"},"_hasShrinkwrap":false,"publish_time":1526905996308,"_cnpm_publish_time":1526905996308,"contributors":[]},"2.1.8":{"name":"antd-mobile","version":"2.1.8","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.6","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","@types/react-native":"^0.52.8","@types/react-native-collapsible":"^0.8.0","@types/react-native-drawer-layout":"^1.3.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"d795d50b78a2b3cbf72a8f79102c07bb3d504007","_id":"antd-mobile@2.1.8","_npmVersion":"5.7.1","_nodeVersion":"9.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"054efda2105d9bf603a0730b8602a8fb21c81c02","size":1989938,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.1.8.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.1.8_1521444472015_0.6984222674975045"},"_hasShrinkwrap":false,"publish_time":1521444472206,"_cnpm_publish_time":1521444472206,"contributors":[]},"2.1.7":{"name":"antd-mobile","version":"2.1.7","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.1.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.6","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-notification":"~1.0.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/prop-types":"^15.5.2","@types/react":"~16.0.36","@types/react-dom":"16.0.3","@types/react-native":"^0.52.8","@types/react-native-collapsible":"^0.8.0","@types/react-native-drawer-layout":"^1.3.3","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","raf":"^3.4.0","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"bbc6561b85c6b999a558306068f22dadfcdbeb01","_id":"antd-mobile@2.1.7","_npmVersion":"5.7.1","_nodeVersion":"9.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"d6d5f833f2463ac4cf9f1b1792c89a97f69969ef","size":1989966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.1.7.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_2.1.7_1521187539965_0.8338715992252448"},"_hasShrinkwrap":false,"publish_time":1521187540135,"_cnpm_publish_time":1521187540135,"contributors":[]},"2.1.6":{"name":"antd-mobile","version":"2.1.6","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-notification":"~1.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"ff93418d8bff10446b6778790603aae11ed199e6","_id":"antd-mobile@2.1.6","_npmVersion":"5.6.0","_nodeVersion":"9.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"dec30762d9c53c054aa6a0e32ec0ebf1c9081673","size":1968162,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.1.6.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.1.6.tgz_1517805275602_0.8998964708298445"},"directories":{},"publish_time":1517805275958,"_hasShrinkwrap":false,"_cnpm_publish_time":1517805275958,"contributors":[]},"2.1.5":{"name":"antd-mobile","version":"2.1.5","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-notification":"~1.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"e15eaebaab4d971c74ac8f0937570b39e8a84421","_id":"antd-mobile@2.1.5","_npmVersion":"5.6.0","_nodeVersion":"9.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"259f4526b7ff4e6dfd4bba0f7b1eebea32f247ea","size":1968069,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.1.5.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.1.5.tgz_1517207142310_0.3502581703942269"},"directories":{},"publish_time":1517207142724,"_hasShrinkwrap":false,"_cnpm_publish_time":1517207142724,"contributors":[]},"2.1.4":{"name":"antd-mobile","version":"2.1.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-notification":"~1.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"68600b8c9c8acb7b526574f6a754ea873c76b1d5","_id":"antd-mobile@2.1.4","_npmVersion":"5.6.0","_nodeVersion":"8.7.0","_npmUser":{"name":"anonymous","email":"zhang740@vmzclub.com"},"dist":{"shasum":"ed8d5d87a73a2c962c42fcd72cd0a121bcb21542","size":1970798,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.1.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.1.4.tgz_1516674842994_0.7494973333086818"},"directories":{},"publish_time":1516674843518,"_hasShrinkwrap":false,"_cnpm_publish_time":1516674843518,"contributors":[]},"2.1.3":{"name":"antd-mobile","version":"2.1.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-notification":"~1.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"3.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"302b54e6c3796a6b89b10e25c7f0f75fd4a8cb0e","_id":"antd-mobile@2.1.3","_npmVersion":"5.6.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"20edb9af28e04a14c56baf367a7c3fed958e6a76","size":1966902,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.1.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.1.3.tgz_1514536228341_0.3910393847618252"},"directories":{},"publish_time":1514536230093,"_hasShrinkwrap":false,"_cnpm_publish_time":1514536230093,"contributors":[]},"2.1.2":{"name":"antd-mobile","version":"2.1.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~2.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-notification":"~1.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.2.0","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"^1.6.2","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"27bacdc3e892249311d17753786f9c7dcee6088c","_id":"antd-mobile@2.1.2","_npmVersion":"5.5.1","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"a974a3328e67f5fb0c4532df21f7150b622d0b5d","size":1966617,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.1.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.1.2.tgz_1513330894593_0.4655954136978835"},"directories":{},"publish_time":1513330894894,"_hasShrinkwrap":false,"_cnpm_publish_time":1513330894894,"contributors":[]},"1.7.2":{"name":"antd-mobile","version":"1.7.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"1.6.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"905ea2687c2a76dbf7f6fba782cc24e71b10a13d","_id":"antd-mobile@1.7.2","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"7a91dea1d4a0df580cc7d21e1fdad2beb75cfced","size":2645384,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.7.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.7.2.tgz_1513241260774_0.17343455227091908"},"directories":{},"publish_time":1513241261071,"_hasShrinkwrap":false,"_cnpm_publish_time":1513241261071,"contributors":[]},"2.1.1":{"name":"antd-mobile","version":"2.1.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-notification":"~1.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"1.6.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.28.0","bisheng-plugin-antd":"^0.16.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","css-split-webpack-plugin":"^0.2.5","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","theme":"./site/theme.js","pre-commit":["lint-staged"],"gitHead":"2e32b091031ab37c7dc9768e1a2375a4232e47d8","_id":"antd-mobile@2.1.1","_npmVersion":"5.5.1","_nodeVersion":"9.0.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"09aeab83107456340255425473fd7213bb1e7c86","size":1978328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.1.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.1.1.tgz_1512557047229_0.31296298187226057"},"directories":{},"publish_time":1512557047455,"_hasShrinkwrap":false,"_cnpm_publish_time":1512557047455,"contributors":[]},"2.1.0":{"name":"antd-mobile","version":"2.1.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-notification":"~1.0.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"1.6.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.27.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","preact":"^8.2.6","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"cross-env BABEL_ENV=dist antd-tools run dist","compile":"cross-env BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"cross-env DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"cross-env BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","theme":"./site/theme.js","pre-commit":["lint-staged"],"gitHead":"1f1b98fa75c8898a19fee356a23e2d8f6629a787","_id":"antd-mobile@2.1.0","_npmVersion":"5.5.1","_nodeVersion":"9.0.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"7d3a25711e69e435966be37e14a5fb0511f83741","size":1977332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.1.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.1.0.tgz_1512290370382_0.9206163948401809"},"directories":{},"publish_time":1512290370696,"_cnpm_publish_time":1512290370696,"_hasShrinkwrap":false,"contributors":[]},"2.0.3":{"name":"antd-mobile","version":"2.0.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~3.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"1.6.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.27.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","theme":"./site/theme.js","pre-commit":["lint-staged"],"gitHead":"d6ecb9a142e6b3dbe1b14c0dbb666ff29a057781","_id":"antd-mobile@2.0.3","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"7eee0f2e251f70a7f074dd07ba20efc59b05e885","size":1927741,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.3.tgz_1510378907338_0.5902044987305999"},"directories":{},"publish_time":1510378908945,"_cnpm_publish_time":1510378908945,"_hasShrinkwrap":false,"contributors":[]},"2.0.2":{"name":"antd-mobile","version":"2.0.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~3.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"1.6.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.27.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.6.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","start-hd":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","theme":"./site/theme.js","pre-commit":["lint-staged"],"gitHead":"9e3069a305495bdd0e1de36516dc8233c63b9d14","_id":"antd-mobile@2.0.2","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"1ff018a80a675a3980cfe2674606408016c179d0","size":1927912,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.2.tgz_1509773368130_0.7281000528018922"},"directories":{},"publish_time":1509773370499,"_cnpm_publish_time":1509773370499,"_hasShrinkwrap":false,"contributors":[]},"2.0.1":{"name":"antd-mobile","version":"2.0.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~3.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"1.6.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.26.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-hd":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","theme":"./site/theme.js","pre-commit":["lint-staged"],"gitHead":"7e643a7e85b505b67c852bf4dc3d29fb2d626f41","_id":"antd-mobile@2.0.1","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"311bcb38cc15c26b01567efb7ed77d839fb11899","size":1927381,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.1.tgz_1509166529560_0.8662530847359449"},"directories":{},"publish_time":1509166529825,"_cnpm_publish_time":1509166529825,"_hasShrinkwrap":false,"contributors":[]},"2.0.1-alpha.0":{"name":"antd-mobile","version":"2.0.1-alpha.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~3.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.9.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"1.6.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.26.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^6.0.1","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-hd":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","theme":"./site/theme.js","pre-commit":["lint-staged"],"gitHead":"a23235a57da94d5d7864e487959c472b9cf1bfe6","_id":"antd-mobile@2.0.1-alpha.0","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"8a58c7ac1205306723f353bbf0ff8d426118e2f4","size":1925625,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.1-alpha.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.1-alpha.0.tgz_1508817447848_0.46147266984917223"},"directories":{},"publish_time":1508817448413,"_cnpm_publish_time":1508817448413,"_hasShrinkwrap":false,"contributors":[]},"2.0.0":{"name":"antd-mobile","version":"2.0.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"1.6.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.26.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^5.0.8","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-hd":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","theme":"./site/theme.js","pre-commit":["lint-staged"],"gitHead":"b22c38c35aace1aa6cddd4a1fcbfb70370ca35e7","_id":"antd-mobile@2.0.0","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"f19ed8c822298da05a174bdc1f6b28334cb89bd9","size":1918776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0.tgz_1508483599116_0.44023227924481034"},"directories":{},"publish_time":1508483599359,"_hasShrinkwrap":false,"_cnpm_publish_time":1508483599359,"contributors":[]},"1.7.1":{"name":"antd-mobile","version":"1.7.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"1.6.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"a4ce4401fb0e7c4dba47e294440c7bc83bdf649c","_id":"antd-mobile@1.7.1","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"03ce0943e307b8503bb6bb086f7bdcb32bc75cd2","size":2417818,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.7.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.7.1.tgz_1508474995545_0.6423940791282803"},"directories":{},"publish_time":1508474995753,"_hasShrinkwrap":false,"_cnpm_publish_time":1508474995753,"contributors":[]},"2.0.0-rc.4":{"name":"antd-mobile","version":"2.0.0-rc.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^4.0.2","babel-eslint":"^7.2.3","babel-plugin-import":"1.6.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.26.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^5.0.8","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-hd":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && npm run site-cdn && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","theme":"./site/theme.js","pre-commit":["lint-staged"],"gitHead":"5031c54e346e696a97ce6e08030a944490e2a1ad","_id":"antd-mobile@2.0.0-rc.4","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"6df00fe003d90ccff8acaa07efb6b105e3e003de","size":1918877,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-rc.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-rc.4.tgz_1508472626624_0.42574385297484696"},"directories":{},"publish_time":1508472626861,"_cnpm_publish_time":1508472626861,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-rc.3":{"name":"antd-mobile","version":"2.0.0-rc.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.1","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.1.3","babel-eslint":"^7.2.3","babel-plugin-import":"1.6.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.26.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^5.0.8","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-hd":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact HD_ENV=hd bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","theme":"./site/theme.js","pre-commit":["lint-staged"],"gitHead":"0dde1703e008b66cb49fb9fdde21519b92f9e5fb","_id":"antd-mobile@2.0.0-rc.3","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"4b43b538cf30b9651218c72447bb9a3a6ca315da","size":1921431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-rc.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-rc.3.tgz_1508418185839_0.8640156979672611"},"directories":{},"publish_time":1508418186353,"_cnpm_publish_time":1508418186353,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-rc.2":{"name":"antd-mobile","version":"2.0.0-rc.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.0-alpha.5","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.26.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^5.0.8","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"92584442b6c9e2c231b63c7c300669676ab90eab","_id":"antd-mobile@2.0.0-rc.2","_shasum":"ac1c64a112baa7e434d17477f50dee6312cf60dc","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.1","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"ac1c64a112baa7e434d17477f50dee6312cf60dc","size":1926207,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-rc.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-rc.2.tgz_1508048908162_0.1849446827545762"},"directories":{},"publish_time":1508048908521,"_cnpm_publish_time":1508048908521,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-rc.1":{"name":"antd-mobile","version":"2.0.0-rc.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0","rmc-date-picker":"~6.0.0","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"~3.0.0","rmc-picker":"~5.0.0","rmc-pull-to-refresh":"~1.0.0-alpha.5","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"^0.1.6"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.26.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^21.0.0","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^5.0.8","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","site-cdn":"cdn-tools run -c ./scripts/cdn-config.js","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"7248e3185ea688d8cfdc841c6123cb5a38cc2e5c","_id":"antd-mobile@2.0.0-rc.1","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"9d68b4afd68f894700990e000757dcb74cda6a28","size":1926432,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-rc.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-rc.1.tgz_1507946170982_0.36487116455100477"},"directories":{},"publish_time":1507946171208,"_cnpm_publish_time":1507946171208,"_hasShrinkwrap":false,"contributors":[]},"1.7.0":{"name":"antd-mobile","version":"1.7.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"0.25.0","bisheng-plugin-antd":"0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"9054122e4834b0b047d064708dc30fe7a94e360c","_id":"antd-mobile@1.7.0","_npmVersion":"5.4.2","_nodeVersion":"8.1.3","_npmUser":{"name":"anonymous","email":"zhang740@vmzclub.com"},"dist":{"shasum":"9c09379351fdb8db1c912bbc060cb0b374a96f90","size":2446288,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.7.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.7.0.tgz_1507889544952_0.15915330359712243"},"directories":{},"publish_time":1507889545246,"_cnpm_publish_time":1507889545246,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-beta.6":{"name":"antd-mobile","version":"2.0.0-beta.6","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^1.0.0","rmc-cascader":"~5.0.0-alpha.2","rmc-date-picker":"~6.0.0-alpha.10","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^1.0.0","rmc-list-view":"^0.11.0","rmc-nuka-carousel":"^3.0.0-alpha.1","rmc-picker":"~5.0.0-alpha.9","rmc-pull-to-refresh":"^1.0.0-alpha.5","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.26.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.49.3","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"1.0.0-beta.12","react-sticky":"^5.0.8","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"db8e2354bf55874cd111615bb6b2e2afd9e33c81","_id":"antd-mobile@2.0.0-beta.6","_shasum":"2c86c9ea0f5ff5673d039737ad499cc39aa6f660","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.1","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"2c86c9ea0f5ff5673d039737ad499cc39aa6f660","size":1911055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-beta.6.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-beta.6.tgz_1507732614218_0.29002241673879325"},"directories":{},"publish_time":1507732614578,"_cnpm_publish_time":1507732614578,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-beta.5":{"name":"antd-mobile","version":"2.0.0-beta.5","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^0.1.9","rmc-cascader":"~5.0.0-alpha.2","rmc-date-picker":"~6.0.0-alpha.10","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^0.1.5","rmc-list-view":"^0.10.0","rmc-nuka-carousel":"^3.0.0-alpha.1","rmc-picker":"~5.0.0-alpha.7","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"~4.3.0","eslint-config-airbnb":"~15.1.0","eslint-plugin-babel":"~4.1.1","eslint-plugin-import":"~2.7.0","eslint-plugin-jsx-a11y":"~6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"~7.2.0","eslint-tinker":"~0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.48.4","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"^1.0.0-beta.12","react-sticky":"^5.0.8","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"bbc253d116b22b391af534017d51b6bb8d825a91","_id":"antd-mobile@2.0.0-beta.5","_npmVersion":"5.4.2","_nodeVersion":"8.1.3","_npmUser":{"name":"anonymous","email":"zhang740@vmzclub.com"},"dist":{"shasum":"f5e2124ab817468956b978c39154c2c9f6f7e85e","size":2012636,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-beta.5.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-beta.5.tgz_1507540789425_0.12197538698092103"},"directories":{},"publish_time":1507540789784,"_cnpm_publish_time":1507540789784,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-beta.4":{"name":"antd-mobile","version":"2.0.0-beta.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^0.1.9","rmc-cascader":"~5.0.0-alpha.2","rmc-date-picker":"~6.0.0-alpha.10","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^0.1.5","rmc-list-view":"^0.10.0","rmc-nuka-carousel":"^3.0.0-alpha.1","rmc-picker":"~5.0.0-alpha.7","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.48.4","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"^1.0.0-beta.12","react-sticky":"^5.0.8","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"ec7015c84675fbc9979e60d617820eca421e30e9","_id":"antd-mobile@2.0.0-beta.4","_npmVersion":"5.4.2","_nodeVersion":"8.1.3","_npmUser":{"name":"anonymous","email":"zhang740@vmzclub.com"},"dist":{"shasum":"e9f1b115f162ca8c9c4c0a5140f85632d8b852f5","size":2012347,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-beta.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-beta.4.tgz_1506745830114_0.43329644086770713"},"directories":{},"publish_time":1506745830915,"_cnpm_publish_time":1506745830915,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-beta.3":{"name":"antd-mobile","version":"2.0.0-beta.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es","scripts/update-tip.js"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-swipeout":"~2.0.0","react-native-camera-roll-picker":"^1.2.1","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"^0.23.0","rmc-calendar":"^0.1.9","rmc-cascader":"~5.0.0-alpha.2","rmc-date-picker":"~6.0.0-alpha.10","rmc-dialog":"^1.0.1","rmc-feedback":"^1.0.0","rmc-input-number":"^0.1.5","rmc-list-view":"^0.10.0","rmc-nuka-carousel":"^3.0.0-alpha.1","rmc-picker":"~5.0.0-alpha.7","rmc-steps":"~1.0.0","rmc-tabs":"~1.2.0","rmc-tooltip":"~1.0.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/classnames":"^2.2.3","@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^3.0.0","enzyme-adapter-react-16":"^1.0.0","enzyme-to-json":"^3.0.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^16.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^16.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.48.4","react-native-code-push":"^5.1.1-beta","react-native-mocker":"^0.0.12","react-navigation":"^1.0.0-beta.12","react-sticky":"^5.0.8","react-test-renderer":"^16.0.0","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile && npm run add-tip","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js","add-tip":"node scripts/add-tip.js","postinstall":"node scripts/update-tip.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"37fdb3e292b06a719f96aaf6f014f0f4ceeade5e","_id":"antd-mobile@2.0.0-beta.3","_shasum":"c4e909d658e5e4f33132fcc52f737eac4c64ad1f","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.1","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"c4e909d658e5e4f33132fcc52f737eac4c64ad1f","size":1975684,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-beta.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-beta.3.tgz_1506598035994_0.20487298048101366"},"directories":{},"publish_time":1506598036774,"_cnpm_publish_time":1506598036774,"_hasShrinkwrap":false,"contributors":[]},"1.6.11":{"name":"antd-mobile","version":"1.6.11","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"f65218cd4dd431460149f1b9157f51dd40b5d41a","_id":"antd-mobile@1.6.11","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"f02db1c5fe9e95e837bc184a60372bf208ab2f59","size":2406804,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.11.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.11.tgz_1506335154928_0.5421013627201319"},"directories":{},"publish_time":1506335155235,"_cnpm_publish_time":1506335155235,"_hasShrinkwrap":false,"contributors":[]},"1.6.10":{"name":"antd-mobile","version":"1.6.10","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"573592fbc06f8f7bbb0df8c6ee3690140efb8f50","_id":"antd-mobile@1.6.10","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"f69067fce164a21723b73c3d5b5ea184a2f4db67","size":2406485,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.10.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.10.tgz_1506330542434_0.9508100885432214"},"directories":{},"publish_time":1506330542915,"_cnpm_publish_time":1506330542915,"_hasShrinkwrap":false,"contributors":[]},"1.6.9":{"name":"antd-mobile","version":"1.6.9","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"49079409c65297567a5f45471b0f5d44437f5a2a","_id":"antd-mobile@1.6.9","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"affb9b19041d41876a138738b9796547c77ef91f","size":2405611,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.9.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.9.tgz_1506321283869_0.805816040141508"},"directories":{},"publish_time":1506321284423,"_cnpm_publish_time":1506321284423,"_hasShrinkwrap":false,"contributors":[]},"1.6.9-beta.0":{"name":"antd-mobile","version":"1.6.9-beta.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"e4a496e0d681388f0966d87f2af9562036f9175a","_id":"antd-mobile@1.6.9-beta.0","_npmVersion":"5.4.1","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"b557158c3a561f0a23a585895bfb0d79eb96a905","size":2439694,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.9-beta.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.9-beta.0.tgz_1505799038537_0.02428064518608153"},"directories":{},"publish_time":1505799038715,"_cnpm_publish_time":1505799038715,"_hasShrinkwrap":false,"contributors":[]},"1.6.8":{"name":"antd-mobile","version":"1.6.8","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"dd80d7581ef5f21310fcf74af24ff580e4e3d57e","_id":"antd-mobile@1.6.8","_npmVersion":"5.4.1","_nodeVersion":"8.1.3","_npmUser":{"name":"anonymous","email":"zhang740@vmzclub.com"},"dist":{"shasum":"491c089a10cd1bb9b10e06d4fea0beaabcee0bd9","size":2434992,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.8.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.8.tgz_1505731342282_0.11432081460952759"},"directories":{},"publish_time":1505731342551,"_cnpm_publish_time":1505731342551,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-beta.2":{"name":"antd-mobile","version":"2.0.0-beta.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rmc-input-number":"^0.1.5","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~2.0.0","rc-tooltip":"~3.4.3","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","rmc-calendar":"^0.1.2","rmc-cascader":"~5.0.0-alpha.2","rmc-date-picker":"~6.0.0-alpha.7","rmc-dialog":"^0.0.1-alpha.4","rmc-feedback":"^1.0.0","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^3.0.0-alpha.1","rmc-picker":"~5.0.0-alpha.5","rmc-tabs":"~1.2.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.17.4-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"28981cd6e2ec36169cba4fe88b243c92315e6053","_id":"antd-mobile@2.0.0-beta.2","_npmVersion":"5.4.1","_nodeVersion":"8.1.3","_npmUser":{"name":"anonymous","email":"zhang740@vmzclub.com"},"dist":{"shasum":"cb8c3e53ee5dec986c26e4c2f63b0bd6ee3c0e20","size":2075214,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-beta.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-beta.2.tgz_1505728770721_0.44928452791646123"},"directories":{},"publish_time":1505728770975,"_cnpm_publish_time":1505728770975,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-beta.1":{"name":"antd-mobile","version":"2.0.0-beta.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-input-number":"^4.0.0-alpha.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~2.0.0","rc-tooltip":"~3.4.3","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","rmc-calendar":"^0.1.2","rmc-cascader":"^5.0.0-alpha.0","rmc-date-picker":"^6.0.0-alpha.6","rmc-dialog":"^0.0.1-alpha.4","rmc-feedback":"^1.0.0","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^5.0.0-alpha.2","rmc-tabs":"^1.1.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.17.4-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"86cfb020b6920e3cd26df7fef13c7af2c9dbfacf","_id":"antd-mobile@2.0.0-beta.1","_npmVersion":"5.4.1","_nodeVersion":"8.1.3","_npmUser":{"name":"anonymous","email":"zhang740@vmzclub.com"},"dist":{"shasum":"b4c922b247d3968be2fb24375ef0cce3657ea767","size":2130547,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-beta.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-beta.1.tgz_1505211958948_0.9275909494608641"},"directories":{},"publish_time":1505211959596,"_cnpm_publish_time":1505211959596,"_hasShrinkwrap":false,"contributors":[]},"1.6.7":{"name":"antd-mobile","version":"1.6.7","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"23099c72c7ab9523eb3fba55cd33ccc51f2d69f6","_id":"antd-mobile@1.6.7","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"6002951d7ba6a6172eb62b482755c307999f74f1","size":2457078,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.7.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.7.tgz_1505112613140_0.6210204630624503"},"directories":{},"publish_time":1505112613538,"_cnpm_publish_time":1505112613538,"_hasShrinkwrap":false,"contributors":[]},"1.6.6":{"name":"antd-mobile","version":"1.6.6","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"94e002d3cb4fa766861f503612c99d4143463298","_id":"antd-mobile@1.6.6","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"51b2f03ae328d27d4681e445ee913fb72d2a4bd5","size":2456452,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.6.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.6.tgz_1504928732759_0.3169350135140121"},"directories":{},"publish_time":1504928733009,"_cnpm_publish_time":1504928733009,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-beta.0":{"name":"antd-mobile","version":"2.0.0-beta.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-input-number":"^4.0.0-alpha.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~2.0.0","rc-tooltip":"~3.4.3","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","rmc-calendar":"^0.1.2","rmc-cascader":"^5.0.0-alpha.0","rmc-date-picker":"^6.0.0-alpha.6","rmc-dialog":"^0.0.1-alpha.4","rmc-feedback":"^1.0.0","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^5.0.0-alpha.2","rmc-tabs":"^1.0.3","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"5989642adc986f2fc519ce40e11fe64355de94e7","_id":"antd-mobile@2.0.0-beta.0","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"778c753449450236d36539f744ece6d6ed6d1ada","size":2107352,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-beta.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-beta.0.tgz_1504849257000_0.14709096890874207"},"directories":{},"publish_time":1504849257391,"_cnpm_publish_time":1504849257391,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-alpha.13":{"name":"antd-mobile","version":"2.0.0-alpha.13","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","normalize.css":"^7.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-input-number":"^4.0.0-alpha.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~2.0.0","rc-tooltip":"~3.4.3","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","rmc-calendar":"^0.1.2","rmc-cascader":"^5.0.0-alpha.0","rmc-date-picker":"^6.0.0-alpha.6","rmc-dialog":"^0.0.1-alpha.4","rmc-feedback":"^1.0.0","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^5.0.0-alpha.2","rmc-tabs":"^1.0.3","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"e7895c2fb7de880d5a1e65dc6795678dcec6d921","_id":"antd-mobile@2.0.0-alpha.13","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"2c8ce6e312e9d0e1e8bd255d1407e927079310dc","size":2106629,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.13.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.13.tgz_1504841830037_0.3464355741161853"},"directories":{},"publish_time":1504841830331,"_cnpm_publish_time":1504841830331,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-alpha.12":{"name":"antd-mobile","version":"2.0.0-alpha.12","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"^2.2.1","create-react-class":"^15.5.2","normalize.css":"^7.0.0","omit.js":"~1.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~2.0.0","rc-tooltip":"~3.4.3","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","rmc-calendar":"^0.1.2","rmc-cascader":"^5.0.0-alpha.0","rmc-date-picker":"^6.0.0-alpha.6","rmc-dialog":"^0.0.1-alpha.3","rmc-feedback":"^0.0.2","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^5.0.0-alpha.0","rmc-tabs":"^1.0.3","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"npm run tsc && jest --config .jest.native.js","test:web":"npm run tsc && jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-prod":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc","hd":"node scripts/rewrite-px.js"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"01db1330c0ead997a7f25399106bf4290c4de383","_id":"antd-mobile@2.0.0-alpha.12","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"82e47b751a7a5187eacfe35728943ad09670ae18","size":2131444,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.12.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.12.tgz_1504788524585_0.2152486217673868"},"directories":{},"publish_time":1504788524802,"_cnpm_publish_time":1504788524802,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-alpha.11":{"name":"antd-mobile","version":"2.0.0-alpha.11","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","normalize.css":"^7.0.0","omit.js":"~1.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~2.0.0","rmc-tabs":"^1.0.0","rc-tooltip":"~3.4.3","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","rmc-calendar":"^0.1.1","rmc-cascader":"^4.3.2","rmc-date-picker":"^6.0.0-alpha.1","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","start-x":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"npm run tsc  && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'","tsc":"antd-tools run tsc"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"13246d1dace418d6bc8cb20ddf5ddeb2a8422fae","_id":"antd-mobile@2.0.0-alpha.11","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"58eec7216467bc623e3289ed4a736dabe722d4b5","size":2192249,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.11.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.11.tgz_1504748150288_0.2451469514053315"},"directories":{},"publish_time":1504748150466,"_cnpm_publish_time":1504748150466,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-alpha.10":{"name":"antd-mobile","version":"2.0.0-alpha.10","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","normalize.css":"^7.0.0","omit.js":"~1.0.0","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~2.0.0","rmc-tabs":"^1.0.0","rc-tooltip":"~3.4.3","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","rmc-calendar":"^0.1.1","rmc-cascader":"^4.3.2","rmc-date-picker":"^6.0.0-alpha.1","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.25.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","preact":"^8.2.5","preact-compat":"^3.17.0","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.6.1","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.6.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"cross-env NODE_ENV=development concurrently \"DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"DEMO_ENV=preact bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"cross-env NODE_ENV=production concurrently \"DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js\" \"DEMO_ENV=preact bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"b09725b2e892db2630722ded4263cae23831a915","_id":"antd-mobile@2.0.0-alpha.10","_npmVersion":"5.3.0","_nodeVersion":"8.1.3","_npmUser":{"name":"anonymous","email":"zhang740@vmzclub.com"},"dist":{"shasum":"777644e31a408aa62c1b3fcb82c9a1af21f12664","size":2192096,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.10.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.10.tgz_1504705912792_0.9849553059320897"},"directories":{},"publish_time":1504705913043,"_cnpm_publish_time":1504705913043,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-alpha.9":{"name":"antd-mobile","version":"2.0.0-alpha.9","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.2","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-tab-view":"^0.0.69","rmc-cascader":"^4.3.2","rmc-date-picker":"^6.0.0-alpha.1","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^4.0.1","rmc-calendar":"^0.1.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"88989ad0af12e8febd401b354993b096c88dd1ef","_id":"antd-mobile@2.0.0-alpha.9","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"c40bcb85c649c61b413c07ecd9125604154d2801","size":2247930,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.9.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.9.tgz_1504058684922_0.7048171670176089"},"directories":{},"publish_time":1504058685134,"_cnpm_publish_time":1504058685134,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-alpha.8":{"name":"antd-mobile","version":"2.0.0-alpha.8","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.2","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-tab-view":"^0.0.69","rmc-cascader":"^4.3.2","rmc-date-picker":"^6.0.0-alpha.1","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^4.0.1","rmc-calendar":"^0.1.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^2.0.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"62dc05ea54e42ed8bb3a49221c914e058fa27256","_id":"antd-mobile@2.0.0-alpha.8","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"083ab080ad9455537ff7dbe44d093c61d1ede1c5","size":2248004,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.8.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.8.tgz_1504058053955_0.280639071483165"},"directories":{},"publish_time":1504058054459,"_hasShrinkwrap":false,"_cnpm_publish_time":1504058054459,"contributors":[]},"2.0.0-alpha.7":{"name":"antd-mobile","version":"2.0.0-alpha.7","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.2","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-tab-view":"^0.0.69","rmc-cascader":"^4.3.2","rmc-date-picker":"^6.0.0-alpha.1","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^4.0.1","rmc-calendar":"^0.1.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.8.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"e93c84e3ba3c701db50d669134c4e7ed0da9af78","_id":"antd-mobile@2.0.0-alpha.7","_shasum":"6288c073dead2fd9beb743e9d6427b0bcf166864","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.1","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"6288c073dead2fd9beb743e9d6427b0bcf166864","size":2248042,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.7.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.7.tgz_1503994350855_0.1683580733370036"},"directories":{},"publish_time":1503994351011,"_hasShrinkwrap":false,"_cnpm_publish_time":1503994351011,"contributors":[]},"1.6.5":{"name":"antd-mobile","version":"1.6.5","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"8f2c06916bc690f140bd91fe3e96817771c981e6","_id":"antd-mobile@1.6.5","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"5d44f1d57a46e6517ecc306692223641b583e6f1","size":2448580,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.5.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.5.tgz_1503981723602_0.8679819535464048"},"directories":{},"publish_time":1503981724014,"_cnpm_publish_time":1503981724014,"_hasShrinkwrap":false,"contributors":[]},"1.6.4":{"name":"antd-mobile","version":"1.6.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"a2c09ef8c832de54580cc3350cf40fb5a4a23a60","_id":"antd-mobile@1.6.4","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"4fc0b85b1bf1ea442df1bbf51728ea6cee0f21ca","size":2448259,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.4.tgz_1503972997809_0.35585843957960606"},"directories":{},"publish_time":1503972998102,"_cnpm_publish_time":1503972998102,"_hasShrinkwrap":false,"contributors":[]},"1.6.4-alpha.4":{"name":"antd-mobile","version":"1.6.4-alpha.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6-alpha.6","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"21b6e2a95af22c25de9d7bc02e0ce87ffbcac781","_id":"antd-mobile@1.6.4-alpha.4","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"3f855fe1410fe3637d5e16264bf9ccea3c439e6d","size":2443205,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.4-alpha.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.4-alpha.4.tgz_1503566464273_0.5126009897794574"},"directories":{},"publish_time":1503566464680,"_cnpm_publish_time":1503566464680,"_hasShrinkwrap":false,"contributors":[]},"1.6.4-alpha.3":{"name":"antd-mobile","version":"1.6.4-alpha.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6-alpha.5","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"312cbc58826c97327ad7a0da9b6c741cb4f8ab41","_id":"antd-mobile@1.6.4-alpha.3","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"124fb90bf524ea47b888811bda9f699c8955e8a2","size":2442572,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.4-alpha.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.4-alpha.3.tgz_1503563107664_0.5011671634856611"},"directories":{},"publish_time":1503563108313,"_cnpm_publish_time":1503563108313,"_hasShrinkwrap":false,"contributors":[]},"1.6.4-alpha.2":{"name":"antd-mobile","version":"1.6.4-alpha.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.6-alpha.2","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"bb578430e7026dd2c48affbe98d16afc7cad10e4","_id":"antd-mobile@1.6.4-alpha.2","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"a2e764d4a2d3f3043b994fd80687b4ab7806c0c1","size":2442698,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.4-alpha.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.4-alpha.2.tgz_1503554753393_0.9098894891794771"},"directories":{},"publish_time":1503554753777,"_cnpm_publish_time":1503554753777,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-alpha.6":{"name":"antd-mobile","version":"2.0.0-alpha.6","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.2","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.2.0","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-tab-view":"^0.0.69","rmc-cascader":"^4.3.2","rmc-date-picker":"^6.0.0-alpha.1","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.8.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"94fae32373736663d35d8926de8a7da3d7598a06","_id":"antd-mobile@2.0.0-alpha.6","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"cd79fe7e069efdfea131519811b101f1cf07c4c3","size":2211151,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.6.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.6.tgz_1503547684232_0.5713279582560062"},"directories":{},"publish_time":1503547684648,"_cnpm_publish_time":1503547684648,"_hasShrinkwrap":false,"contributors":[]},"1.6.4-alpha.0":{"name":"antd-mobile","version":"1.6.4-alpha.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.2","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"~4.3.4","rmc-date-picker":"~5.5.0","rmc-list-view":"~0.8.4","rmc-nuka-carousel":"~2.2.0","rmc-picker":"~4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"48e2601e98212db55a0f4c4b95e176d2a0c91d70","_id":"antd-mobile@1.6.4-alpha.0","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"3db955d3cf0d00d682f5ab442d2c57cde319d79c","size":2449508,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.4-alpha.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.4-alpha.0.tgz_1502861914367_0.5606858206447214"},"directories":{},"publish_time":1502861914649,"_cnpm_publish_time":1502861914649,"_hasShrinkwrap":false,"contributors":[]},"1.6.3":{"name":"antd-mobile","version":"1.6.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.2","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"latest","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"dd26f9e15a78b25df364ee7e4c4b9472e6e6eaaf","_id":"antd-mobile@1.6.3","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"5ca73bbe672bd43740e8d0ac5a5cce9c9c9e0322","size":2461836,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.3.tgz_1502790325174_0.46926346863619983"},"directories":{},"publish_time":1502790325823,"_cnpm_publish_time":1502790325823,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-alpha.5":{"name":"antd-mobile","version":"2.0.0-alpha.5","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.4.2","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.3.2","rmc-date-picker":"^6.0.0-alpha.1","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"d0ab302edf9fca9157484c2a7d1ae7cbde2c510a","_id":"antd-mobile@2.0.0-alpha.5","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"b39504ed81070f31d00b79ed04fd4174c743e37d","size":2302505,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.5.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.5.tgz_1502775589955_0.48100102902390063"},"directories":{},"publish_time":1502775590412,"_cnpm_publish_time":1502775590412,"_hasShrinkwrap":false,"contributors":[]},"1.6.2":{"name":"antd-mobile","version":"1.6.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~9.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"~16.0.2","@types/react-dom":"15.5.1","@types/react-native":"^0.47.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"dbcf60121414d4a1a72b892b66896334c694c3dc","_id":"antd-mobile@1.6.2","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"3e9f9e5d8c58650d3c8e631425486e01f5998c6b","size":2462836,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.2.tgz_1502631422312_0.895083675859496"},"directories":{},"publish_time":1502631422683,"_cnpm_publish_time":1502631422683,"_hasShrinkwrap":false,"contributors":[]},"1.6.1":{"name":"antd-mobile","version":"1.6.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.4","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"^15.0.38","@types/react-dom":"15.5.1","@types/react-native":"^0.46.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"ca34b20033a34a0bc44a4dcacc7a383d4bafa093","_id":"antd-mobile@1.6.1","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"b555da2a3f1c1400e1f211ff477c1e3f91d5ce17","size":2450330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.1.tgz_1502514136691_0.5300066508352757"},"directories":{},"publish_time":1502514137477,"_cnpm_publish_time":1502514137477,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-alpha.4":{"name":"antd-mobile","version":"2.0.0-alpha.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend","mobile"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/index.js","module":"es/index.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.3.2","rmc-date-picker":"^6.0.0-alpha.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^4.0.1","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"^16.0.0","@types/react-dom":"^15.5.1","@types/react-native":"^0.46.9","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.12","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.native.js","test:web":"jest --config .jest.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"1a6cbde825140709b8609f7c03d382c0fa2cdb2f","_id":"antd-mobile@2.0.0-alpha.4","_shasum":"8fc6d25d20e8000b96bb0bbca0312699ef013a36","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"8fc6d25d20e8000b96bb0bbca0312699ef013a36","size":2296451,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.4.tgz_1501680241732_0.12761913565918803"},"directories":{},"publish_time":1501680241920,"_cnpm_publish_time":1501680241920,"_hasShrinkwrap":false,"contributors":[]},"1.6.0":{"name":"antd-mobile","version":"1.6.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"^15.0.38","@types/react-dom":"^15.5.1","@types/react-native":"^0.46.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"da294a010c1ec465d523f6ddf8dfd7f85bebaf81","_id":"antd-mobile@1.6.0","_shasum":"327477f728c85abc9158e7eebe4b10671a9eacac","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"327477f728c85abc9158e7eebe4b10671a9eacac","size":2438028,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.0.tgz_1501349748889_0.33741593011654913"},"directories":{},"publish_time":1501349749220,"_cnpm_publish_time":1501349749220,"_hasShrinkwrap":false,"contributors":[]},"1.6.0-alpha.1":{"name":"antd-mobile","version":"1.6.0-alpha.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"^15.0.38","@types/react-dom":"^15.5.1","@types/react-native":"^0.46.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"bbb35826872841f50ae31d795f67a97fd3231ca4","_id":"antd-mobile@1.6.0-alpha.1","_shasum":"785666e85be97d1859dea7510671de84c6d930f2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"785666e85be97d1859dea7510671de84c6d930f2","size":2440624,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.0-alpha.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.0-alpha.1.tgz_1501148474411_0.2903836593031883"},"directories":{},"publish_time":1501148474911,"_cnpm_publish_time":1501148474911,"_hasShrinkwrap":false,"contributors":[]},"1.6.0-alpha-0":{"name":"antd-mobile","version":"1.6.0-alpha-0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"^15.0.38","@types/react-dom":"^15.5.1","@types/react-native":"^0.46.2","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.7.0","babel-eslint":"^7.2.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"1a622784ec17ee444fb9afb95f534fbfd67df641","_id":"antd-mobile@1.6.0-alpha-0","_shasum":"56a1d881927faf83705a3d8db4f90632ad37471d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"56a1d881927faf83705a3d8db4f90632ad37471d","size":2440456,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.6.0-alpha-0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.6.0-alpha-0.tgz_1501129158509_0.9752269701566547"},"directories":{},"publish_time":1501129158848,"_cnpm_publish_time":1501129158848,"_hasShrinkwrap":false,"contributors":[]},"1.5.0":{"name":"antd-mobile","version":"1.5.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.1.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"^15.0.38","@types/react-dom":"^15.5.1","@types/react-native":"^0.46.2","antd":"2.x","antd-demo-jest":"^1.3.1","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.6.0","babel-eslint":"^7.2.3","babel-jest":"^20.0.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.3.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.1.1","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.1.0","eslint-tinker":"^0.4.1","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^4.0.2","lint-staged":"^4.0.2","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^8.0.0","stylelint-config-standard":"^17.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","typescript-babel-jest":"^1.0.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"7e5ef1920999d5d69a8fe3b6e5f3ccd361bcfdc3","_id":"antd-mobile@1.5.0","_shasum":"58168e913b77709db1cb14d42065b981472ee181","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"58168e913b77709db1cb14d42065b981472ee181","size":2438688,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.5.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.5.0.tgz_1500693351583_0.3495228842366487"},"directories":{},"publish_time":1500693351877,"_cnpm_publish_time":1500693351877,"_hasShrinkwrap":false,"contributors":[]},"1.5.0-beta.0":{"name":"antd-mobile","version":"1.5.0-beta.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"^15.0.38","@types/react-dom":"^15.5.1","@types/react-native":"^0.46.2","antd":"2.x","antd-demo-jest":"^1.3.1","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.6.0","babel-eslint":"^7.1.0","babel-jest":"^20.0.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.0.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.12.0","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","typescript-babel-jest":"^1.0.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"9e2f736035c3a75c5d9d52b7f9930125ae00c2e5","_id":"antd-mobile@1.5.0-beta.0","_shasum":"4c7b32f7374ed5a4bcdf433fd0fe531659804bec","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"4c7b32f7374ed5a4bcdf433fd0fe531659804bec","size":2438752,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.5.0-beta.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.5.0-beta.0.tgz_1500689054010_0.9484856331255287"},"directories":{},"publish_time":1500689054394,"_hasShrinkwrap":false,"_cnpm_publish_time":1500689054394,"contributors":[]},"1.5.0-alpha.2":{"name":"antd-mobile","version":"1.5.0-alpha.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"^15.0.38","@types/react-dom":"^15.5.1","@types/react-native":"^0.46.2","antd":"2.x","antd-demo-jest":"^1.3.1","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.6.0","babel-eslint":"^7.1.0","babel-jest":"^20.0.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.0.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.12.0","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","typescript-babel-jest":"^1.0.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"5a19d4bb536321ea0150fba2327548b152c46526","_id":"antd-mobile@1.5.0-alpha.2","_shasum":"c00915970b1ec7f723cfb314f0d9946540720c70","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"c00915970b1ec7f723cfb314f0d9946540720c70","size":2439446,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.5.0-alpha.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.5.0-alpha.2.tgz_1500371759210_0.6196449978742748"},"directories":{},"publish_time":1500371759618,"_hasShrinkwrap":false,"_cnpm_publish_time":1500371759618,"contributors":[]},"2.0.0-alpha.2":{"name":"antd-mobile","version":"2.0.0-alpha.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"^15.0.38","@types/react-dom":"^15.5.1","@types/react-native":"^0.46.2","antd":"2.x","antd-demo-jest":"^1.3.1","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.6.0","babel-eslint":"^7.1.0","babel-jest":"^20.0.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.0.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.12.0","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.4.0","typescript-babel-jest":"^1.0.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"704d2787d3ae23c380bc35ec5cf8fe58c9dfa088","_id":"antd-mobile@2.0.0-alpha.2","_shasum":"c25b9e6f47d5701b2730fca2c729c9a6ee025e2b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"c25b9e6f47d5701b2730fca2c729c9a6ee025e2b","size":2438848,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.2.tgz_1500366624889_0.4751909878104925"},"directories":{},"publish_time":1500366625181,"_hasShrinkwrap":false,"_cnpm_publish_time":1500366625181,"contributors":[]},"1.4.2":{"name":"antd-mobile","version":"1.4.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.31","@types/react-dom":"~15.5.1","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.3.1","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.6.0","babel-eslint":"^7.1.0","babel-jest":"^20.0.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.0.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.12.0","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"ada1d1274365e49e3de6015056029b452bd5c800","_id":"antd-mobile@1.4.2","_shasum":"8eccb7cb35ee79b80b98ae3942609ca99f2f9aee","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"8eccb7cb35ee79b80b98ae3942609ca99f2f9aee","size":2443029,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.4.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.4.2.tgz_1499827767197_0.19882502756081522"},"directories":{},"publish_time":1499827767445,"_hasShrinkwrap":false,"_cnpm_publish_time":1499827767445,"contributors":[]},"2.0.0-alpha.1":{"name":"antd-mobile","version":"2.0.0-alpha.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.31","@types/react-dom":"~15.5.1","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.3.1","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.6.0","babel-eslint":"^7.1.0","babel-jest":"^20.0.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.0.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.12.0","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1","webpack-visualizer-plugin":"^0.1.11"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","analysis":"npm run dist && node ./scripts/analysis","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"4ac04282a08960a054722b542bb386583951feda","_id":"antd-mobile@2.0.0-alpha.1","_shasum":"6af89c245eeecd07b10793f460eee55912fbb4a0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"6af89c245eeecd07b10793f460eee55912fbb4a0","size":2443253,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.1.tgz_1499246365115_0.857664575567469"},"directories":{},"publish_time":1499246365380,"_cnpm_publish_time":1499246365380,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-alpha.0":{"name":"antd-mobile","version":"2.0.0-alpha.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.2.0","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.31","@types/react-dom":"~15.5.1","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.3.1","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.6.0","babel-eslint":"^7.1.0","babel-jest":"^20.0.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.0.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.12.0","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"npm run test:all && node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.js","test:web":"jest --config .jest.web.js","test:all":"./scripts/test-all.sh","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"d0f411901ea097d4042d948017241dbe89eec52e","_id":"antd-mobile@2.0.0-alpha.0","_shasum":"942360d1ffd09bc9f17ec76824b5823505423460","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"942360d1ffd09bc9f17ec76824b5823505423460","size":2443340,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-2.0.0-alpha.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-2.0.0-alpha.0.tgz_1499235580933_0.2773584823589772"},"directories":{},"publish_time":1499235581272,"_cnpm_publish_time":1499235581272,"_hasShrinkwrap":false,"contributors":[]},"1.4.1":{"name":"antd-mobile","version":"1.4.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","omit.js":"~1.0.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.1.2","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.31","@types/react-dom":"~15.5.1","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.6.0","babel-eslint":"^7.1.0","babel-jest":"^20.0.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.0.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-copy-to-clipboard":"^5.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.12.0","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"{site,components}/**/*.less\" --syntax less","stylelint-fix":"stylelint \"{site,components}/**/*.less\" --syntax less --fix","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"48f259c735b6cb7e139076808e2f49e024b542bc","_id":"antd-mobile@1.4.1","_shasum":"37680129f82c5d782bc9ee885a5a2acf42289f18","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"37680129f82c5d782bc9ee885a5a2acf42289f18","size":2436702,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.4.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.4.1.tgz_1498921887503_0.09960913169197738"},"directories":{},"publish_time":1498921887811,"_cnpm_publish_time":1498921887811,"_hasShrinkwrap":false,"contributors":[]},"1.4.0":{"name":"antd-mobile","version":"1.4.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.1.2","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.31","@types/react-dom":"~15.5.1","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.4.2","babel-eslint":"^7.1.0","babel-jest":"^20.0.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.0.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"{site,components}/**/*.less":"stylelint --syntax less","components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"a982cb9156f4e9b9fc85ba0062ee9da03f155274","_id":"antd-mobile@1.4.0","_shasum":"5943a1edb53703da8a231fb68781ce9d6dc94e61","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"5943a1edb53703da8a231fb68781ce9d6dc94e61","size":2442550,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.4.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.4.0.tgz_1498280745428_0.7482116618193686"},"directories":{},"publish_time":1498280745874,"_cnpm_publish_time":1498280745874,"_hasShrinkwrap":false,"contributors":[]},"1.3.1":{"name":"antd-mobile","version":"1.3.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.1.2","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.4.2","babel-eslint":"^7.1.0","babel-jest":"^20.0.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.0.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"8ef4cff89f013d5c3d36b00907ed970663a2d42d","_id":"antd-mobile@1.3.1","_shasum":"6cc6b919134a5da1b9bb1ddfab5261d57a8c9141","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"6cc6b919134a5da1b9bb1ddfab5261d57a8c9141","size":2439674,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.3.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.3.1.tgz_1497805574648_0.34992499300278723"},"directories":{},"publish_time":1497805574869,"_cnpm_publish_time":1497805574869,"_hasShrinkwrap":false,"contributors":[]},"1.3.1-alpha.4":{"name":"antd-mobile","version":"1.3.1-alpha.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.1.2","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.4.2","babel-eslint":"^7.1.0","babel-jest":"^20.0.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.0.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"2bd5a885867a8cca8a64185f4284b17a2764ddda","_id":"antd-mobile@1.3.1-alpha.4","_shasum":"adc622a4d05e59444d1a2317076c1159167089d9","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"adc622a4d05e59444d1a2317076c1159167089d9","size":2439105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.3.1-alpha.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.3.1-alpha.4.tgz_1497533327511_0.6906070325057954"},"directories":{},"publish_time":1497533327814,"_cnpm_publish_time":1497533327814,"_hasShrinkwrap":false,"contributors":[]},"1.3.1-alpha.3":{"name":"antd-mobile","version":"1.3.1-alpha.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.6.0","rc-notification":"~2.0.0","rc-slider":"~8.1.2","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.4.0","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.21.0","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.4.2","babel-eslint":"^7.1.0","babel-jest":"^20.0.3","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^2.0.0","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^5.0.1","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^4.0.0","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^20.0.4","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"15372232c549defdc3ed48b0f743582a700e975c","_id":"antd-mobile@1.3.1-alpha.3","_shasum":"cd0707a9e759f455ba269a25aa8336c93035f8af","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"cd0707a9e759f455ba269a25aa8336c93035f8af","size":2439044,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.3.1-alpha.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.3.1-alpha.3.tgz_1497532404220_0.41016512853093445"},"directories":{},"publish_time":1497532404560,"_cnpm_publish_time":1497532404560,"_hasShrinkwrap":false,"contributors":[]},"1.3.1-alpha.1":{"name":"antd-mobile","version":"1.3.1-alpha.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~2.0.0","rc-slider":"~8.1.2","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.4.2","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.d.ts","pre-commit":["lint-staged"],"gitHead":"1e2d0823a673387f9f72cc27c7ad0570d0237ef3","_id":"antd-mobile@1.3.1-alpha.1","_shasum":"59697bbc5ca19d132cbba96826ce03c5ad777d3b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"59697bbc5ca19d132cbba96826ce03c5ad777d3b","size":2437437,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.3.1-alpha.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.3.1-alpha.1.tgz_1497529015833_0.41699262941256166"},"directories":{},"publish_time":1497529016091,"_cnpm_publish_time":1497529016091,"_hasShrinkwrap":false,"contributors":[]},"1.3.0":{"name":"antd-mobile","version":"1.3.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~2.0.0","rc-slider":"~8.1.2","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.4.2","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.24.0","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"4e74e414a60265011f7758476ac37c2433b7b1a1","_id":"antd-mobile@1.3.0","_shasum":"6258acef7e19d59d0290de27ba4ee5c3fff6b707","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"6258acef7e19d59d0290de27ba4ee5c3fff6b707","size":2421095,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.3.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.3.0.tgz_1497008830427_0.18956636870279908"},"directories":{},"publish_time":1497008830788,"_cnpm_publish_time":1497008830788,"_hasShrinkwrap":false,"contributors":[]},"1.2.0":{"name":"antd-mobile","version":"1.2.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~2.0.0","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~8.0.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.4.2","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.23.3","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"794ec1b926805067900cf4333e454e94daf6a2de","_id":"antd-mobile@1.2.0","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"3bbc2fe13bf7d9f9b1c7ee10cfd9ce2b90214d45","size":2387443,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.2.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.2.0.tgz_1496426550104_0.16309817926958203"},"directories":{},"publish_time":1496426550365,"_cnpm_publish_time":1496426550365,"_hasShrinkwrap":false,"contributors":[]},"1.2.0-beta.0":{"name":"antd-mobile","version":"1.2.0-beta.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~2.0.0","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~8.0.0-beta.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.4.2","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.23.3","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","prepare":"antd-tools run guard","prepublishOnly":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"46da8d995b4c9cd6d7b7c9e4e980153d770c5cb7","_id":"antd-mobile@1.2.0-beta.0","_shasum":"0e85a33ed9fc386c6c44c61442d2f8751459f6f4","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"0e85a33ed9fc386c6c44c61442d2f8751459f6f4","size":2387432,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.2.0-beta.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.2.0-beta.0.tgz_1496425478294_0.5124942311085761"},"directories":{},"publish_time":1496425478564,"_cnpm_publish_time":1496425478564,"_hasShrinkwrap":false,"contributors":[]},"1.1.4-beta.7":{"name":"antd-mobile","version":"1.1.4-beta.7","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~1.4.1","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~8.0.0-beta.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.4.2","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.23.3","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"8cefc13549d6666a07452d16f6755bf883db7b84","_id":"antd-mobile@1.1.4-beta.7","_shasum":"806baffe4d523153ee2c310edee33d035757757b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"806baffe4d523153ee2c310edee33d035757757b","size":2387126,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.1.4-beta.7.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.1.4-beta.7.tgz_1496391285029_0.4920051130466163"},"directories":{},"publish_time":1496391285261,"_cnpm_publish_time":1496391285261,"_hasShrinkwrap":false,"contributors":[]},"1.1.4-beta.6":{"name":"antd-mobile","version":"1.1.4-beta.6","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~1.4.1","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~7.5.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.4.2","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.23.3","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"420c5e7cd35a113273e3ee459b1c1e18efcf82dd","_id":"antd-mobile@1.1.4-beta.6","_shasum":"27b6a1d72c5f40d4660955e6f762574cc6c655b8","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"27b6a1d72c5f40d4660955e6f762574cc6c655b8","size":2386640,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.1.4-beta.6.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.1.4-beta.6.tgz_1496318409481_0.3374386781360954"},"directories":{},"publish_time":1496318409898,"_cnpm_publish_time":1496318409898,"_hasShrinkwrap":false,"contributors":[]},"1.1.4-beta.5":{"name":"antd-mobile","version":"1.1.4-beta.5","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~1.4.1","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~7.5.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.4.2","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.2.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.23.3","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-navigation":"^1.0.0-beta.11","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.3.0","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"1f6f5277e8fe2abcaf7716de82e3c7f9318e0124","_id":"antd-mobile@1.1.4-beta.5","_shasum":"b36a89aee6bd94c7c5d4a60fb145fb02f8c81278","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"b36a89aee6bd94c7c5d4a60fb145fb02f8c81278","size":2385800,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.1.4-beta.5.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.1.4-beta.5.tgz_1496309037761_0.34169483953155577"},"directories":{},"publish_time":1496309037980,"_cnpm_publish_time":1496309037980,"_hasShrinkwrap":false,"contributors":[]},"1.1.4-beta.4":{"name":"antd-mobile","version":"1.1.4-beta.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~1.4.1","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~7.5.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.1.0","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.23.3","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"~3.37.0","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.2.2","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"10a12e035ce4333faf52476591e111dcbb85143d","_id":"antd-mobile@1.1.4-beta.4","_shasum":"0feff2c9bfadc09a089bd224e1871209a293ba67","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"0feff2c9bfadc09a089bd224e1871209a293ba67","size":2383969,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.1.4-beta.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.1.4-beta.4.tgz_1495846103754_0.12544008065015078"},"directories":{},"publish_time":1495846103941,"_cnpm_publish_time":1495846103941,"_hasShrinkwrap":false,"contributors":[]},"1.1.4-beta.3":{"name":"antd-mobile","version":"1.1.4-beta.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~1.4.1","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~7.5.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","warning":"^3.0.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.1.0","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.23.3","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"~3.37.0","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.2.2","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"7da79327ea46b9a2a444653b2dc446aa67853a02","_id":"antd-mobile@1.1.4-beta.3","_shasum":"ac67ecdaf901234724d328222507229c90b640fc","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"ac67ecdaf901234724d328222507229c90b640fc","size":2364169,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.1.4-beta.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.1.4-beta.3.tgz_1495782618899_0.9149663792923093"},"directories":{},"publish_time":1495782619262,"_cnpm_publish_time":1495782619262,"_hasShrinkwrap":false,"contributors":[]},"1.1.4-beta.2":{"name":"antd-mobile","version":"1.1.4-beta.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~1.4.1","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~7.5.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.8.0","rmc-nuka-carousel":"^2.2.0","rmc-picker":"^3.8.0","rn-topview":"~0.1.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.1.0","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.23.3","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"~3.37.0","react-test-renderer":"^15.4.2","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0","svg-sprite-loader":"^0.3.1","typescript":"~2.2.2","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"BABEL_ENV=dist antd-tools run dist","build":"BABEL_ENV=dist npm run dist","compile":"BABEL_ENV=dist antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"BABEL_ENV=dist antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"4ec6782d610ad05c54ff97537e63e7ff468ab90d","_id":"antd-mobile@1.1.4-beta.2","_shasum":"825a4602a921cd57a16050229e7c992770e685bb","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"dist":{"shasum":"825a4602a921cd57a16050229e7c992770e685bb","size":706147,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.1.4-beta.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile-1.1.4-beta.2.tgz_1495615752627_0.15276594599708915"},"directories":{},"publish_time":1495615752908,"_hasShrinkwrap":false,"_cnpm_publish_time":1495615752908,"contributors":[]},"1.1.4-beta.1":{"name":"antd-mobile","version":"1.1.4-beta.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~1.4.1","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~7.5.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.1.0","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.23.3","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"~3.37.0","react-test-renderer":"^15.4.2","svg-sprite-loader":"^0.3.1","typescript":"~2.2.2","typescript-babel-jest":"^1.0.1","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"BABEL_ENV=rn node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"BABEL_ENV=rn node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"BABEL_ENV=rn node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"BABEL_ENV=rn node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"f39ebeff60d4452023ca60632b0a9a8997fafb0f","_id":"antd-mobile@1.1.4-beta.1","_shasum":"6cea14d35b317758de61232eaa4b7f424304717a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"dist":{"shasum":"6cea14d35b317758de61232eaa4b7f424304717a","size":705745,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.1.4-beta.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.1.4-beta.1.tgz_1495090802000_0.7535580680705607"},"directories":{},"publish_time":1495090805927,"_hasShrinkwrap":false,"_cnpm_publish_time":1495090805927,"contributors":[]},"1.1.4-beta.0":{"name":"antd-mobile","version":"1.1.4-beta.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib","es"],"license":"MIT","main":"lib/warn.js","module":"es/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~1.4.1","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~7.5.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.2.2","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^1.1.0","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.23.3","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^5.0.1","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^7.0.1","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"~3.37.0","react-test-renderer":"^15.4.2","svg-sprite-loader":"^0.3.1","typescript":"~2.2.2","typescript-babel-jest":"^1.0.1","stylelint":"^7.10.1","stylelint-config-standard":"^16.0.0"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run stylelint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","stylelint":"stylelint \"components/**/*.less\" --syntax less","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"BABEL_ENV=rn node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"BABEL_ENV=rn node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"BABEL_ENV=rn node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"BABEL_ENV=rn node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"2c40d288d082d89095f3e8c8edaf72f48df8f676","_id":"antd-mobile@1.1.4-beta.0","_shasum":"979fb66cc23972f7e95509bd86759695d5797743","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"dist":{"shasum":"979fb66cc23972f7e95509bd86759695d5797743","size":705900,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.1.4-beta.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.1.4-beta.0.tgz_1495090040163_0.2082520225085318"},"directories":{},"publish_time":1495090042810,"_cnpm_publish_time":1495090042810,"_hasShrinkwrap":false,"contributors":[]},"1.1.3":{"name":"antd-mobile","version":"1.1.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~1.4.1","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.3.0","rc-table":"~5.3.1","rc-tabs":"~7.5.0","rc-tooltip":"~3.4.3","rc-touchable":"~1.1.0","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.19.8","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.23.3","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^6.10.3","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"~3.37.0","react-test-renderer":"^15.4.2","svg-sprite-loader":"^0.3.0","typescript":"~2.2.2","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"386525008ff826876d3ac6a1073f8453b97c8ae0","_id":"antd-mobile@1.1.3","_shasum":"37fe301cc8c1ec8c6e73850a55f3cb1abd575197","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"37fe301cc8c1ec8c6e73850a55f3cb1abd575197","size":1984773,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.1.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.1.3.tgz_1494728997539_0.006158691830933094"},"directories":{},"publish_time":1494728997984,"_cnpm_publish_time":1494728997984,"_hasShrinkwrap":false,"contributors":[]},"1.1.2":{"name":"antd-mobile","version":"1.1.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^7.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~1.4.1","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.2.4","rc-table":"~5.3.1","rc-tabs":"~7.3.1","rc-tooltip":"~3.4.3","rc-touchable":"~1.1.0","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.3.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.19.8","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.23.3","bisheng-plugin-antd":"^0.15.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-markdown":"~1.0.0-beta.6","eslint-plugin-react":"^6.10.3","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.7.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"~3.37.0","react-test-renderer":"^15.4.2","svg-sprite-loader":"^0.3.0","typescript":"~2.2.2","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"tnpm":{"mode":"yarn"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"3def10d1ba743ecbfefe738887c6d9876d973a81","_id":"antd-mobile@1.1.2","_shasum":"e2e97d98801dda328d920d4da743b2444321d67c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"e2e97d98801dda328d920d4da743b2444321d67c","size":1959192,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.1.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.1.2.tgz_1494125628957_0.8881227476522326"},"directories":{},"publish_time":1494125631621,"_cnpm_publish_time":1494125631621,"_hasShrinkwrap":false,"contributors":[]},"1.1.1":{"name":"antd-mobile","version":"1.1.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^6.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~1.4.1","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.2.4","rc-table":"~5.3.1","rc-tabs":"~7.3.1","rc-tooltip":"~3.4.3","rc-touchable":"~1.0.11","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.1.1","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~15.5.0","@types/react-native":"~0.42.0","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.19.8","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.22.0","bisheng-plugin-antd":"^0.12.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-react":"^6.10.3","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.6.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.42.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"~3.37.0","react-test-renderer":"^15.4.2","svg-sprite-loader":"^0.3.0","typescript":"~2.2.2","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"tnpm":{"mode":"yarn"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"532c0303e4cdb6a4dfcd5c5a3b3e1baaefefa5d3","_id":"antd-mobile@1.1.1","_shasum":"e9129e46db60948460dbebed93ef2e94c3b517e5","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"e9129e46db60948460dbebed93ef2e94c3b517e5","size":1948729,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.1.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.1.1.tgz_1493382611486_0.32217406411655247"},"directories":{},"publish_time":1493382614123,"_cnpm_publish_time":1493382614123,"_hasShrinkwrap":false,"contributors":[]},"1.1.0":{"name":"antd-mobile","version":"1.1.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","create-react-class":"^15.5.2","moment":"~2.18.1","normalize.css":"^6.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","prop-types":"^15.5.8","rc-checkbox":"~2.0.0","rc-collapse":"~1.7.0","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.13","rc-notification":"~1.4.1","rc-slider":"~7.0.1","rc-steps":"~2.5.1","rc-swipeout":"~1.2.4","rc-table":"~5.3.1","rc-tabs":"~7.3.1","rc-tooltip":"~3.4.3","rc-touchable":"~1.0.11","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.1.1","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0"},"devDependencies":{"@types/react":"15.0.21","@types/react-dom":"~0.14.18","@types/react-native":"~0.37.8","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.19.8","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.22.0","bisheng-plugin-antd":"^0.12.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","concurrently":"^3.4.0","cross-env":"^4.0.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-react":"^6.10.3","eslint-tinker":"^0.4.0","glob":"^7.1.1","jest":"^19.0.2","jsonml.js":"^0.1.0","lesshint":"^3.1.1","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","qrcode.react":"^0.6.1","rc-form":"1.x","react":"^15.0.0","react-document-title":"^2.0.1","react-dom":"^15.0.0","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"^3.30.3","react-test-renderer":"^15.4.2","svg-sprite-loader":"^0.3.0","typescript":"~2.2.2","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","tslint-fix":"antd-tools run ts-lint-fix && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"tnpm":{"mode":"yarn"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"e11a6657c8183460b63716e726379caaea062c91","_id":"antd-mobile@1.1.0","_shasum":"75d350fe10962fcad54370dd5de36f258ce2637c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"75d350fe10962fcad54370dd5de36f258ce2637c","size":1960615,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.1.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.1.0.tgz_1492773495908_0.6110760516021401"},"directories":{},"publish_time":1492773496214,"_cnpm_publish_time":1492773496214,"_hasShrinkwrap":false,"contributors":[]},"1.0.8":{"name":"antd-mobile","version":"1.0.8","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.17.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.5.0","rc-collapse":"~1.6.11","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.4","rc-notification":"~1.4.1","rc-slider":"~7.0.0","rc-steps":"~2.4.1","rc-swipeout":"~1.2.4","rc-table":"~5.2.2","rc-tabs":"~7.3.1","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.11","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.1.1","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","shallowequal":"^0.2.2","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"^15.0.0","@types/react-dom":"~0.14.18","@types/react-native":"~0.37.8","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.16.1","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.22.0","bisheng-plugin-antd":"^0.12.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","clipboard":"^1.5.5","concurrently":"~2.1.0","cross-env":"^3.1.4","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^3.0.2","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-react":"^6.10.3","eslint-tinker":"^0.4.0","jest":"^19.0.2","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"^3.30.3","react-stateless-wrapper":"~1.0.2","react-test-renderer":"^15.4.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31","typescript":"~2.1.6","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"tnpm":{"mode":"yarn"},"engines":{"node":">=v6.9.0"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"2b1ec83b7f11413e3a0435f6a4e744643d9cdcf4","_id":"antd-mobile@1.0.8","_shasum":"d14bb15abd064921afc0d1648c44453a67d98932","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"d14bb15abd064921afc0d1648c44453a67d98932","size":2052224,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.8.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.8.tgz_1491569231397_0.053909766022115946"},"directories":{},"publish_time":1491569233627,"_cnpm_publish_time":1491569233627,"_hasShrinkwrap":false,"contributors":[]},"1.0.7":{"name":"antd-mobile","version":"1.0.7","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.17.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.5.0","rc-collapse":"~1.6.11","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.4","rc-notification":"~1.4.1","rc-slider":"~6.3.0","rc-steps":"~2.4.1","rc-swipeout":"~1.2.4","rc-table":"~5.2.2","rc-tabs":"~7.3.1","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.11","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.1.1","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","shallowequal":"^0.2.2","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"^15.0.0","@types/react-dom":"~0.14.18","@types/react-native":"~0.37.8","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.16.1","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.22.0","bisheng-plugin-antd":"^0.12.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","clipboard":"^1.5.5","concurrently":"~2.1.0","cross-env":"^3.1.4","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^3.0.2","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-react":"^6.10.3","eslint-tinker":"^0.4.0","jest":"^19.0.2","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"^3.30.3","react-stateless-wrapper":"~1.0.2","react-test-renderer":"^15.4.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31","typescript":"~2.1.6","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"tnpm":{"mode":"yarn"},"engines":{"node":">=v6.9.0"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"f7a23ab7f8260bfc285e5cee557b349a5e6523fb","_id":"antd-mobile@1.0.7","_shasum":"55028b8aa77d01b06b83217954644b6d77f44ea0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"55028b8aa77d01b06b83217954644b6d77f44ea0","size":1883544,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.7.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.7.tgz_1490354697192_0.6823778916150331"},"directories":{},"publish_time":1490354700187,"_cnpm_publish_time":1490354700187,"_hasShrinkwrap":false,"contributors":[]},"1.0.6":{"name":"antd-mobile","version":"1.0.6","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.17.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.5.0","rc-collapse":"~1.6.11","rc-dialog":"~6.5.7","rc-drawer":"~0.4.9","rc-input-number":"~3.4.2","rc-notification":"~1.4.1","rc-slider":"~6.1.0","rc-steps":"~2.4.1","rc-swipeout":"~1.2.4","rc-table":"~5.2.2","rc-tabs":"~7.3.1","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.11","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.1.1","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","shallowequal":"^0.2.2","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"^15.0.0","@types/react-dom":"~0.14.18","@types/react-native":"~0.37.8","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.16.1","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.22.0","bisheng-plugin-antd":"^0.12.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","clipboard":"^1.5.5","concurrently":"~2.1.0","cross-env":"^3.1.4","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^3.0.2","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.2","eslint-tinker":"^0.4.0","jest":"^19.0.2","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"^3.30.3","react-stateless-wrapper":"~1.0.2","react-test-renderer":"^15.4.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31","typescript":"~2.1.6","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"a59646f9f51937df92d3205f4077208030a0cad0","_id":"antd-mobile@1.0.6","_shasum":"50013c1e3b7089c7c4b86881a0f05c0e4ebf0152","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"50013c1e3b7089c7c4b86881a0f05c0e4ebf0152","size":1878454,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.6.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.6.tgz_1489760768603_0.12240687129087746"},"directories":{},"publish_time":1489760768933,"_cnpm_publish_time":1489760768933,"_hasShrinkwrap":false,"contributors":[]},"1.0.5":{"name":"antd-mobile","version":"1.0.5","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.17.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.5.0","rc-collapse":"~1.6.11","rc-dialog":"~6.5.5","rc-drawer":"~0.4.9","rc-input-number":"~3.4.0","rc-notification":"~1.3.5","rc-slider":"~6.1.0","rc-steps":"~2.4.1","rc-swipeout":"~1.2.4","rc-table":"~5.2.2","rc-tabs":"~7.3.1","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.11","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-collapsible":"^0.8.0","react-native-drawer-layout":"~1.1.1","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","shallowequal":"^0.2.2","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"^15.0.0","@types/react-dom":"~0.14.18","@types/react-native":"~0.37.8","antd":"2.x","antd-demo-jest":"^1.2.0","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.16.1","babel-eslint":"^7.1.0","babel-jest":"^19.0.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.22.0","bisheng-plugin-antd":"^0.12.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","clipboard":"^1.5.5","concurrently":"~2.1.0","cross-env":"^3.1.4","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","enzyme":"^2.7.1","enzyme-to-json":"^1.5.0","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^3.0.2","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.2","eslint-tinker":"^0.4.0","jest":"^19.0.2","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","mockdate":"^2.0.1","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-mock":"^0.3.1","react-native-router-flux":"^3.30.3","react-stateless-wrapper":"~1.0.2","react-test-renderer":"^15.4.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31","typescript":"~2.1.6","typescript-babel-jest":"^1.0.1"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run test:rn && npm run test:web","test:rn":"jest --config .jest.json","test:web":"jest --config .jest.web.json","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"b2ea4c00e037955dbc658eb67adcbc5d1391d4ed","_id":"antd-mobile@1.0.5","_shasum":"b1a01fe41907b68c9eb46b0ced1071d329e1fa04","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"b1a01fe41907b68c9eb46b0ced1071d329e1fa04","size":1866799,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.5.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.5.tgz_1489139106017_0.9235829785466194"},"directories":{},"publish_time":1489139108574,"_cnpm_publish_time":1489139108574,"_hasShrinkwrap":false,"contributors":[]},"1.0.4":{"name":"antd-mobile","version":"1.0.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.17.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.5.0","rc-collapse":"~1.6.11","rc-dialog":"~6.5.5","rc-drawer":"~0.4.9","rc-input-number":"~3.2.0","rc-notification":"~1.3.5","rc-slider":"~6.1.0","rc-steps":"~2.3.0","rc-swipeout":"~1.2.4","rc-table":"~5.2.2","rc-tabs":"~7.2.0","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.11","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.1.1","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","shallowequal":"^0.2.2","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"^15.0.0","@types/react-dom":"~0.14.18","@types/react-native":"~0.37.8","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.16.1","babel-eslint":"^7.1.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.22.0","bisheng-plugin-antd":"^0.12.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","clipboard":"^1.5.5","concurrently":"~2.1.0","cross-env":"^3.1.4","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^3.0.2","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.2","eslint-tinker":"^0.4.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31","typescript":"~2.1.6"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"44037d5d4926f8fcd72be8b139092ed3b0023ff7","_id":"antd-mobile@1.0.4","_shasum":"9cb1b8b9107756361a3696f8359541a1eab0f9f1","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"9cb1b8b9107756361a3696f8359541a1eab0f9f1","size":1876626,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.4.tgz_1488869473455_0.6531526090111583"},"directories":{},"publish_time":1488869476052,"_cnpm_publish_time":1488869476052,"_hasShrinkwrap":false,"contributors":[]},"1.0.3":{"name":"antd-mobile","version":"1.0.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.17.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.5.0","rc-collapse":"~1.6.11","rc-dialog":"~6.5.5","rc-drawer":"~0.4.9","rc-input-number":"~3.2.0","rc-notification":"~1.3.5","rc-slider":"~6.1.0","rc-steps":"~2.3.0","rc-swipeout":"~1.2.4","rc-table":"~5.2.2","rc-tabs":"~7.2.0","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.1.1","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","shallowequal":"^0.2.2","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"^15.0.0","@types/react-dom":"~0.14.18","@types/react-native":"~0.37.8","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.16.1","babel-eslint":"^7.1.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.22.0","bisheng-plugin-antd":"^0.12.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","clipboard":"^1.5.5","concurrently":"~2.1.0","cross-env":"^3.1.4","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^3.0.2","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.2","eslint-tinker":"^0.4.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31","typescript":"~2.1.6"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"9f4ba691e4b017f31e87742422bdef5d8203c7aa","_id":"antd-mobile@1.0.3","_shasum":"b0f1c92861f6c03a876e3e9ac26318f8901486db","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"b0f1c92861f6c03a876e3e9ac26318f8901486db","size":1876401,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.3.tgz_1488623934488_0.9546157349832356"},"directories":{},"publish_time":1488623936832,"_cnpm_publish_time":1488623936832,"_hasShrinkwrap":false,"contributors":[]},"1.0.2":{"name":"antd-mobile","version":"1.0.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.17.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.5.0","rc-collapse":"~1.6.11","rc-dialog":"~6.5.5","rc-drawer":"~0.4.9","rc-input-number":"~3.2.0","rc-notification":"~1.3.5","rc-slider":"~6.1.0","rc-steps":"~2.3.0","rc-swipeout":"~1.2.4","rc-table":"~5.2.2","rc-tabs":"~7.2.0","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.1.1","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","shallowequal":"^0.2.2","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"^15.0.0","@types/react-dom":"~0.14.18","@types/react-native":"~0.37.8","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.16.1","babel-eslint":"^7.1.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.22.0","bisheng-plugin-antd":"^0.12.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","clipboard":"^1.5.5","concurrently":"~2.1.0","cross-env":"^3.1.4","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^3.0.2","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.2","eslint-tinker":"^0.4.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.2.3","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31","typescript":"~2.1.6"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","applint":"eslint rn-kitchen-sink --ext '.js'","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","demo":"bisheng start -c ./site/bisheng.kitchen.config.js","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","pc":"bisheng start -c ./site/bisheng.desktop.config.js","mobile":"bisheng start -c ./site/bisheng.kitchen.config.js","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"d181282025966910761205a247b9cd29ba71304d","_id":"antd-mobile@1.0.2","_shasum":"20a350074c9a1d4f02247f720d1c7b09bce5644a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"20a350074c9a1d4f02247f720d1c7b09bce5644a","size":1876339,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.2.tgz_1488596798592_0.8439203531015664"},"directories":{},"publish_time":1488596798907,"_cnpm_publish_time":1488596798907,"_hasShrinkwrap":false,"contributors":[]},"0.9.17":{"name":"antd-mobile","version":"0.9.17","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"^1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"^5.3.1","rmc-list-view":"~0.7.4","rmc-picker":"^3.8.0","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"6bffe7af0bd1f82a937646a4bd59c050dacaec01","_id":"antd-mobile@0.9.17","_shasum":"2bac24eb3e1a9adf5ad6e13f3f0bdb5b2c365408","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"2bac24eb3e1a9adf5ad6e13f3f0bdb5b2c365408","size":1669334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.17.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.17.tgz_1488266574569_0.49295378383249044"},"directories":{},"publish_time":1488266574897,"_cnpm_publish_time":1488266574897,"_hasShrinkwrap":false,"contributors":[]},"1.0.1":{"name":"antd-mobile","version":"1.0.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.17.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.3","rc-collapse":"~1.6.11","rc-dialog":"~6.5.5","rc-drawer":"~0.4.9","rc-input-number":"~3.1.0","rc-notification":"~1.3.5","rc-slider":"~6.1.0","rc-steps":"~2.3.0","rc-swipeout":"~1.2.4","rc-table":"~5.2.2","rc-tabs":"~7.1.0","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.1.1","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.7.2","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","shallowequal":"^0.2.2","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"^15.0.0","@types/react-dom":"~0.14.18","@types/react-native":"~0.37.8","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.16.1","babel-eslint":"^7.1.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.22.0","bisheng-plugin-antd":"^0.12.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","clipboard":"^1.5.5","concurrently":"~2.1.0","cross-env":"^3.1.4","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^3.0.2","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.2","eslint-tinker":"^0.4.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lint-staged":"^3.3.1","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","applint":"eslint rn-kitchen-sink --ext '.js'","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\" && node scripts/copy-app-res","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android","lint-staged":"lint-staged","lint-staged:ts":"tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"lint-staged":{"components/**/*.tsx":["lint-staged:ts"],"{tests,site,scripts,components}/**/*.{js,jsx}":["lint-staged:es"],"components/*/demo/*.md":["lint-staged:demo"]},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint-staged"],"gitHead":"99c05aac2b37adff2d15de404905edad8118b3c9","_id":"antd-mobile@1.0.1","_shasum":"2e8bb6d5670fcc319ad2c3810398316124c7a91c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"2e8bb6d5670fcc319ad2c3810398316124c7a91c","size":1873740,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.1.tgz_1487933718684_0.598260494414717"},"directories":{},"publish_time":1487933719002,"_cnpm_publish_time":1487933719002,"_hasShrinkwrap":false,"contributors":[]},"0.9.16":{"name":"antd-mobile","version":"0.9.16","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"^1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"^5.3.1","rmc-list-view":"~0.7.4","rmc-picker":"^3.8.0","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"8149423fd29f7ffaf6d5fc38c25f450fcf6cfef3","_id":"antd-mobile@0.9.16","_shasum":"70e7a93164bcb632381d5302ba6b89d6cb59877f","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"70e7a93164bcb632381d5302ba6b89d6cb59877f","size":1667738,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.16.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.16.tgz_1487906874864_0.6294776862487197"},"directories":{},"publish_time":1487906875180,"_cnpm_publish_time":1487906875180,"_hasShrinkwrap":false,"contributors":[]},"1.0.0":{"name":"antd-mobile","version":"1.0.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^6.1.0","rc-steps":"~2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","shallowequal":"^0.2.2","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"^15.0.0","@types/react-dom":"~0.14.18","@types/react-native":"~0.37.8","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.16.1","babel-eslint":"^7.1.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.22.0","bisheng-plugin-antd":"^0.12.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^3.0.2","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.2","eslint-tinker":"^0.4.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"e4d77fcb1b1fee15664b350997a8ccfc01a8189c","_id":"antd-mobile@1.0.0","_shasum":"643a338880e166345ecb2cd01027c6becccaf6d9","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"643a338880e166345ecb2cd01027c6becccaf6d9","size":1848143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0.tgz_1487336519782_0.11358848121017218"},"directories":{},"publish_time":1487336522101,"_cnpm_publish_time":1487336522101,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.43":{"name":"antd-mobile","version":"1.0.0-alpha.43","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^6.1.0","rc-steps":"~2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","shallowequal":"^0.2.2","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"^15.0.0","@types/react-dom":"~0.14.18","@types/react-native":"~0.37.8","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.16.1","babel-eslint":"^7.1.0","babel-plugin-import":"^1.1.1","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.22.0","bisheng-plugin-antd":"^0.12.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.5.0","bisheng-plugin-toc":"^0.4.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"latest","eslint-plugin-babel":"^4.0.0","eslint-plugin-import":"^2.1.0","eslint-plugin-jsx-a11y":"^3.0.2","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.2","eslint-tinker":"^0.4.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"da3107623af3f2d3d2fc498bc59e1a9862281e08","_id":"antd-mobile@1.0.0-alpha.43","_shasum":"269fc2908c8d3803b1891cacd9cc81c2149ed03f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"269fc2908c8d3803b1891cacd9cc81c2149ed03f","size":1847034,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.43.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.43.tgz_1487334563821_0.443561204476282"},"directories":{},"publish_time":1487334564103,"_cnpm_publish_time":1487334564103,"_hasShrinkwrap":false,"contributors":[]},"0.9.15":{"name":"antd-mobile","version":"0.9.15","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"^1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"^5.3.1","rmc-list-view":"~0.7.4","rmc-picker":"^3.8.0","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"426b8223783c813a5f56ec7daba5c7724d246b3e","_id":"antd-mobile@0.9.15","_shasum":"692f8b59f2e97ad483488878fb0b3a43815b9476","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"692f8b59f2e97ad483488878fb0b3a43815b9476","size":1669132,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.15.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.15.tgz_1487151812961_0.32155848713591695"},"directories":{},"publish_time":1487151813230,"_cnpm_publish_time":1487151813230,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-beta.3":{"name":"antd-mobile","version":"1.0.0-beta.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"~2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"^15.0.0","@types/react-dom":"~0.14.18","@types/react-native":"~0.37.8","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"^0.16.1","babel-eslint":"^7.1.0","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.20.0","bisheng-plugin-antd":"^0.9.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.4.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"21d09ec1b025fffdde847864697cea8351a1a51a","_id":"antd-mobile@1.0.0-beta.3","_shasum":"413e97d6de777b6645d1877bd414a2240cd59772","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"413e97d6de777b6645d1877bd414a2240cd59772","size":1827036,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-beta.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-beta.3.tgz_1486967015061_0.3273887881077826"},"directories":{},"publish_time":1486967017731,"_cnpm_publish_time":1486967017731,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-beta.2":{"name":"antd-mobile","version":"1.0.0-beta.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"~2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.20.0","bisheng-plugin-antd":"^0.8.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.4.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.desktop.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.desktop.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"f6fe787699f0a0949eb233bb82eec9b8f5a83f6d","_id":"antd-mobile@1.0.0-beta.2","_shasum":"d4bf0ab9609435dc73231b9d95390129f70e2866","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"d4bf0ab9609435dc73231b9d95390129f70e2866","size":1816267,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-beta.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-beta.2.tgz_1485167356066_0.9876173816155642"},"directories":{},"publish_time":1485167358611,"_cnpm_publish_time":1485167358611,"_hasShrinkwrap":false,"contributors":[]},"0.9.14":{"name":"antd-mobile","version":"0.9.14","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"^1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"^5.3.1","rmc-list-view":"~0.7.4","rmc-picker":"^3.8.0","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"b8063e4eec596b1e5b41d3d8892dc8526f35b2ec","_id":"antd-mobile@0.9.14","_shasum":"1cf7c34c6fd70a41ab9f8c294ba08847a742d36b","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"1cf7c34c6fd70a41ab9f8c294ba08847a742d36b","size":1665588,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.14.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.14.tgz_1484305325236_0.9633837980218232"},"directories":{},"publish_time":1484305328026,"_cnpm_publish_time":1484305328026,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-beta.1":{"name":"antd-mobile","version":"1.0.0-beta.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"^2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"3dbc3324ab235572e9a3a772eb6035c874ae728b","_id":"antd-mobile@1.0.0-beta.1","_shasum":"eba12f51cb03d3a0df2608411ce552cf14c748d4","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"eba12f51cb03d3a0df2608411ce552cf14c748d4","size":1808952,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-beta.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-beta.1.tgz_1484302353637_0.12538478965871036"},"directories":{},"publish_time":1484302353928,"_cnpm_publish_time":1484302353928,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.42":{"name":"antd-mobile","version":"1.0.0-alpha.42","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","main":"lib/warn.js","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"^2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","babel-preset-react-native":"^1.9.1","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.40.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"9a718cb4f2b8c4e5777641a1f6ea5bc39ba77518","_id":"antd-mobile@1.0.0-alpha.42","_shasum":"2477646efddbfcf8ef62b2e414d3830ec6485ba9","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"2477646efddbfcf8ef62b2e414d3830ec6485ba9","size":1809044,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.42.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.42.tgz_1484286709340_0.18635209533385932"},"directories":{},"publish_time":1484286709638,"_cnpm_publish_time":1484286709638,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.41":{"name":"antd-mobile","version":"1.0.0-alpha.41","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"^2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"a16f72a5dc83a63336b223631c34a37d8861c08d","_id":"antd-mobile@1.0.0-alpha.41","_shasum":"276ca0dee0f48ea35f4c0e0025845e901baf23df","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"dist":{"shasum":"276ca0dee0f48ea35f4c0e0025845e901baf23df","size":1837792,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.41.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.41.tgz_1484126705972_0.18239053385332227"},"directories":{},"publish_time":1484126706279,"_cnpm_publish_time":1484126706279,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.40":{"name":"antd-mobile","version":"1.0.0-alpha.40","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"^2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"7c3251f6500529845834e54b3d5a282ca5b7a947","_id":"antd-mobile@1.0.0-alpha.40","_shasum":"c41aaa1695d0fa219db8cfef994640234986a036","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"dist":{"shasum":"c41aaa1695d0fa219db8cfef994640234986a036","size":1837812,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.40.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.40.tgz_1484124844551_0.3140663905069232"},"directories":{},"publish_time":1484124844840,"_cnpm_publish_time":1484124844840,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.39":{"name":"antd-mobile","version":"1.0.0-alpha.39","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"^2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"8c8b913e1604484301941bd5919c498c35b55fca","_id":"antd-mobile@1.0.0-alpha.39","_shasum":"20019d5e524fbbf3fbf00233f70eb0a21411fc1c","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"20019d5e524fbbf3fbf00233f70eb0a21411fc1c","size":1820599,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.39.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.39.tgz_1483957185169_0.42690610978752375"},"directories":{},"publish_time":1483957187440,"_cnpm_publish_time":1483957187440,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-beta.0":{"name":"antd-mobile","version":"1.0.0-beta.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"^5.0.0","nuka-carousel":"~2.0.4","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"^2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.4","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"4a85f7c9a96e378752bc9c8282032e5b115fe02d","_id":"antd-mobile@1.0.0-beta.0","_shasum":"47f19e4ffc349eeb8dcab4402ac4dd0758906237","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"47f19e4ffc349eeb8dcab4402ac4dd0758906237","size":1817170,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-beta.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-beta.0.tgz_1483594954135_0.036444657715037465"},"directories":{},"publish_time":1483594954429,"_cnpm_publish_time":1483594954429,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.38":{"name":"antd-mobile","version":"1.0.0-alpha.38","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"^2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.3","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"e7fc851ee4b6fe60873ed3202fe6783852f3ba46","_id":"antd-mobile@1.0.0-alpha.38","_shasum":"dca3d03577f8251a25d94c8a8d73b2c8c6b0d566","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"dca3d03577f8251a25d94c8a8d73b2c8c6b0d566","size":1833559,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.38.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.38.tgz_1482910755808_0.31457823631353676"},"directories":{},"publish_time":1482910758714,"_cnpm_publish_time":1482910758714,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.37":{"name":"antd-mobile","version":"1.0.0-alpha.37","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"^2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.3","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"1bfcbf096777db75e2f480429dd78a825910a614","_id":"antd-mobile@1.0.0-alpha.37","_shasum":"aaf85993914f9c52f2965f12060e3ec217c5a91e","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"aaf85993914f9c52f2965f12060e3ec217c5a91e","size":1816901,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.37.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.37.tgz_1482843318688_0.5709001605864614"},"directories":{},"publish_time":1482843321205,"_cnpm_publish_time":1482843321205,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.36":{"name":"antd-mobile","version":"1.0.0-alpha.36","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"^2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.3","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"2.x","antd-mobile-demo-data":"^0.1.1","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"7657aeba6c61abab51f247f94a67e90cfd0bf74d","_id":"antd-mobile@1.0.0-alpha.36","_shasum":"9478ba574684ab23f7bdcaf1b4b62b73cec01c13","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"dist":{"shasum":"9478ba574684ab23f7bdcaf1b4b62b73cec01c13","size":1800801,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.36.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.36.tgz_1482831224860_0.6423685674089938"},"directories":{},"publish_time":1482831227552,"_cnpm_publish_time":1482831227552,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.35":{"name":"antd-mobile","version":"1.0.0-alpha.35","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"^1.4.3","rc-collapse":"^1.6.11","rc-dialog":"^6.5.5","rc-drawer":"^0.4.9","rc-input-number":"^2.8.8","rc-notification":"^1.3.5","rc-slider":"^5.4.0","rc-steps":"^2.2.4","rc-swipeout":"^1.1.5","rc-table":"^5.2.2","rc-tabs":"^7.1.0","rc-tooltip":"^3.4.2","rc-touchable":"^1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"^4.1.1","rmc-date-picker":"^5.3.1","rmc-list-view":"^0.7.3","rmc-picker":"^3.8.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"674044982d2b0bc550ea7018919bfec2bff0ceba","_id":"antd-mobile@1.0.0-alpha.35","_shasum":"6631b14101ee5c1e7cb50d562f11e05989220f97","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"dist":{"shasum":"6631b14101ee5c1e7cb50d562f11e05989220f97","size":1799602,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.35.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.35.tgz_1482524455648_0.1370597251225263"},"directories":{},"publish_time":1482524458063,"_cnpm_publish_time":1482524458063,"_hasShrinkwrap":false,"contributors":[]},"0.9.13":{"name":"antd-mobile","version":"0.9.13","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","rc-touchable":"~1.0.8","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"419096da5b158b4fdaf0ed664c05dd9e53f9da08","_id":"antd-mobile@0.9.13","_shasum":"5903a9c7d0f43efba8249e316da6139053b76644","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"5903a9c7d0f43efba8249e316da6139053b76644","size":1669231,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.13.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.13.tgz_1482496766726_0.34956585336476564"},"directories":{},"publish_time":1482496768972,"_cnpm_publish_time":1482496768972,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.34":{"name":"antd-mobile","version":"1.0.0-alpha.34","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.3","rc-collapse":"~1.6.10","rc-dialog":"~6.5.2","rc-drawer":"~0.4.8","rc-input-number":"~2.8.0","rc-notification":"~1.3.5","rc-slider":"~5.3.5","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~5.2.2","rc-tabs":"~7.0.13","rc-tooltip":"~3.4.2","rc-touchable":"^1.0.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"~3.0.5","rmc-date-picker":"~5.1.0","rmc-list-view":"~0.7.0","rmc-picker":"~3.6.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"40d8cc08a089f71f518e78ba688ce0e44b991267","_id":"antd-mobile@1.0.0-alpha.34","_shasum":"d0c1c8baa107f9f0c5238ec94ca76549d660412e","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"d0c1c8baa107f9f0c5238ec94ca76549d660412e","size":1819658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.34.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.34.tgz_1482483018135_0.4455639780499041"},"directories":{},"publish_time":1482483021541,"_cnpm_publish_time":1482483021541,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.33":{"name":"antd-mobile","version":"1.0.0-alpha.33","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.3","rc-collapse":"~1.6.10","rc-dialog":"~6.5.2","rc-drawer":"~0.4.8","rc-input-number":"~2.8.0","rc-notification":"~1.3.5","rc-slider":"~5.3.5","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~5.2.2","rc-tabs":"~7.0.13","rc-tooltip":"~3.4.2","rc-touchable":"^1.0.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"~3.0.5","rmc-date-picker":"~5.1.0","rmc-list-view":"~0.7.0","rmc-picker":"~3.6.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"e70769e487dbb0a1f554758242634db5cb5a0be0","_id":"antd-mobile@1.0.0-alpha.33","_shasum":"8aba911fcc7157faa44d156fbb433205035cda1f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"8aba911fcc7157faa44d156fbb433205035cda1f","size":1812749,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.33.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.33.tgz_1482156424681_0.3810716951265931"},"directories":{},"publish_time":1482156425383,"_cnpm_publish_time":1482156425383,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.32":{"name":"antd-mobile","version":"1.0.0-alpha.32","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.3","rc-collapse":"~1.6.10","rc-dialog":"~6.5.2","rc-drawer":"~0.4.8","rc-input-number":"~2.8.0","rc-notification":"~1.3.5","rc-slider":"~5.3.5","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~5.2.2","rc-tabs":"~7.0.13","rc-tooltip":"~3.4.2","rc-touchable":"^1.0.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"~3.0.5","rmc-date-picker":"~5.1.0","rmc-list-view":"~0.7.0","rmc-picker":"~3.6.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"12844f19afe87c0ceb00cde49a1d1927478f9431","_id":"antd-mobile@1.0.0-alpha.32","_shasum":"7a559cf2daf1be825ebc8648745ea426e86507b7","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"7a559cf2daf1be825ebc8648745ea426e86507b7","size":1811311,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.32.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.32.tgz_1481802195885_0.051967711420729756"},"directories":{},"publish_time":1481802198542,"_cnpm_publish_time":1481802198542,"_hasShrinkwrap":false,"contributors":[]},"0.9.12":{"name":"antd-mobile","version":"0.9.12","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"5a8ab66abf6a84c8ac5979bf481c68720cfe17f0","_id":"antd-mobile@0.9.12","_shasum":"9a9fc38e267e9300e0f80f44adb4d15ba14c9f02","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"9a9fc38e267e9300e0f80f44adb4d15ba14c9f02","size":1654766,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.12.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.12.tgz_1481790947671_0.7566403644159436"},"directories":{},"publish_time":1481790949910,"_cnpm_publish_time":1481790949910,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.31":{"name":"antd-mobile","version":"1.0.0-alpha.31","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.3","rc-collapse":"~1.6.10","rc-dialog":"~6.5.2","rc-drawer":"~0.4.8","rc-input-number":"~2.8.0","rc-notification":"~1.3.5","rc-slider":"~5.3.5","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~5.2.2","rc-tabs":"~7.0.13","rc-tooltip":"~3.4.2","rc-touchable":"^1.0.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"~3.0.5","rmc-date-picker":"~5.1.0","rmc-list-view":"~0.7.0","rmc-picker":"~3.6.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"f658010cb8e1a20dd859270d7da2749bf5d06000","_id":"antd-mobile@1.0.0-alpha.31","_shasum":"7bb5bf26c31cf61a4778042ba7a3b2464099daf4","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"7bb5bf26c31cf61a4778042ba7a3b2464099daf4","size":1812265,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.31.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.31.tgz_1481704326833_0.966088633518666"},"directories":{},"publish_time":1481704327511,"_cnpm_publish_time":1481704327511,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.30":{"name":"antd-mobile","version":"1.0.0-alpha.30","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.3","rc-collapse":"~1.6.10","rc-dialog":"~6.5.2","rc-drawer":"~0.4.8","rc-input-number":"~2.8.0","rc-notification":"~1.3.5","rc-slider":"~5.3.5","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~5.2.2","rc-tabs":"~7.0.13","rc-tooltip":"~3.4.2","rc-touchable":"^1.0.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"~3.0.5","rmc-date-picker":"~5.1.0","rmc-list-view":"~0.7.0","rmc-picker":"~3.6.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"5ae06f3b9ba10ff2582f4c3539f5f96c29f04a8e","_id":"antd-mobile@1.0.0-alpha.30","_shasum":"4a7a3dfdbf117d55d17800b72bfd989c94a6c5aa","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"4a7a3dfdbf117d55d17800b72bfd989c94a6c5aa","size":1812107,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.30.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.30.tgz_1481552406911_0.21811404125764966"},"directories":{},"publish_time":1481552407667,"_cnpm_publish_time":1481552407667,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.29":{"name":"antd-mobile","version":"1.0.0-alpha.29","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.3","rc-collapse":"~1.6.10","rc-dialog":"~6.5.2","rc-drawer":"~0.4.8","rc-input-number":"~2.8.0","rc-notification":"~1.3.5","rc-slider":"~5.3.5","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~5.2.2","rc-tabs":"~7.0.13","rc-tooltip":"~3.4.2","rc-touchable":"^1.0.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"~3.0.5","rmc-date-picker":"~5.1.0","rmc-list-view":"~0.7.0","rmc-picker":"~3.6.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"0042230fde670fbcc5d56511f29e7d2a24a6210d","_id":"antd-mobile@1.0.0-alpha.29","_shasum":"6a400ceee1148ae949b73a9c94aca116958ffbbc","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"dist":{"shasum":"6a400ceee1148ae949b73a9c94aca116958ffbbc","size":1811685,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.29.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.29.tgz_1481198620507_0.6113004123326391"},"directories":{},"publish_time":1481198621169,"_cnpm_publish_time":1481198621169,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.28":{"name":"antd-mobile","version":"1.0.0-alpha.28","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.3","rc-collapse":"~1.6.10","rc-dialog":"~6.5.2","rc-drawer":"~0.4.8","rc-input-number":"~2.8.0","rc-notification":"~1.3.5","rc-slider":"~5.3.5","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~5.2.2","rc-tabs":"~7.0.13","rc-tooltip":"~3.4.2","rc-touchable":"^1.0.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"~3.0.5","rmc-date-picker":"~5.1.0","rmc-list-view":"~0.7.0","rmc-picker":"~3.6.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"b472d9311e46fe9eed312dde978e4a4deb8881f0","_id":"antd-mobile@1.0.0-alpha.28","_shasum":"a6703ff457e572e29371704ea6974e9c1b91d59a","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"a6703ff457e572e29371704ea6974e9c1b91d59a","size":1817905,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.28.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.28.tgz_1481102877144_0.9999819395598024"},"directories":{},"publish_time":1481102877853,"_cnpm_publish_time":1481102877853,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.27":{"name":"antd-mobile","version":"1.0.0-alpha.27","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.3","rc-collapse":"~1.6.10","rc-dialog":"~6.5.2","rc-drawer":"~0.4.8","rc-input-number":"~2.8.0","rc-notification":"~1.3.5","rc-slider":"~5.3.5","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~5.2.2","rc-tabs":"~7.0.13","rc-tooltip":"~3.4.2","rc-touchable":"^1.0.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"~3.0.5","rmc-date-picker":"~5.1.0","rmc-list-view":"~0.7.0","rmc-picker":"~3.6.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"~15.4.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"202859f8ea41dc399c3ce40e5343d771c222ce57","_id":"antd-mobile@1.0.0-alpha.27","_shasum":"5e25928f3ec23d5a8622f6b56b065a207ba03ac2","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"dist":{"shasum":"5e25928f3ec23d5a8622f6b56b065a207ba03ac2","size":1813177,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.27.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.27.tgz_1480935778532_0.621909927111119"},"directories":{},"publish_time":1480935781553,"_cnpm_publish_time":1480935781553,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.26":{"name":"antd-mobile","version":"1.0.0-alpha.26","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.3","rc-collapse":"~1.6.10","rc-dialog":"~6.5.2","rc-drawer":"~0.4.8","rc-input-number":"~2.8.0","rc-notification":"~1.3.5","rc-slider":"~5.3.5","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~5.2.2","rc-tabs":"~7.0.13","rc-tooltip":"~3.4.2","rc-touchable":"^1.0.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"~3.0.5","rmc-date-picker":"~5.1.0","rmc-list-view":"~0.7.0","rmc-picker":"~3.6.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.4.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.4.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.39.0","react-native-code-push":"~1.16.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"5cb48e7bff6502ff98e3a6b22fa9253a0f3919ec","_id":"antd-mobile@1.0.0-alpha.26","_shasum":"d5393a893fd05eef4a3fea336bb0a7c8f8b08fce","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"d5393a893fd05eef4a3fea336bb0a7c8f8b08fce","size":1811139,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.26.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.26.tgz_1480699366017_0.15020195511169732"},"directories":{},"publish_time":1480699366711,"_cnpm_publish_time":1480699366711,"_hasShrinkwrap":false,"contributors":[]},"0.9.11":{"name":"antd-mobile","version":"0.9.11","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"a5f8aa9c19831734f3c33911340c1d5d54e930c7","_id":"antd-mobile@0.9.11","_shasum":"46e8d2e68c58f8271111c742f4cc0da0c8705aae","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"46e8d2e68c58f8271111c742f4cc0da0c8705aae","size":1652326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.11.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.11.tgz_1480698714058_0.4378570378758013"},"directories":{},"publish_time":1480698714696,"_cnpm_publish_time":1480698714696,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.25":{"name":"antd-mobile","version":"1.0.0-alpha.25","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.3","rc-collapse":"~1.6.10","rc-dialog":"~6.5.2","rc-drawer":"~0.4.8","rc-input-number":"~2.8.0","rc-notification":"~1.3.5","rc-slider":"~5.3.5","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~5.2.2","rc-tabs":"~7.0.13","rc-tooltip":"~3.4.2","rc-touchable":"^1.0.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"~3.0.5","rmc-date-picker":"~5.1.0","rmc-list-view":"~0.7.0","rmc-picker":"~3.6.0","rn-topview":"~0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"0055b35764d428018a035a61ee5c5449c37b44a2","_id":"antd-mobile@1.0.0-alpha.25","_shasum":"25f2678503efb3cb3f8b7a62e9f0a770f573f676","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"dist":{"shasum":"25f2678503efb3cb3f8b7a62e9f0a770f573f676","size":1810844,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.25.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.25.tgz_1480573150756_0.38570210384204984"},"directories":{},"publish_time":1480573153659,"_cnpm_publish_time":1480573153659,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.24":{"name":"antd-mobile","version":"1.0.0-alpha.24","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","rc-touchable":"^1.0.0","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0","rmc-picker":"3.5.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"2655461a62702f775316db3fa0e6be6de9d78eec","_id":"antd-mobile@1.0.0-alpha.24","_shasum":"65eebb9f1b463c2e26a5caf3c72ef7e62107f0d3","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"65eebb9f1b463c2e26a5caf3c72ef7e62107f0d3","size":1792662,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.24.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.24.tgz_1480473413161_0.7833745831158012"},"directories":{},"publish_time":1480473413419,"_cnpm_publish_time":1480473413419,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.23":{"name":"antd-mobile","version":"1.0.0-alpha.23","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0","rmc-picker":"3.5.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"bc05f2961d6a23b49b77121bd5fb3889d3435101","_id":"antd-mobile@1.0.0-alpha.23","_shasum":"fc0e77e7941233dad421d8f4bbda21cf395cf939","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"dist":{"shasum":"fc0e77e7941233dad421d8f4bbda21cf395cf939","size":1764172,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.23.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.23.tgz_1480330650030_0.0654606856405735"},"directories":{},"publish_time":1480330652762,"_cnpm_publish_time":1480330652762,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.22":{"name":"antd-mobile","version":"1.0.0-alpha.22","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"c6715896c01ae829cff38ff8515b341f661bbe07","_id":"antd-mobile@1.0.0-alpha.22","_shasum":"bcabb34794fd51f6abf3c8bb8a843a92401d348c","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"bcabb34794fd51f6abf3c8bb8a843a92401d348c","size":1763893,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.22.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.22.tgz_1480311980387_0.10187657852657139"},"directories":{},"publish_time":1480311981008,"_cnpm_publish_time":1480311981008,"_hasShrinkwrap":false,"contributors":[]},"0.9.10":{"name":"antd-mobile","version":"0.9.10","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"eb288d6b030b74416204a8c6a13c80d60c5760f3","_id":"antd-mobile@0.9.10","_shasum":"1a717b89ea8f37d5c490c96f5dc537907e1dd577","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"1a717b89ea8f37d5c490c96f5dc537907e1dd577","size":1646172,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.10.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.10.tgz_1480081911635_0.9567807756830007"},"directories":{},"publish_time":1480081914671,"_cnpm_publish_time":1480081914671,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.21":{"name":"antd-mobile","version":"1.0.0-alpha.21","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"06a373bd893978c5387851072d8eba30a5ae55fd","_id":"antd-mobile@1.0.0-alpha.21","_shasum":"88ba3e4393ca76532a08d4f71f57e0d2c8de1156","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"88ba3e4393ca76532a08d4f71f57e0d2c8de1156","size":1760119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.21.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.21.tgz_1480081374816_0.3798981907311827"},"directories":{},"publish_time":1480081377645,"_cnpm_publish_time":1480081377645,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.20":{"name":"antd-mobile","version":"1.0.0-alpha.20","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.16.0","bisheng-plugin-antd":"^0.4.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.3.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"3.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^3.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"78d0327bbdfcbb98a59e9ccd5b49ca4270a506e9","_id":"antd-mobile@1.0.0-alpha.20","_shasum":"19382e751201c13ac3e2fae587eaae6b695e09df","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"dist":{"shasum":"19382e751201c13ac3e2fae587eaae6b695e09df","size":1754819,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.20.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.20.tgz_1479729135843_0.06447565811686218"},"directories":{},"publish_time":1479729142945,"_cnpm_publish_time":1479729142945,"_hasShrinkwrap":false,"contributors":[]},"0.9.9":{"name":"antd-mobile","version":"0.9.9","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"2a8b29ee5ac677d28f65f2fc6df06949b523675c","_id":"antd-mobile@0.9.9","_shasum":"7186750bacb588ca934e8347b8d371b830140646","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"7186750bacb588ca934e8347b8d371b830140646","size":1640023,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.9.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.9.tgz_1479474697848_0.3243927862495184"},"directories":{},"publish_time":1479474698415,"_cnpm_publish_time":1479474698415,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.19":{"name":"antd-mobile","version":"1.0.0-alpha.19","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"~2.15.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.14.2","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.15.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"^0.0.31"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"5bcb91631370d947e95f31b9bb5d8fd688fed030","_id":"antd-mobile@1.0.0-alpha.19","_shasum":"c6d6a3a266de0aa84a5b0723d9d0a53d71dc7703","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"c6d6a3a266de0aa84a5b0723d9d0a53d71dc7703","size":1753056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.19.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.19.tgz_1479474171719_0.8664733292534947"},"directories":{},"publish_time":1479474172288,"_cnpm_publish_time":1479474172288,"_hasShrinkwrap":false,"contributors":[]},"0.9.8":{"name":"antd-mobile","version":"0.9.8","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.13.11","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"d78d8e18edabb76986649c159f09fc2c4b755d6e","_id":"antd-mobile@0.9.8","_shasum":"dad54a996728d466af68861eacb993ab65593dbe","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"dad54a996728d466af68861eacb993ab65593dbe","size":1635161,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.8.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.8.tgz_1478880821261_0.0887881035450846"},"directories":{},"publish_time":1478880821863,"_cnpm_publish_time":1478880821863,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.18":{"name":"antd-mobile","version":"1.0.0-alpha.18","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.13.11","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.15.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"0.0.28"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"1ec3f25c3029d50d2073e61e03d30456e82bd900","_id":"antd-mobile@1.0.0-alpha.18","_shasum":"4bd6fe3a29f0741503ce42c2d007dcdfd7282c90","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"4bd6fe3a29f0741503ce42c2d007dcdfd7282c90","size":1728667,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.18.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.18.tgz_1478879419691_0.15661071217618883"},"directories":{},"publish_time":1478879420288,"_cnpm_publish_time":1478879420288,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.17":{"name":"antd-mobile","version":"1.0.0-alpha.17","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.15.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"0.0.28"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"ff092f616ed699ed9fe757fc5cd892c76e594da9","_id":"antd-mobile@1.0.0-alpha.17","_shasum":"6e0aaeba6f80522806b4ce7cdb4444837990c811","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"6e0aaeba6f80522806b4ce7cdb4444837990c811","size":1585903,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.17.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.17.tgz_1478878967074_0.8617935827933252"},"directories":{},"publish_time":1478878969891,"_cnpm_publish_time":1478878969891,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.16":{"name":"antd-mobile","version":"1.0.0-alpha.16","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.15.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"0.0.28"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"22ebc49d96aeaaf1535b759ee8defbd572f5f3c6","_id":"antd-mobile@1.0.0-alpha.16","_shasum":"39a3b4b082e52a71ea5ddb653c5fb74aeef8fc0c","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"39a3b4b082e52a71ea5ddb653c5fb74aeef8fc0c","size":1585937,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.16.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.16.tgz_1478878049845_0.3257668991573155"},"directories":{},"publish_time":1478878052503,"_cnpm_publish_time":1478878052503,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.15":{"name":"antd-mobile","version":"1.0.0-alpha.15","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"0.13.8","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.15.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"0.0.28"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"06bc5b0f2460ae9ef3278fb7daa5949029f22424","_id":"antd-mobile@1.0.0-alpha.15","_shasum":"d2edeb88dba1c61bb78fbfd4dd9bf09f0e3f61c2","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"d2edeb88dba1c61bb78fbfd4dd9bf09f0e3f61c2","size":1722389,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.15.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.15.tgz_1478875036918_0.4668702962808311"},"directories":{},"publish_time":1478875039682,"_cnpm_publish_time":1478875039682,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.14":{"name":"antd-mobile","version":"1.0.0-alpha.14","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.15.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"0.0.28"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"0911445bd2d60d6d5c066d4d414dbc39545f8382","_id":"antd-mobile@1.0.0-alpha.14","_shasum":"165eed3e443b6a2cced0e7dfb4a252c0f6dbf8d0","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"165eed3e443b6a2cced0e7dfb4a252c0f6dbf8d0","size":1583975,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.14.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.14.tgz_1478873745204_0.32432243251241744"},"directories":{},"publish_time":1478873748120,"_cnpm_publish_time":1478873748120,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.13":{"name":"antd-mobile","version":"1.0.0-alpha.13","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.15.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"0.0.28"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"a1218c73a5f8a16d6563d1a8a69b50b2d7258d01","_id":"antd-mobile@1.0.0-alpha.13","_shasum":"7fe815993da95a3bd2e8371800923ff5ef6bc2db","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"7fe815993da95a3bd2e8371800923ff5ef6bc2db","size":1583991,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.13.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.13.tgz_1478873122305_0.01819548849016428"},"directories":{},"publish_time":1478873122861,"_cnpm_publish_time":1478873122861,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.12":{"name":"antd-mobile","version":"1.0.0-alpha.12","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.15.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"0.0.28"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"cc5719cc4295270bdf1483fe75327c0f1c4c60d6","_id":"antd-mobile@1.0.0-alpha.12","_shasum":"cd33173261ec5bf6d775e9912cd88de762655fa2","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"cd33173261ec5bf6d775e9912cd88de762655fa2","size":1583979,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.12.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.12.tgz_1478872723059_0.03511774819344282"},"directories":{},"publish_time":1478872723629,"_cnpm_publish_time":1478872723629,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.11":{"name":"antd-mobile","version":"1.0.0-alpha.11","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.15.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"0.0.28"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile --ignore-error","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"4541b06e6e4441d94b55528d231f996f20ca6fbf","_id":"antd-mobile@1.0.0-alpha.11","_shasum":"fd4d9fbc7c8b405b4fe1edf80da189b5d2c40aaa","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"fd4d9fbc7c8b405b4fe1edf80da189b5d2c40aaa","size":1583864,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.11.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.11.tgz_1478866387512_0.7835387489758432"},"directories":{},"publish_time":1478866388128,"_cnpm_publish_time":1478866388128,"_hasShrinkwrap":false,"contributors":[]},"0.9.7":{"name":"antd-mobile","version":"0.9.7","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"800606502d1b4c58e3cda198699573934ca6413a","_id":"antd-mobile@0.9.7","_shasum":"e50acaaa3ee44a2738d8cafb0c805cbdc6034e73","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"e50acaaa3ee44a2738d8cafb0c805cbdc6034e73","size":1501736,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.7.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.7.tgz_1478866196361_0.49211967759765685"},"directories":{},"publish_time":1478866198906,"_cnpm_publish_time":1478866198906,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.10":{"name":"antd-mobile","version":"1.0.0-alpha.10","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.15.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"~1.15.0-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"0.0.28"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"4a1f8a27390217771dddab4ef68b52d728f87bb8","_id":"antd-mobile@1.0.0-alpha.10","_shasum":"11532626b3e8f667c19fda3a243ff0bbee9f314f","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"11532626b3e8f667c19fda3a243ff0bbee9f314f","size":1898546,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.10.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.10.tgz_1478676024367_0.030201614135876298"},"directories":{},"publish_time":1478676024910,"_cnpm_publish_time":1478676024910,"_hasShrinkwrap":false,"contributors":[]},"0.9.6":{"name":"antd-mobile","version":"0.9.6","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","omit.js":"~0.1.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"0e1e917e1a9ab927a8fa98e43495fb97677acd41","_id":"antd-mobile@0.9.6","_shasum":"b43ffc5af038c0278957d0c5c7b8defca89f21fe","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"b43ffc5af038c0278957d0c5c7b8defca89f21fe","size":1635542,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.6.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.6.tgz_1478280023181_0.9752294793725014"},"directories":{},"publish_time":1478280025765,"_cnpm_publish_time":1478280025765,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.9":{"name":"antd-mobile","version":"1.0.0-alpha.9","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.15.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"0.0.28"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","watch-tsc":"antd-tools run watch-tsc","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"npm run watch-tsc\" \"npm run _ios\"","android":"concurrently \"npm run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"2604e0d96e1ec2baaae7c24e2b5e5c57753bb8bc","_id":"antd-mobile@1.0.0-alpha.9","_shasum":"6a22e26c9247175845c0706846d90dfd7c5df1dc","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"6a22e26c9247175845c0706846d90dfd7c5df1dc","size":1868452,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.9.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.9.tgz_1478086441933_0.12446454633027315"},"directories":{},"publish_time":1478086442500,"_cnpm_publish_time":1478086442500,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.8":{"name":"antd-mobile","version":"1.0.0-alpha.8","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.15.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5","svg-sprite-loader":"0.0.28"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"concurrently \"bisheng start -c ./site/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./site/bisheng.kitchen.config.js --no-livereload\"","site":"concurrently \"bisheng build -c ./site/bisheng.site.config.js\" \"bisheng build -c ./site/bisheng.kitchen.config.js\"","just-deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","deploy":"npm run clean && npm run site && bisheng gh-pages --push-only","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"5747f88e5716253069c52966cefc08584e292eae","_id":"antd-mobile@1.0.0-alpha.8","_shasum":"e905b4a2f3bfa94577afb1f3c74f5c61a7568fd3","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"e905b4a2f3bfa94577afb1f3c74f5c61a7568fd3","size":1801863,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.8.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.8.tgz_1477667714305_0.7755107136908919"},"directories":{},"publish_time":1477667717093,"_cnpm_publish_time":1477667717093,"_hasShrinkwrap":false,"contributors":[]},"0.9.5":{"name":"antd-mobile","version":"0.9.5","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.5.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"e2780e4ec9f5745f20018610114b45e66fd389f3","_id":"antd-mobile@0.9.5","_shasum":"1993793bc28d1d5e9b93131c1c46f24ba9a1f477","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"1993793bc28d1d5e9b93131c1c46f24ba9a1f477","size":1613326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.5.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.5.tgz_1477665580807_0.41232552099972963"},"directories":{},"publish_time":1477665583549,"_cnpm_publish_time":1477665583549,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.7":{"name":"antd-mobile","version":"1.0.0-alpha.7","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.4.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"b70366287a6a55245c295b2bde56a87450fe3bd8","_id":"antd-mobile@1.0.0-alpha.7","_shasum":"53ccb3934bb650bb0fde0bcfe72a7bf94d1ce188","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"53ccb3934bb650bb0fde0bcfe72a7bf94d1ce188","size":1612551,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.7.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.7.tgz_1477045270477_0.4978583832271397"},"directories":{},"publish_time":1477045273141,"_cnpm_publish_time":1477045273141,"_hasShrinkwrap":false,"contributors":[]},"0.9.4":{"name":"antd-mobile","version":"0.9.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.4.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"48cedded8fef146721032a3e23baa05f8e8b6767","_id":"antd-mobile@0.9.4","_shasum":"332795357f7535c8735220bf137ceb0038cf8925","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"332795357f7535c8735220bf137ceb0038cf8925","size":1611344,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.4.tgz_1477044716531_0.6786719718948007"},"directories":{},"publish_time":1477044719244,"_cnpm_publish_time":1477044719244,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.6":{"name":"antd-mobile","version":"1.0.0-alpha.6","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.4.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"@types/react":"~0.14.41","@types/react-dom":"~0.14.18","@types/react-native":"~0.29.36","antd":"1.x","antd-tools":"^0.13.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"1.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint && npm run compile && rm -rf lib","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"80fe3eee65c3d0bd1df79c1c60bc0ee8285b78d3","_id":"antd-mobile@1.0.0-alpha.6","_shasum":"b720b0ff76b1e9cdffe5eb2ca89bc06db827d080","_from":".","_npmVersion":"3.9.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"dist":{"shasum":"b720b0ff76b1e9cdffe5eb2ca89bc06db827d080","size":1612883,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.6.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.6.tgz_1477026019190_0.7901079549919814"},"directories":{},"publish_time":1477026020054,"_cnpm_publish_time":1477026020054,"_hasShrinkwrap":false,"contributors":[]},"0.9.3":{"name":"antd-mobile","version":"0.9.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.4.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"antd":"1.x","antd-tools":"^0.12.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"93396f362fc243845ae3bd0febb1c15c88ce8709","_id":"antd-mobile@0.9.3","_shasum":"977afdd44505e1525f6dd6eeefb66591c025929b","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"977afdd44505e1525f6dd6eeefb66591c025929b","size":1605200,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.3.tgz_1476686247926_0.7085974356159568"},"directories":{},"publish_time":1476686250207,"_cnpm_publish_time":1476686250207,"_hasShrinkwrap":false,"contributors":[]},"0.9.2":{"name":"antd-mobile","version":"0.9.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.4.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"antd":"1.x","antd-tools":"^0.12.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","build":"npm run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"769c0e0d629f46d45447f8b984070fa372eb45a8","_id":"antd-mobile@0.9.2","_shasum":"63c0eba9b7ef08fc9fe90115a21d5d7041b4c100","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"63c0eba9b7ef08fc9fe90115a21d5d7041b4c100","size":1601949,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.2.tgz_1476097581976_0.4007508142385632"},"directories":{},"publish_time":1476097582756,"_cnpm_publish_time":1476097582756,"_hasShrinkwrap":false,"contributors":[]},"0.9.1":{"name":"antd-mobile","version":"0.9.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.4.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"antd":"1.x","antd-tools":"^0.12.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","just-deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"npm run clean && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"10c5209b17ea942c3b3cc6a5157f47e1cd7d50d6","_id":"antd-mobile@0.9.1","_shasum":"94ce3130f85762672aeb73a83e97fe6f2c242cf7","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"94ce3130f85762672aeb73a83e97fe6f2c242cf7","size":1599872,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.1.tgz_1476007714533_0.8946190581191331"},"directories":{},"publish_time":1476007717084,"_cnpm_publish_time":1476007717084,"_hasShrinkwrap":false,"contributors":[]},"0.9.0":{"name":"antd-mobile","version":"0.9.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.4.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.2.0","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"antd":"1.x","antd-tools":"^0.12.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.1.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.34.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"523fc1bdd4fffc2190e7545d00956d4ec9bf821c","_id":"antd-mobile@0.9.0","_shasum":"b080c46bf1392782d822dcfbfc5cc3d47f38cd90","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"anonymous","email":"charminglv@gmail.com"},"dist":{"shasum":"b080c46bf1392782d822dcfbfc5cc3d47f38cd90","size":1660286,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.0.tgz_1475223460979_0.8598622719291598"},"directories":{},"publish_time":1475223462066,"_cnpm_publish_time":1475223462066,"_hasShrinkwrap":false,"contributors":[]},"0.9.0-beta.1":{"name":"antd-mobile","version":"0.9.0-beta.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.4.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"antd":"1.x","antd-tools":"^0.12.0","babel-eslint":"^6.0.4","babel-plugin-import":"^1.0.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.32.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"f42aac40db7ff011cfbd826fc32fb48696cb9013","_id":"antd-mobile@0.9.0-beta.1","_shasum":"f946c671c14e5648d299478871bc06aa2ee9461a","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"f946c671c14e5648d299478871bc06aa2ee9461a","size":1599974,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.0-beta.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.0-beta.1.tgz_1475128971544_0.39242592360824347"},"directories":{},"publish_time":1475128974157,"_cnpm_publish_time":1475128974157,"_hasShrinkwrap":false,"contributors":[]},"0.8.7":{"name":"antd-mobile","version":"0.8.7","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.4.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","nuka-carousel":"~2.0.3","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-picker":"3.4.x","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.5.0","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.32.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"bd388e789ea6c0f3e109bd9f8c9f0582356f1298","_id":"antd-mobile@0.8.7","_shasum":"fd0f64326e739238283a13c5a5ceefa51bffcfa5","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"anonymous","email":"charminglv@gmail.com"},"dist":{"shasum":"fd0f64326e739238283a13c5a5ceefa51bffcfa5","size":1730937,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.8.7.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.8.7.tgz_1474954143942_0.8204056904651225"},"directories":{},"publish_time":1474954147717,"_cnpm_publish_time":1474954147717,"_hasShrinkwrap":false,"contributors":[]},"0.9.0-beta.0":{"name":"antd-mobile","version":"0.9.0-beta.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","nuka-carousel":"~2.0.3","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.4.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.7.0-beta.4","rmc-picker":"3.4.x","rn-topview":"^0.1.0","zscroller":"~0.2.2"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.32.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"babd3aebed46bd3aec390f99bc3e9fa4cbe414e4","_id":"antd-mobile@0.9.0-beta.0","_shasum":"0895462c30427035d4d3ffaa8d82b9dd3d827057","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"anonymous","email":"charminglv@gmail.com"},"dist":{"shasum":"0895462c30427035d4d3ffaa8d82b9dd3d827057","size":1715310,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.9.0-beta.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.9.0-beta.0.tgz_1474632645056_0.41864619962871075"},"directories":{},"publish_time":1474632647325,"_cnpm_publish_time":1474632647325,"_hasShrinkwrap":false,"contributors":[]},"0.8.6":{"name":"antd-mobile","version":"0.8.6","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.4.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","nuka-carousel":"~2.0.3","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-picker":"3.4.x","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.5.0","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.32.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","pre-publish":"node ./scripts/build-less-entry","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"dd8a36555cb36abf3340cbcfc957fa5e91d259c8","_id":"antd-mobile@0.8.6","_shasum":"22ef356b999c95c279b8d32033d783fa003e3b56","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"anonymous","email":"charminglv@gmail.com"},"dist":{"shasum":"22ef356b999c95c279b8d32033d783fa003e3b56","size":1728203,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.8.6.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.8.6.tgz_1474624516816_0.7649536614771932"},"directories":{},"publish_time":1474624519772,"_cnpm_publish_time":1474624519772,"_hasShrinkwrap":false,"contributors":[]},"0.8.5":{"name":"antd-mobile","version":"0.8.5","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.3.0","rc-drawer":"~0.4.8","rc-input-number":"~2.7.0","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.6.0","nuka-carousel":"~2.0.3","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.5.0","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.32.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"c4664fca20d7f3c7d9b1a06f64f462e7347cacb0","_id":"antd-mobile@0.8.5","_shasum":"3a0b8d312b72d298d967d32d7ee73eee053f3453","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"3a0b8d312b72d298d967d32d7ee73eee053f3453","size":1670655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.8.5.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.8.5.tgz_1473835100932_0.29634806141257286"},"directories":{},"publish_time":1473835103293,"_cnpm_publish_time":1473835103293,"_hasShrinkwrap":false,"contributors":[]},"0.8.4":{"name":"antd-mobile","version":"0.8.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.3.0","rc-drawer":"~0.4.8","rc-input-number":"~2.6.3","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.5.3","nuka-carousel":"~2.0.3","react-timer-mixin":"~0.13.3","rmc-cascader":"3.0.x","rmc-date-picker":"5.0.x","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.5.0","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","babel-plugin-transform-runtime":"~6.15.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.32.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"95b5605484cfe7a9d629920cc135dc636d0144c3","_id":"antd-mobile@0.8.4","_shasum":"e9eef40d597027dcb0a141429dc488a21c43a400","_from":".","_npmVersion":"3.9.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"dist":{"shasum":"e9eef40d597027dcb0a141429dc488a21c43a400","size":1682908,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.8.4.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.8.4.tgz_1473404797461_0.2789114990737289"},"directories":{},"publish_time":1473404799823,"_cnpm_publish_time":1473404799823,"_hasShrinkwrap":false,"contributors":[]},"0.8.2":{"name":"antd-mobile","version":"0.8.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.3.0","rc-drawer":"~0.4.8","rc-input-number":"~2.6.3","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-timer-mixin":"~0.13.3","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.5.3","react-slick":"~0.13.3","rmc-cascader":"~2.2.6","rmc-date-picker":"~4.0.3","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.1.0","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.32.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"91815aa44c338b718b80fab26537bdb8db6ec6f7","_id":"antd-mobile@0.8.2","_shasum":"f8bd0df3689ad7eef36a7541bbc59801f4a1503c","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"f8bd0df3689ad7eef36a7541bbc59801f4a1503c","size":1656537,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.8.2.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.8.2.tgz_1473229776652_0.2020139484666288"},"directories":{},"publish_time":1473229779531,"_cnpm_publish_time":1473229779531,"_hasShrinkwrap":false,"contributors":[]},"0.8.1":{"name":"antd-mobile","version":"0.8.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.3.0","rc-drawer":"~0.4.8","rc-input-number":"~2.6.3","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-timer-mixin":"~0.13.3","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.5.3","react-slick":"~0.13.3","rmc-cascader":"~2.2.6","rmc-date-picker":"~4.0.3","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.12.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.32.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"4883f81bd349d6a3a6409f85e60cf22f952b3f5f","_id":"antd-mobile@0.8.1","_shasum":"4f4a0850416343e1b024cf2be7abb2815059186d","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"anonymous","email":"qi.liqi07@gmail.com"},"dist":{"shasum":"4f4a0850416343e1b024cf2be7abb2815059186d","size":1637130,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.8.1.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.8.1.tgz_1472782169487_0.6369505838956684"},"directories":{},"publish_time":1472782172048,"_cnpm_publish_time":1472782172048,"_hasShrinkwrap":false,"contributors":[]},"0.8.0":{"name":"antd-mobile","version":"0.8.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.3.0","rc-drawer":"~0.4.8","rc-input-number":"~2.6.3","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.6.0","rc-tabs":"7.0.x","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-timer-mixin":"~0.13.3","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.5.3","react-slick":"~0.13.3","rmc-cascader":"~2.2.6","rmc-date-picker":"~4.0.3","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^3.3.1","eslint-config-airbnb":"^10.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^6.1.1","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.3.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.3.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.32.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"73b953d3e80e297e1b5250e20ee7ebeb5aaf3200","_id":"antd-mobile@0.8.0","_shasum":"a3cf7fb015463370878f3876bed2399d3b591128","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"anonymous","email":"qi.liqi07@gmail.com"},"dist":{"shasum":"a3cf7fb015463370878f3876bed2399d3b591128","size":1635448,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.8.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.8.0.tgz_1472644973373_0.27289658156223595"},"directories":{},"publish_time":1472644975840,"_cnpm_publish_time":1472644975840,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.5":{"name":"antd-mobile","version":"1.0.0-alpha.5","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.3.0","rc-drawer":"~0.4.4","rc-input-number":"~2.6.3","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.5.1","rc-tabs":"~6.0.1","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-native-scrollable-tab-view":"^0.5.3","react-slick":"~0.12.2","rmc-cascader":"~2.2.3","rmc-date-picker":"~4.0.1","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.2.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.2.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.31.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"6646c29d24b2d838a384d1de7dc84373a7473da5","_id":"antd-mobile@1.0.0-alpha.5","_shasum":"e1f146147f2b06ecc8f668bd1e4fbbfbf2e5a82b","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"e1f146147f2b06ecc8f668bd1e4fbbfbf2e5a82b","size":1596500,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.5.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.5.tgz_1472041138419_0.2717836347874254"},"directories":{},"publish_time":1472041140975,"_cnpm_publish_time":1472041140975,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.4":{"name":"antd-mobile","version":"1.0.0-alpha.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.3.0","rc-drawer":"~0.4.4","rc-input-number":"~2.6.3","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.5.1","rc-tabs":"~6.0.1","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.3","rmc-date-picker":"~4.0.1","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.2.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.2.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.31.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"b028c271101185027ebd6c3c6f5f2e532d8addaf","_id":"antd-mobile@1.0.0-alpha.4","_shasum":"e01cfcf6a9d03824bc391f6b734213d12ad42df8","_from":".","_npmVersion":"3.9.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"dist":{"shasum":"e01cfcf6a9d03824bc391f6b734213d12ad42df8","size":1571930,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.4.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.4.tgz_1471934810980_0.4726285170763731"},"directories":{},"publish_time":1471934813328,"_cnpm_publish_time":1471934813328,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.3":{"name":"antd-mobile","version":"1.0.0-alpha.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.3.0","rc-drawer":"~0.4.4","rc-input-number":"~2.6.3","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.5.1","rc-tabs":"~5.9.2","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.3","rmc-date-picker":"~4.0.1","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.2.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.2.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.31.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"618b6d2213fa9a24527e3f94fcbecda3b5a7552e","_id":"antd-mobile@1.0.0-alpha.3","_shasum":"0995afffdcc796f6275bcfe0a32042f37c83d321","_from":".","_npmVersion":"3.9.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"dist":{"shasum":"0995afffdcc796f6275bcfe0a32042f37c83d321","size":1570796,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.3.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.3.tgz_1471644960710_0.6350469638127834"},"directories":{},"publish_time":1471644960966,"_cnpm_publish_time":1471644960966,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.2":{"name":"antd-mobile","version":"1.0.0-alpha.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-animate":"~2.3.1","rc-checkbox":"~1.4.1","rc-collapse":"~1.6.6","rc-dialog":"~6.3.0","rc-drawer":"~0.4.4","rc-input-number":"~2.6.3","rc-notification":"~1.3.5","rc-slider":"~4.0.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.5","rc-table":"~4.5.1","rc-tabs":"~5.9.2","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"~1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.3","rmc-date-picker":"~4.0.1","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.2.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.2.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.31.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"f589a848e504ef5485ab5d4fb1cdb8761b90e8d0","_id":"antd-mobile@1.0.0-alpha.2","_shasum":"756be52e827a2e0f5ae6c6fd1d9ab4e4b9d1dd20","_from":".","_npmVersion":"3.9.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"dist":{"shasum":"756be52e827a2e0f5ae6c6fd1d9ab4e4b9d1dd20","size":1571907,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.2.tgz_1471632952274_0.6451570519711822"},"directories":{},"publish_time":1471632955814,"_cnpm_publish_time":1471632955814,"_hasShrinkwrap":false,"contributors":[]},"1.0.0-alpha.0":{"name":"antd-mobile","version":"1.0.0-alpha.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-animate":"~2.3.1","rc-checkbox":"~1.4.0","rc-collapse":"~1.6.6","rc-dialog":"~6.2.1","rc-drawer":"~0.4.4","rc-input-number":"2.6.x","rc-notification":"~1.3.5","rc-slider":"~3.8.2","rc-steps":"~2.1.5","rc-swipeout":"~1.1.4","rc-table":"~4.4.2","rc-tabs":"~5.9.2","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"^1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.3","rmc-date-picker":"~4.0.1","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","postcss-pxtorem":"^3.3.1","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.2.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.2.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.31.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/bundle/index.android.bundle --assets-dest rn-kitchen-sink/android/bundle","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"c5a36e9ef65fcb8dd3a76d052f3e15a9e20f9d1f","_id":"antd-mobile@1.0.0-alpha.0","_shasum":"a3f0ccead1225be8686e4e3587d1bd51f9b0ccb5","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"a3f0ccead1225be8686e4e3587d1bd51f9b0ccb5","size":1552390,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-1.0.0-alpha.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-1.0.0-alpha.0.tgz_1471606522098_0.14299763296730816"},"directories":{},"publish_time":1471606524404,"_cnpm_publish_time":1471606524404,"_hasShrinkwrap":false,"contributors":[]},"0.7.8":{"name":"antd-mobile","version":"0.7.8","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-animate":"~2.3.1","rc-checkbox":"~1.4.0","rc-collapse":"~1.6.6","rc-dialog":"~6.2.1","rc-drawer":"~0.4.2","rc-input-number":"2.6.x","rc-notification":"~1.3.5","rc-slider":"~3.8.2","rc-steps":"~2.1.5","rc-swipeout":"~1.1.4","rc-table":"~4.4.2","rc-tabs":"~5.9.2","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"^1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.3","rmc-date-picker":"~4.0.1","rmc-list-view":"~0.6.1","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.2.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.2.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.30.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --entry-file rn-kitchen-sink/index.ios.js --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --entry-file rn-kitchen-sink/index.android.js --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/app/src/main/assets/index.android.bundle --assets-dest rn-kitchen-sink/android/app/src/main/res","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"539b490de69ecc231b634e33af0cb73ce9360776","_id":"antd-mobile@0.7.8","_shasum":"3737d0606f7b9e4f61b4319a71ecab5c21753fad","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"3737d0606f7b9e4f61b4319a71ecab5c21753fad","size":1583382,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.7.8.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.7.8.tgz_1471432819034_0.07579229399561882"},"directories":{},"publish_time":1471432821538,"_cnpm_publish_time":1471432821538,"_hasShrinkwrap":false,"contributors":[]},"0.7.7":{"name":"antd-mobile","version":"0.7.7","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-animate":"~2.3.1","rc-checkbox":"~1.4.0","rc-collapse":"~1.6.6","rc-dialog":"~6.2.1","rc-drawer":"~0.4.2","rc-input-number":"2.6.x","rc-notification":"~1.3.5","rc-slider":"~3.8.2","rc-steps":"~2.1.5","rc-swipeout":"~1.1.4","rc-table":"~4.4.2","rc-tabs":"~5.9.2","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"^1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.3","rmc-date-picker":"~4.0.1","rmc-list-view":"~0.5.13","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.2.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.2.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.30.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --entry-file rn-kitchen-sink/index.ios.js --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --entry-file rn-kitchen-sink/index.android.js --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/app/src/main/assets/index.android.bundle --assets-dest rn-kitchen-sink/android/app/src/main/res","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"2e3d4e1b88a87d13d523943fed4e47a6ecb7e023","_id":"antd-mobile@0.7.7","_shasum":"1491f790e7713b5beefede61a834c008c3113103","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"1491f790e7713b5beefede61a834c008c3113103","size":1577126,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.7.7.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.7.7.tgz_1471232675216_0.3263533958233893"},"directories":{},"publish_time":1471232676875,"_cnpm_publish_time":1471232676875,"_hasShrinkwrap":false,"contributors":[]},"0.7.6":{"name":"antd-mobile","version":"0.7.6","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-animate":"~2.3.1","rc-checkbox":"~1.4.0","rc-collapse":"~1.6.6","rc-dialog":"~6.2.1","rc-drawer":"~0.4.2","rc-input-number":"2.6.x","rc-notification":"~1.3.5","rc-slider":"~3.8.2","rc-steps":"~2.1.5","rc-swipeout":"~1.1.4","rc-table":"~4.4.2","rc-tabs":"~5.9.2","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"^1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.3","rmc-date-picker":"~4.0.1","rmc-list-view":"~0.5.13","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.2.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.2.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.30.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --entry-file rn-kitchen-sink/index.ios.js --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --entry-file rn-kitchen-sink/index.android.js --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/app/src/main/assets/index.android.bundle --assets-dest rn-kitchen-sink/android/app/src/main/res","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"d0ae79d059cb15fe31fdc6ba3e4cf14a46bf91f0","_id":"antd-mobile@0.7.6","_shasum":"bddbc771084a4c5cfc32c7d101b465feb7c25388","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"bddbc771084a4c5cfc32c7d101b465feb7c25388","size":1577729,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.7.6.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.7.6.tgz_1471111197195_0.24075380433350801"},"directories":{},"publish_time":1471111199647,"_cnpm_publish_time":1471111199647,"_hasShrinkwrap":false,"contributors":[]},"0.7.5":{"name":"antd-mobile","version":"0.7.5","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-animate":"~2.3.1","rc-checkbox":"~1.4.0","rc-collapse":"~1.6.6","rc-dialog":"~6.2.1","rc-drawer":"~0.4.2","rc-input-number":"2.6.x","rc-notification":"~1.3.5","rc-slider":"~3.8.2","rc-steps":"~2.1.5","rc-swipeout":"~1.1.4","rc-table":"~4.4.2","rc-tabs":"~5.9.2","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"^1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.3","rmc-date-picker":"~4.0.1","rmc-list-view":"~0.5.13","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.2.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.2.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.30.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --entry-file rn-kitchen-sink/index.ios.js --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --entry-file rn-kitchen-sink/index.android.js --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/app/src/main/assets/index.android.bundle --assets-dest rn-kitchen-sink/android/app/src/main/res","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"d1f04b1af9040e7436f982a89c0007142626343e","_id":"antd-mobile@0.7.5","_shasum":"77c4923a4500a1a944bef82db0bea4d366757d70","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"pengsencai1986@gmail.com"},"dist":{"shasum":"77c4923a4500a1a944bef82db0bea4d366757d70","size":1577170,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.7.5.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.7.5.tgz_1470908469314_0.3682341589592397"},"directories":{},"publish_time":1470908470501,"_cnpm_publish_time":1470908470501,"_hasShrinkwrap":false,"contributors":[]},"0.7.4":{"name":"antd-mobile","version":"0.7.4","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-animate":"~2.3.1","rc-checkbox":"~1.4.0","rc-collapse":"~1.6.6","rc-dialog":"~6.2.1","rc-drawer":"~0.4.2","rc-input-number":"2.6.x","rc-notification":"~1.3.5","rc-slider":"~3.8.2","rc-steps":"~2.1.5","rc-swipeout":"~1.1.4","rc-table":"~4.4.2","rc-tabs":"~5.9.2","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"^1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.3","rmc-date-picker":"~4.0.1","rmc-list-view":"~0.5.13","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.2.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.2.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.30.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --entry-file rn-kitchen-sink/index.ios.js --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --entry-file rn-kitchen-sink/index.android.js --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/app/src/main/assets/index.android.bundle --assets-dest rn-kitchen-sink/android/app/src/main/res","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"c6b96f9d7398689d8c518f32a6afbc65eac72266","_id":"antd-mobile@0.7.4","_shasum":"d422203e496778dce344ce8212f327e830f0f262","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.1.2","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"d422203e496778dce344ce8212f327e830f0f262","size":1577062,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.7.4.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.7.4.tgz_1470840545958_0.5004040426574647"},"directories":{},"publish_time":1470840549044,"_cnpm_publish_time":1470840549044,"_hasShrinkwrap":false,"contributors":[]},"0.7.3":{"name":"antd-mobile","version":"0.7.3","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-animate":"~2.3.1","rc-checkbox":"~1.4.0","rc-collapse":"~1.6.6","rc-dialog":"~6.2.1","rc-drawer":"~0.4.2","rc-input-number":"2.6.x","rc-notification":"~1.3.5","rc-slider":"~3.8.2","rc-steps":"~2.1.5","rc-swipeout":"~1.1.4","rc-table":"~4.4.2","rc-tabs":"~5.9.2","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"^1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.3","rmc-date-picker":"~4.0.1","rmc-list-view":"~0.5.13","rmc-pull-to-refresh":"~0.3.2","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.2.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.2.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.30.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","just-deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","deploy":"rm -rf node_modules && tnpm install && npm run just-deploy","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --entry-file rn-kitchen-sink/index.ios.js --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --entry-file rn-kitchen-sink/index.android.js --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/app/src/main/assets/index.android.bundle --assets-dest rn-kitchen-sink/android/app/src/main/res","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"09174816f13fa3946bb043ffebba147cc7be1a99","_id":"antd-mobile@0.7.3","_shasum":"c2ba4d64807350f28ee9a7bfcf7ceef4e70f29a5","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"hualei5280@gmail.com"},"dist":{"shasum":"c2ba4d64807350f28ee9a7bfcf7ceef4e70f29a5","size":1565797,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.7.3.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/antd-mobile-0.7.3.tgz_1470741883863_0.8818504686933011"},"directories":{},"publish_time":1470741886578,"_cnpm_publish_time":1470741886578,"_hasShrinkwrap":false,"contributors":[]},"0.7.2":{"name":"antd-mobile","version":"0.7.2","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-animate":"~2.3.0","rc-checkbox":"~1.4.0","rc-collapse":"~1.6.6","rc-dialog":"~6.2.1","rc-drawer":"~0.4.2","rc-input-number":"~2.6.1","rc-notification":"~1.3.5","rc-slider":"~3.8.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.1","rc-table":"~4.4.1","rc-tabs":"~5.9.2","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"^1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.1","rmc-date-picker":"~4.0.1","rmc-list-view":"~0.5.5","rmc-pull-to-refresh":"~0.3.1","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.10.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"~15.2.1","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"~15.2.1","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.30.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --entry-file rn-kitchen-sink/index.ios.js --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --entry-file rn-kitchen-sink/index.android.js --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/app/src/main/assets/index.android.bundle --assets-dest rn-kitchen-sink/android/app/src/main/res","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"67339625ca9b179d339812893bc5f7025d69f4a7","_id":"antd-mobile@0.7.2","_shasum":"58009410dda30216cd6bd908788bfca62c5cd4f5","_from":".","_npmVersion":"3.9.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"dist":{"shasum":"58009410dda30216cd6bd908788bfca62c5cd4f5","size":1865808,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.7.2.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.7.2.tgz_1470057198089_0.12120864004828036"},"directories":{},"publish_time":1470057198699,"_cnpm_publish_time":1470057198699,"_hasShrinkwrap":false,"contributors":[]},"0.7.1":{"name":"antd-mobile","version":"0.7.1","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","babel-runtime":"6.x","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","object-omit":"^1.0.0","rc-animate":"~2.3.0","rc-checkbox":"~1.4.0","rc-collapse":"~1.6.6","rc-dialog":"~6.2.1","rc-drawer":"~0.4.2","rc-input-number":"~2.6.1","rc-notification":"~1.3.5","rc-slider":"~3.8.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.1","rc-table":"~4.4.1","rc-tabs":"~5.9.2","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"^1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.1","rmc-date-picker":"~4.0.0","rmc-list-view":"~0.5.5","rmc-pull-to-refresh":"~0.3.1","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.11.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.9.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"^15.2.0","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"^15.2.0","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.30.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","deploy":"npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --entry-file rn-kitchen-sink/index.ios.js --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --entry-file rn-kitchen-sink/index.android.js --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/app/src/main/assets/index.android.bundle --assets-dest rn-kitchen-sink/android/app/src/main/res","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"11ffda22dc8b60c58c79f567ffa0cc41b2579bbb","_id":"antd-mobile@0.7.1","_shasum":"04b5ba613693235670b171bf6744055ee834b847","_from":".","_npmVersion":"3.9.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"dist":{"shasum":"04b5ba613693235670b171bf6744055ee834b847","size":1895273,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.7.1.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.7.1.tgz_1470052126171_0.9309664696920663"},"directories":{},"publish_time":1470052126861,"_cnpm_publish_time":1470052126861,"_hasShrinkwrap":false,"contributors":[]},"0.7.0":{"name":"antd-mobile","version":"0.7.0","description":"基于 React 的移动设计规范实现","homepage":"http://mobile.ant.design","keywords":["ant","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+ssh://git@github.com/ant-design/ant-design-mobile.git"},"bugs":{"url":"http://github.com/ant-design/ant-design-mobile/issues"},"files":["dist","lib"],"license":"MIT","dependencies":{"array-tree-filter":"~1.0.0","classnames":"~2.2.1","css-vendor":"~0.3.4","moment":"^2.14.1","normalize.css":"~4.2.0","object-assign":"~4.1.0","rc-animate":"~2.3.0","rc-checkbox":"~1.4.0","rc-collapse":"~1.6.6","rc-dialog":"~6.2.1","rc-drawer":"~0.4.2","rc-input-number":"~2.6.1","rc-notification":"~1.3.5","rc-slider":"~3.8.1","rc-steps":"~2.1.5","rc-swipeout":"~1.1.1","rc-table":"~4.4.1","rc-tabs":"~5.9.2","rc-tooltip":"~3.4.2","react-hammerjs":"^0.5.0","react-native-camera-roll-picker":"^1.1.6","react-native-drawer-layout":"~1.0.0","react-native-menu":"~0.20.1","react-slick":"~0.12.2","rmc-cascader":"~2.2.1","rmc-date-picker":"~4.0.0","rmc-list-view":"~0.5.5","rmc-pull-to-refresh":"~0.3.1","rn-topview":"^0.1.0"},"devDependencies":{"antd":"1.x","antd-tools":"~0.10.0","babel-eslint":"^6.0.4","babel-plugin-antd":"^0.4.0","bisheng":"^0.9.0","bisheng-plugin-antd":"~0.2.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-react":"^0.2.0","bisheng-plugin-toc":"^0.3.0","clipboard":"^1.5.5","concurrently":"~2.1.0","dom-scroll-into-view":"^1.2.0","dora-plugin-upload":"^0.3.1","enquire.js":"^2.1.1","eslint":"^2.2.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-babel":"^3.0.0","eslint-plugin-import":"^1.11.1","eslint-plugin-jsx-a11y":"^2.0.1","eslint-plugin-markdown":"*","eslint-plugin-react":"^5.2.2","eslint-tinker":"^0.3.1","history":"2.x","intl":"^1.2.2","intl-locales-supported":"^1.0.0","jsonml-to-react-component":"~0.2.0","jsonml.js":"^0.1.0","jsonp":"^0.2.0","lesshint":"^2.0.1","lodash.debounce":"^4.0.6","pre-commit":"1.x","promise":"~7.0.4","qrcode.react":"^0.6.1","querystring":"^0.2.0","rc-form":"0.17.x","rc-queue-anim":"^0.11.12","rc-scroll-anim":"~0.3.0","rc-tween-one":"~0.6.20","react":"^15.2.0","react-addons-test-utils":"^15.2.0","react-copy-to-clipboard":"^4.0.1","react-document-title":"^2.0.1","react-dom":"^15.2.0","react-github-button":"^0.1.9","react-intl":"^2.0.1","react-native":"~0.30.0","react-native-code-push":"^1.13.5-beta","react-native-router-flux":"^3.30.3","react-router":"^2.0.0","react-stateless-wrapper":"~1.0.2","reqwest":"~2.0.5"},"scripts":{"lint":"npm run tslint && npm run srclint && npm run demolint && npm run lesshint","srclint":"eslint site scripts --ext '.js,.jsx'","tslint":"antd-tools run ts-lint","demolint":"RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lesshint":"lesshint components/ -r scripts/lesshint-report.js","eslint-fix":"eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md","prepublish":"antd-tools run guard","test":"npm run lint && tsc && npm run dist","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' > AUTHORS.txt","dist":"antd-tools run dist","compile":"antd-tools run compile","clean":"antd-tools run clean","start":"bisheng start -c ./site/bisheng.config.js","site":"bisheng build -c ./site/bisheng.config.js","pre-deploy":"mkdir -p _site && cp CNAME _site","deploy":"npm run clean && npm i && npm run just-deploy","just-deploy":"npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js","pub":"antd-tools run update-self && antd-tools run pub","rn-start":"node node_modules/react-native/local-cli/cli.js start","ios":"concurrently \"antd-tools run watch-tsc\" \"npm run _ios\"","android":"concurrently \"antd-tools run watch-tsc\" \"npm run _android\"","_ios":"node node_modules/react-native/local-cli/cli.js run-ios --entry-file rn-kitchen-sink/index.ios.js --project-path rn-kitchen-sink/ios","_android":"node node_modules/react-native/local-cli/cli.js run-android --entry-file rn-kitchen-sink/index.android.js --root rn-kitchen-sink","build-rn-ios":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle","build-rn-android":"node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file rn-kitchen-sink/index.android.js --bundle-output rn-kitchen-sink/android/app/src/main/assets/index.android.bundle --assets-dest rn-kitchen-sink/android/app/src/main/res","build-rn":"antd-tools run tsc && npm run build-rn-ios && npm run build-rn-android"},"config":{"port":8001},"typings":"lib/index.web.d.ts","pre-commit":["lint"],"gitHead":"dfbd2924598fac75e333552da2c702fd90dbdab9","_id":"antd-mobile@0.7.0","_shasum":"acf0cba9325cc30c122bfbff498a75e5fcf3e004","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.1.2","_npmUser":{"name":"anonymous","email":"rjmuqiang@gmail.com"},"dist":{"shasum":"acf0cba9325cc30c122bfbff498a75e5fcf3e004","size":1436764,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.7.0.tgz"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.7.0.tgz_1469773484878_0.082613964099437"},"directories":{},"publish_time":1469773489807,"_cnpm_publish_time":1469773489807,"_hasShrinkwrap":false,"contributors":[]},"0.0.0":{"name":"antd-mobile","version":"0.0.0","_id":"antd-mobile@0.0.0","scripts":{},"_shasum":"abc2db6cb259f48cf4bc35ff373624a8d04c62b0","_from":".","_npmVersion":"3.9.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"yiminghe@gmail.com"},"maintainers":[{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"dist":{"shasum":"abc2db6cb259f48cf4bc35ff373624a8d04c62b0","size":154,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/antd-mobile-0.0.0.tgz_1468399746518_0.18222768418490887"},"directories":{},"publish_time":1468399748763,"_cnpm_publish_time":1468399748763,"_hasShrinkwrap":false,"contributors":[]},"5.0.0-beta.2":{"name":"antd-mobile","version":"5.0.0-beta.2","dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-beta.2","_nodeVersion":"14.17.4","_npmVersion":"7.21.0","dist":{"shasum":"7858f9d640e96bf3a9d5a2f299eb3bae4879e0f6","size":433453,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.2.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.2_1630514935367_0.8553758761116566"},"_hasShrinkwrap":false,"publish_time":1630514935823,"_cnpm_publish_time":1630514935823,"contributors":[]},"5.0.0-beta.1":{"name":"antd-mobile","version":"5.0.0-beta.1","dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-beta.1","_nodeVersion":"14.17.4","_npmVersion":"7.21.0","dist":{"shasum":"c54d55b5d09225b37232caca4fa9f99f82cc4745","size":420266,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.1.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.1_1630226279296_0.11839432388798588"},"_hasShrinkwrap":false,"publish_time":1630226279498,"_cnpm_publish_time":1630226279498,"contributors":[]},"5.0.0-beta.0":{"name":"antd-mobile","version":"5.0.0-beta.0","dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-beta.0","_nodeVersion":"12.22.5","_npmVersion":"7.21.0","dist":{"shasum":"e2afd48459c3dcf68ea2cc2e652e382598c28833","size":420150,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.0.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.0_1629982378247_0.26761602640012794"},"_hasShrinkwrap":false,"publish_time":1629982378430,"_cnpm_publish_time":1629982378430,"contributors":[]},"5.0.0-alpha.21":{"name":"antd-mobile","version":"5.0.0-alpha.21","dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.21","_nodeVersion":"12.22.5","_npmVersion":"7.21.0","dist":{"shasum":"e8a0129559c5510e7847b9fa7b02131574c8ae54","size":420148,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.21.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.21_1629980932783_0.2104469068403949"},"_hasShrinkwrap":false,"publish_time":1629980933133,"_cnpm_publish_time":1629980933133,"contributors":[]},"5.0.0-alpha.20":{"name":"antd-mobile","version":"5.0.0-alpha.20","dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.20","_nodeVersion":"12.22.5","_npmVersion":"7.21.0","dist":{"shasum":"e4328139dc2bcc4ee7a74e4e65802fe557a6a8cb","size":420315,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.20.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.20_1629877956410_0.4408540857841585"},"_hasShrinkwrap":false,"publish_time":1629877956685,"_cnpm_publish_time":1629877956685,"contributors":[]},"5.0.0-alpha.19":{"name":"antd-mobile","version":"5.0.0-alpha.19","dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.19","_nodeVersion":"12.22.5","_npmVersion":"7.21.0","dist":{"shasum":"245acdecf3fdced42da7556737e81577a110065a","size":419910,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.19.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.19_1629686700136_0.6511034760420211"},"_hasShrinkwrap":false,"publish_time":1629686700335,"_cnpm_publish_time":1629686700335,"contributors":[]},"5.0.0-alpha.18":{"name":"antd-mobile","version":"5.0.0-alpha.18","dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.18","_nodeVersion":"12.22.5","_npmVersion":"6.14.14","dist":{"shasum":"8ce7daa5da54a9128af575e99e3c615ecb62a248","size":422729,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.18.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.18_1629363972423_0.9243856800817882"},"_hasShrinkwrap":false,"publish_time":1629363972669,"_cnpm_publish_time":1629363972669,"contributors":[]},"5.0.0-alpha.17":{"name":"antd-mobile","version":"5.0.0-alpha.17","dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/global/index.js"],"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.17","_nodeVersion":"12.22.5","_npmVersion":"6.14.14","dist":{"shasum":"0abe13bc3ab5b606f00f9c81063b74736cc937b3","size":422768,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.17.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.17_1629358524913_0.9325797549698165"},"_hasShrinkwrap":false,"publish_time":1629358525085,"_cnpm_publish_time":1629358525085,"contributors":[]},"5.0.0-alpha.16":{"name":"antd-mobile","version":"5.0.0-alpha.16","dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/utils/init.js"],"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.16","_nodeVersion":"12.22.5","_npmVersion":"6.14.14","dist":{"shasum":"4da4a6fdda82db4eb7a4d64f5c826585179cdf6b","size":422324,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.16.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.16_1629349323582_0.6226865600407312"},"_hasShrinkwrap":false,"publish_time":1629349324227,"_cnpm_publish_time":1629349324227,"contributors":[]},"5.0.0-alpha.15":{"name":"antd-mobile","version":"5.0.0-alpha.15","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable","test":"jest --maxWorkers=50%"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.9","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@jest/types":"26.6.2","@testing-library/jest-dom":"^5.11.8","@testing-library/react":"^12.0.0","@testing-library/react-hooks":"3.4.1","@testing-library/user-event":"12.1.3","@types/classnames":"^2.3.1","@types/jest":"^26.0.24","@types/jest-axe":"3.5.2","@types/lodash":"^4.14.171","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.29.0","@typescript-eslint/parser":"^4.29.0","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.24","dumi-theme-mobile":"^1.1.7","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","jest":"26.6.3","jest-axe":"^5.0.1","jest-environment-jsdom":"26.6.2","jest-watch-typeahead":"0.6.4","less":"^3.13.1","lorem-ipsum":"^2.0.3","pinst":"^2.1.6","postcss":"^8.3.6","postcss-image-inliner":"^5.0.0","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","ts-jest":"26.5.6","ts-node":"9.1.1","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./*/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.15","_nodeVersion":"14.17.4","_npmVersion":"7.20.3","dist":{"shasum":"15f02f8396698857ae3da4d3ee7be683e48f493a","size":439825,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.15.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.15_1629203495221_0.1803738887191091"},"_hasShrinkwrap":false,"publish_time":1629203495491,"_cnpm_publish_time":1629203495491,"contributors":[]},"5.0.0-alpha.14":{"name":"antd-mobile","version":"5.0.0-alpha.14","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable","test":"jest --maxWorkers=50%"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.9","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@jest/types":"26.6.2","@testing-library/jest-dom":"^5.11.8","@testing-library/react":"^12.0.0","@testing-library/react-hooks":"3.4.1","@testing-library/user-event":"12.1.3","@types/classnames":"^2.3.1","@types/jest":"^26.0.24","@types/jest-axe":"3.5.2","@types/lodash":"^4.14.171","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.29.0","@typescript-eslint/parser":"^4.29.0","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.24","dumi-theme-mobile":"^1.1.7","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","jest":"26.6.3","jest-axe":"^5.0.1","jest-environment-jsdom":"26.6.2","jest-watch-typeahead":"0.6.4","less":"^3.13.1","lorem-ipsum":"^2.0.3","pinst":"^2.1.6","postcss":"^8.3.6","postcss-image-inliner":"^5.0.0","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","ts-jest":"26.5.6","ts-node":"9.1.1","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./*/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.14","_nodeVersion":"14.17.4","_npmVersion":"7.20.3","dist":{"shasum":"c456730a49121d8ea16cbc650ab3e13dfc709164","size":439738,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.14.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.14_1629182846150_0.9308408916090263"},"_hasShrinkwrap":false,"publish_time":1629182846471,"_cnpm_publish_time":1629182846471,"contributors":[]},"5.0.0-alpha.13":{"name":"antd-mobile","version":"5.0.0-alpha.13","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable","test":"jest --maxWorkers=50%"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.9","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@jest/types":"26.6.2","@testing-library/jest-dom":"^5.11.8","@testing-library/react":"^12.0.0","@testing-library/react-hooks":"3.4.1","@testing-library/user-event":"12.1.3","@types/classnames":"^2.3.1","@types/jest":"^26.0.24","@types/jest-axe":"3.5.2","@types/lodash":"^4.14.171","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.29.0","@typescript-eslint/parser":"^4.29.0","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.24","dumi-theme-mobile":"^1.1.7","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","jest":"26.6.3","jest-axe":"^5.0.1","jest-environment-jsdom":"26.6.2","jest-watch-typeahead":"0.6.4","less":"^3.13.1","lorem-ipsum":"^2.0.3","pinst":"^2.1.6","postcss":"^8.3.6","postcss-image-inliner":"^5.0.0","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","ts-jest":"26.5.6","ts-node":"9.1.1","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./*/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.13","_nodeVersion":"14.17.4","_npmVersion":"7.20.3","dist":{"shasum":"61e6c872b191952450439a4ce6044420b12ce181","size":439727,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.13.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.13_1629182145037_0.661269767445636"},"_hasShrinkwrap":false,"publish_time":1629182145288,"_cnpm_publish_time":1629182145288,"contributors":[]},"5.0.0-alpha.12":{"name":"antd-mobile","version":"5.0.0-alpha.12","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable","test":"jest --maxWorkers=50%"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.9","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@jest/types":"26.6.2","@testing-library/jest-dom":"^5.11.8","@testing-library/react":"^12.0.0","@testing-library/react-hooks":"3.4.1","@testing-library/user-event":"12.1.3","@types/classnames":"^2.3.1","@types/jest":"^26.0.24","@types/jest-axe":"3.5.2","@types/lodash":"^4.14.171","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.29.0","@typescript-eslint/parser":"^4.29.0","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.24","dumi-theme-mobile":"^1.1.7","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","jest":"26.6.3","jest-axe":"^5.0.1","jest-environment-jsdom":"26.6.2","jest-watch-typeahead":"0.6.4","less":"^3.13.1","lorem-ipsum":"^2.0.3","pinst":"^2.1.6","postcss":"^8.3.6","postcss-image-inliner":"^5.0.0","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","ts-jest":"26.5.6","ts-node":"9.1.1","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./*/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.12","_nodeVersion":"14.17.4","_npmVersion":"7.20.3","dist":{"shasum":"e6eb4e0a5a7bfcbaa3ac8f420c1204dbf7d14502","size":399375,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.12.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.12_1629083423220_0.06274544599771548"},"_hasShrinkwrap":false,"publish_time":1629083423386,"_cnpm_publish_time":1629083423386,"contributors":[]},"5.0.0-alpha.11":{"name":"antd-mobile","version":"5.0.0-alpha.11","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable","test":"jest --maxWorkers=50%"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.9","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@jest/types":"26.6.2","@testing-library/jest-dom":"^5.11.8","@testing-library/react":"^12.0.0","@testing-library/react-hooks":"3.4.1","@testing-library/user-event":"12.1.3","@types/classnames":"^2.3.1","@types/jest":"^26.0.24","@types/jest-axe":"3.5.2","@types/lodash":"^4.14.171","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.29.0","@typescript-eslint/parser":"^4.29.0","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.24","dumi-theme-mobile":"^1.1.7","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","jest":"26.6.3","jest-axe":"^5.0.1","jest-environment-jsdom":"26.6.2","jest-watch-typeahead":"0.6.4","less":"^3.13.1","pinst":"^2.1.6","postcss":"^8.3.6","postcss-image-inliner":"^5.0.0","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","ts-jest":"26.5.6","ts-node":"9.1.1","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./*/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.11","_nodeVersion":"14.17.4","_npmVersion":"7.20.3","dist":{"shasum":"6ff7708ee3226eb7934e3251077affa8d539756b","size":399412,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.11.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.11_1628830358663_0.5786308872599752"},"_hasShrinkwrap":false,"publish_time":1628830358831,"_cnpm_publish_time":1628830358831,"contributors":[]},"5.0.0-alpha.10":{"name":"antd-mobile","version":"5.0.0-alpha.10","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable","test":"jest --maxWorkers=50%"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.9","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@jest/types":"26.6.2","@testing-library/jest-dom":"^5.11.8","@testing-library/react":"^12.0.0","@testing-library/react-hooks":"3.4.1","@testing-library/user-event":"12.1.3","@types/classnames":"^2.3.1","@types/jest":"^26.0.24","@types/jest-axe":"3.5.2","@types/lodash":"^4.14.171","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.29.0","@typescript-eslint/parser":"^4.29.0","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.24","dumi-theme-mobile":"^1.1.7","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","file-loader":"^6.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","jest":"26.6.3","jest-axe":"^5.0.1","jest-environment-jsdom":"26.6.2","jest-watch-typeahead":"0.6.4","less":"^3.13.1","pinst":"^2.1.6","postcss":"^8.3.6","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","ts-jest":"26.5.6","ts-node":"9.1.1","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./*/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.10","_nodeVersion":"14.17.4","_npmVersion":"7.20.3","dist":{"shasum":"1c10f2ae51bace38aff42956b5e283eb2a64c125","size":378962,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.10.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.10_1628762292729_0.030390090335189912"},"_hasShrinkwrap":false,"publish_time":1628762292979,"_cnpm_publish_time":1628762292979,"contributors":[]},"5.0.0-alpha.9":{"name":"antd-mobile","version":"5.0.0-alpha.9","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable","test":"jest --maxWorkers=50%"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.9","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@jest/types":"26.6.2","@testing-library/jest-dom":"^5.11.8","@testing-library/react":"^12.0.0","@testing-library/react-hooks":"3.4.1","@testing-library/user-event":"12.1.3","@types/classnames":"^2.3.1","@types/jest":"^26.0.24","@types/jest-axe":"3.5.2","@types/lodash":"^4.14.171","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.29.0","@typescript-eslint/parser":"^4.29.0","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.24","dumi-theme-mobile":"^1.1.7","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","file-loader":"^6.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","jest":"26.6.3","jest-axe":"^5.0.1","jest-environment-jsdom":"26.6.2","jest-watch-typeahead":"0.6.4","less":"^3.13.1","pinst":"^2.1.6","postcss":"^8.3.6","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","ts-jest":"26.5.6","ts-node":"9.1.1","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./*/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.9","_nodeVersion":"14.17.4","_npmVersion":"7.20.3","dist":{"shasum":"b53d4e4bd7e5d2a7dbe35674d2105070e80e30d8","size":381598,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.9.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.9_1628586654951_0.29741067217657147"},"_hasShrinkwrap":false,"publish_time":1628586655165,"_cnpm_publish_time":1628586655165,"contributors":[]},"5.0.0-alpha.8":{"name":"antd-mobile","version":"5.0.0-alpha.8","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable","test":"jest --maxWorkers=50%"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.9","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@jest/types":"26.6.2","@testing-library/jest-dom":"^5.11.8","@testing-library/react":"^12.0.0","@testing-library/react-hooks":"3.4.1","@testing-library/user-event":"12.1.3","@types/classnames":"^2.3.1","@types/jest":"^26.0.24","@types/jest-axe":"3.5.2","@types/lodash":"^4.14.171","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.29.0","@typescript-eslint/parser":"^4.29.0","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.24","dumi-theme-mobile":"^1.1.7","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","file-loader":"^6.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","jest":"26.6.3","jest-axe":"^5.0.1","jest-environment-jsdom":"26.6.2","jest-watch-typeahead":"0.6.4","less":"^3.13.1","pinst":"^2.1.6","postcss":"^8.3.6","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","ts-jest":"26.5.6","ts-node":"9.1.1","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./*/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.8","_nodeVersion":"14.17.4","_npmVersion":"7.20.3","dist":{"shasum":"e94aba5642e49ea6816a19a9ff0c55ea86d669fc","size":370094,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.8.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.8_1628565431544_0.7088443314901565"},"_hasShrinkwrap":false,"publish_time":1628565431815,"_cnpm_publish_time":1628565431815,"contributors":[]},"5.0.0-alpha.7":{"name":"antd-mobile","version":"5.0.0-alpha.7","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable","test":"jest --maxWorkers=50%"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.9","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@jest/types":"26.6.2","@testing-library/jest-dom":"^5.11.8","@testing-library/react":"^12.0.0","@testing-library/react-hooks":"3.4.1","@testing-library/user-event":"12.1.3","@types/classnames":"^2.3.1","@types/jest":"^26.0.24","@types/jest-axe":"3.5.2","@types/lodash":"^4.14.171","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.29.0","@typescript-eslint/parser":"^4.29.0","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.24","dumi-theme-mobile":"^1.1.7","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","file-loader":"^6.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","jest":"26.6.3","jest-axe":"^5.0.1","jest-environment-jsdom":"26.6.2","jest-watch-typeahead":"0.6.4","less":"^3.13.1","pinst":"^2.1.6","postcss":"^8.3.6","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","ts-jest":"26.5.6","ts-node":"9.1.1","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./*/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.7","_nodeVersion":"14.17.4","_npmVersion":"7.20.3","dist":{"shasum":"4ecfa736c10139a20a9a4b1a84556cdb1de1657f","size":370114,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.7.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.7_1628501254278_0.3640697320733286"},"_hasShrinkwrap":false,"publish_time":1628501254549,"_cnpm_publish_time":1628501254549,"contributors":[]},"5.0.0-alpha.6":{"name":"antd-mobile","version":"5.0.0-alpha.6","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable","test":"jest --maxWorkers=50%"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.9","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@jest/types":"26.6.2","@testing-library/jest-dom":"^5.11.8","@testing-library/react":"^12.0.0","@testing-library/react-hooks":"3.4.1","@testing-library/user-event":"12.1.3","@types/classnames":"^2.3.1","@types/jest":"^26.0.24","@types/jest-axe":"3.5.2","@types/lodash":"^4.14.171","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.29.0","@typescript-eslint/parser":"^4.29.0","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.24","dumi-theme-mobile":"^1.1.7","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","file-loader":"^6.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","jest":"26.6.3","jest-axe":"^5.0.1","jest-environment-jsdom":"26.6.2","jest-watch-typeahead":"0.6.4","less":"^3.13.1","pinst":"^2.1.6","postcss":"^8.3.6","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","ts-jest":"26.5.6","ts-node":"9.1.1","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./*/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","description":"","_id":"antd-mobile@5.0.0-alpha.6","_nodeVersion":"14.17.4","_npmVersion":"7.20.3","dist":{"shasum":"f4dc38d537396981041f95bcd7ae904d39885ba1","size":370310,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.6.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.6_1628489816408_0.23649066491973203"},"_hasShrinkwrap":false,"publish_time":1628489816592,"_cnpm_publish_time":1628489816592,"contributors":[]},"5.0.0-alpha.5":{"name":"antd-mobile","version":"5.0.0-alpha.5","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable","test":"jest --maxWorkers=50%"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.9","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@jest/types":"26.6.2","@testing-library/jest-dom":"^5.11.8","@testing-library/react":"^12.0.0","@testing-library/react-hooks":"3.4.1","@testing-library/user-event":"12.1.3","@types/classnames":"^2.3.1","@types/jest":"^26.0.24","@types/jest-axe":"3.5.2","@types/lodash":"^4.14.171","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.29.0","@typescript-eslint/parser":"^4.29.0","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.24","dumi-theme-mobile":"^1.1.7","eslint":"^7.32.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","file-loader":"^6.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","jest":"26.6.3","jest-axe":"^5.0.1","jest-environment-jsdom":"26.6.2","jest-watch-typeahead":"0.6.4","less":"^3.13.1","pinst":"^2.1.6","postcss":"^8.3.6","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","react-test-renderer":"^17.0.2","ts-jest":"26.5.6","ts-node":"9.1.1","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/utils/init.js","./cjs/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","gitHead":"910e2b45f52c46a9ddec127c92ef943c6a8c344f","description":"","_id":"antd-mobile@5.0.0-alpha.5","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"499729e3df19939d0e69c834662061787fab2d1e","size":354829,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.5.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.5_1627962750464_0.6617832327459072"},"_hasShrinkwrap":false,"publish_time":1627962750684,"_cnpm_publish_time":1627962750684,"contributors":[]},"5.0.0-alpha.4":{"name":"antd-mobile","version":"5.0.0-alpha.4","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.8","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@types/classnames":"^2.3.1","@types/lodash.debounce":"^4.0.6","@types/lodash.isequal":"^4.5.5","@types/lodash.throttle":"^4.1.6","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.28.5","@typescript-eslint/parser":"^4.28.5","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.23","dumi-theme-mobile":"^1.1.6","eslint":"^7.31.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","file-loader":"^6.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","less":"^3.13.1","pinst":"^2.1.6","postcss":"^8.3.6","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/utils/init.js","./cjs/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","gitHead":"d716439d1f024d043a8a0e4209730cc88ca2ca55","description":"","_id":"antd-mobile@5.0.0-alpha.4","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"shasum":"c9c84c7d944f4f3437150df0ed69d8143f6e5b2d","size":346767,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.4.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.4_1627529405677_0.32668852562661277"},"_hasShrinkwrap":false,"publish_time":1627529405903,"_cnpm_publish_time":1627529405903,"contributors":[]},"5.0.0-alpha.3":{"name":"antd-mobile","version":"5.0.0-alpha.3","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","_postinstall":"husky install","prepublishOnly":"pinst --disable","postpublish":"pinst --enable"},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.9","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.8","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@types/classnames":"^2.3.1","@types/lodash.debounce":"^4.0.6","@types/lodash.isequal":"^4.5.5","@types/lodash.throttle":"^4.1.6","@types/react":"^17.0.15","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.28.5","@typescript-eslint/parser":"^4.28.5","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.23","dumi-theme-mobile":"^1.1.6","eslint":"^7.31.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","file-loader":"^6.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.1","less":"^3.13.1","pinst":"^2.1.6","postcss":"^8.3.6","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^3.1.1","react":"^17.0.2","react-dom":"^17.0.2","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/utils/init.js","./cjs/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","gitHead":"2528787a7bdc405aee7c75b9afe28954d0a92f6e","description":"","_id":"antd-mobile@5.0.0-alpha.3","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"shasum":"9d08dabf96cfa119e48b3979724446711ec03fcd","size":346639,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.3.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.3_1627464573465_0.6534288423868111"},"_hasShrinkwrap":false,"publish_time":1627464573610,"_cnpm_publish_time":1627464573610,"contributors":[]},"5.0.0-alpha.2":{"name":"antd-mobile","version":"5.0.0-alpha.2","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\""},"husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.8","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","rc-field-form":"^1.20.0","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.8","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@types/classnames":"^2.3.1","@types/lodash.debounce":"^4.0.6","@types/lodash.isequal":"^4.5.5","@types/lodash.throttle":"^4.1.6","@types/react":"^17.0.14","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^4.28.4","@typescript-eslint/parser":"^4.28.4","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","del":"^5.1.0","dumi":"^1.1.23","dumi-theme-mobile":"^1.1.6","eslint":"^7.31.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","file-loader":"^6.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^4.3.8","less":"^3.13.1","postcss":"^8.3.6","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^2.0.2","react":"^17.0.2","react-dom":"^17.0.2","typescript":"^3.9.10","webpack":"^5.46.0","webpack-stream":"^6.1.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/utils/init.js","./cjs/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","gitHead":"7d5c0042fe42213162a59316743ddab754049b05","description":"","_id":"antd-mobile@5.0.0-alpha.2","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"shasum":"3a077b58e096d717965cee589d2804222b65883d","size":345720,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.2.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.2_1627308086659_0.8353625574812187"},"_hasShrinkwrap":false,"publish_time":1627308086979,"_cnpm_publish_time":1627308086979,"contributors":[]},"5.0.0-alpha.1":{"name":"antd-mobile","version":"5.0.0-alpha.1","scripts":{"start":"dumi dev","build":"gulp","build-webpack":"export BABEL_ENV=production && webpack --config webpack.config.js","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\""},"husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"dependencies":{"@ant-design/icons":"^4.6.2","@types/body-scroll-lock":"^2.6.2","ahooks":"^2.10.8","body-scroll-lock":"^3.1.5","classnames":"^2.3.1","dayjs":"^1.10.6","rc-field-form":"^1.20.0","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-spring":"^9.1.2","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3"},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.14.8","@babel/preset-env":"^7.14.8","@babel/preset-react":"^7.14.5","@babel/preset-typescript":"^7.14.5","@types/classnames":"^2.3.1","@types/lodash.debounce":"^4.0.6","@types/lodash.isequal":"^4.5.5","@types/lodash.throttle":"^4.1.6","@types/react":"^17.0.14","@types/react-transition-group":"^4.4.2","@typescript-eslint/eslint-plugin":"^2.34.0","@typescript-eslint/parser":"^2.34.0","babel-loader":"^8.2.2","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.15","css-loader":"^5.2.7","del":"^5.1.0","dumi":"^1.1.23","dumi-theme-mobile":"^1.1.6","eslint":"^7.31.0","eslint-config-prettier":"^6.15.0","eslint-plugin-react":"^7.24.0","eslint-plugin-react-hooks":"^4.2.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^4.3.8","less":"^3.13.1","less-loader":"^7.3.0","mockdate":"^3.0.5","mockjs":"^1.1.0","postcss":"^8.3.6","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^5.1.1","prettier":"^2.3.2","pretty-quick":"^2.0.2","react":"^17.0.2","react-dom":"^17.0.2","style-loader":"^2.0.0","typescript":"^3.3.3","webpack":"^4.43.0","webpack-cli":"^3.3.10","webpack-merge":"^4.2.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./lib/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","sideEffects":["**/*.css","**/*.less","./es/utils/init.js","./lib/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","gitHead":"f0bb02c436116bc8525d5b62288f762538ae38e8","description":"","_id":"antd-mobile@5.0.0-alpha.1","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"shasum":"b9857d11eea0d5baa68f381dd25d080416174147","size":162199,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.1.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.1_1626944605991_0.4610197640853544"},"_hasShrinkwrap":false,"publish_time":1626944606204,"_cnpm_publish_time":1626944606204,"contributors":[]},"5.0.0-alpha.0":{"name":"antd-mobile","version":"5.0.0-alpha.0","scripts":{"start":"dumi dev","build":"gulp","build-webpack":"export BABEL_ENV=production && webpack --config webpack.config.js","lint":"eslint \"src/**/*.{ts,tsx}\""},"husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"dependencies":{"@ant-design/icons":"^4.5.0","@types/body-scroll-lock":"^2.6.1","ahooks":"^2.9.6","body-scroll-lock":"^3.1.5","classnames":"^2.2.6","dayjs":"^1.10.5","rc-field-form":"^1.20.0","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-spring":"^9.1.2","react-transition-group":"^4.4.1","react-use-gesture":"^9.1.3"},"devDependencies":{"@types/classnames":"^2.2.11","@types/react-transition-group":"^4.4.1","dumi-theme-mobile":"^1.0.4","gulp-postcss":"^9.0.0","gulp-rename":"^2.0.0","postcss-px-multiple":"^0.1.5","husky":"^4.2.5","less":"^3.0.0","postcss":"^8.3.5","prettier":"^2.2.1","pretty-quick":"^2.0.1","react":"^17.0.1","react-dom":"^17.0.1","typescript":"^3.3.3","@typescript-eslint/eslint-plugin":"^2.30.0","@typescript-eslint/parser":"^2.30.0","eslint-config-prettier":"^6.11.0","eslint-plugin-react":"^7.19.0","@babel/cli":"^7.10.1","@babel/core":"^7.10.2","@babel/preset-env":"^7.0.0","@babel/preset-react":"^7.0.0","@babel/preset-typescript":"^7.12.7","@types/lodash.debounce":"^4.0.6","@types/lodash.isequal":"^4.5.5","@types/lodash.throttle":"^4.1.6","@types/react":"^17.0.2","babel-loader":"^8.1.0","babel-plugin-import":"^1.12.0","babel-plugin-transform-async-to-promises":"^0.8.15","css-loader":"^5.0.2","del":"^5.1.0","dumi":"^1.1.0-beta.12","enzyme":"^3.10.0","eslint":"^7.2.0","eslint-plugin-react-hooks":"^4.0.8","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-typescript":"^6.0.0-alpha.1","less-loader":"^7.2.1","mockdate":"^3.0.2","mockjs":"^1.1.0","react-drag-listview":"^0.1.6","style-loader":"^2.0.0","webpack":"^4.43.0","webpack-cli":"^3.3.10","webpack-merge":"^4.2.2"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./lib/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","sideEffects":["**/*.css","**/*.less","./es/utils/init.js","./lib/utils/init.js"],"publishConfig":{"registry":"https://registry.npmjs.org"},"readmeFilename":"README.md","description":"","licenseText":"MIT LICENSE\n\nCopyright (c) 2016-present Alipay.com, https://www.alipay.com/\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","license":"MIT","_id":"antd-mobile@5.0.0-alpha.0","dist":{"shasum":"f57b1bb7d407f1f910b5d39257f0d2118a2b2e77","size":192659,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-alpha.0.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@sparker.xyz"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-alpha.0_1626833352055_0.8563745621420671"},"_hasShrinkwrap":false,"publish_time":1626833352253,"_cnpm_publish_time":1626833352253,"contributors":[]},"5.0.0-rc.6":{"name":"antd-mobile","version":"5.0.0-rc.6","dependencies":{"@react-spring/web":"^9.3.1","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^2.10.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"13684729d6cd493e2368d30e23d43f68b9978904","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.6","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-D4y/Ofo8nyG1OZwpEbwPH9k4cY5DdBXhZIxZafQ58VGC8ZY792qS1ykml75KfY/57YXn0sBgdbFkoet4TiLPZg==","shasum":"3b818a3f68c39167128ab7f90d99d496e46f42a6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.6.tgz","fileCount":2212,"unpackedSize":3801725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuwlnCRA9TVsSAnZWagAAjeYP+gN6Y4cnikcMfVldLh48\nv2jmIwpkjzytfx9gfa5a+sPY/u76imhvWdrP2Cd5p1dDJmLbvrfIB6oUQhgn\ngcRmIei/65E6yw2Wx5w1QoQ0c4tfHq8aJRX0HmxfZodp04USBQ2Rncz93ebX\nxGm4+09cyNSDsSz4HmSjsZsZ9guaxZP8kYetPxQQjtnfdTJvMGoZEhKqhDqp\nO1MJjajAmQ5LSxUnm4drHjcPCr/j64cFnl54d+tQhvVNyZQxqwPHparYZN6M\nqKgL9a/MST2xfPqOnBukBUiFSJxcbmcZdbS4d9eyrhXc1L7kVyIjglPc8hnT\n6i3y8x1WEHcZ9bE/HQik32UNSzq6LxmeXUSPj8lbvBb+GIA2LpIitH4sW720\n2F/ZoSeJ6TSVoyuOZbEpaOzZa6Yb02asFZl46gLyKhtHmcst7Fbj4y8YwEQ9\nzAwFvTsDro8mQHQBq0OHzpaMRJLH6NbHuEr1J5p/XfRUWd/CP/4rW/CQ4JSE\nsV50E2BGuXg38yew6sthyDhjLnGzo57uSfwme5nt17MZ0KIAHcqfsoZB5lA0\nExz/sBuKI0Yrs6Eu0D7trVQI0wutrwJ6m5jokHkjp/FjyLj3hiaCz77OzdL6\nyOyLZRkEDx0kXe/SYBsNasLy2KUrgDOOzJF4W8THyaPbxhNnR0ho09X5dpl1\nfsfO\r\n=Vjkq\r\n-----END PGP SIGNATURE-----\r\n","size":534032,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.6_1639647591503_0.9945312372624437"},"_hasShrinkwrap":false,"publish_time":1639647591740,"_cnpm_publish_time":1639647591740,"contributors":[]},"5.0.0-rc.5":{"name":"antd-mobile","version":"5.0.0-rc.5","dependencies":{"@react-spring/web":"^9.3.1","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.2","ahooks":"^2.10.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"ae6c4b018c718e1c4807a6f90f23d00934925ee6","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.5","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-XFq8iydoC/roPzDP8R+26siduoohdVXkkkjYvxaCj9D0fqnoXij398b6JBHOOdMYYhxA+/T1hVQZ53Im8pj2kw==","shasum":"3af0ea0dcb7552a84f019faffd2f98dc998f1cea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.5.tgz","fileCount":2220,"unpackedSize":3796674,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuVl0CRA9TVsSAnZWagAAHh0P/1L3wqdYerwXG75Zrzxs\n5RR/7JLaw5lsXuUp6A5Uf6zDophX+kojf0cWph9MCO2GgMzfGlh2Yhsdu1/Z\nraOb0Gx7+T0rE6AoYzkUXneCN0rUZisJ3eHfYyIgkE6jITpw/mUGRMRZ23EC\nRvzZdi9CxV5AMf9n8uZeDZdL/Iyqjx1S7i0xRN2VZEBYFqOpU+10Bh85Avc1\nw2ouPHr9F9XsalQ3TO9CpxzwkdtHZNize9HfHcHdjRUHsJWRU0cBqxLNKLYK\nRlbg0SEX+nEqOzJnX0fsVWJ4dFylLgp7iZNDKW1kO1qWu1md7z2HlNx+pEO1\nXOoyrWvt81WYKbkvE5fb02UcarFEXvjeng70bwhbsSs3RN3xaBpcW8RpkvlG\nCVW2fLXy7YuvKOZE/gfwdPT8BsbsMEvclB3DcbgtGV0D7aj+oi7mtR5JzjTK\nNt/RoXAl3K9qFoJTwwlBqnFlBOZY6G6LAW+8e+wGsaYnRO6gzXs9hFjW7xog\ngs4Od+F9xnY+XDkroRlk15iAblqpTZNv/oy7qWb46QlU7nbjoFBMp/eDyDxL\nc7qZxQK5F/PTXobQt4JzF5LMuvMRdbTiifelY/+Izo9a6DbLTTDo+uXfivSH\nw1DkbYqIPGQ6SBrHy/ovl8ayrjGKCZlFE8JD2SyTNckFBRYSN+H1HCxdFJqO\nAzZI\r\n=6pMR\r\n-----END PGP SIGNATURE-----\r\n","size":532866,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.5_1639537012429_0.607093075068039"},"_hasShrinkwrap":false,"publish_time":1639537012683,"_cnpm_publish_time":1639537012683,"contributors":[]},"5.0.0-rc.4":{"name":"antd-mobile","version":"5.0.0-rc.4","dependencies":{"@react-spring/web":"^9.3.1","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.2","ahooks":"^2.10.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"45c709a908a27929e2e1d399790653c451f4ceff","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.4","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-ffSHfSXNcYTFQikk8ewrOsvwlFEiD6NLrPhreFwmDfY9CvXeKWL3eB19HA16p7uCrh2swbb28KMbjEeOLkjW0g==","shasum":"7aafcb8a5fa41d01140ee2a30a466067c6770fcd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.4.tgz","fileCount":2192,"unpackedSize":3731246,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsyOQCRA9TVsSAnZWagAAyDoP/i5MjpnZ4f3OyUtLLpvg\n1m81GxZYmtXM9wH8mx33EpSbEAyPo3tjmw+u5YsFarCk3JYpKTtWXCoLelD4\n+nMvZWM9MBFiVHwLyr47UNRBWb+LS5JQBe2+mQONitPkDC5agSaTJu06qb2n\nikZ1qpSOO9h+B/FLO1DRDzP3iFQhTFSlt189x4uItkOUXBKVJ1Cvg+4jAi7/\n7Iiv86DsJZF0xJJujC5O0qP1SsCCk/oJhuJ266nddV1AKtVLXYGS6LgHLyge\n35rIVFqwOh2AFrzWCLIDIyJVptoR7BIkC8HbNzsjrb4+OPWyOJRe1+4m0ngV\ntYx3rVO4HO/w+jRTxD2xNVCoipv3thBrrGkHkiczCyWrN8QBJHPI7w6BEBR4\nEAuHb93UmdbFXz6YVi0LgAoi84V5/NGUH2+WpNyQ/0eep9g0Lp8qNxBoec6c\nnc0lrD8ethovjfiAhyKe4YIKl9CnXtPu7xgqh5hiz7PZh1aM3ck0Ed+w9eeG\nOec91v8TeFWaj3PvTLHz5haLRBmaQHV1q7N/Dt5W8jkrzYpSVFX+fD+IC9eH\n6O+9o6foPZDZSckCZWTGADVVramuRdpfjM3Dgj5Vow+HKYKR0bd7Da1QKTK+\nTv/spUlSya35RCZa2CdBPnkVqufESgkqiPYQ+qGqlKPPrYsVQQgzq77WNhgp\ngNXt\r\n=lX6M\r\n-----END PGP SIGNATURE-----\r\n","size":526586,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.4_1639130000067_0.6481802533490055"},"_hasShrinkwrap":false,"publish_time":1639130000290,"_cnpm_publish_time":1639130000290,"contributors":[]},"5.0.0-rc.3":{"name":"antd-mobile","version":"5.0.0-rc.3","dependencies":{"@react-spring/web":"^9.3.1","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.2","ahooks":"^2.10.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"e3076367b0e7efcb9d2f9685d4cb5e1b589a3f23","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.3","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-ivUNxVd/+l8iAzkm3zUtp0MU3+x2hekPBlFd+dydr1LMwKjFCmS6FSpDiO/qi0ZVb/NTZmuNHc9aHV1GYtONyg==","shasum":"8eb4e2f0f5fdf4e316ba6e2aa5ab025ff887e8d6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.3.tgz","fileCount":2160,"unpackedSize":3633509,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsGKkCRA9TVsSAnZWagAAejUQAIVNi9Ko1ieDSBghKIdz\nEPovTUWCSRboXH2C0X4vrF4qgdERhiv+gYZcVEjJCZN3Zu9cqDzrLV6lkJol\nTBgqZTs3IrlkmBU+08fpXSk15Vi4k+bW08myj3ZBAndMbmEFGGjg04mkQXSj\n6oUMPt3doP/e5Ec0Z462wbRp37S+gfrmjIAQSOQMg1QkM/KZ8Vv/1bMc5hge\nyVRfN53yv5WHfKdPHX3xNQPhG4B9I8DKF1JftSuDB1+GEasToK2O+E2UQFUw\nl3X5U8AtUNNEn+g66fz+oQ4PCWmCYdsfZXKTQvnce66WI3PNwMXr7ZYoycT5\nRsxjTWNsrlKWI/yxzUNSIY7jkf7kD8GCaolZI+a0dxTiPNSP3vzM1c0W3Biv\n1XjLXpJlW/9O2Sbog6G3/5CEaDEjkHT1OnMBXvWfFk3IlpTygyBWzN9r4PTe\nJUyB5+loFrIzaYF8+NDgaNTzA/Jz9ZYMU/I2HPByNjodzcSDhW23wpKRWwlk\nZUuJ9UZnphyZMhK+fg8yQvKwL4l9GEbwP8rzbzyhikpjXtNRZok/A53HvryC\nB30vzC9xQ448mQVlOy5/o4kCwif+dNtntw1DmUyCLUTuUqyg4GFPXkZaQCMx\n5yMhg7WYpWG2Cr0U93o46P+pUvWYgDtnIuxZ+uzvF0qP22N4OaUbF6cCkiGI\ncddS\r\n=DOBv\r\n-----END PGP SIGNATURE-----\r\n","size":522131,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.3_1638949540753_0.8085985617776885"},"_hasShrinkwrap":false,"publish_time":1638949540979,"_cnpm_publish_time":1638949540979,"contributors":[]},"5.0.0-rc.2":{"name":"antd-mobile","version":"5.0.0-rc.2","dependencies":{"@react-spring/web":"^9.3.1","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.1.6","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"ea11dd2d63fc1df65d462c309e56f69d11d73ee5","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.2","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-jPrRv/pbSsqKAU59DrBOH0isvWoVwx93e+fZ5fnAw35uGoTbMfOQbxa9DTcj5676/+Hp0f9z4DHqb10vdNWOOQ==","shasum":"6e8ff53c6f8ecd3b7f1be6bf2f9cfeaf4926e058","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.2.tgz","fileCount":2160,"unpackedSize":3624399,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqcrSCRA9TVsSAnZWagAAR48QAKBybQgmFI26wiaPjOzd\nRhKOMPo9UK7LVj1kAKleQgJ99F6Gx/YphFs58e6iaR/LqfQLLtpBPlFRjG+V\nrPrQzpSkHCFAaJ1Caja32wEszhnFXcmbvfDPoGdcVh5SvrcL9LxFzDrwzWfY\nPDw3ZzBwxll4ImFq56p3bZy5Pn/q7sSNANESm/pDc9xmWqmX1KRBq1LuXWe1\nVJFkGuRG6gEAf6apYNhptbfSlcIET7VqjRE252a7UgpJ1QwMzCF6yGt66ta+\nDOj4jq6YewFPsbKsvIG9O4B8nlz8fsSUkEtffrDZlqk3k81vhtDPahfjWBO6\n4DOyCUBrbdqnFJaGhxQkdUPPtnwpH0Q8VeYnyzO/o83apjR4JN2sbDilGbsH\nzd229rJ6ahnTcYiXZB3UYI4jx7vvsaRI03KWWiGGCKavAY1INgtvw3izZJSq\nITmXLO0PML1hjqQTwDdQAFFVEX4dztrvfnY4QfU+7NgBMJVWJsKAO16KZr0H\nE9EEi0bgkXvG3owqKZAnvYlhpmdUevET2Uop9PWKFzIvO4W/XUxx+zR7TKvF\nIbbzm2NSvl6KGJCh84WP31e3eOf7t/CLcO/d4ioXa2i3j+ciQ/eMYH6YBNqq\ntT1648RugknmL09Hx4Jj9BO1USI3If6wCJ9W1tHrypA+U5XkC+1HSWUczVeH\n2fzN\r\n=C2vi\r\n-----END PGP SIGNATURE-----\r\n","size":521324,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.2_1638517458495_0.9797629160208863"},"_hasShrinkwrap":false,"publish_time":1638517458846,"_cnpm_publish_time":1638517458846,"contributors":[]},"5.0.0-rc.1":{"name":"antd-mobile","version":"5.0.0-rc.1","dependencies":{"@react-spring/web":"^9.3.1","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.1.6","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"b6be6bf80d7483ca1d93fdbb925a11536d2c8e8b","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.1","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-kOtCbvmS9/xUgLOZU2CUOnnAz+eLowQ5CEQ1+XWiE7kkunOhaBez25xi2tAi/B8cfCCE/W2V9Q6FOnaFVn2yog==","shasum":"5d230adff4af4692962036a3134f19d7f63d687d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.1.tgz","fileCount":2104,"unpackedSize":3525756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp07wCRA9TVsSAnZWagAAO4oQAJqKOGHWYPFjaWF8icxR\n7dCrnKuwWV7D3kcgwGhvFmbYotATx9THRu5A5rI5iK5ya4/qPj25pa5/0t0v\nEcYBPLgLk3I5Xn1nMkwiMIpHJgQ/F1OWkQUKLWLgB9sfhT/57EW3m+v9DE0R\nNc//5C8wwf7DBjuR/ADWcW5CGXuZe+DVGL/yYiFUE7c3XxNrnyfbYRJndrb+\nNkJ0gmVsElbmXEKce6m8jWRLhwAFutuqTG1VhYzFx3ib9UlmJVp+vQN9UBX/\ntNfwZAL7iup2l6m6t8ghrQCx6XoKCe333dESTJPdDgiyoPSiHRIgFzOQxsQn\nMIa4OA4hoJR8BoQM/e78Z/SZzyqWn91Rw5G5uddtS/TeGBaj+5LxyQlB25io\nMOqMZxGuQDy1qFNa73hlPqZAbVwQn/ZwtZNPcNh26bF79QK3t/10eNydfRYw\nOVIchDyqEg78sI88vXXveIJnPM9I1Zdr0QoMcc9TroJ+jEuRVQHoWtrdLYxm\njGuyIMnqJNoMRyLCjjyR6ZPaTVl9ixIy+2L1SaFlFO3IfKk2jwVRlYpFbPZM\nwwS4c+Zxuya2zpqpLmYFrNwAlY5vykV5mbP9dYt0qDX9bp7X4YzP2vq/OapX\nNGl5awD4Lh9Nt7g+8XiV8x+4nQSH8s7EtmQ298NMhUgCTxwmU7izr+EiRw6G\nAKSC\r\n=23nc\r\n-----END PGP SIGNATURE-----\r\n","size":513620,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.1_1638354672263_0.0582081684615714"},"_hasShrinkwrap":false,"publish_time":1638354672594,"_cnpm_publish_time":1638354672594,"contributors":[]},"5.0.0-rc.0":{"name":"antd-mobile","version":"5.0.0-rc.0","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"10.1.5","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"680cf372016211ec8c5c9f2b6c083a1a5ccffbf4","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.0","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-nvqy6dwshwt1AokWnFw5DFRvxhITvQ96KzQALYt33PTIv3mHNmjM7iSrMpdKiYpJfpSDBZ60uGZURdk9HJVqxg==","shasum":"a4982ae839c9e2823fe0aa74935f6442ba612e70","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.0.tgz","fileCount":2096,"unpackedSize":3486028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoKoUCRA9TVsSAnZWagAAxJgP/0VZqtzvjKLYgT/G3ctl\naxaPOCuoN63G7Mgh0DdIdsy/PD6JGLusYNmED/j+ah6sUMtFLXCeNk2H1D2d\neQxA+o2Uyck3RY1lydUTesXyTB02itic8gXYMSm7lGVYlBFSXCF3z3eOiGNL\n9fGTZdhKfbx86cFLaH7Ae0AceHhgCNu68ZPoaG4V0xhWkZzgifZqQg5Jubku\npHVJVeHnhVRCpJ5BsLRC2F/viuAN0G8cGfJcOUvOg+bf+0Taa8pv+UhoV3Zr\nUknVn/jA5/7kqQhtAZq14fIUVLCr42Y1tHvWMN6I+ykdfZ71mMeHdvsL327T\nrcKs0304Xg22zknxsfTPE4arTrPit8eaB2VXl75j4D2HqwRx+iNAtrK7yxEQ\noYUm1KGfLNi7h21OLZeBGu+Qsvpa2OyFKS3alxPZdUS5ev/p9OkCBwWBevkP\neRepiUNoK5N4RsqKSX/7dAVCg48m8yIwV6xUjzXqy7Y7W+Ephx9/eUg1I2YP\nBkH6Eef6fBBaW+sS4Ft+4hm9wmUaD4KMPB7b6SoFS4N0QUP43t23RpNuOrLY\n+g9ykhmqWq5Crxd/C9ynRpXQkunLQPokKs2RJqfG9OIVuqVzyIw/X3Zj/7fH\ncYssp0wEvM3iNfrHMYzg4SAKc9WFvqCJyHEycr8nErGnkrBwvqw3oR1/S3ht\n0DPg\r\n=av7L\r\n-----END PGP SIGNATURE-----\r\n","size":510922,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.0_1637919252465_0.5635586770113179"},"_hasShrinkwrap":false,"publish_time":1637919252792,"_cnpm_publish_time":1637919252792,"contributors":[]},"5.0.0-beta.32":{"name":"antd-mobile","version":"5.0.0-beta.32","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"10.1.5","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"9178089af8db5be986a2461795fc8ac9646eecd0","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.32","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-a11ebYjx7wvPtlLde2lsYzJD0ohKZY67mGWp1jX2TnPrNl0rWSc90yrD+YHnuqILwIqJ9D+ivuCkLLIKDxKedw==","shasum":"d7b8df3e29ce4621dae8f6487fc800a4b7acc888","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.32.tgz","fileCount":2096,"unpackedSize":3486034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoJMZCRA9TVsSAnZWagAAMsIP/2OYaSRF+52J4q+5nzqz\n9ftFFWsF7lA1sNXVqIYqduBov/BtqAvjfmtWWEf5BJwnBLM4iOZBeWBbgnDO\n+h8REOREgvd0aVe8NO5SbUdK7/0u1TKLw9bAaaVYMqetjG8uk5IyyJgtjVhg\n09e+DSsDVw8jBzzrwnWmtzf9yZ9iIfD4aG+fpe1ZC8n3JdEfhmxAEuezhVqz\nW9e7L2KRVzup/4+PjBHQddaYGeqPiWYE2q0vwHH954uXhjlouCMWkNfiSe0G\n6RXZVU1NYeu7xxU3S/f7v36EghcsnNW2tLbkgg6GXIL6Mexns9niGAN8v38T\n6kTd0A/O1sZCH6V2cxchSJZ4I47Ee1OslYuhlU/1aFfpavqyTuRkf7U92wWc\n3AlnJXwbtHbRZiK6PzPy2zii3dm3YeROR84rZErjtyeGcY+pknWnXJQUwqof\nlGCYjgwdj+UMfxuBSXvwtDcpUrIJ5TihAV7wRM+rfOPjPW2X5eBlJ6azAlXN\nfQf/pMH+NG+5VYOWSMkW/Lqcw2j60lE/aTVpih0X+2Hm4nzRkenrMlDeqS3X\n8uev/1mU+Cv2SoxKUnGRC9MqxbhXN5Y4y7EPpCQiRS76uVHlpIzgh8nMq6WK\nbd0Ml1hfhPtq0mkbsRUGl7tqcX/GqBL0f3jOsRpuHjf8bCs9oP/M+wva7Fnm\ndEKM\r\n=taB+\r\n-----END PGP SIGNATURE-----\r\n","size":510926,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.32_1637913368972_0.8071130363390884"},"_hasShrinkwrap":false,"publish_time":1637913369293,"_cnpm_publish_time":1637913369293,"contributors":[]},"5.0.0-beta.31":{"name":"antd-mobile","version":"5.0.0-beta.31","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"10.1.5","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"8d16cb36094ff68f4f281c7f766330d3f5b22e31","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.31","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-hLb56VbGqHvR9T3W20NyYrKXAC68fo2zZlwKEauB6HnLCPPWQPiRg2DWBFFnPr+qmnTknYBms9CdUBlkHh1THg==","shasum":"e243ac4a960dba35a5724b9dd165e5a169b81c69","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.31.tgz","fileCount":2096,"unpackedSize":3481251,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnvKYCRA9TVsSAnZWagAAHGoP/0q+5WkvR5ArqauOkTcM\nuh0/G4Xe5WuNc5D2pJCWLf9oS3TyPqUhKd0Bu4wSaZ6bih2Sz7/ky5jbIKZ5\nvbwei3jylxk8aGh/kd+rPccWHpTGU420S1rQKsStQMtp7djXdq6EFzP/iQ28\nyJI/XL/mLHVqeaqZGpOfk9lvnin3zcdR8nRSjAlSAPZJLxWvkd7v0LQsLnC5\n4WDTRz4Iat8Qn0b6C58g7RL/gB8ZWGOr8CR5k9/6QUaoq7200hD+Ff1uLGMj\nCBFq2CqMtgFviu7FVQI8yEBE5bVwaMsXu3bZsx/zMdm/2yBNTeoqDhaFgAwy\nTXBDbItWIOvFcaL1T2Kzm5daYYNJTf+TytoNbOeSg8MVMB4RbLhLZbfi26bj\nMk7W1BCJXgbsywftaDNA3gAgB9MhnR4xdSOAD6FDm+YZvTriWw++V+zbkypB\nzrn69Izkum0p4b4taJ5v9hKCnk1BHPr7iZ/DuP1zGN7FkIwENIjG5Fu5EPwy\nyPaeAZaTYreQPc3QwkCbEdPpx5KY0Svjbmfg4mB7ssiXvRfeH9gXsRsel9ka\nHdBc6oqeKmRf/6cu5W6LWFSOUwu0gdEs8pir1t+cFw5xnlgG53eTEJRF0zMT\nfraelTsWKnd7JbJKudnrF6NZjqRdpso0wAVqr8Vwl58+SgT7rFuwV6OFLKXr\nJK14\r\n=fJad\r\n-----END PGP SIGNATURE-----\r\n","size":510454,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.31_1637806743998_0.5231329216451805"},"_hasShrinkwrap":false,"publish_time":1637806744278,"_cnpm_publish_time":1637806744278,"contributors":[]},"5.0.0-beta.30":{"name":"antd-mobile","version":"5.0.0-beta.30","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"10.1.5","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"a015f31512909ced70479c69a214ab0f27c8f232","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.30","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-5o9bBN2EhYpOD4hJNjAdxh60L44S93klXjaS21u9mk7Py8LNxtPvyQ787JcuYyOuAo8DcE/yNtT5Wvf832dVlQ==","shasum":"84a6ca143029eec87a0e9ee722ac5a15626749ec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.30.tgz","fileCount":2096,"unpackedSize":3477231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnblJCRA9TVsSAnZWagAA8bsP/0EacHeIlxviCtAVoTYg\n/Q6TZmgxvo0Ajrbk36nH6fGlZHMHABMH+dkRuTIWXZc8kbjTTLzztOEyE98c\ns0jsSnkvIu2WWQIzoaPio4og+pQJcXcy7+wDeZ2vTPQVygR2i8KOwn6+Tn7X\nzRYugZ9V1nUSwP2MjlPtnlu8ag/Lww/Rdt3d2DgdbjO55KzEe6sSUAJJFP5A\nyU7JIBhExZW+4T33ucryPv+f+8PfRX/rW2I0m3JFCPCe+6d8Tx94xg8WQO/b\nCJLnTrVQfQEVz6OoS2rDEg+0Kb5ZN+AxpSNqXrbUmeTW0iftsL+QmxhdzRHu\nSiPwYfjdfeXr3N8yF3EBLojRMx2CAuIGDgfcKcBlOkqIm2k//mUcGY9hFyxU\nInPtfq7BjuRP12Uqqpl/c4RRa6f/qIQ+10ZUzOOSOKZAcDqnsAvocRh8JASE\nIDp8mNOJtzJzHctkH/SrWQTIUzqWNcOe64fMpc8+kSxvoE+oKDdlSxc9Gv6p\nxVYuJgV77ZyhG3oKNetlSY2QePTKYU62HSr/Kt9L10nkVgViXEZ5ZNGYe/Xj\nbb9xpQdfpYXOylDK4vIS1VS2+D3blyug5wTDJbKEIAl35patNNcaTchIowWA\nv7rYndYykDZvsLRXYUwffyJhuMF4tXVQTyk/qWi5X3PKbsJ7uxGDeo8VnwPE\nvas5\r\n=18Ov\r\n-----END PGP SIGNATURE-----\r\n","size":510373,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.30_1637726536838_0.16430740565008817"},"_hasShrinkwrap":false,"publish_time":1637726537127,"_cnpm_publish_time":1637726537127,"contributors":[]},"5.0.0-beta.29":{"name":"antd-mobile","version":"5.0.0-beta.29","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"10.1.5","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"90246fadb04bf3ec38b68ada076578c817b5cf04","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.29","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-DiVN9amuBa0c87SGZ83c8PFxyh6tKXgQF9B6PFbcxq0G7srhZxbQ4CNFB/hP/s1joLT9fx89HaMmOuAcNbR0+w==","shasum":"ca51617996b5b8de54f68f4676a6a06730873399","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.29.tgz","fileCount":2096,"unpackedSize":3476958,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnaaiCRA9TVsSAnZWagAATaAP/RnHkBlG+BIXmV/kaYmT\nmNGEVhKx8/ZFmAzgRaFNWW0+KdQ3emLUM7hu81BO0vD75/X+6E5wD4Fb8vJ0\n6UqxwdoKJQwHlMTchI9YSFeBcj0s5JuuijucfZ3jsWpoClxXz1mzhUpcuMbx\nCk5Lp2IH9qGfI2RrhIkqCpxrrSBZl0XmEBzZBJAOLG7lSmBiUEOjqaGucG5w\nzkNY4XcHsfjaG06Fvr0sy2E/f/7u5zbB1PLvOx3Q2krBmwDQ18HpdPN43yFF\ns+6DcnWtHzfppabHCLFJPtdTdQHSCQ817ic1t0jAqlscSj/vrKgZ7iIceX8P\nNY9ZVOMXDFyHKntQjAFWRFUtDYPm3rwu6So0Hv+0gsBaKPVAUQQpk1oTQVOO\n6kaeUQQrR+t1KsImUowagwdl3F/xJciMU+1MrPFTXTEb0gmsqSQ7dek4vTiK\nDfhsDdHo0ZvcbZIYqq8JdpJ8kJ4jdIjk1u976aGfGwlHFPjpO3D6/lKbqhmh\nRD4TmgYQwRB49KYWMLeJN3m4tAriJO/I7VcETfH7AvLAY+ei1LrODSrYyJNE\ncNVGhx+j1toXOps5eD5BDMPHgplSYSAbYWyGkOAgFv7pbvxu/IwLgV+mcXr4\nP9cL1Hk0LR1M/39e0mMIYtpU2uhnzHaUzbSgu/pIRjmE+/kCdhFiT/QMJ8qr\nogGo\r\n=vjYR\r\n-----END PGP SIGNATURE-----\r\n","size":510360,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.29_1637721762713_0.7620890704487735"},"_hasShrinkwrap":false,"publish_time":1637721762980,"_cnpm_publish_time":1637721762980,"contributors":[]},"5.0.0-beta.28":{"name":"antd-mobile","version":"5.0.0-beta.28","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"10.1.5","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"72037fde529faeaa8acf13a300e613744443fad6","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.28","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"a2269e07a328cb8830170063ee90eabbf205a617","size":508195,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.28.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.28_1637585315669_0.7228106834010364"},"_hasShrinkwrap":false,"publish_time":1637585315929,"_cnpm_publish_time":1637585315929,"contributors":[]},"5.0.0-beta.27":{"name":"antd-mobile","version":"5.0.0-beta.27","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"10.1.5","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"c6b4030cb9952d7b4b2d314175a2bc1770e2784b","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.27","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"a49d9752772c828f8e3a3a839ba4781430e7ed23","size":504638,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.27.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.27_1637218492549_0.9679895053371783"},"_hasShrinkwrap":false,"publish_time":1637218492877,"_cnpm_publish_time":1637218492877,"contributors":[]},"5.0.0-beta.26":{"name":"antd-mobile","version":"5.0.0-beta.26","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"10.1.3","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"535cbc9733b6c7df27d9138088f93583dae3977c","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.26","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"84888e480847ff7f4bfc4d91f0e01b8e0de0f26f","size":492616,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.26.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.26_1636624641485_0.4151863958003632"},"_hasShrinkwrap":false,"publish_time":1636624641789,"_cnpm_publish_time":1636624641789,"contributors":[]},"5.0.0-beta.25":{"name":"antd-mobile","version":"5.0.0-beta.25","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"10.1.3","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"f4c9b2d7987d9c3b523fe67087f41c553b8ddecb","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.25","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"f3e077ced881896e5b403647dd5f397f8a04a7a7","size":489245,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.25.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.25_1636449371696_0.23173291440811616"},"_hasShrinkwrap":false,"publish_time":1636449371928,"_cnpm_publish_time":1636449371928,"contributors":[]},"5.0.0-beta.24":{"name":"antd-mobile","version":"5.0.0-beta.24","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.1.1","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"4b1c0bf162fd1408017d48bcbd2df249ee3cfd53","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.24","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"dcd2920354219cb381284f3b0b196ba7e6e9dff5","size":489087,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.24.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.24_1636110415545_0.8700716246896087"},"_hasShrinkwrap":false,"publish_time":1636110415818,"_cnpm_publish_time":1636110415818,"contributors":[]},"5.0.0-beta.23":{"name":"antd-mobile","version":"5.0.0-beta.23","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.1.1","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"b5ff8b2a6933c5f09ebe24a235e05252aa6d313e","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.23","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"33aba2d58343225d7253f2fceb6c3c7514a0a97f","size":487758,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.23.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.23_1636015694734_0.7005994086459799"},"_hasShrinkwrap":false,"publish_time":1636015694975,"_cnpm_publish_time":1636015694975,"contributors":[]},"5.0.0-beta.22":{"name":"antd-mobile","version":"5.0.0-beta.22","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.1.1","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"d7dcc5cacbc392b3eed11fd93bb1c62e07c6dc86","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.22","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"b407470e13e2fbb7b18f5edf8e4179618f76c898","size":485584,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.22.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.22_1635862540968_0.9586295716164241"},"_hasShrinkwrap":false,"publish_time":1635862541160,"_cnpm_publish_time":1635862541160,"contributors":[]},"5.0.0-beta.21":{"name":"antd-mobile","version":"5.0.0-beta.21","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.1.1","ahooks":"^2.10.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"88b788f537c3fb87dddc17f97968517c93f4acf6","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.21","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"8555367305d6b400c2cbbe8aad6e64fec4d78058","size":506344,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.21.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.21_1635474969115_0.8641219338763515"},"_hasShrinkwrap":false,"publish_time":1635474969446,"_cnpm_publish_time":1635474969446,"contributors":[]},"5.0.0-beta.20":{"name":"antd-mobile","version":"5.0.0-beta.20","dependencies":{"@react-spring/web":"^9.3.0","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.1.1","ahooks":"^2.10.11","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-tooltip":"^5.1.1","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"e7337f5e45cb7c01aede7317806e21d701d6775d","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.20","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"8ff888e80ee8b8e43aef4ab7d8b580ee5b36c67a","size":503960,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.20.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.20_1635300955825_0.5446669389836483"},"_hasShrinkwrap":false,"publish_time":1635300956041,"_cnpm_publish_time":1635300956041,"contributors":[]},"5.0.0-beta.19":{"name":"antd-mobile","version":"5.0.0-beta.19","dependencies":{"@react-spring/web":"^9.3.0","@use-gesture/react":"^10.1.1","ahooks":"^2.10.11","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-tooltip":"^5.1.1","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"84a32f1fdfef7920a88cd09f8f6022ef61113b3b","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.19","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"d8fea5b847187e1f92f36b1f6b982053b28e2890","size":502315,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.19.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.19_1634793883542_0.1425709450470729"},"_hasShrinkwrap":false,"publish_time":1634793883784,"_cnpm_publish_time":1634793883784,"contributors":[]},"5.0.0-beta.18":{"name":"antd-mobile","version":"5.0.0-beta.18","dependencies":{"@react-spring/web":"^9.3.0","@use-gesture/react":"^10.0.3","ahooks":"^2.10.11","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"d27a2b31ba5ea2ee3a98697b871c6743d3630100","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.18","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"cf641aa9d9f6aad3697d7323e75f2df0620b43d4","size":497988,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.18.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.18_1634556204972_0.21330541606021547"},"_hasShrinkwrap":false,"publish_time":1634556205193,"_cnpm_publish_time":1634556205193,"contributors":[]},"5.0.0-beta.17":{"name":"antd-mobile","version":"5.0.0-beta.17","dependencies":{"@react-spring/web":"^9.3.0","@use-gesture/react":"^10.0.3","ahooks":"^2.10.11","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"d3432e0c51a9f33883522b4d9b96539a7ff15feb","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.17","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"bf483c5a4e453ef054afdbed7b06bb06c399d513","size":492287,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.17.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.17_1634215546938_0.968629720104117"},"_hasShrinkwrap":false,"publish_time":1634215547181,"_cnpm_publish_time":1634215547181,"contributors":[]},"5.0.0-beta.16":{"name":"antd-mobile","version":"5.0.0-beta.16","dependencies":{"@react-spring/web":"^9.3.0","@use-gesture/react":"^10.0.3","ahooks":"^2.10.11","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"719baa4922525579d6de7edd1776560fa0e535b6","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.16","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"b3c59e1571f49102f0d9398715a0b4068285359d","size":492638,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.16.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.16_1634109666876_0.37319286434888244"},"_hasShrinkwrap":false,"publish_time":1634109667189,"_cnpm_publish_time":1634109667189,"contributors":[]},"5.0.0-beta.15":{"name":"antd-mobile","version":"5.0.0-beta.15","dependencies":{"@react-spring/web":"^9.2.4","ahooks":"^2.10.11","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"966e84a278b5d54495b9b7d46cf7d2f7ec4dc34d","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.15","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"5015353d43aefe1e45efd85dbb512c34f55f4486","size":491518,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.15.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.15_1633783805703_0.030051203397961634"},"_hasShrinkwrap":false,"publish_time":1633783805938,"_cnpm_publish_time":1633783805938,"contributors":[]},"5.0.0-beta.14":{"name":"antd-mobile","version":"5.0.0-beta.14","dependencies":{"@react-spring/web":"^9.2.4","ahooks":"^2.10.11","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"4d7634f81effcd8f8611d37b4e392fba71ee2675","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.14","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"b7de51a4892ed93185f9d43ce337b96d7810573f","size":488760,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.14.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.14_1632928448553_0.6072090512753372"},"_hasShrinkwrap":false,"publish_time":1632928448817,"_cnpm_publish_time":1632928448817,"contributors":[]},"5.0.0-beta.13":{"name":"antd-mobile","version":"5.0.0-beta.13","dependencies":{"@react-spring/web":"^9.2.4","ahooks":"^2.10.11","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"c82a170adcd995f5bf5ceecaf62b5eb3468ef487","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.13","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"b1171de90b0ac898a5ef814c1aed1a845cd80389","size":481856,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.13.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.13_1632712083706_0.3619320925240934"},"_hasShrinkwrap":false,"publish_time":1632712084000,"_cnpm_publish_time":1632712084000,"contributors":[]},"5.0.0-beta.12":{"name":"antd-mobile","version":"5.0.0-beta.12","dependencies":{"@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"0e414f849f70d3e5e0b25b97b39b705ecc421e28","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.12","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"947d53a600127cad9515b50689198b8e99f570a6","size":478085,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.12.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.12_1632623377253_0.7787418163649045"},"_hasShrinkwrap":false,"publish_time":1632623377487,"_cnpm_publish_time":1632623377487,"contributors":[]},"5.0.0-beta.11":{"name":"antd-mobile","version":"5.0.0-beta.11","dependencies":{"@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"4d14e574cafb83fa884104687600e7dd16cef8d8","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.11","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"f72cfbfbd33e41ed6f770364bcfb15ad905ce862","size":478057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.11.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.11_1632556333308_0.07418110185969207"},"_hasShrinkwrap":false,"publish_time":1632556333618,"_cnpm_publish_time":1632556333618,"contributors":[]},"5.0.0-beta.10":{"name":"antd-mobile","version":"5.0.0-beta.10","dependencies":{"@ant-design/icons":"^4.6.4","@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"4bf2221b1d8190c5701863504d19713d1632e012","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-beta.10","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"f09e230f6f831f8cb6cd282bcb989ca6f1d5dbfb","size":479662,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.10.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.10_1632051004583_0.3537627199888056"},"_hasShrinkwrap":false,"publish_time":1632051004715,"_cnpm_publish_time":1632051004715,"contributors":[]},"5.0.0-beta.9":{"name":"antd-mobile","version":"5.0.0-beta.9","dependencies":{"@ant-design/icons":"^4.6.4","@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","gitHead":"b4614c0a1f40b92b7865a922838479e55e6976aa","description":"","_id":"antd-mobile@5.0.0-beta.9","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"97ee66aa24112e8a89a4992498df8b5e0c8b58b1","size":476493,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.9.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.9_1631852861673_0.7629157516560272"},"_hasShrinkwrap":false,"publish_time":1631852861856,"_cnpm_publish_time":1631852861856,"contributors":[]},"5.0.0-beta.8":{"name":"antd-mobile","version":"5.0.0-beta.8","dependencies":{"@ant-design/icons":"^4.6.4","@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","gitHead":"e1b7c5fe86f4932834a3ff69dbb0e53e3c01d6a7","description":"","_id":"antd-mobile@5.0.0-beta.8","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"aae9e5808b98154633beadaf01bfe465995f8e38","size":448360,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.8.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.8_1631697532394_0.170448642364045"},"_hasShrinkwrap":false,"publish_time":1631697532681,"_cnpm_publish_time":1631697532681,"contributors":[]},"5.0.0-beta.7":{"name":"antd-mobile","version":"5.0.0-beta.7","dependencies":{"@ant-design/icons":"^4.6.4","@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","gitHead":"6a79c613ecc6d0a8ef20ef800feb065c7ff8a3fe","description":"","_id":"antd-mobile@5.0.0-beta.7","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"afce886635b775996c923943fe5ae3346f84d810","size":447825,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.7.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.7_1631630626919_0.04358267307984276"},"_hasShrinkwrap":false,"publish_time":1631630627181,"_cnpm_publish_time":1631630627181,"contributors":[]},"5.0.0-beta.6":{"name":"antd-mobile","version":"5.0.0-beta.6","dependencies":{"@ant-design/icons":"^4.6.4","@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","gitHead":"02ecf4c338976aaae95b0c96d20d8d5c4c99067c","description":"","_id":"antd-mobile@5.0.0-beta.6","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"1a48d0b912f09fc371c5b320d39035adede7b11f","size":443247,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.6.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.6_1631248061827_0.46351262007884153"},"_hasShrinkwrap":false,"publish_time":1631248062147,"_cnpm_publish_time":1631248062147,"contributors":[]},"5.0.0-beta.5":{"name":"antd-mobile","version":"5.0.0-beta.5","dependencies":{"@ant-design/icons":"^4.6.4","@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.2","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","gitHead":"5929e785c10324c06726912e288df6c8ebe59b35","description":"","_id":"antd-mobile@5.0.0-beta.5","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"a7bc7e0321af7965dd6604f62532ff9e1ca242a7","size":441294,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.5.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.5_1631198691197_0.9812495590298"},"_hasShrinkwrap":false,"publish_time":1631198691432,"_cnpm_publish_time":1631198691432,"contributors":[]},"5.0.0-beta.4":{"name":"antd-mobile","version":"5.0.0-beta.4","dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","gitHead":"9db44b94b19ee05079e8357eca41a01e2702b19a","description":"","_id":"antd-mobile@5.0.0-beta.4","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"e55f74e92249bf7bfec2c7e5a19126ff96094302","size":440418,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.4.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.4_1630933724959_0.28042716031971016"},"_hasShrinkwrap":false,"publish_time":1630933725256,"_cnpm_publish_time":1630933725256,"contributors":[]},"5.0.0-beta.3":{"name":"antd-mobile","version":"5.0.0-beta.3","dependencies":{"@ant-design/icons":"^4.6.2","@react-spring/web":"^9.2.4","ahooks":"^2.10.9","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.6","lodash":"^4.17.21","rc-field-form":"^1.21.1","rc-progress":"^3.1.4","rc-tooltip":"^5.1.1","react-transition-group":"^4.4.2","react-use-gesture":"^9.1.3","staged-components":"^1.1.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.6 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["*.css","*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"readmeFilename":"README.md","gitHead":"809775fac035e14c41c03cbad9a0edf4148a6f04","description":"","_id":"antd-mobile@5.0.0-beta.3","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"shasum":"41a86e78c0963810ef485281b52ee46426bb788f","size":434317,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-beta.3.tgz"},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-beta.3_1630753988719_0.7145037291970744"},"_hasShrinkwrap":false,"publish_time":1630753989098,"_cnpm_publish_time":1630753989098,"contributors":[]},"5.0.0-rc.20":{"name":"antd-mobile","version":"5.0.0-rc.20","dependencies":{"@react-spring/web":"^9.4.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.5","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"0124cf6c63b316418749021c10ff760030911519","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.20","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-1Ekcp0fobw9qWvcxU+WLQ5XpTD3r2m7mpcvIPV6Te7xPCqKVTim6f6zy4HLU6aPi1NiaDem59tnJwvnlcATavA==","shasum":"9284031301829cbb67bd7bd2565be63ad238693e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.20.tgz","fileCount":2342,"unpackedSize":3745240,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh57K2CRA9TVsSAnZWagAAz2QP/2zMGKGTO+EgB7cqdyY2\nJXdMYJOnIXlJoHUgrJsX+u1tM3Jy31XCoKDZlwFRVdvrv2tLRzKTHf92AJ74\nzljAPPxUh7vxla0v1B5QavOvPuP7jq5xfUR0OEF+OTf3m2baDGcjf3WdToU8\nOmXFyn+0lcc3Y78LVL8eoEx+s1Xopen+tI6WqlCt/0vWx8cXUmSc3uoCHY1/\noLL7QcFvTC24shIil2HeZPGL6nuuYfndNTCzBFKP5f7pWJMBOMklGeEL+tI7\nkd7jGMN5YQkkjaqhDY1xj0oDVbA/VQL2tTdFqBX30ll7njcfPN/7Zm3JCXYh\nRDUjA6k981cNpk1+jO+hg13F++ZMDxaL1gYq9w/2Lrq79sG51jQ+2qQ9ECcP\n16nihervpmDTfs5KEWW/MROdf3oDOs5HRtiOdqYwGqECYVgD5VHyZ6o2lmLg\nGewiQwLdyAoXPcehk00xXt9EVGWkAJwkQQHRHNmf3XSpvo+PzIqLSnF4or00\no5zT0eK2RNVNsNTNcTIhVcOOI5PV17JC4OT9IDe6d5yWHEd4I00WvGwmq/aq\nkKA1+1Gr557b3LD2lmWoeAXVcJ9ONGy5B5f9HcQJNHkt3eVhBMsS4rd8bMU2\ntjeJU3IsxIg7XpPy3yL3GsEqaxPEi1KnC621g1KfbpSHRhnP4K+ZpH9emyVB\nFNL4\r\n=IrjA\r\n-----END PGP SIGNATURE-----\r\n","size":542303,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.20_1642574517892_0.5638881722970255"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-19T06:44:46.749Z","publish_time":1642574518079,"_cnpm_publish_time":1642574518079,"contributors":[]},"5.0.0-rc.19":{"name":"antd-mobile","version":"5.0.0-rc.19","dependencies":{"@react-spring/web":"^9.4.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.5","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"15279814189f37e0223db3961a657d5bd7f482da","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.19","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-oOvGPb0icbQXqLCd3y0RqiBLusF2TQGg5IjRrqOkKpwf+F3ZZx3EZnRdy7Sc4O4L8D3m7VbH8GIbcJFDVjT8fQ==","shasum":"0a013477e43a76aa497c63ce834e54428c2b2091","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.19.tgz","fileCount":2342,"unpackedSize":3742359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5oIlCRA9TVsSAnZWagAASAAP/3VlggkJqAqbjJ2opu4Z\nTx2Ri9QRdNwllDOt/APC4zTRMNu2onCupzk3HtVCT4WpBXnuGglm9npsBgS8\n2oH+MAKs3Mg7ZvmvY+zXIGArrTiGbuAtLaZT66cTF5e0LJlkZJ8udd34FEFp\n57SOhBfHrduKQaibMsPUJCyBTEAmNScFuadj/MkJSD3Gs/EXuz60LxkCywhY\njz6OF7aGIkpfqWynxe5XxuhpkBrReED/P7CbUXRVuKaUC2dOYsKUECE0WHxR\nM3l3lfkcgVZfOgrLnyYJPfo5iyVy2YBl8QJM1scBSeCvsP/fRLOzK/RtoHNT\n5fZ36OoNjh9KGnQ3zZBm/9q93CJYyMVTS0e8iH54NSLWgreTbWLVZPWX1Ii5\nrf5cvpcDH+skfEzB5Ci75Nxz6CaJcfz6QdYub6GV1/pt9zbd2oT5NL/I2dsG\nVaXxCJmQ4BFev1DG6xrHe/yjezKrSa6YIJlPsATPoECNrTXzUJUx2A9y8f7g\nJS22rGLGe24pMnbr46wIMpxGOIeqgXxlvj7ZEH7xew/7X3qZF+SZCUehXfiX\n1VDsJCalxUzWhG+/cRwEZTQVkAsbgnqX+0kogW4+9Gck+PspX3vAMnkfgTE7\n7Lnm0KsDVhYWIi0Pk+kgXthufhNeJh+ckyu7Dj0pnWw3yLtbWBufiTtEvsUk\n16Dx\r\n=JDDj\r\n-----END PGP SIGNATURE-----\r\n","size":542104,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.19_1642496548920_0.46308203714292584"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-18T09:03:17.738Z","publish_time":1642496549617,"_cnpm_publish_time":1642496549617,"contributors":[]},"5.0.0-rc.18":{"name":"antd-mobile","version":"5.0.0-rc.18","dependencies":{"@react-spring/web":"^9.4.1","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.4","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"087a44cfc5baee246d95ef9865c26746351c29aa","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.18","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-KxwTMB2wDn+qFkT++fG/PGaYcaw2X+IDOLDuhpxk1xfC0yDhO3JVw5/MuCd3KUSGRfEUs4UW/xoKNmwyrY6nKw==","shasum":"6650c6c820ba73c04d891dd1a2d2baa1bc122878","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.18.tgz","fileCount":2342,"unpackedSize":3736279,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4VOlCRA9TVsSAnZWagAA1vYP/AwdJ50AH63mJmrDfgkU\njP+geEOutbWzqo3j/t6WdwYCh9QhO6G9m9Wnob7yoQm8e2WMUBL8YgsqGy1V\nZ7kqQWwYqO06IAcDy8KgLzpA+HpVX+XMjfFM1h/vxxcKcTWOxQZhlubxFZy0\nXBave0jHuEGT7UR+4RaT4aI3hLcprrp6MV992RDNusovXTD8peWEykprtR4v\nWLfORsGvyVPd7wyJ6CaMC5EfTyUp1Akn/M+fL3SQPXrmQdSzHff5mIF5DMqt\ndw2oxl/0X6kX8HbGdO0EiT+NW58kC99Kv7O2oSkpY4lAjWQLmZUSNfeigXZ2\noi2oSiiY1tivd9R2RvMg3ytdLnbrBJw+CK85bENZhJo1b4GCmrTjyecMcfka\ng+2UNF+7ejNvDJbS1WnFWiQBfxco5ucmQy1oHsC2uolQ5OMhpebJY0/HX+33\nxY5IH6x5MBFfmyOjr2K/3g13fMjeDPJwf+p1ovMu6OzeF5i47MyM5X4jp/wL\nY0S7r+ztB+9t0A7ALrrja5qqwvYg401AiAQqUYm8x8GyqnkdXMIuzIO7v2+x\njWDeSqHq0+Fiu49CNANxTfdBnsmRH7YpX9RQ0B/EyUjg1r63gxo0Yyc37K2J\n1GfNJagiHZIQQQC9Ott4ZCI6BUkphCB7X69kYmK9YITT3C0ciT4IcFUPJoLG\n5Jf1\r\n=5Sq/\r\n-----END PGP SIGNATURE-----\r\n","size":541626,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.18_1642156965742_0.7445909423715"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T10:45:30.903Z","publish_time":1642156965996,"_cnpm_publish_time":1642156965996,"contributors":[]},"5.0.0-rc.17":{"name":"antd-mobile","version":"5.0.0-rc.17","dependencies":{"@react-spring/web":"^9.4.1","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.4","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"692b41e4fb04a6dec71f268e5a036ab79401d7a9","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.17","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-2BHZlyKH72snXZrKt1nIkr4mioxKsJCvHaCwQ965tTGyMTX/g5k5Wk3YapldqlyJ728sq9heBdxba+Lkq+o8Hg==","shasum":"4fd9ba0226fcc17ac8f5e257b33074c05e682b17","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.17.tgz","fileCount":2334,"unpackedSize":3977533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3VgKCRA9TVsSAnZWagAAC/4P+wcUvco3zx8/jQhvW9Lc\n+Hdp70FE4N4Q2BM2gKltAIXt6Uk270GQIvfoQSFzJXFDFoEWy5ZNgM+mpKB+\n7ajRPQUw0ykyyoHR3gb5f94kB/W5e+8QZHgMarCGfpk6yQYzOuckQpu5+Eop\niyfuKZ7AEoWR/5KYm9F26QytCqNTgseche0T57fhWz94yMFQxiKTbGPwul8M\nr0b3mHfZQOymiEqMQZq6kBTLcfUUHZRg9wOZDjX8/WdoWzCj5T0vk6N86Gws\nFmWK+KdUDDZUOihtOnny9afv9uWso5vC/y9rGm+nQumD46zpz98i49YbFAje\nKSbley7ukOhoZZGt6wM5YDm4qyRaRZfDTN73Mq+9x0Kpx31+nBKgP0UQXDU8\nb9zWrtBy1oWjeAeHJKb2LDbtl38uQdrGFY398J9dgzuc21Ax8k7fnLZh4b6n\nCvCnStD7xCENrJIMu6OLNvy+IgtyXse28v3KBrZv7meYuXScdMYdD5LjXcfG\neocINMYBrQL3v7Mi3OdoneWs9keDIoSWiB253AHj+KmNaLbLS4PfJEmXYeUs\n2R9sLINaXgfsIP3ovigKDpYhvOaR5KbRoGrPXs24H+4d54b+tMolaPZf30Zz\nfZvBvn1d7IXSsEcyc5T0KxwESWZhwQ74n4idXOKv/U77SQZzzcBrOxYSzwt0\nfpSx\r\n=I8M+\r\n-----END PGP SIGNATURE-----\r\n","size":554017,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.17_1641895946390_0.9914220399161633"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-11T10:12:55.845Z","publish_time":1641895946698,"_cnpm_publish_time":1641895946698,"contributors":[]},"5.0.0-rc.16":{"name":"antd-mobile","version":"5.0.0-rc.16","dependencies":{"@react-spring/web":"^9.4.1","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.4","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"4b6c5044f60e4fbb5514d28732bb8d35b81849d9","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.16","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-XsBuA3Jp/wDxr1QgrVd7xTez5ITgXwVrwGWweEHXc361ONuOY/GVa21RWFc+szMyoWE/qZsRPGzKSFGflsy2nA==","shasum":"28e8986b877fd8cd0e6a549a210e72d1c066e406","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.16.tgz","fileCount":2278,"unpackedSize":3929584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2p0YCRA9TVsSAnZWagAA+pAP/2JLJ+pCKHox6Mb8bXcr\n6eVpoaVqm7JxeqQVA+0njAfhS4Nx38KdApUNV6Lcgj5BeY4QK2SQXk8IK8cN\nOye7TAeaka+bvXOHEAcAknpC3YcWTXgpZjm5MzQWLQz1MaQFKdJAvCeW0Qic\nw2mEgEqEMwplJfkGgDYHxslNFGM69rwnvv7+EXH0dmU5HW71aZGydzFQ1G7A\n0uxH7tOW6mBuzK819ErveqZFWuwx6Jdbo0BxOwHuB9d+UoADgbIYOE+xV80q\n1YHYSss7CMBZNdwUkclsbGvVs+qbqGujOm6m4Zf/+vCLZDFrzLP6uiYFnMdd\nZ7UREL0zFjBLC7Yj/0iNVgr4G9Q9hCc0mW1XR0KNvYq5quOh70hgb5M7UHl4\n8MiZy0npkjlg8INvc3Ns0U66P2d2wiqxfv+AU4VHaWpEMCfhLxuJjcD81DN7\nGa3heR+nWaCBm+ofAbXGQduWJGvzqHyvlWXDSIGJsoCoQw3lHkdXMfkPQkPr\nv4HiskSTE7o2xbNpKE5reZrEbz8vdext1mpmYPBT2W828IAcLougcDoe/VIy\nhT/dt8hS2hh7DKk5WTjTgYxzz6CmQJhervoQ7wiWVlN0UXEaKEquJUthUkoF\nFzTe5JzPdS/esAvCDNAVUXMMxD2buNeZNVQRFnNDF/mgaENhpAkT3Pkxh1yN\nnzQ7\r\n=fYWa\r\n-----END PGP SIGNATURE-----\r\n","size":547882,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.16_1641717016463_0.5404405906268108"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-09T08:30:52.290Z","publish_time":1641717016826,"_cnpm_publish_time":1641717016826,"contributors":[]},"5.0.0-rc.15":{"name":"antd-mobile","version":"5.0.0-rc.15","dependencies":{"@react-spring/web":"^9.4.1","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.4","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"614fb9e4cec5bc96667abe76cf3fcfb8b87fd6f1","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.15","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-G7ge6aAUo+L7q4MPXj2shb3lULO5qnYpC3EPMjZuozEL3aZy2LvrwNyE3Kf473VcXhSwCJjqrl/+CQ4Kl3qxYw==","shasum":"5e3341c20797d9cc95540b7dd14b74190a0e772a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.15.tgz","fileCount":2270,"unpackedSize":3926086,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2E+aCRA9TVsSAnZWagAAVuMQAI2sAPVdBLhA8/6+LaJB\nklsGABG0S3VKdgrzMfgZym7dWm/76MsrbtMfqxeSL9RuqO5pr06S0npfG6BS\nvq4ngR8m0OGSNzyStRkzcgA9uo5vOuS0WFo9XjH66O2pTuvuWArccydoNDRJ\nrcSbl3JQSUNgaNAMhfsfQM6nEWSdOuHebmQqyRIDDEe0vRHHKVePGtLgAq8C\nmIykbdZntL4GhYB1gsxYkg2o4SL5aat0X3eEPvDGQ8mIgYGFn+riLOCowgoi\n2H85+6QipNPuM04hmvwvU5rdtvj7Ffp+BguwtIa80gGiqfAn0NsVKCWjEAr7\nvPXSotOgUrUZ/ZheNz8DqaLqxrWEWuC8ygVQIiMjQw5Z59sZoC3cdI1509L+\nUFB+iw0JVC9S0HW4Ku2mFGhpxwF0bs4oZ9F0HsHyKwuRRaEvA/3c6bvqU7Dq\nTII9kBjw5zb5DRfEMBflYXCdI6Y7+aLnDmUMtYIW77PKN7zdLkKZonZ1gP16\nubh4N5Ix+86zXzf5DlV7SBfDzqU2+HywsQCuoZhJjjVS3YABePHENPGb2g5d\nUzJ35RaDxucjwH8AHKqJdm2yXeq0d4iDaazx0w9xoUZ9xTcKD51IgUXvdrID\nen+6CzgkaELICDbwj9P2oi+d8moo2vRxXMI0Cjvh6N0feYcKWt5cDWjkS6To\nuCvs\r\n=5Cvp\r\n-----END PGP SIGNATURE-----\r\n","size":547223,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.15_1641566106451_0.17664054699381992"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T14:35:30.038Z","publish_time":1641566106731,"_cnpm_publish_time":1641566106731,"contributors":[]},"5.0.0-rc.14":{"name":"antd-mobile","version":"5.0.0-rc.14","dependencies":{"@react-spring/web":"^9.3.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.3","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"da32a013056b60f31cd59b927111a1868069c64d","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.14","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-+T2cy9HJYOHjksiKS82xlfYOdRAVhG4Qo0qDsqKma5djijCiX7GXMwhVvYMRcntRndPq7BBH1AWpOPMKnWR9hQ==","shasum":"d703bb0a57d31a98f742f274fff16a0a0a1d1613","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.14.tgz","fileCount":2270,"unpackedSize":3924855,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2AaHCRA9TVsSAnZWagAAytgQAJ4QxvgL/u8ED0fjLhoK\nJXIaUEvYfcw35EzZ4Ry1G+yO8FhZKesuPIpAHB4eWbgpIERHQYAeSpi1STDR\nWCf8kW5oCGNK77fVlCzad7LFD9fZKSLOVOHo/cceyurfMysNTtCpDRKn0FLn\na1+rBRKGhAnYr8E12q5+xK4z8s/NNpiAjEtYMSeCZmceB30TIO4mN65xC450\nFOtZSHqWK4flVljxYRMtg+HwY6IT3MvNGMYRm4jpseWMJ6Bi6ferTAolzHag\nDxbARBiOqBoJZvmIU/wlhs7Fy1uJcqMiuGjbT+062nvYyy9RewhMWnmH+H2b\nI+yAbjZMDg1EskjX+s+NJ6RDKs2nu1Y+1OqrgNnPGGztwtyBYGNGS2nWf8DT\nB2/vWdA3POXCA8sM8sK2UgPGoOPgA8ITi+gb/8GppA/9j7aXyK787N8/yF7a\nkXStsqSObv61Wyu0mVfNVcf/dN9l0MoXZkQmYDRDknpSIxx5U/XAFNAlsSYM\nKaC6NZ+SEG3a//d3BCkWdwTXZHR1QffrD6qlh+YUtFzB7Kcb8o4Mfz4Nn7eu\nkzH+lWULH0GWy6BbafCefzMoQ7WeJfr/lgMgIjNzQJM/ohWCGp2SeRUjBadM\n6Qxjwt+LmkEa3835RCi0/4RMgQV+S1ymW81du22oPu5eZuK2YlbFktA1M4Pp\nhBTo\r\n=C7pg\r\n-----END PGP SIGNATURE-----\r\n","size":546933,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.14_1641547398640_0.12981669633482462"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T09:24:01.906Z","publish_time":1641547399038,"_cnpm_publish_time":1641547399038,"contributors":[]},"5.0.0-rc.13":{"name":"antd-mobile","version":"5.0.0-rc.13","dependencies":{"@react-spring/web":"^9.3.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.3","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"56ec5fff826b6c976dc3bae155399f16a0d6d66f","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.13","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-6HwcjU3egkI8g7GgwI3+EnIy3CfepbsBrQJHyx5dABNs+xox3+YdCFt4Q67GwOt06OzAVYFcN6xS9OWjU8plgg==","shasum":"e8ad1fcff1e059639b2e381d938f48e34455523b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.13.tgz","fileCount":2270,"unpackedSize":3925299,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1/kaCRA9TVsSAnZWagAAepoP/jUjcw5ZywnsfJA+msUm\nHPx6e8TnycUstvT//052cXjk37/xUuodK0ptNElYSCNYioRVCzOpglHQWO0V\nM2zg/tZk5RbGSeT2kW2mmVBt86leUWGJ3/PJy1sQOzlBDiyU80x9P6TKFa0I\n4RlM6Xwb+TkuFwbtTUgoLuQO1tPvOiwbAxL1SPWSkHGG+0v1OI1B/bt08dxG\no0LBdcX18rZN3PWB1id5Bf2KxqGGZysfsCN5tQXOnK8HTQgYfsRlK4qjTxHt\nRs3ZlHUsXYea2KOiSRsi2vDD8OnmPAINgj1QOiP/Oi/sV/pP++zb4CQJAJRb\nscS5ulPRAxAk8hb4hwZB5lnNtjYndpQwagwUanSCO+cOH17ZmXZRXE49TjYO\nQNQa2yMKLWazPoD+wv2Nr/0VNARYFkdARPYQzKGP1SJTCGjRLQuOprt+UGQf\nA9UoriGgv/oGSCqm03stm+TP2rQO3a+blevGniXDTiJ6OwXdnYD+4KU04PAE\nuIgnmPOdBvLnScGw8OKwNBZuYZ6k3+dwZvVXlsbXhXGA7mz9JE36I6pN//pg\naWBHYziEg4taagvyzuWEesuXKtZ/ITRKJ3/A8NncsMZiDyKOZs7QB/9AJu6c\nXVZjyuhs5+tFeS9nz+w5v5kR+6HvWivQXPEo6tWM1jbdUZYbME0yq7ISOrOq\nhM6C\r\n=LaM4\r\n-----END PGP SIGNATURE-----\r\n","size":546992,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.13_1641543962666_0.561026347969622"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T08:36:18.924Z","publish_time":1641543962907,"_cnpm_publish_time":1641543962907,"contributors":[]},"5.0.0-rc.12":{"name":"antd-mobile","version":"5.0.0-rc.12","dependencies":{"@react-spring/web":"^9.3.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.1","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"f1ec6c2f29183a93a0f3cd8da5de7a3a88c13ab9","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.12","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-7Oius/aOZg47M8v2w4XMb7bunIF9V2OxHE9E6AFzfHv7NjKOfgzqG/cAJgP/PYYmWp5gw/dFpQg0V5mE9tK7Kw==","shasum":"dcb690c1c2580375ba3d91ac8bacf6e7086b9789","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.12.tgz","fileCount":2268,"unpackedSize":3909156,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhzCQ9CRA9TVsSAnZWagAAEBkP/0644zR6XtrjqmY9Xjnb\nR3JDiF+6tPnD4QL0TaIcbfM96XfagwbzBCFuX71lzdsx7FNOKu07f31PSQkQ\n/ESsSygdBtdv/2WT8vB4tW3cbyTgHeKjwGdUDQKzgcWER/a6ehn+7SyzbQVQ\n0O2AftISSUbVQXb7EqyvNrgKtFjiVefsBzyI5739r6v0UpE4kWxQi/t+P5Zf\nvUZcgomRyILFp9BwUHhVW4iI7PseTR30a+VtO1I+4uxqKRXucxBezTTc89G/\nNHhvx987hoWcFH9J3LYlx1WARsqpHTzife5FVPovGswjP7n3xRe5RXXK9z0G\nLc4rhe1ytYESpIfd4TurKG74xAL8iy16L8BzOLYhC71ukdhwMbWOhuNo3qXB\nBcQh2WHGmamelINSwG4a6A9cQ90uFKY22gcE7Und2d4caT7Wt/WXhYG9N3j7\nbxjoNfVwHGNs9HBRzmCMqqhzjGIMZBWK9IFH0oWgJruT2z7+JUvECrRAohaT\nWc2UFgA65CYOV3vxBNRe8SvPIdMRKkky6CGyyTAd0q6N3wEMioF8ItGLH7D8\n5QZHcCEgipOeatv45+UU1IpViCIXcKG0fRrPy7R5Kn8BGCcep+fe/cQVHjDR\nVIWrUDN5OJ1tRMUmV6+1ZguQQAjkMneIqfsk2HXmZjNJSXPPRuVJjg2NGD+n\naVub\r\n=xKVJ\r\n-----END PGP SIGNATURE-----\r\n","size":545753,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.12_1640768573470_0.21909187531783214"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-29T09:04:10.444Z","publish_time":1640768573715,"_cnpm_publish_time":1640768573715,"contributors":[]},"5.0.0-rc.11":{"name":"antd-mobile","version":"5.0.0-rc.11","scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build","lint":"eslint \"src/**/*.{ts,tsx}\"","postinstall":"husky install","test":"jest --maxWorkers=50%","test:coverage":"jest --maxWorkers=50% --coverage","publish":"npm publish ./lib --tag next"},"dependencies":{"@react-spring/web":"^9.3.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.1","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"devDependencies":{"@babel/cli":"^7.16.0","@babel/core":"^7.16.5","@babel/plugin-transform-modules-commonjs":"^7.16.5","@babel/preset-env":"^7.16.5","@babel/preset-react":"^7.16.5","@babel/preset-typescript":"^7.16.5","@docsearch/react":"^3.0.0-alpha.42","@jest/types":"27.4.2","@testing-library/jest-dom":"^5.16.1","@testing-library/react":"^12.1.2","@testing-library/react-hooks":"7.0.2","@testing-library/user-event":"13.5.0","@types/classnames":"^2.3.1","@types/jest":"^27.0.3","@types/jest-axe":"3.5.3","@types/lodash":"^4.14.178","@types/react":"^17.0.38","@types/react-helmet":"^6.1.5","@typescript-eslint/eslint-plugin":"^5.8.0","@typescript-eslint/parser":"^5.8.0","babel-loader":"^8.2.3","babel-plugin-import":"^1.13.3","babel-plugin-transform-async-to-promises":"^0.8.17","css-loader":"^6.5.1","del":"^6.0.0","dumi":"^1.1.37","eslint":"^8.5.0","eslint-config-prettier":"^8.3.0","eslint-plugin-react":"^7.28.0","eslint-plugin-react-hooks":"^4.3.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.1","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","husky":"^7.0.4","jest":"27.4.5","jest-axe":"^5.0.1","jest-environment-jsdom":"27.4.4","jest-watch-typeahead":"1.0.0","less":"^4.1.2","lorem-ipsum":"^2.0.4","postcss":"^8.4.5","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^6.0.0","prettier":"^2.5.1","pretty-quick":"^3.1.3","prism-react-renderer":"^1.2.1","prismjs":"^1.25.0","qrcode.react":"^1.0.1","rc-tabs":"^11.10.5","react":"^17.0.2","react-dom":"^17.0.2","react-helmet":"^6.1.0","react-test-renderer":"^17.0.2","style-loader":"^3.3.1","through2":"^4.0.2","ts-jest":"27.1.2","ts-node":"10.4.0","typescript":"^3.9.10","umi-plugin-mobile-dumi":"^0.1.3","webpack":"^5.65.0","webpack-bundle-analyzer":"^4.5.0","webpack-stream":"^7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"publishConfig":{"registry":"https://registry.npmjs.org"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"f1ec6c2f29183a93a0f3cd8da5de7a3a88c13ab9","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.11","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-Z0j8bTo/lRIJoUfZoDxGE7lziiIcBBVfr91eih0sxZJgRLxFnYn8uw3jBF51vaPBgDHn9dMjjmPUBA6XMOKJSw==","shasum":"62dce80a5fa1c03093fc6159f969a735a7bccf90","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.11.tgz","fileCount":3,"unpackedSize":7459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhzBxDCRA9TVsSAnZWagAA2U0P/j8hLx6sEdj6obrVFBMn\n5zvXVBTBP6jGQrtLJhIsRYnrWcpJFMoT7eTpw8gfauSRVKKKCAlu1WqmakfX\nuYQNbx94sLuYt2+hHCWeO+kpOyzBWvBOBu65/j2DJhLLbFjrYcb+oOwCid65\ne9rQBslh/CidnalV+CIbiv0D8Dv0HfyplG0sIPjMF0j2Po8w6/Eq8TMIZoAK\nGeXghg42ZE9bDr3TT6SYWsdqLWu02D2ue7MSSbxB9hr2rPSmGKzDkO9SY5EN\nicUeozkQfpQoQrJz0cYgp4bT75sbDcOLWEf+DhRY/QZCABk5RhzT2GB3Jqvk\nVOlXqgsnnEXnRLKRW3X5MFRcMTTPK+c9yhm2wZLrXYZ0YD+kVAUiMR1/qeKV\nJdMdU2LMoZQ2Xjy68i5oN3lhjYv98EtlE2BxezebO0YoyNl6M4SjwwKUwO3f\ns2MnfUNM8vOM5fNzv95UcKFk+pAvnnMb7Ba0mtLT5qZbKyT9tH34Jh6/QZ2j\nVH6WzVQeI+Z1WTaX0LLPwPUtVp+83kcEAJDUbz7EGKu+oQNf7iTei5rpB5iA\nGiwwyaixwGLFbyI5wNj2irGMPLzGgOEaFa8E3F9NH2nyfN3o/zwmEU+Avfss\nHLSOyMBx433/ZvfpDZVYej9ciJLipVxLKXhyJN0Qk6mow7b9FP478f/LGhff\njubn\r\n=49Xf\r\n-----END PGP SIGNATURE-----\r\n","size":3210,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.11_1640766531788_0.32506990489892873"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-29T08:30:06.671Z","publish_time":1640766531952,"hasInstallScript":true,"deprecated":"This version of package is empty. Please do not use it.","_cnpm_publish_time":1640766531952,"contributors":[]},"5.0.0-rc.10":{"name":"antd-mobile","version":"5.0.0-rc.10","dependencies":{"@react-spring/web":"^9.3.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.1","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"ccb3afdd7d38bea3f45a2df95a2da120abad98a4","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.10","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-BpokM4CxXCvuRXmdRb9lMR8dYZZBtH8JeKwvpwWMs4YpsiWDNr96l9FbuZx6CpEMUf6zMa2JTCyYDFA7SpO27A==","shasum":"c443243a8634c4da61895b11218f12bad593dfba","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.10.tgz","fileCount":2268,"unpackedSize":3908016,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhzBaaCRA9TVsSAnZWagAA+VwP/1pTJpKnH4aDn0vBc2nR\npbKhR09kUyx/f48NV7V7oeTVzJe8Lz2EXQLnPB7UnseXkFOYlql7gofn8Hn8\ngFpudZZrE/N7Zrxd+/9M6P8k/vk631BX33FWqMhTGY297bKb1Jl7LvWe0igo\nYSq9ITdaOFdFtnIuWY9twHf52Hb1yWDJLY6u6RIXxZXi9SKq6HeKQ1+O7DGc\nYZ6xnf0DYKW8bc43EQiBWX2CrpEE8wj+58ucCK2tV7tzB/hxCSTj/h9dFApl\nY4ulOqHRc3sqXnQToAy4ZAjlvW3k7p2zqeRIIqBu9wrIAyWp+Jq0bTC3FwWm\nnYXlYPQFhhwbuXOj5/FmjJCNOgbx81dRbNCkT2YQ40U8Zk3IuLTbvuO99EMX\nrq2VNZkxxYbZBhwaaUj4VXLZyww0l9BHpuhShqwufX+OoaNf8yPeKOdQF6HK\nH9ceTleRu6SMaNWXDbdOgV9+zpCYzEnLVZMUGIcgXmX5tIm9JZJaM63VU+qt\nwiLTYl84k8N6PsMTvnlYOyKbBOph8toVcPENTcl1PpAFQcgFcj8IO6cRn7LX\nvzDBftReil3SVSIT5w2RXgvlR4DjRER9r52ngRhH3Jj5A/oL37cKByxfuuPI\nILnFFQFCeYIzMck+7bDlwoGpg4HA6bI9fxcEEUhUDbO4mhgeJ2VTPQWZKqz8\n2gQ0\r\n=6O/y\r\n-----END PGP SIGNATURE-----\r\n","size":545724,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.10_1640765081817_0.009641612392256471"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-29T08:15:34.123Z","publish_time":1640765082093,"_cnpm_publish_time":1640765082093,"contributors":[]},"5.0.0-rc.9":{"name":"antd-mobile","version":"5.0.0-rc.9","dependencies":{"@react-spring/web":"^9.3.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.1","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"d4d69f9b6ce37b10e8d0ab4a17dc3eaffc49146f","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.9","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-EKh2BHCRQKDRCHwwdvfVAtbi/pXqmG4AoZHrlQtGQk3aFKCyEHx9Tn3ji6WKKEzAFBDaV1qPA/+kh5oAF5pmjw==","shasum":"6cbd6cc6ef5fbf5a50941ba6063c78371fbdf4a8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.9.tgz","fileCount":2232,"unpackedSize":3829357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyXpzCRA9TVsSAnZWagAAPVYP+gIA3f6U9WDC82yxXW4O\nw9PXhLFT8OGU0JxVB9l5ppp8C9KMimiAzwzJ9fF7TlhB0ufZoieBMi698jnk\nnjjHRElxTOfrGSpQdEKIxmbM5EquLsva98pY9NbDJ0Tqa15M6j201kj60daR\nv7S3AQtVoQ+SDXTOHyxzkUGl2KzJ2njzHZAbxr9+/3/LnE4tAYSNEJUQayIW\nseoQUCJ0/IMXKphlKuhzr9hZEMh1AhxBYSsG43jBzLY8/pZm7LtzgFkb2Xt/\nX+i8V866GO/bpLdaL9zhMKJKfiQQvD3W7y/glrVdhrvOY0+6wkiAjBqMlWa3\nNIWipBsT+IqsJZWk0Iz4gqI++Kww9ikYnHslCRvTIcfp1JT8ZOOo3ieJwtpG\nRmf1RAa8uug4sv+tvlT0T4q0WcgEaLd+DBTxepfkTZs1LnTFCwRla+4b354X\nPlCvzIlK4rco3H74sDwfcmjrP1ftTz4eyARaYAJxAImkktQYcj0x/17XnMIB\nMq/D7j02A9kvFKA2HgtlnvzsNx9l1yqoDgSTbT2r2u6i9YuG8WJmPPhxsYBn\nI4m3GwJaIrmWguk4iAnyWQRbH80HGEuc57RM1EuLOztWnZvzb1rWWBf2KUsY\nSM2wGt2kZB6vGKIsuYxtSWPixH6U/ILs2S/HkNOsbO5AWLklY28jlyJtwo1/\n8gWm\r\n=CCsx\r\n-----END PGP SIGNATURE-----\r\n","size":538278,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.9_1640594034724_0.32567761976107534"},"_hasShrinkwrap":false,"publish_time":1640594035020,"_cnpm_publish_time":1640594035020,"contributors":[]},"5.0.0-rc.8":{"name":"antd-mobile","version":"5.0.0-rc.8","dependencies":{"@react-spring/web":"^9.3.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.1","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"d7b842e8d6f4665e0674d427a81cb56b65ef7643","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.8","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-zGKHvrbY5km9AzyphStS6dPUWxFeDnRHmsX0CRL1BY/dVSC1sex/7l5xKtLFsApIFLQv3CF5biMLiLNSc2aeLA==","shasum":"266be3f78d935ed78d3f436aa87747b88e3ff10c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.8.tgz","fileCount":2232,"unpackedSize":3828484,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhxUGtCRA9TVsSAnZWagAADq4P/RrfLzFWR5At5dJot1N/\nhRtzozbe8RvD4RB04cDpYoFLxKdaqgu2n1GPChzNMQPRZunNsEuj6xwsMr3h\n7lXhuH08dAU44XA/SdqEHJu2lhH3vJ1wnPM1nJfiDCvz0KcvUMeWqnb74Aic\nCn3pbDi4jH9bF9N4nhoT7KC87zKu6qtlBPMVONlqqTs1Z/HMMip8BzSGsLk0\n/o1MuMpWzUctZvrDTINjWSXxwZoSTL/MQDka8MdpiROBypsxsIyw98M3gCGW\nGybSUCftMssQsE3EW2dXsL+Wpv2GySOe5bgZva07/uVSosCxHl4r9iHUxGyB\n+eeylZUYllmFJ/Bkj6m6i4Tk+wGkzLvQxyG80GjJKXrP+e147NMjyYxQXnFO\nCBllnsWYrANPaBDV9IMmMonvumN4OVi9GtM7JOmhPG1aLfZw+NnaoQMrEkqL\nu+tdHNEQ9ph/QUUDhqQGCU2IWyoX0jm/MwOiuZvr2hHev8bwTs4CDZs/0Jgi\nIRZcdPji+6KpXiK5Mjhjj8tacw6dPziu84qQ34PWLKLWtUfPPLwNBFE1DYaz\n/ZLzeahLvuZH/1i068s1wvs6qxFj3xf89FfSqRTE6ereFB5cH/DHLQkm6GMj\nQWJfjDJJkWE4nl+h0pJPSh4G1TfLKfmJJaQoh6JalBDFxSFNIjeaWoiSStuL\nUMvQ\r\n=GvO8\r\n-----END PGP SIGNATURE-----\r\n","size":538218,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.8_1640317356899_0.933359313359025"},"_hasShrinkwrap":false,"publish_time":1640317357077,"_cnpm_publish_time":1640317357077,"contributors":[]},"5.0.0-rc.7":{"name":"antd-mobile","version":"5.0.0-rc.7","dependencies":{"@react-spring/web":"^9.3.1","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^2.10.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"96d5981e6b4464a6f5efb8fe1b7e425ca16d45f9","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.7","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-CMFWfypmT08HTxGhtA39sMLzSN90Mrg/Z5mAVAF7UPhOdUuM6qfM4GkBnK3KrVFP+z7KcrRG6xNWHj8VYhbB3g==","shasum":"37e69dce94668eaba334485bf72f3a7e4abf2642","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.7.tgz","fileCount":2212,"unpackedSize":3805390,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwVh7CRA9TVsSAnZWagAATCkP/AhLuRS8Tt5WB2GAnjc4\nQOwIM8ljyeT1Zk7XmHvCBA0guXtnBo6zLJ9mC7KHxwsKv3b7LKL7zPIyAg/o\nVxwke/m2hS/IjnzgGI8XurgmE5C/H5e1oefBuCDnfCCk6wXLUFWB0dsLGDWd\nqQ/qs9SWldVKh5H25j8mGlLPhLId5N2rQHxfVpnO4FKxM+OXR7kqP2Ho+tPN\nt6F1Jf4eoFIg8FCgaYw5/Doft1XDJpZUryRDzyiaNjTjwQBRF5FhKkMJPnHB\ntf9E+859yZxKT02eliakLOpEgJy7YM5pePiYzLvlIBOPfK8zAVYxzVDmb6oZ\nmyPX3UnRE/iTvEhQubLF/o1O7CVPYRJ5JOkLMUYNTJmx9eHY+l3Mfedn2d8r\njbbpn2xCM+mKzqBWk4ur50BhYJD7c365GQjWagqGOuI7FZQTeZOsIsCiq6S8\nXq5p0Kx9HZ1DfdDG6imrMlbH2LvJIOo11KoGRmU6nVI5jyvB6LQnAO3G7abg\n0zPP9cHz5NX9tepX6rfkL5KMLXIhR7wvKAKvHKm8beadq5AkvBksSTbenN2K\nCWfZIWnoe08Dl7Ki/a3agDuyqpwYq8q2F6z/4Pq1i1O9Z0KRug7HMp/KTbH9\nBw7JDSoj0GJ4q5VckwD7a6TRjgqCTsWH4ln+L4uMW0zpzXU/m7RfVp7+LZx8\nWc+P\r\n=gv1y\r\n-----END PGP SIGNATURE-----\r\n","size":534457,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.7_1640061051165_0.6760029876849749"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T04:40:59.442Z","publish_time":1640061051360,"_cnpm_publish_time":1640061051360,"contributors":[]},"5.0.0-rc.21":{"name":"antd-mobile","version":"5.0.0-rc.21","dependencies":{"@react-spring/web":"^9.4.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.7","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"5e7dc1dd8bd76da5886dc67530fd15e0315b6066","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.21","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-4C7/h3dpXsuHHPpeI38Zr47A1BQkGUHFa2lElVWDxBLqS8Kt+S/x0giB4s+GNvTaBCY23Jb0ZH5ecrgnFnGRzA==","shasum":"eac1698abc198f48e87b65c346a27eaf7cfe385c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.21.tgz","fileCount":2350,"unpackedSize":3760383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6S+pCRA9TVsSAnZWagAAis0P/ifZIbnW9D0WcM5Zq41M\nK4ouzef3QAesehTskDAmrFS4lPGfOEXGzB8wf4hpw7amgyuQdNlRRs8aiapr\nUdVbJAq7qRoPK8eTfZMvOZqSlJFl3izlLVBkMYA2I/Zi96xmOPv/C8ErTPFn\nnYXRASGeryoScF1To6lg8njD/E0/mlUhQsFNEO2i0SXWNDDfWUFbr95coAHj\nWZX9Yt3SQext6DeFnU673ProYdEc9vf/zdyfF2RD/Vm0kHIsbswShKHOWuS+\npbCSkyTIiwPgVx983zguC9BgXMrf3AkgVU5m4d3+UoA7IuICBDYJQ8pFiI+r\nF8JSfwp83KYxMILldZpLVEN9iFteqFqTNoaxYLlbFSxyBfu0e1Ar7L6OiEGq\n2BTy8b2iJxdk0SQsXpqB84PC+gwr4W3Ijxe1PSTq+ed/vRH5+7X26GMCHoRn\njQXEydlt+GDaFbJMq/f6i07h+ngEQMJKKFiqsaQUHNJdc+V+t2SrEv9NDm6h\nIHqgshZKcgwYov5j/NP2atEQ7pSRC2aviGxiJ1zokfw1PBzDOM1e1J/rJlsS\ng7BjEPi2AnLRn2wdQmWxIrtBYreXMS72i2ASneHzLHI5b3XSV7UP3G3CgZlt\nLzhK95hDCY8IXwYZhalOLMySIXhFF29YaT3Du9XzUe3Mj9zDcCACKg75fZzC\nvCoJ\r\n=LCk4\r\n-----END PGP SIGNATURE-----\r\n","size":544129,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.21_1642672041430_0.45107714242640884"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T09:56:03.837Z","publish_time":1642672041729,"_cnpm_publish_time":1642672041729,"contributors":[]},"5.0.0-rc.22":{"name":"antd-mobile","version":"5.0.0-rc.22","dependencies":{"@react-spring/web":"^9.4.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.8","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"806eeefd13957a9cf8d8f208af1183dd6a4599c5","description":"","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.22","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-ytbFg71cfdT84dOkkVvMI+Y22mJ48EqiENSTZCMVllbKxwGaBTOVf5X6TrCx0izQFTCAzT5yuS4BUG+M3SDKFA==","shasum":"d882519167caf8d240e99463bd36f51fbdeffaa0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.22.tgz","fileCount":2350,"unpackedSize":3763352,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh76u1CRA9TVsSAnZWagAAdQEP/R8p0e3Kma049u02f650\nQTxk+/I5uY1tk6dAl1K4db2cagQ8TfY3Tvfdx6FX045nPN97X2/z4s3JLTPe\nMMlN0pAtzzXp6gLEwzK6v3Xsg4Se7FRhIDpWYcIRWe1N1b9kTn6TDb8BcqWw\nGC7RBZslp7L8isITD/1Gbz8c1a/UHHATmACZeTMRHEMGgOY8c1gIz2NvGu9q\nzwOxtJ0gm8x8tKU8hRUsyXb4ZMbk8Zu45AxWAh3MWznFOuJNQY6zlItoNcnC\n+T2899ca5mYGD4V9CqUvvB7XHt+ets90mEGrf0XambcKLQOdQwOL3ZMpeyDP\no1OwesSqbcASUBYWWU743XCdpWTF3t7y4cZfeDkq6oIMEY96NSPrd//owaMZ\nqn6SX7rPsJNJ6fKp6sXHyYiSo1b908qITFOWrrYZkDKwy5bLtjkX+rNV0rJo\nG2u3lGn7QWJIkarl1Cdc/MVogjT+ZrSZtumty51bbZJ4sY1ZgZDALBSwgJwT\n7eRO6DFJMzr1u8XoVFJ3P+vUIcv1MvoXVGUM0JpAw1lDtNskbG3oD7X9bd9v\nR0/0lvalQVSeWdF0stNI8SFpJunnphiL7/NPPhYUwPfuYCqHRDB9mKbNvpEZ\ne/6zn63Yn2RCuRbTRqA89VWT+6rMPOOtHOiVGsk+0cgMFtlB0FTzcOE/mltS\nejeD\r\n=emU6\r\n-----END PGP SIGNATURE-----\r\n","size":544596,"noattachment":false},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"awmleer@sparker.xyz"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"zack24q@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.22_1643097013609_0.5770239192257385"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-25T07:50:30.830Z","publish_time":1643097013855,"_cnpm_publish_time":1643097013855,"contributors":[]},"5.0.0-rc.25":{"name":"antd-mobile","version":"5.0.0-rc.25","dependencies":{"@react-spring/web":"^9.4.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.9","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"145280c23cb7bfc5b83617944eb4b1a62bb9e9cf","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*8HtNS4uMKkAAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.25","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-7Pfy3/A0OMC1aMLdDKVXpHSqO85KtfRvsLcYMMtevQk6NmqOioDW/ZtztP6AM6+Fmvw0pRvE+Aeo0Ltb6c7m4g==","shasum":"85772b30412ce290155b4bf3bb8365a48dc37c22","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.25.tgz","fileCount":2366,"unpackedSize":3757640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+TewCRA9TVsSAnZWagAARUwQAKJbyUthOSc75+Yek17H\nEegMLJdBCpozfaL8uLK1qvNrlD7Wq1uSYa4jDsnXHbFxAnS9zK9luqpB4sxo\nsIzLYHVbYRhdE4Z7JBRkrKA6qLdrQHhAMMFENagM3+vWnMF17odBTZ4YjJHf\nRFPwkW1F8eQqcEjV8eQkeczh6/D1hFJQozeC8h5JMYWmRn86VhpYqKNPpLr3\nHYzLug/615sLb6xr/qrem5lshaDi8Wjzj8DxgOTakDEH43APqPeuOkvrzS9B\nkwiCPuP/3xwvw9pifSz8BQ/sFO0Ux6QT7q3QpG0LFfSWlulExZuJAXihrSvt\nijGX1WAHcl4uYOmzOTedAtsrt08olqh5NOtdV2DIUygBbbsqM+b8nl3v92hu\nN0LVEK7gdIQ+SvlhZpgw2ZvOFjO8FV+MfzQF8LT0AG5H4/eA0HsOqyfQShf/\nNbrNjecRli8NWFs2gA4B/js1vm3+zCkQP7dRTed+Snh+hmFbac7DnsFXKuCA\nt17ewgoyP9B9IVjQW/x03bmgA2ZPDei5xljClgyBmT4AzocIrsxPH9yFbhbt\nnyJW2WVR1u4f/xpKjNcZMUi/POM1TjCVHmD1d44vKPt/fDyOt4tnt1d6elAO\n8oLcqmkoU5hANwoT2ZAkpkEb6HiBSRYZSbRJwuldfNt6CSFlwMCrqNtWLmEQ\n1eXN\r\n=UFei\r\n-----END PGP SIGNATURE-----\r\n","size":547087},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.25_1643722672818_0.04912074581605608"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T13:38:10.067Z","contributors":[]},"5.0.0-rc.24":{"name":"antd-mobile","version":"5.0.0-rc.24","dependencies":{"@react-spring/web":"^9.4.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.8","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"df44279c25ff5443644e1f0cc23afc74192b306a","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*8HtNS4uMKkAAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.24","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-LRfs4aT+4kVuigX56MxY4jfF8329TRzWH/w5vzTWySrK/WwQUhdbK84jz7zvDsXxQx12cItInjH2+ZdCbJ/Mug==","shasum":"4017bc87c2948ce18ab4362b40d93573fc7be54f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.24.tgz","fileCount":2366,"unpackedSize":3757339,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9l/RCRA9TVsSAnZWagAAsPIP/1AmULKDO55c7HOJz9vq\nxvWHq9ccgus1hcOpKLiUX+/6J5iCNEncVB+W7ObSPXrYT1qI0SQk1B3JkAQk\nMpe7QoqkbYzrFTfnwIg+B/ZIG0xs3qILaMwgDlgzPt2CDem85TMFREWSJzAN\nqs4Vw3fG5URaD0bGbFYwm4euPzyInW0GqlcKnP2BMTzKBiteIeBHny7Tb1wT\nnXym7eFKB/zm0IPQORzF8BGvg7GjoxqDbNropG/o6fqH4MwqPuqtMkNtFtML\nWIOM0AXZC5+z5g0N2lm6r9i8OkDeCR1tWaSYnrNY/45BC0l+LAQalpYbEDbv\nbgoXSPIWVuL24F6OEXH2vitY3DIKvMQXvFgZzRwCQEIiByvS+P2Zatq9eTEp\nAgSVdqSykzEmljHLxou2+vk2L3sPpbr2xsrejIs/gXjFY8AQdfxxCHu3A7tr\nWbGfLd5ZpuFCfJcIUWdh9DMr469wXYYdS5/xhK+3ZYk29FgbGjfhtCpl4GuH\n8EKYoNaw4oPN5Idcm6YKNkoSTsLkbfZAjGawORRe+3lHAqUfwvYqZj48cDzC\nxNr6NbWBJtBXq8EVIL3d3RzBJTF9hVf16NuB2BmXPO25UO+qX6XIJuQcaaOv\nixp78E1yR5FIDeWDSU+wkzxjqrv8hgFUsazc5PgwAbyk6SC/qh8tcAEMV4up\nNYBm\r\n=cVOw\r\n-----END PGP SIGNATURE-----\r\n","size":547057},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.24_1643536337435_0.2936150841374603"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-30T09:52:31.210Z","contributors":[]},"5.0.0-rc.23":{"name":"antd-mobile","version":"5.0.0-rc.23","dependencies":{"@react-spring/web":"^9.4.2","@types/resize-observer-browser":"^0.1.6","@use-gesture/react":"^10.2.4","ahooks":"^3.1.8","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"4fb2a653d39e97064dbb3c8824d978f3a3301639","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*1Ps5R4QVn28AAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.23","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-mg73i296kNha6VgCXaG1oTM/QR63PCOq//mHtM0hh5cKJTvjutQOieOsBYbQI2DxZT40vrPbyQi1VdUg4Cve/g==","shasum":"e1e88f6fe3fb03d4b55442263d2e4b15d244c3fa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.23.tgz","fileCount":2358,"unpackedSize":3775011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8kVDCRA9TVsSAnZWagAA57kP/2bcF2q/ORpOj4sPOSCe\nVYcqxnyOVOegqoSP6dvXN99cgNVdWn2np5YVF786B9xSjRO6bMOFOv615WlA\n0L7aURQmyzPJoFk1JxdEOP4a2lbLaHSk8hfvl0FhqITpb8x+QULFRRxweA52\nKwhGLVuGytY7MBAc8cCbLV2lAW3yBeVJFmYL1fAatDD5qCPaVIYuivsDLcxu\nDIg1FNUxGH9hTOgLX5IBM2FHg+I5Ci6zPVYq5lRIQWnWJpeez/TJ5tA8Pn+R\nnUS18ZPWYXHiX0/Z5gS5n1IuWgV0wncN9pMOU0rFuxoXjJ1XFUx2MxtjauQV\nQAxTUaQzkn+OG9apHwb5kDEoixKTeZs9DFkk4rKzR96ry9yTCfgNy+hs5/3i\n94Rb6SwB7WSAq4YqAnDtYXdD9yXZfaB/L9+dGKNsAAhM0c08uTB67sx/Mhnt\nOP4wx25glgmM+xlzRucuu1GEfx7axL/4T8KMGb+EWdklzLkBy0zubX/MRasq\nAlrCgpJIKp4UHkotwEGrLVGpB0gsm0zd8bNaqazfQYjN0oxT/o9zqaEZtrPt\n2vjdGZqenK6MhIifR+3/yU6RnaM9TAj8u7YPDHoNfolzKCDaw6yMqo4AC8tl\nsOBHm2PHU8MxoKyhTObLaCtHgnCrtU6sBvx6q1gBqU9Zb6kFwwjs9+IHVx4Z\nsv1i\r\n=5me8\r\n-----END PGP SIGNATURE-----\r\n","size":546045},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.23_1643267395573_0.19572055720303583"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-27T07:20:11.330Z","contributors":[]},"5.0.0-rc.26":{"name":"antd-mobile","version":"5.0.0-rc.26","dependencies":{"@react-spring/web":"^9.4.2","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.5","ahooks":"^3.1.9","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"3af4cb426e9c7d053cb052a036766e6676cdeca7","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*8HtNS4uMKkAAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.26","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-qCkXD5HbRKuBklBVMmamCSjsb4BtuA/ZqZokd0MUMXVmCX0vzGG5e6vBcW1oB4e1lVBoMFcw46vu0uendPdgqA==","shasum":"8dfd69c86298d76a8278fdbf5749c08a3bdfc5d3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.26.tgz","fileCount":2366,"unpackedSize":3765090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiA3waCRA9TVsSAnZWagAA40EQAJ0f21TyWb9HJ/98pZxb\nhRGKu2EL+NDDS/yAz8tndXuVRpuTpkucG0SVNkemsWsCG1rLazH/i5K/0vHP\nT7J7XpA+5rQissWEzKVfxxV/eKY/M+PGK+6a3d1ZGZpdWrEchJl2JlBZHugt\nhwC41RQE+8pGDNvB9rr2tbCIy+3qJsNRjNUk8o/t1LxLpI0f/emHNu+1BdRL\npec3hehXeul/KlzmkEDpkfcHKz2jI3+TAwZBjccXC/MuerXBvR7WIfskz1TU\nx50E+meK4TfKiO72gUkroIR/xvbdf+dRA4E6j1VhvnsZRG/cr9tR26uqZdup\nS/025yD9y+GrvX7/2XRkvwrMjfI7etIpedb5XJeI3F5fmZC46Rq6BfVR6DxY\nOI6Ex+LBQhekN8peAmaS1Hoz3FW5pZFs8XBT56B5QfrAmXxfZIiDigPdusVL\nOV3EJXU3G9IQGwlWjR8BRXL1T2GPQeNrSwx/D9M3GIDUUxlTbjbFZWzVuOrQ\ntEq+jZmnpptqyvyHmFY/w80v01AU9W6H7L6jj2sG6kU0hWL8xm00CznPC2nF\n+FP/kzhqmH/Up8nMUW5+t0bWDYl1DVOcFeGYOP7q96IpR3+3MWVzmcV2GRXe\n0P1AUW00IhL0Gc0jLjfS7a3vHWtvjFUEiF68IvjeBUYvbpHYuL4Tm+GAXctj\nOR+l\r\n=VE8u\r\n-----END PGP SIGNATURE-----\r\n","size":548024},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.26_1644395546616_0.8066272795120981"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-09T08:32:40.234Z","contributors":[]},"5.0.0-rc.27":{"name":"antd-mobile","version":"5.0.0-rc.27","dependencies":{"@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.6","ahooks":"^3.1.9","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"764c0d04875a07c3240e9079d5b52d7c70a40870","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*8HtNS4uMKkAAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.27","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-9di9V/nHbNm8kTawleP1fU8OeQ3XU8NtlnWs0WAC70JmnXp8EaBg4pltuHtZpQMgtXXkWz/JFetcZbTHEdTg4w==","shasum":"3bd4d4e2e92c642b5abdba5f0eeb5a0e5fd92913","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.27.tgz","fileCount":2366,"unpackedSize":3766491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCiAFCRA9TVsSAnZWagAAPS4QAJIxziDWTaFGwjf4pt34\nNRYNbJh8YblwRLfxnm/2a0hBkxeZUrLO5ooHvVhzJxhRKQ1tuexs1UCxmG+P\nv0ZyeFIVOrOGkQ5977WnSROg3HUV4/zUAQlx3X8/klkGIun6daX1ttCFqOEx\niscJfH+vmXji4nedabFtnZBdQH9FWV6shQ85mcUpGWCnv8XHOHBLV3E7MiY8\ng2ekofcyGonzujpDrEuVw0Dzni+A2rmgettaCzbCMvGcD5ekI2qqmKcZiRDx\nUCOQ7blz+fz5H69Z0/62NUMMvxucLiQplKq4y61AzbBIAmrPDJrQeXnGEXFa\nYffVG+tl3bJazxm0hkYkm/+mbRfgIDXBA0Tj89L8a1afgg0aavnumgm6ftFS\nWWouihuJfkBb46Unl09R8J815CR45FUYHa0TruijttVDGUtmatHPdDeev8zU\n3aVBdb2iPbZOqvl0KOeyte85+fRPAYYdGiUyIODBIy88cM7Jphu9A5Xx19es\n9FQ2WiawPhicR1WexcTrlHQog1rZUXhjItsZGzxZUc0/qRfd49z1j3Zct6jj\nxTmSG7u4rvq2UE0ZGn7eYcmqV+f9uh20W+yMuZqjiqmuxwqYE92ge0YU12oR\n2hfOda2jl6cuhLkrkT+d0TRUQejsiulBH9JpwRXBZujIzyKsEtTnQ/83tIVl\nNK77\r\n=aL2o\r\n-----END PGP SIGNATURE-----\r\n","size":548084},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.27_1644830724762_0.4625453192864297"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-14T09:25:37.979Z","contributors":[]},"5.0.0-rc.28":{"name":"antd-mobile","version":"5.0.0-rc.28","dependencies":{"@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.6","ahooks":"^3.1.9","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","readmeFilename":"README.md","gitHead":"fc6a5c89b72bdaaa595b0efc9e4324a9e4941540","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*C3OZT6SF5BUAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0-rc.28","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-XP9jhdBQiVoD8GpdbfZL93o52WeVCOQIaEPS/eiHcL122ptsedlad7og1MINGhTi4tAonMgrmwyJc+cEou5wog==","shasum":"fa803f55c705ec870fae54bed5e6dad45b8c8f07","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0-rc.28.tgz","fileCount":2368,"unpackedSize":3776644,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiEv3zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp10A//Z1xVCWyxlnd/hsXQK3ZOc6wvZM6uBcSzwQmCW980Bl8ASpbR\r\nli+3qyVZXKPjpp0swyr6s1iKdoh6fsip8zHb7H9MTYFcIZShHcQDBwjDzIGd\r\nq7lm4EDgBkvphdDrW9iJmyyEwPUlxi57G91i8cHK8dica37sak4MmrWowx14\r\nRIERJFsjVDhJTC5rlRi/HEXEcePU8O1xOmxn5+WfndZPLMXmlGh3LnZ3wEEV\r\n0yhD3ulAEit+nCcT54sm4lntMrRkmq+HyOLbKWPysw2R9PTnPPiMURiRrx98\r\n8bJ89xkXr6vvrat9s9R5I6t45jvHA917TwX9DI8ASNWdF/F0otcOg5fv4+OU\r\niFxXMGGjo5OFMqs+MzliktbTpg0+yoOfqOst3DVM5B3xhneoiMn+cMOI5nPV\r\nUrp5rqGHG7LDNUsVWDplXdx9oJ8DN8ewhPspb/vGM3NJXTqKrVmMd9ZNrxq3\r\nDXLDGNqG4vEcUfnHBHtI8iruUd8avy6iD7KjvlfKZ8RQRjChoENZy0p3EhTu\r\nWqKqHN7JZ8rk70G8NDyQTtcVsDgCIG50lz5qD6tn8jYj27HwtRS5UhfWXrK4\r\noxkJR3uBnSF/4IL2VseTd8G74a3KFuSpRRUjrOHT9LAcuN4pTCUJ1yyv4bXn\r\nTZduXOlG6eXGWv1D7JbfS+fs59VAlWMnBog=\r\n=wrgO\r\n-----END PGP SIGNATURE-----\r\n","size":548517},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0-rc.28_1645411827272_0.02740187330841004"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-21T02:50:37.364Z","contributors":[]},"5.0.0":{"name":"antd-mobile","version":"5.0.0","dependencies":{"@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.6","ahooks":"^3.1.9","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"4b7a202d514eb475f11caea770224d44d6084622","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*JzBoT6sg9t4AAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.0.0","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-OMoD8LJDrvT4+hjIqV+QQyQ7Cs1MZdFEmf/rytKCCLMT1+8IiIlVVchoXfv8nUHAlg+XM4UmjfvjweK0ENIbWw==","shasum":"6f08ba9db7902a0ca7fb3c3dd2e791756d73480d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.0.0.tgz","fileCount":2368,"unpackedSize":3776572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiEzaVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmou5Q//Q5QFi5cNYKPi62CQ1PNGJHlhxyOsJZskitSLupv+BJIJgZNG\r\nZ3f9WjlywDgDdr4aU77Q4zZkUWkzOneeyT6cJ6wx5hyFzCsz4dIgsf5vHQKl\r\n59h+NPmsPaipF02IIlSSNmG4dzAOsktCnqP3nELiMteW6AfNmz43cDy5TQt1\r\nlsOFnM6o0icBPSG0/STaEwPXkja4sOW2h2eQrOdHmf2z+BGCE+1Ob+R6u2dg\r\n+AIXj0pf6/6Vz/8OmuMbp1cuC5qlxDbzdwi2ggL4yma3mh0oQzT1wDHrSzEp\r\nXt0gGfx1X64VDN0zEi1R805HZCWz0fQ9+aV30g32P8wjs7JXOzfYuk6XQ/qY\r\nfxw2MVzfOyXv9B167/JC/KO7nGi6TajTHpysjfmRaGXHDe2QwaoCU1B7sN6W\r\nUaAmP9S38iaiAtoL0FDXnmlpiYKc9nAg2KHRuYtZC4s1CbG+ccnfX53fqFpM\r\nCn3RN91bbbi9dgjICvWZtAYW0r/jIzIdtNoPh0IoVtamwH/OgZGMTMEo5+He\r\n/UMEmSgBXQxCQg+SzDSrq2P5Vd/DhZk3fnAwhOK+9R7qDT554vF27DfCNI3P\r\nHvbOPSlRWjqKQeY4SjQE1wmvMsKR/95mUNZo8I4tlX8dtBkL2VDuiR8b9bN3\r\nr56IxTWDcuUPX8rPG3Pai/Rd9joxd95fjdc=\r\n=vSj+\r\n-----END PGP SIGNATURE-----\r\n","size":548493},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.0.0_1645426325148_0.6415790351522113"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-21T06:52:57.499Z","contributors":[]},"5.1.0":{"name":"antd-mobile","version":"5.1.0","dependencies":{"@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.6","ahooks":"^3.1.9","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"f5af6f145561cdfa25d63807ff380a4ba69ebedb","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.1.0","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-qHpVhT4mZt0FlAWCvFJGKTcExHq8f47Fc6emWvxeINYOoVypFQd4rgMCVLJ48Yr7Cf/u/0MWzhatBzFgaGgOPw==","shasum":"19f2bda8cef3bd0087cd8a279bf6aee705667538","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.1.0.tgz","fileCount":2392,"unpackedSize":3811760,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFhgMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoUOg/9FIzJP2v6OWRn1lNcrlp99MJiq4W+m+sq5VvCdquDpEIopvjG\r\nlTx3Q4hMVBTFi9uhgmxH0ixLLAUGopilV23qMqFqwxq7sNwYNYbPfk7XI90v\r\nHcbGTFIPd9xpKh+pp11sBS931eGHlmRrnFmjn/jnoRp+9smjDnJHCzr5pBfB\r\nc/dqIJ7KizkhIMoLPAAztvGQTWc6VWZpK9fz8HNSPTSIPK4kKAV9kCn6k3yb\r\nzOe3HJwKmwHgqlGhdju5ua5kTySKINhXOXlODN8j++G/6NSheZOngwICS7Xs\r\n0anvRHVFmACiN8u8bS3LyNEg1dO3idEWC4TNlgnHCV+Vmn1SspZcOeJ7K0wW\r\nJxxJqDBhGIrsJMg46CIlHjg+9Hw5DJ5gZ3vrfNue/SbsSMpt8y7u/aB/2iVi\r\nLN743RAceSwiFOyD06NT9YbuLYoY0hxOcXEiOlZ11n2DLV0L9rIOosNd+6Vw\r\nQfpaQgvg8IJR6goSyoaCzndbtsRCn5jcAAPrdhsumOPp9xcPLzKjMD7h/KjS\r\nSzE3PlD7IJnXtvTCe94kiphR3pNCJXyI1ilqNMKQmYT13FBTiBdQjok25bXA\r\nTEQDil+fwwVTcLasAH4cE5JEKFzYXMYs7XZp0vspYxPjgcJubcPIfuj5KQ+3\r\noF+C6WLO/eQcp9JD7ZDl1iRz+T7ml/PesHs=\r\n=5cVs\r\n-----END PGP SIGNATURE-----\r\n","size":552028},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.1.0_1645615115935_0.2951932828015975"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-23T11:25:19.172Z","contributors":[]},"5.2.0":{"name":"antd-mobile","version":"5.2.0","dependencies":{"@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.6","ahooks":"^3.1.9","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.22.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^1.14.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"165e962dae77e71f4c1bb6aee0bb1d7b6bdbdb56","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.2.0","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-C/oC4lP8swDOeSJkEDiTie4n782UB+YOFlrsF2DhkMlWKtExL2TeRp2mweCPbJFGA2DKagWh73bU7nRrnc+faw==","shasum":"6139cf6d98f645d7b1826f395af334a033894d78","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.2.0.tgz","fileCount":2416,"unpackedSize":3833370,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiGJejACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+9RAAh8GBGw/94ADuQblzeyq+N4Qd7PGVWc6VoEnHL/w/kYZWLoWJ\r\nBowUusDld3ZehZB2S5L5A9B9dk91zy5Sn67HXbNXZGokvXcePxkFqX0+GO2m\r\nUQiq5kdbPRO4blCarsmkialVhwwJz9fT3grhEhAyLJVdntajsLFFkZHn6C/G\r\nytIQne1TK3PBFcYxUeKFDdw7AmTakgOdYLJzEf/LwFqdqDVje+dzEUKxMtfO\r\nWnuYkeioOf35sYg8n9HQeR/Rxqc6g/aL4+ZvOY4i6x3CVnWAjJG2w6BUVrDz\r\nZbT3PeJvh8EzU6qThzwNCjDQak+ue37V4KkZFwgIo3Nd0HpOqL3yav/PrUPN\r\nkqm9Jt2bBiR5OcgsuCn/6bhELL4VMcwkx5dY9GTUZCXTSQaJB2FqcgpbjZ/r\r\ngW6zyPNc/G285/DOIw/fH0T5RwS8DrifFxdinUI0OsH1N6WK7B8ilVmhafSL\r\nKOdmnQsARW9+nKFURWpNqppCQ6j9Z7CDFEzlyJOjneooDZBKpw830ugt+z6a\r\n4bjD8jg9edbGjFgWrGdpsoyMud87et8njSxplEZ6fFFeK1IxsoCe6qzf2Yyk\r\n6ksN3lwD9nci8MVp6AydlFm5iVx8lXySPsrHiQBSr7W97D/5/AtWW3MmJese\r\neqylezYsLgHRFu+5rv627g5nyUfqVuNM3Uo=\r\n=wqf/\r\n-----END PGP SIGNATURE-----\r\n","size":554508},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.2.0_1645778851399_0.09486206295193145"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-25T09:07:42.147Z","contributors":[]},"5.2.1":{"name":"antd-mobile","version":"5.2.1","dependencies":{"@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.6","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.23.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^2.3.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"7dd3e4281ab9bed4df90ee07730918898c9bdea1","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.2.1","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-VCbfmr7vDOhSb7A+jXU3qGZV3j6rFnAuo/xPM9F4up80SEjgxdzrW0MS9M0OkhSeiwjfwyLrpD6z3946Fe89Ag==","shasum":"3ad1c268def32a10357472296dbad0fe818efb75","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.2.1.tgz","fileCount":2416,"unpackedSize":3815577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHEqZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDLQ//fr+YZ4Oh7A0oyyCrmWG4uPb0c/Vgae20DRXQfRyIciHv91e2\r\nkw8eCwAXFjlGEbDl4Gw4eoMsN+Fjgk5LakN+8W8SibrsBbWAM2m362nJe8sI\r\nRwCWdM7YUXytrzKZtxhL20F62ocYnOuVR1Knfn82QmThaNOTL6CpEjH0KVGo\r\nSJCmu7G09P1NgPAh2sz212CmwN15tgGgomcQ7ddh9+vtqBg7p9yQOs1mzMR1\r\nVJqKqrwEX0v9fiFs3b7q1x0x4YaIkrBAuVeEWooToyC8emScK/FhpgN6sRyn\r\n6DC5qamgY3q2UYMnpOgRLtxsMTAA5WB+X9SC8Ct7Pl6WTbS/ATQtH59v5Y68\r\nJ+uK9jqXbO+ymv4moPmDuDzE2SySG642c/TIGv1TTcIEZ9+nLfwjMwDm9AQX\r\nA3/RJgdKeERhGcm+siKx/ej60vu10p3cA9getF8Rkxij8UW+ykVCtBD9w7sB\r\nmh+r8Pxx62n91vu2JcMF2JVe7Pu1xLrCKOPUA8n/700/g4smYXAvXmhdVUv7\r\nu/Y0Dz114vGkoCMpI74ZnmGrelHMF76SfK7UOa5lfK4heshYuEuhMIGXyAJV\r\nNkaPgF6Jw389YsCiKpCPcP2mnrVi3QbVWmI2P1DHedklApb6/cg3ikqG4wBf\r\nq//rbBhvFU9IZCBUZQqT5d8YfmMUcLbCDvo=\r\n=c5yM\r\n-----END PGP SIGNATURE-----\r\n","size":553679},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.2.1_1646021273737_0.3756989478970876"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-28T04:08:12.944Z","contributors":[]},"5.2.2":{"name":"antd-mobile","version":"5.2.2","dependencies":{"@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.6","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.7","lodash":"^4.17.21","rc-field-form":"^1.23.0","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^2.3.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"67ed51e57e5f71d8e0a2a35a186d3fa1cead16a5","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.2.2","_nodeVersion":"14.17.6","_npmVersion":"7.22.0","dist":{"integrity":"sha512-jJMWnLhU6ChXni70F5H6TTLNlowlBNQBcLoCDpYE8T6hSl5DlDzNQOJ5o4wIwdxW5P2y384mRb7CLCiB2v7jeA==","shasum":"70285446fe21a094edef81c75a7753242b27d1c8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.2.2.tgz","fileCount":2418,"unpackedSize":3815698,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHJ4NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpatw/+MirjxMAHw+UF0BBMKbPW8/YPwu7nkDWdAxcvUdA6D3nY5oy5\r\nriaLdWiqlQMIN02tsibqZqUWpkTLSd6v5llxp4CFSRCVNvXXtL+HDgaVgEGs\r\njdr5A6akv9mLshsphEN6v1RWXDFmtfIKsghgd6jSbCpH/MZ+35uY2YBhdg2t\r\nuEOZhC8c0lHSjXjVxxSaewl0pdraOvSTIB9+tPEgaA01JzOPn2XRNdJR6k1u\r\nlJ1YMSjKKf+rXkjyCb4/BWPX/hq0QR+yVCMiLBZtti8k9ARuCrSMteuQGI59\r\nOKhaRikb47wqXNIkSY3bCZytCrXejQZNeHUfXk/qOXK7xUyJwjGgkc3HI0wS\r\ng+B361svAbSamKxbypkN1ei5qlThkwEQKYH79llBsgFdt7ez6ZIkMFr0ayeO\r\nVursCa/5WkAF87JX55VQX0g/2LKpE0wUUwYxiBR4SAxtSxdi/mHwBcop6xh1\r\nY/yWY70RZi46AZkLamgIiqBfDwm2NV4XWF2GhEnVQkwiavzE4bRa2pVLULDC\r\nZJRY+tR/4loq7XyphQ0sUbX2nq46u84NHXtBbljW/M5sQLufFz81XOcSnx4Y\r\nhRdt5rwYRBOKv4Hk3ZdK9rbssK81eee+bxsEcVCWEFklUTfj2rSTjTmPkajJ\r\nXxm6hcVpaXaod+vsrG6jW1fXaX9u4QS8/bc=\r\n=juQa\r\n-----END PGP SIGNATURE-----\r\n","size":553691},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.2.2_1646042637182_0.6898842791291917"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-28T10:04:20.028Z","contributors":[]},"5.3.0":{"name":"antd-mobile","version":"5.3.0","dependencies":{"@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.7","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.8","lodash":"^4.17.21","rc-field-form":"^1.23.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^2.3.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"d880197ebd3cdf86e7e28bf8095baf2ac459681d","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.3.0","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-Faf7AxEZUIA+zF3RPhNBmnC+1JFTGl/M2NqmpJLEREGtbPH6REBo05Fu9HMFM9vnD2xxj67uJQSjbAVDvb4d6w==","shasum":"65d25b6c241459265168bd834880ab158a3ba21c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.3.0.tgz","fileCount":2418,"unpackedSize":3860429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHzEIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmognA/8CTKVAfp98SEWplnSx8RQFHpGCMHeertLgTFPs+QRGZxfdSaK\r\nYhaLUMc42nMsGcSDAMWIZB5r7TtZUrn9SuehgnkIrFc0ZEKBBxJUlXYfqkPn\r\nkTGh/ZD8HCmM0M+bbjuWmAQrTJSGUtQj+3MF02JNptSFGOA75dA16Vkxwq5p\r\nOr4QFo5oRIaZOMeGaBwT7rAb/Fk+hSM5KXth0qMxYsfcggkshC8YUGrIbIMh\r\noHD8weG+HAIdurFrokVbMWi0lmx4as7x86l+lbLVI990WItHtq9MBAl8UkEU\r\nV+3+uZ2HwRhhNEMpwP2X9+1DLQCuDLlqpgOkZ4cO7aTxdcM5ezLaZLPO+zTM\r\n3dVrj6HPonY6elOo39DY593vY2J0vbmZGm+7euRAgAUdSlsIegtp9q74xo8J\r\nsGqATr0DRAtMBsPFfoC7YEQyfLDQ06iArda2LC8e9Vkx/HZz5l8K0e1lXqYa\r\nTFdTaBsmoa2XKwdlXsJJByhsGGsMukUue+TOd1GuxHTmEP/eKFKJF75OLxyu\r\n2ttD9TpbQ89EqR/Nxsjt2NMj2w8buNeYbybgJIkCaVPlCJV2Qj2+9ugNEkIE\r\n+ggqsyWGbs4kcIb19ge8Uh0x6YUzrftNec5sjalkk66RH96YVL6SZQ4kabRE\r\nFuFD/5nVo0ri7mLAWpqOV+4RASPsUF52pWI=\r\n=SXFY\r\n-----END PGP SIGNATURE-----\r\n","size":557277},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.3.0_1646211336244_0.055592176153617334"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-02T08:55:46.528Z","contributors":[]},"5.3.1":{"name":"antd-mobile","version":"5.3.1","dependencies":{"@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.7","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.8","lodash":"^4.17.21","rc-field-form":"^1.23.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^2.3.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"c4fb43a3e645984046aaa0ab574c369545ee8e6b","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.3.1","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-cCMS/fCeJ28VSpJ/PzTsUa5K8YIxihXtSJBkJSef7x+Db9+Almnebm9pHfWL7CAF9+wJ7dopXHQn0tA1aJ/5Hg==","shasum":"36f1a613040847574508d3fa653ddbb6a539b359","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.3.1.tgz","fileCount":2418,"unpackedSize":3736818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiII7XACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQXA//beISJPexnfhZFzdjKFPz5KkayW14jEI+4osHxChjH5fO8Sgf\r\nEaBtGrbGcaiTMyRBsrEICeevXoApXN1PczHhfNZUvwXEGV3Cr7DqLhNn4Vz9\r\n+dnVAzOio8qIBr7diAr4brkWcD1W8crXjRni6gHQcDHdwJ7TbcjmBDVy1jfa\r\nR7Oi0byWo/Xa+N3f2AA7C68HXvoCqAsznF92qaeJJ39Tyh9/HnODSS6kOaja\r\nVlG/cwNhiJUZh15QiWF9W15tGRFGD/nVGyrgOkCMg45h+47c9eHIqXi5zaYU\r\nBe1OaE0b1LnttcpvbiLvHNWwIbXAmrlPKbiNVaswgpbAPxtrZ6GKzqUCH3so\r\nlPuHey6bqUV/k0Oz/agI0dmcpO0YlJnxk0kTsmfzatRy47LrXrKeXPhVPhqV\r\nJ9W7H7X8c5tPqKQD+tt5QSqY4kQ92gnO1hYtusNr3ait4SOtieQEluWjV9Ga\r\ngpfqI8ZGarAUhVHMSGxh124P8UPv9uVQpTao2JsayYuQsEzbNQRQ0lZHxcxC\r\np9BSlPMGZpc89t8o+JeZGsgLaIPnL9PPt16hutbqqTVcS8ldZZGZ4LayxdH+\r\nNEUsStpZI3kII+HRQ2AkbmlQ0WISMGHWMyeBMaeGSNPBbZuweIP4fgsgoJWL\r\nw0I+d1D/91l8AQvrL0nQbErNAqcRl491688=\r\n=7ku1\r\n-----END PGP SIGNATURE-----\r\n","size":518294},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.3.1_1646300886740_0.455940367356918"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-03T10:03:31.186Z","contributors":[]},"5.4.0":{"name":"antd-mobile","version":"5.4.0","dependencies":{"@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.7","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.8","lodash":"^4.17.21","rc-field-form":"^1.23.1","rc-tooltip":"^5.1.1","staged-components":"^1.1.2","tslib":"^2.3.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"8ff5703568593d407fdcfa69a66ba75f1c0295fc","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.4.0","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-18svovTQmBnY5cblkQ58ejHGE1TCzt+2ULb+6bp4G2v+QpE6srFtFfQbZewf47hKgIUPBlHPraqZO2HFnCE24Q==","shasum":"1405676076c32522c29fc1206aed7a161503a660","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.4.0.tgz","fileCount":2418,"unpackedSize":3742236,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIefiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTEw//amG6YOgaxIcXYNJDd6fZsbn2rbnsqdhZWDO9GMjcVXtncBvK\r\nrmPAap9jJhx/Rj4gxnvy2ZPlEX/KQObTwdYzxtt1UOw/wWwc9+kd/0YRoPtl\r\nlJ2rYcdKDaTyYXhHB9MaoqXqaSAUE5TgM+CO+IJDUm0XPwm/UoVUlb4semMq\r\nJC/aWba9Zr04+jt3RnQbpp1od9Kt002nGom7DztKvH8192fmcwxjkNUV/BCY\r\nbr5RI5rplVGu0bIUkgbpb+qE97nu9RpEcnlgJKVR0IzTREasiU63VgxjbMts\r\nM1X43mWJeENEFHegDFXZkRdC42jIeyijawftDLatB3LJFaq5HqM4DuRSOnRD\r\nI8amY+S3+oIAAXJAVqZ3E2ga+Sfgce/XDtIIFYIBQrv/of+/anLLknJhWWl7\r\nQOhRyL89/s3y8D1OePear8AlPBtgjv4G0tzrb/dW07Lu2JVj3RRYKdpx1McM\r\n9c+W1ZupHPIulN3+u9hdTqoq3aGu+CiblAdOhiSnQV//t1Ow5lhY6PAjU6JU\r\nc2L5Z1S1UjKs6PDsg6CGkFWqbVIcvv50o+WLg4UnivaEfC6tKak5oXLIsARc\r\ncsK3ArvAsC/5fV6EQp6H4iT15aFpWevj3ym8KFfGnU04aoMF47GGAnVLpWwy\r\n8vWSapKHOOUNXtxjGJ3GVb993E66rQrJkEg=\r\n=kg26\r\n-----END PGP SIGNATURE-----\r\n","size":518989},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.4.0_1646389218118_0.1557833096293757"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-04T10:27:07.549Z","contributors":[]},"5.5.0":{"name":"antd-mobile","version":"5.5.0","dependencies":{"@floating-ui/dom":"^0.3.1","@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.7","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.8","lodash":"^4.17.21","rc-field-form":"^1.23.1","staged-components":"^1.1.2","tslib":"^2.3.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"36bb79177175762dd66cdbf93821d0c47d128852","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.5.0","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-3jS3X3iFBBVzsgEExppDaWAcVBRXVNwb8oiFvKpkimBDBE203n90SkOf4YpsCFDq5TB4lGGQ7TbYkdRed2sUtQ==","shasum":"fb7a06519e68c2a3be93b7bf075ecceb5046fb26","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.5.0.tgz","fileCount":2442,"unpackedSize":3743036,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKWE6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFvg//Ul2aznVqQmKSR41SEZhBHThMNAfnqcUAH68QhOPZuP+bF2AP\r\nKZldD7CYeKWwpDwy+6Mh0wdZ6n1v4AWtBEDbQEzJRAlApOLpcoZuIVZikhBL\r\nTlA1n190Uy4zVeXBtgZJZNcfHm4aYmYxMVLzpmVR1Kc9xteZHhPdPjrlnx6E\r\nwcsLsmVsEddH8xx0N+tNG3gsauQKZL1uVTNtuquOjJbN2XYfwIINDka4i+le\r\n73CFu8MCSEfDHKszfdOE9nOyU9YKQlncMUc9ZlPm99NaoPVBA662Ap80If1l\r\nMNDtWq6u6QwGcCFTRUfEzpJXKpX6kkgzLp2V3e5dOueJlF4+hSHlxrC9OoaU\r\nZd4JVQs4EJgci5gOsguP+vznYQ8QrGLyBxfizETU8/Rx4uZ9bDYhjkSrjp4I\r\ni2ztHLdOm2wWtC4Gh804AOPO7eBtWBudMTDJqWAUUpXxCDfCFADLnUTFnodo\r\nUNjhdiSyoiSp9P6tmk1qvd6kaB+LumU0ApkXGPn973c/jhdJA2KmYk4hm4bN\r\nK2mI1ndiRtsqdCpsxoXnbx7a9X7uJNZ0Nmjx++M97ol0pp1q949g6ZVidkR5\r\nBS/5hF5pU14tVkbTMQBw9Ln1goLheSs+D4pEfpFMNrkjVR8S+llewMcw/hpe\r\nzmQexNd7mZnJ0BpTcS/H0siFWnLc/jXM4EA=\r\n=M/Ev\r\n-----END PGP SIGNATURE-----\r\n","size":511419},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.5.0_1646879033785_0.9774539244403251"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-10T02:24:17.699Z","contributors":[]},"5.5.1":{"name":"antd-mobile","version":"5.5.1","dependencies":{"@floating-ui/dom":"^0.3.1","@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.7","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.8","lodash":"^4.17.21","rc-field-form":"^1.23.1","staged-components":"^1.1.2","tslib":"^2.3.1","use-async-memo":"^1.2.3"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"8c970e71c6d2cdff1f7deb7aeed5c732ab794f25","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.5.1","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-UKpXun4XZOSox09HmSXGRQrmE+bEJGW5gzmcLO433LFF/+zqx3ZGGlQja99dDECHcUOtZ7JimNRRUM+oNgUmvw==","shasum":"f9ab298711083b144e47ad4779cc21efed6c1f77","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.5.1.tgz","fileCount":2450,"unpackedSize":3790094,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKa5GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRghAAj7jr1G+i5VGRVtgy5hlncTcqIN/xzQizO/un2uFX/jmCIjHY\r\npSXRXHrzHMSYAamjfZXV56uVp/igpIJ51ywm3+6QdUsxlDmIkLiQVxW7mTFA\r\nmPd8Booj07Ghpc3Fh3o53n1SeI7VXSLi50ecazsGyqdmuhmnuNa0rLzMDFGM\r\nlubTnFO2yQj5B+7Qe+flLZIAJof950jF4chZmzsnhBOhsQsTVVYE8GduHXMG\r\ncV0SMh2FAPYM91J6yzqpjNziilsHPoxyVoJfWFYYPuFq6YzRHU5571wAfgIa\r\nCACgNN6EwMi6V+LwGa30XZMWJKIJQFT9po7At18VtKIzxQqeVH0ZBx3V4Dpn\r\nF3bvVFDW5GQ19eAPTGXgaKG0d7rfpwGXGBx9lejeswj+P9PSDRw6+07+hwug\r\nlcS1hVFi+QPuvtS382KWY6SMZW1jnO3JF0DJGlqNikL2chcIKqJx0Sglfe7b\r\nOzd0y/XXIf3Ffw55u3YNrbyM15b8bTVLu/7AUVcMqra1B2+80BzKCgxjnl1j\r\nTu57hPA6TUrxw2WC5Ps5rj8pl3tKcVlm7sVC9QtB58INAsfn7B7BhUBzkWzm\r\nrFByFLsblHzVIuiY1BsjXfLJ9j2GBiuxDUxVcj9rcK2VzgaPkQK9HdFx/Qiq\r\nPyb6psgExHpf0DV2Top56hWnW/uI/p1f7cg=\r\n=IS+T\r\n-----END PGP SIGNATURE-----\r\n","size":516124},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.5.1_1646898758108_0.40493508961566294"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-10T07:52:50.129Z","contributors":[]},"5.6.0":{"name":"antd-mobile","version":"5.6.0","dependencies":{"@floating-ui/dom":"^0.3.1","@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.7","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.8","lodash":"^4.17.21","rc-field-form":"^1.23.1","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"2ff6fa845684ab5af1e91256e5140f9184f1d44f","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.6.0","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-/SqJVHMJ6tO+4VrO0wb46t+3tVjujxXbGlsvYIZffx/arNenfwH3xZv6Gsi/bO0bDvypEHpRsmCh7Q2uxjiVoA==","shasum":"12e87deb9511ee33723c072eb9f2c838bad6603c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.6.0.tgz","fileCount":2466,"unpackedSize":3766423,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLBsdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpmfw/+JWdmgXGJAZ5Wak9/e0l11WW4EDKpZK7LUgbgEk23dWIq0zUU\r\nnZcTml1xOxtWk+3PPYGzjv1i7MF4xeR33d07bsPPlPq1z1Ds+YT2pYZpPLl6\r\n2k5PLdy9Ja5/JS2PQRk+APRxhAgeiuxav6IHS0KIQvmvGONEewTujZ02x5/B\r\nIcgHyV77ajLub2rt449ut1mq+SO4GGkRHksb4/RY8DMHohjH5F3d33VDvz4z\r\n2/fQKQYdyHM32Nir/bg96xg1ZJMa5A/L854rMKSBdAoMc5hJ44dcb9lTcEzH\r\nfSzEFY1yAXNsdCrtSmg15MtP+1ZEJCRTl3r2NeMxsn5b00Yzs8Q/28dvTUp7\r\nWfFu6LfOU13YjTeJXgj6K8dC3MltsN1844P0+ybY8DTzsDc077JLrVlQSrFA\r\nDRhBSbVTY8WPgxbwstgR6xrv+qkYmckzw8YuBIjYlk3MFSo3ccnXqr0mAHzf\r\noTuokNv6KkP6bSpSG6qBW6cEohCqJYuYdSI+ZH/E1ihmJolyBd59V51fB1Zc\r\n6czDmGPExR1TeCPB0EuGPxYpqKXT759tIqi/N1a8ZlYt9gN8pMUaoVh1Ea4v\r\nbpxesJ6Fl7v8nzpkMk1UfSsNPp9q7vwGcWWbGXgxWR2zPXuoRZ7+dn8fdE9u\r\n56iXe1ldtMcoX5PadRMwVbI6383Pk4TEDeQ=\r\n=bJfO\r\n-----END PGP SIGNATURE-----\r\n","size":515402},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.6.0_1647057693386_0.42018121233442063"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-12T04:01:44.837Z","contributors":[]},"5.6.1":{"name":"antd-mobile","version":"5.6.1","dependencies":{"@floating-ui/dom":"^0.3.1","@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.7","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.8","lodash":"^4.17.21","rc-field-form":"^1.23.1","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"739395b8574218156908baff142ea567f0de9f35","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.6.1","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-N0I/IMrzXIyT1P+Zdyz1QN10rbB287Vw0MxiYf7ZNqq/uqaZRk0pBsi44LZ6sbIlTeeqUbR5bIdXDKZtEs3nWg==","shasum":"718e325affede1aa406e8667879bd9f9375d2d3a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.6.1.tgz","fileCount":2476,"unpackedSize":3281592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMEvEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpF9xAAj7pm/iFIZAbwxTFO3HCQLU6vKDzZrykwuOSbfHXlEk16G7MK\r\nv5y7c+wlRlcy3rWs9+3eLT77vEEsOaxf4BNsrfZxg4YMhoXjix5lm90GsdkN\r\nuziZhJr8gCTyHVUWu0QuN3Oj4XpkMY5LlOFhpXWDcK2NEvLEkbPtmbzjIrs7\r\n1W4kxiN4C5LFrGUiIdOdZskMkTb8/ZOsvuTWKCgpgfnBvP2QMdaf3NqOtGMU\r\n91UI8FSVYiPw6muZ/ACW2Lf9nWqt/UgnazVcbX0wB83HFgvpobRbQj8nGsqa\r\n7/2FUl982cuooaVCSeD/yLlLg5UbgdkWT/T3CgUYYdGQa1/jElvzboRxqyan\r\nlewcnJjkXNyVhHKw7ewF1iLPx2kSgr6091TVawBhGnyx/+hnqUvWlTrDGQLZ\r\n4wqVuCFTMGn0yvsYOt5yTpVFkzlLW+T4a2ccqYVwC4PsaDx2SRa48/zSV0xg\r\nNg/qT9QxdM4lgHh/OF3K6x6xapSx7yRPxh3fFrrDtMXUmCkTbd8QablgoJzZ\r\nOaNwfCWa2OhnXMYg94eant3YZxdd1zqoTjXct5MKLJVr/zTCNmKoSlk4UnKA\r\nCM7F1kDGIWEJAgyWA1M+GkVRfbMZ/zWaEeUtdHAccu0mgKMlLa+/3LSOcHmn\r\nCQbh3cESn06V9cJgC44WQd22Rc36rjg5CDw=\r\n=5yC0\r\n-----END PGP SIGNATURE-----\r\n","size":418253},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.6.1_1647332292332_0.2524956750164986"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-15T08:18:23.120Z","contributors":[]},"5.7.0":{"name":"antd-mobile","version":"5.7.0","dependencies":{"@floating-ui/dom":"^0.3.1","@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.7","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.8","lodash":"^4.17.21","rc-field-form":"^1.23.1","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"1b58af3d22a4f34d6b3f647fed4852c9b4746741","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.7.0","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-Lp3IvOb5F6HicmAxobZgyEcWNSwEM+ChbOA30v7ha1Znu989B+gA9ycIMWBVExx/lWB9los95ZxTEYpu63aK9w==","shasum":"817f80ee792f0fcaa1882c94f622fb31f765a1ea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.7.0.tgz","fileCount":2484,"unpackedSize":3282888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMZOpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/khAAkFDv/nsdwU2vOzUtx3Ufrhs1CMTpQDlDHXZBxDJ8agDbHg+Y\r\nO0m5TAA2k9a99IpEK/fawY7ch3HS9FbP9+X0555sbTowDVtFB4hm29M2u1Lb\r\noqZyMthmba1zFy6D24ILwqs8BmyZ9O6vSiqnV6FZPfA/fFeAGDvbnL6kcbot\r\n4EjgBlaEMWt41nZM74prQY3f9fqqoI/wgDO9jwohV0AOsu+2fdh2Z9UGVq0D\r\nlWMbIECEubr9fN46FIljmcW9mMlFHfPu/32QmNim+JnhMD5oRjDX3JpXKLau\r\nmFLMt/6/IoCNGohx5aeSMqvR9uvkxOvDAJr+ldOgs5E1fL86HTQhbb7TX1Ye\r\nQS5S2yncn9lz0QSNk110tuPvY9d7NqhtMU8h6XH1YzF6IMI8WR85KGxTKixt\r\n8gi1nmf67gO+vRMDAeRWbpvA9bF3UUYcGLA1P87qkfzPhRL9UkU6EX6njnqL\r\nB6F3+4htq2yLcuc9WNafnXEVQpmuwtI5Oem+7kOeyDJbTf6o3Phheacm+QnZ\r\nriJpdWUXPv2kfhIHS0x1gbP9U4LA5uWP2ukonU8JYXwkkcpov/eLK+9ILZKh\r\nmIMhwyHMSL6K9un2OGZVl4ipFsiA4hdKlwbxuZbT/XTXPI6C0+DL4PLZX3BB\r\n5BV4V0LO9anYpTPnCse6slIqD4Jm8OjWTtM=\r\n=2z0Y\r\n-----END PGP SIGNATURE-----\r\n","size":418591},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.7.0_1647416233040_0.49326747693232487"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-16T07:37:23.273Z","contributors":[]},"5.7.1":{"name":"antd-mobile","version":"5.7.1","dependencies":{"@floating-ui/dom":"^0.3.1","@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.7","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.8","lodash":"^4.17.21","rc-field-form":"^1.23.1","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"0fd3555ca8dfaae6350f09534498da99635e614f","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.7.1","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-AbwAfgbp+nvsGzIHbqd2Ti3lFM/EpQU26XO8qPh0hbFsXIwi8dy43MdP4oW5G32YJQKenKeW/QBBCJ4cE52J/w==","shasum":"2de0a509964fb2333bec67abded489df82e5fc13","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.7.1.tgz","fileCount":2484,"unpackedSize":3285215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMw89ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWYBAAlsjRNWaS3gLkO0Og8pWRHAffinZ4Qc6x9P0My3OH6PelqzP3\r\nu8mJnrJKmCW9FkfJoM2/vYMzp6OZkjCTbKyqUtALaJY7Y2VUXFrdYs3sHbVy\r\nhppVei1/F4/a7TyypjD5Ow1COj45yhmvkLE4EzTdZACEYy4yb+NiGkp1azGV\r\nx1Zpbw5leKKeI9SkfBPxGPHgSJQc+ef90nAK7JSHB09WJ+QJJE5a7qxhjRMF\r\nPUh6epe8bmXmiWnCVK21sxdkcqFZKzq3PskLnZaw8NFq2yYkjYf/KDsPC/qi\r\nn/uyyzvmmeknyJCD0qYuNaqY+7RDUUs7BOY9vv3U8l1+qe9dxTyN68cEB66f\r\n3kErMlh/gVkHWI8ynCXFwawvX0r4KVav0g4XY0KmGoiF6N8AEsOwXYAdFWcw\r\ndSUvLBwlrzOfc1CjP77gNBpNqabul2aPkWvSBEV01gfBS4u32+TJeqOSgTsE\r\nCq5PBXWbs9ZwPLbxOUCW5/7T0fci1FPFIaZ7y0fxitxb5EkD4NwA9nFpHUAR\r\nxpPoP7kj6N45L+XhyVeb/8xQE2bdOPnV+vjddh7H5wMPFrimwBQBG/czdv15\r\nixfOSQtqN51btLqX7Fzgl7ZebPsc1MVRNOt7bBTuK+a4PxefWumpYZY4l5zf\r\nMm078N/Ij008ltkiqla5Jp0IFY1tN6ow48E=\r\n=Q4bs\r\n-----END PGP SIGNATURE-----\r\n","size":418805},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.7.1_1647513405041_0.6531981495456602"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-17T10:58:14.884Z","contributors":[]},"5.7.2":{"name":"antd-mobile","version":"5.7.2","dependencies":{"@floating-ui/dom":"^0.3.1","@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.7","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.8","lodash":"^4.17.21","rc-field-form":"^1.23.1","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"ee22384c8b724a5ca8aa112a56c58f10eb93083f","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.7.2","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-WlkXC7PUWVQkFroaFZZx3Kun7NKZ3QfHriCvDt+XCYj9d6ciwKVw9n+ZvEJu49U9tTEm1UjXaKdLNMCgWpjSsw==","shasum":"61ed886e279cdb747bc3237b4d9cacc14b2272b3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.7.2.tgz","fileCount":2508,"unpackedSize":3343100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOUgmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5IA/+PttyrmhCwvGU6bfRKkcwsng8joGQQGISs0Lei1Rj0aT+Mpg5\r\nBjIP4Ih0yDAh3nyG8kmbFBcJfhve1bV4/OMQq+B3Vh8rcC+9uzRjpygR2P4r\r\n6rOODQjph6jXk3P+qyR20FbkECYWHuxK9Iq8nE3D44XWswY2oFYoKpGq823e\r\nkRDdLVDZxMc20gbtq+Qr/r1PGJwrUxuGCJu14N8A0riy8c+IN+Wis2kuPEId\r\nW/6oAxX34nduBOwZe/ZvrnTEwga+vAv050lB5Zqq61bJaEq8tv59lJcJOUl5\r\nlmu2m9b03Gm3iY8C422YKfTHhS5gbu1QW1+DeKtqit6G6VCZZc6G0ivRbdmj\r\nvJDIn7ZLv9O68SQgIZMpl/ZGGg51MBxTtYiUQN6+vkbaTSY93Zo6xXPlr9j7\r\nokERczGhmkbxZ9igTntGOeNjz5yvmUuyybhPzipuaRc5p93hl9WEE0+LIX6g\r\nMavbUJl0IOndfSCm7cTR4EprMWXjJirACbX/zrjH0wjMgF+ugJ9HYNZmXlO0\r\nJJBNg72/C9nS4zHY5x/m3UCXDIxwvAQWb9eWOibSyV7g8TAJJxowoPaiWI18\r\nVsTI8CJij8yL9nf4Ppv8qARA4TZeR4VwUIiRbu7qvEnh5lrAYZc7w0QjjutP\r\nqwGXENYhJhMY1DY6kU7fLosfq5VrA/lY1f4=\r\n=Tz/e\r\n-----END PGP SIGNATURE-----\r\n","size":422067},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.7.2_1647921189907_0.851874876804704"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T03:56:52.667Z","contributors":[]},"5.8.0":{"name":"antd-mobile","version":"5.8.0","dependencies":{"@floating-ui/dom":"^0.3.1","@react-spring/web":"^9.4.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.7","ahooks":"^3.1.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.10.8","lodash":"^4.17.21","rc-field-form":"^1.23.1","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.1.1","gitHead":"59653a9cb23b832e3840dd57a8efa99b86993c66","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.8.0","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-uXrC0RAirXJsGc73Ej3S//E/CefXFTMREerv27kxqAjg+ftuZIvr3P5bE9ozZZWn8+3U0GGkcFobYfhBd+z7sA==","shasum":"70393fefdb35debe0958793fabaaaf17940bd794","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.8.0.tgz","fileCount":2500,"unpackedSize":3317946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiO+ePACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpyOw/+PKREWgOvfcbaQCqdvs1eIGrMCBdBhu64cf4dVlkcQNMaBf3q\r\nfTZtgDtRQHnAaf6y1eX8poulnD8QS24PAJ2PnSfPGlft6ypigOQ4rE8/xvlY\r\nsoMokZDmeRQX8D0wJ65Z2DNUlyOMKrQNU8uK8vMk8U9Bq6+vw81Kk4hPg0PP\r\noIfnT+Iu69M47QrP2IQlv0bSg4bGED67qPyd/CoijjzsOW0Q70BdjCEzijUs\r\nNLUQ43mhO5c7oDW675u46im6LaO1xLnGMxARu60wYILOvvWJqkbro4+qZP63\r\n2aNpLpJ7+hDs8opiFkSdyoQ8hNAXAJUKzUEfgvjvh9Uxp0y2EPs0QBRhVp1s\r\nZSDsbqBewjxOJTNtI2t+ZiU6144oLE/9oAojysk0TIPmMXCIpc1CEFetniO4\r\nCC+ftjmaEKT4i7gocDYR2kIkTOsIxPeu2BYkfmn5zEbH0GHeinT9jJkLx5k7\r\nzNBnDHd0c1JVMII9S5fyYU1vDy+rORTNBFfTux+0j2SRWRVZtOx/FYQ4UZPy\r\nlqQg0mubdwqQtc9cfuuDu4Y+fPbf01sEpkYyxzgRHlUI7vrgzB6NWrtX6910\r\nTv1EBhyziBbh6QC5CeBRdp/J2SioX6kQ2l/dxp9Qr255WPFrN1vZgeVUEtLQ\r\nPwmYC0eZvZuot/dZBLH6htJk1H3ZaZhhvOo=\r\n=Y2ab\r\n-----END PGP SIGNATURE-----\r\n","size":418401},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.8.0_1648093071713_0.17182911352181063"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-24T03:38:07.923Z","contributors":[]},"5.8.1":{"name":"antd-mobile","version":"5.8.1","dependencies":{"@floating-ui/dom":"^0.4.1","@react-spring/web":"^9.4.4","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"c081d002e67b6a8638457d034afcc31127ea41cd","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.8.1","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-bFGWnXcenFcPR8vyi97h5GgdkCF5BIMOTScNkBtdoib3qDfMCxMwWKiu7h8/JL/5OxBJs8hvVOocLn/JZlM7tw==","shasum":"8c3b242cc3089c719ff88b5c1acbeea9f89b3809","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.8.1.tgz","fileCount":2500,"unpackedSize":3318981,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPDNiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmryCg//Sf5zqYkUSMzEjp6j5jy3DcryirkUgY/SKdh17yY7cd/A1P56\r\nYpdLJdA9ZkeOZ1qBF0FIGDcAYNqxM/nb4e99T1u10O6iwSytra6dCdz7q19n\r\noz/geMw5q4zWE6izw/gwAySYltYvi4X65JjiYhIKJZVQDfYfpYVUcLZkVYpp\r\nUoqWZEAXqxpBGAlUbvo2WSa3BiT+4QE01QblpHThoRIs1F6NJC+2CNIt27Sc\r\nEnRzbPSLw5gMZfEWeEisnifvBDGaBxV6ijeBVq9dEfsd3kDKSxZ9VEzafczh\r\nwHt2R7PvsuXC2Ndf1oq3glWS9Ftb0rhE0FKjzAL8Js/X98y/1uXLi5lX9gqv\r\n2RVfQlpEWmO14DbRPgtnUFq1K63EH7F9UvwRrWrG4w/RGp4Bz5mD5y/k4tUZ\r\nTA/U+GJqgDEcOH3R4Jl80De1LZnqFZE/2be+f8VqPYU2L1TQt+Lh1Bd7sa15\r\n9SQ5537VQYBSQgPgPqKArHLS9VH9581GTQJtSrm5zn6imcHcGtqfEH3iO+Vl\r\nVYWNe98DZKdJdz55uDvMvMlsVMt1Gg9xa6mXVX5IkhX8P1PQpynW3o8vM2y7\r\nUNSZfPkKwP/KhIAgQu3EWmyMYtIu2B6KA7XWTkHY6IPDThSA0FrwYlQMinUV\r\n8EjjindiPj57ldGpSxCjdLZrNTCyVJxN/8A=\r\n=A3QT\r\n-----END PGP SIGNATURE-----\r\n","size":418699},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.8.1_1648112482185_0.24254135962707135"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-24T09:44:11.565Z","contributors":[]},"5.8.2":{"name":"antd-mobile","version":"5.8.2","dependencies":{"@floating-ui/dom":"^0.4.1","@react-spring/web":"^9.4.4","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"cbf71071c456853aafdf861da981dfa8a536ea00","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.8.2","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-WdPf3Kt0N81qezmtdu4qAXQp6fZFCTkQtJbfTEGd776bikAxEH6ce5Z+999XI05Cyyt4JeNtVMQkanzl8dtazg==","shasum":"11985d19bc426bcb47688ec6ad37dcbc95f4ab8b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.8.2.tgz","fileCount":2508,"unpackedSize":3342122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQS5dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqh2Q//Q+EjHmi7I7/jouQAUS+yjrsAEMG68lmseQKeO+1ZzKSO78Iv\r\nGrbB96F2aXK5kF78zJ27S3M5V682PQKQGTY+H+P4I4PY+5XHGrx7vucwS6HU\r\nRqm/OUSIBJ/j8u+O6AK/SU2hAQI41hfxuIeyD4fALbI7IplrB1kY1Y1o7vEF\r\nwigdUT6L+MU+4Pk84CtJn6byj8NkYUbdXth9ICGd8cGdWMyu4e517E5gVMfx\r\nFV9Gs1wBqggHfWZ7D1RC/j7Ir/dXjLXrFcc0C30sju0pG4u2e+Zwly9cFvn8\r\n3Q/C/Gag1Eb+dDDCfV1evYXgLyEviQxXmwFWfEWa1vDwOxrePf+W7mAZ+UJr\r\n8hJkDu86SvTgQxY5Sw9NKBsiDbeVlgJJGvjz08Fnb4uGFWZ6WMxaewFADbJ7\r\neGUGdcrvPNhofbdI7e2eeqlVPrgYE20zGuvs3ZfA4GfhOizaHWxearFtpfiW\r\nEb/a1w9DxP6M4LY6tXMB95O2U4/gsvc6jMELApsn1bWQHnTif3/lP5dBobgL\r\nZBO5+XylOuhs1RBEyDUP1CsGmIekrgvN9m613rVJsRazCmwU4LtcIjJ2rjAx\r\ndhwcc6gVEwiiCqKOFakb98WrfREdMBq6KJy+HESqEtNHuoc9LCt65gkD2JcJ\r\nSFQAaLQyM0+VIJOaOoEmvi3VQy6fUJepguc=\r\n=OvhK\r\n-----END PGP SIGNATURE-----\r\n","size":420007},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.8.2_1648438877681_0.8592440583361309"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-28T03:41:28.084Z","contributors":[]},"5.9.0":{"name":"antd-mobile","version":"5.9.0","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","exports":{".":{"node":{"import":"./bundle/antd-mobile.es.js","require":"./bundle/antd-mobile.cjs.js"},"import":"./es/index.js","require":"./cjs/index.js","types":"./es/index.d.ts"},"./es":"./es/index.js","./cjs":"./cjs/index.js","./es/":"./es/","./cjs/":"./cjs/","./bundle/":"./bundle/","./2x":"./2x"},"sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"158b3807a1ce4d8befdf30f90969f3e7c1a833e0","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.9.0","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-ZrsZeqQ+qGU2jCUaWna5oO3ongG+YU9rZQRRNA1/vZuPLGi/BgUoZUziU9J5e5RwxUbr4yNzg2sqk4JGEWYvkQ==","shasum":"1282b14a1cba487c3a3ce92bb1845c86ed2d58e3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.9.0.tgz","fileCount":2519,"unpackedSize":4628692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQqciACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJjA//TF2LMfsPk56P9wWBh0N8I5oNbrF+pTe+HD+M4zqP4/eBvr9r\r\ntAnWuuHOCnpuEHedsgSHCUuSIwS63fFxY6lX49YJnxqtGchRY01NV0ZQeRMI\r\n1po0gzA25xQ1ltXt5VKq4sujbF9hAVCFsXZB675GBYkbe23lfzzmGTDw5jlt\r\nSDDJw4EaOJ4uWkLF4DFyW1FkmdcIkf514wXWav/3GcEP5ZuyEZQXoBIxSOb7\r\ngU8pMwaq4hlkshZyAnBRuDOiJX+xdximM6CTt03dUaQZy4PoDZgr2kk8qQdR\r\n5Td24DS2ncF9oZaOGB5iuSWVolfMXAucSnQYwSh6dbP/h665A7AtJ+EmcPBx\r\ns9VBczwyZi1ZNeJ4R+lhrofHarR3JQ0gCZD2RBGxorXt5OIWxsD27nmi6z11\r\nKVL7A4XVdQC0S+vL9+wsWLN9GXIe+YyTQ3a3ZgRH65gWbMmPKvuzePKT+Mii\r\nyxfRRG7axaPnj6Gy/6cQFdhtG9zdr1FjVHpXORJJ6gdcGNLgB+5jw6JfWuV5\r\nKoSdN0AGZUh5M8c52dXunNxPfCoN0s6ZTuVXfKyjmPFw/e8rsEiGAqXpvpQr\r\nsa6Jeje0QnTPbd9ZuCkvzZjkb4kh2doL1vugVsbbe+XJyJkVFJxUmaBbw07+\r\n6QPjhwWQZWMrjF8lv8LXOytonlsUa1kmc6A=\r\n=Pgvn\r\n-----END PGP SIGNATURE-----\r\n","size":698352},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.9.0_1648535330567_0.9541265485599857"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-29T06:29:00.084Z","contributors":[]},"5.9.1":{"name":"antd-mobile","version":"5.9.1","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","exports":{".":{"node":{"import":"./bundle/antd-mobile.es.js","require":"./bundle/antd-mobile.cjs.js"},"import":"./es/index.js","require":"./cjs/index.js","types":"./es/index.d.ts"},"./es":"./es/index.js","./cjs":"./cjs/index.js","./es/":"./es/","./cjs/":"./cjs/","./bundle/":"./bundle/","./package.json":"./package.json","./package":"./package.json","./2x":"./2x"},"sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"eb52a6de96b2f1f857ec391cb7ef2c26e114440f","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.9.1","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-w2eP9KjbpEjjBkS1p7Va0Fpt/wUzFgEfkJZplv/tM+FmTVDJMTwNfOOMPqxHAT0vOiGF+49in442TdasMj4ljQ==","shasum":"b258c32e065133d5922e33d7f4c4c8f486b72ce8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.9.1.tgz","fileCount":2519,"unpackedSize":4628842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQrRFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+YA/9F8+sOV+zr7xvvtFM3EwpkyjHH/55ufUSlQVWUwmbRI70NVM/\r\n1HyKmx8222gX0SJBvqlvoYxiMReMOFgMOeUjZ9leAsN1iBYqj7nszWPa2AQn\r\noB8Ahoh0WWo0ZcoPSD8wqyha9LLkPaLJtyZarLVcLpYjBXSw8n8ITXhvCUg1\r\nzG1iQnLw7i0mrPW70C+kW4qYlz1bVLaPIbXLECKKUpUhN6KvbyLMLZxRVRg3\r\nrBPExop8AAvNtCusi3E3oxApCQgsAvNHhuBNzEsnYIdB3aNW8et/PzkrhZxn\r\n4K8wBHj7cyjfzRiSBor7lLisgZ9Joa7vF2SzSAe0jCIWno8hwboTqwFVih04\r\nt46Qk0L4ffOfw1ZwNouBh8xx3867SZQ50A3yb2kApd+t40dLwW3/AzHwrdLr\r\n3V8XEdjiZU3Uhnhq88DKdoinuXv6ajhEEPCuGLCPWnOH8JMf00S8iMcZBG2g\r\ncekoFc+yUNcctETckhyOYhNVNmcHajhM+lVnI/3jlMR2DPsotqHLmKJn7Tyn\r\nBoeklhU2/mGLbqh09k91h7fgbeepAjnZhBoe+JE32KqaxQAM5vr1AtK+n58B\r\nioaciuJnt0xDY3aJVszdmVwF5XC4t7UIUjDwfw0y3UYJh4POURLiyEe5pYkw\r\nxYw5qL8hvH1zGm2NWa2kOGtnABdr0kx8x7A=\r\n=bpha\r\n-----END PGP SIGNATURE-----\r\n","size":698371},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.9.1_1648538692793_0.9184269273158525"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-29T07:25:12.403Z","contributors":[]},"5.9.2":{"name":"antd-mobile","version":"5.9.2","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","exports":{".":{"node":{"import":"./bundle/antd-mobile.es.js","require":"./bundle/antd-mobile.cjs.js"},"import":"./es/index.js","require":"./cjs/index.js","types":"./es/index.d.ts"},"./es":"./es/index.js","./cjs":"./cjs/index.js","./es/utils/*":"./es/utils/*.js","./es/*":"./es/*/index.js","./es/":"./es/","./cjs/":"./cjs/","./bundle/":"./bundle/","./package.json":"./package.json","./package":"./package.json","./2x":"./2x"},"sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"871b2d1d37fd5a55088d13d18f8010d4be8a87de","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.9.2","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-Gk7t0oyWTdTh2m11axl5+FtrWvMJz8JChRtEZXU5kjFP1DVtA3G46mVTQYnQLVeaAVMKTxXLt4FOYLYFFCPg/A==","shasum":"d97098879f8a6067d28f9637cc444419ac845c38","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.9.2.tgz","fileCount":2519,"unpackedSize":4631700,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID62RQ9/t1Uhv0JxmA7ZhKvZb2Mvt5PMt9l55nE39/olAiBCc2k27Q9M14itDS442VrL6VOlAh/OyCCf/LxBRccnyQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiREd2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqIA/+LeFwCAsDrl4mF1fqb5REjtr6h+hN3mMLeSRL3LKGBqqnsbs/\r\ngXgBnggQlCn5gyqo3blY05sQMqkbCn17GCXqjjzqRYMkQsjdH9D2tNK4L6sV\r\nYSpdJNqqSFUnkCmFXTpKgJMxlgvEChW+/wTpGLxgfh6LX3RYMN6LWh7ootI0\r\n469qa0V1bX5bdFBn12qqtFd4aHn5E1u/cWlzfn0EcC/7jksNHNmBp2GzSno8\r\ngUfl/coEv8g94zFN+d+yJpEHNaEIwTWKnl9eRClUPuByNS6HwFwLUt9Faswh\r\nhsoituJpcjysYLttn4yJv4ufdmcrRw4sWGREZe7ZwM/fraR60SUy61fywssn\r\nvLzBEyI0d6iMCVPdryiPzyVPac6p/v1y3bLyt2N3bPJf2G4cSHbG4SU2YVyU\r\nYdmyqYaLVdwytGdSIg8gIyJ6riQwjRj5DzHurCMeCp2PRVK7z5BhcfiYXjPU\r\n+cezwloYAxAPCO7yHwTnF19E1imK8zwyaUGex17EwvT41Jsw+phQWDzytZAG\r\n/J13REmd7viGgokvvnAmmogZtPeDj0M0dOODavNF2loEm0c7H9/032kKKrH0\r\nF8f46DvM8smwjVKlGGybtSOclcdid1n8sc65DxUI/hcCUHdO0iemEc/JLGpG\r\nKo5b9AG0KdUx2b0Ch71Xw11XTCUW0YvBzDQ=\r\n=ZFBP\r\n-----END PGP SIGNATURE-----\r\n","size":698824},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.9.2_1648641910393_0.028352182171586415"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-30T12:14:47.478Z","contributors":[]},"5.9.3":{"name":"antd-mobile","version":"5.9.3","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","exports":{".":{"node":{"import":"./bundle/antd-mobile.es.js","require":"./bundle/antd-mobile.cjs.js"},"import":"./es/index.js","require":"./cjs/index.js","types":"./es/index.d.ts"},"./es":"./es/index.js","./cjs":"./cjs/index.js","./es/locales/*":"./es/locales/*.js","./es/utils/*":"./es/utils/*.js","./es/*":"./es/*/index.js","./es/":"./es/","./cjs/":"./cjs/","./bundle/":"./bundle/","./package.json":"./package.json","./package":"./package.json","./2x":"./2x"},"sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"d4bbe6363f1f8fb0d1b5c90f66f3ad1dc7931bc2","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.9.3","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-BHQfP556hvPi5tzY2/cdRF4G/RTdx5j2x5VVVAScqSzNCpli2sHA9HZ4hlcQ4kw99m8cQ+lEVAl8Im0zTQPEYA==","shasum":"90c0f6f434a9312837771d415dd098b0d5850d53","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.9.3.tgz","fileCount":2519,"unpackedSize":4631786,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDexJrjrkZxzPHkYU58/lZ2eTx4VSS5VO7sgulHChjKGAIhAPgnI5Ak5QuGwAg8NLfUfT4q31Zs4zYRH5fN32mGkjwB"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRY/VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZnA/+OhNNxbb6B0gT4f3YRnm++GUE+watywG+aVDm/uEbcHP2DRK+\r\nQs6Opb5bOqX42oZX4XgZnpy2CFELbzwvRi7GLpDWJ4fYg4QHNP/KbhaC3+gR\r\nzj4lk9epL96Q5m9o17/mKRzqdZIpe/befQjmUJmyAosLjfv+fTlp93fGdGVi\r\nZDLodwlRM/FhRnIZEX3JTxhd1+W/gbYAd6nBNOblgskig5Y3qL9VAQIddIGC\r\nl7Zcl1kd+qcZtWbaEigtBpDShr/WCuplVarG1+ikhxoH6AmW7IwJQMEgXyhv\r\ng1J8Y9k+C20AhKtRuXdDHPESNcz6E/kVVCp3oqzWHUbnJO39d+XNGgT5xxEK\r\nmhDqWPGF0HFnKN/wYhkxehbUVQLoE6t0rDECcSJp86p70xec6geHzaBk/BbE\r\nRyznEy3JRFJSN5Er0WxxBnc0AlgSieW7fYVVV1SRikED0WCrKGEAx7rF+Czp\r\nA69G48MaCpia/Jbe2ibk+pbRailC3AZhvsmwDAIL3Xrhl47CeF8fnlUom8tY\r\n5MJesU5c4RUsfQdXwEOP8JXiYgByfPjcQyvKOUIce8rGFIoGF3skYX8HRbyB\r\nTF31s39lPYZ9V9FgJxoFqRIM54/C50c4Q9dJ8x0ylPvoH1GELXeq/mb6wZpX\r\nCPbExuuVZcaDEP3FE3MQaJlM7UDvpVlFId8=\r\n=G0ni\r\n-----END PGP SIGNATURE-----\r\n","size":698832},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.9.3_1648725973141_0.9184344482299613"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-31T11:45:56.809Z","contributors":[]},"5.9.4-dev.1":{"name":"antd-mobile","version":"5.9.4-dev.1","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","readmeFilename":"README.md","gitHead":"26737962fd0f3c9ca77a74cee0525f3a7982f507","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.9.4-dev.1","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-ZMvKADdeBcVnNxyynLV5hXy9zJfM5XoZ2uNNmnzrHVd3/ZDYxglQ9K3JmAoGHyNAJLdtJB/FPiMoKPRA0b6HJQ==","shasum":"829eb61017f04a306ba0f9c33748ecab06185424","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.9.4-dev.1.tgz","fileCount":2519,"unpackedSize":4630663,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIWoRSELHEthEIwQdyXhE0hcNjh47TodxHr10u+x1vGQIgdOszJdy6i6ummBu/kWPKS8YaLRUiQPf18YOcB9mfHTo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRpaqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9tA//VoCmafGxenOe3/XyigBdBMxOlUM/qYQh0aLC/oKTOZRVlXDJ\r\nSnx0EcsJmWEwMEh3+4Z52btpOY0TyftN5lEHIHcRYo6H2js8LDA9zlf9VGAv\r\nNsB43nZsbWAhsVMcYcVr6xY89q7moFdyIPe3ngxrMuzTnWxoFKZAZ1LqkAzd\r\nTBp1FLwlRj1AsyWdbfWgWpYB+f/00YU1wS1wowLGF0As60HAdHvjYU4rURLV\r\n/fiVEdpbwgwWZsKl4m718Hr779A0GgAW+RwgPyJNOdvw3GF8TiuP6dIqRTcp\r\nLj3EgP759ckH8R5vFrWqb7u0c5pTJOV6M+E/+IX/q9IyEWzJOcMio93nkhnU\r\nEkN3olAUCrmfWNM5k31NFKukwt4/l6Ml+3GQBYXBysrZDQxPAGKQlHpUjZUv\r\nCEZoaIrjw2ShzNIguDJa4SEgEYFF9TSisv4TGfephN0iDfs9/3F4RGBx6WR8\r\njMzv/ef7dJubwfLa7AJlxu1oItO27du7UusZ/Jfdi0ewoOyJDFhYlsN7z+FT\r\na+MjZzuJVxZPzVjvci8mfhm0XtoW6LcSZSeVzdX9FUBKQTwW4JlFyQtTk0SJ\r\ng6dV6a62HvAVDKpt1Dgr5l/REb8jeEhrSRwJ2G9uuir74SF0qbQGI1emokeE\r\nYL6IqUll/jHPPNI0hs5hm/SMrOmKxJQWcEM=\r\n=JMBc\r\n-----END PGP SIGNATURE-----\r\n","size":698713},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.9.4-dev.1_1648793257936_0.4101101718826814"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-01T06:07:55.617Z","contributors":[]},"5.9.4-dev.2":{"name":"antd-mobile","version":"5.9.4-dev.2","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"cjs/index.js","module":"es/index.js","types":"es/index.d.ts","typings":"es/index.d.ts","unpkg":"umd/antd-mobile.js","GravityCDN":"umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","readmeFilename":"README.md","gitHead":"26737962fd0f3c9ca77a74cee0525f3a7982f507","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.9.4-dev.2","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-7hHqaNlchEo4+LHAU7x3TqhfKXGb7BLmpecbAbFUqTE7iu2LdETODItEM4lOEjTfFrccn07AsRDDHoqdaJgNqQ==","shasum":"89c7fbce5f0dfbecaaee298b3488f258d720e9ed","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.9.4-dev.2.tgz","fileCount":2519,"unpackedSize":4630639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTOak2jR8k4YDU8oHiFRDQ+7XeueeCBYbc10aO9fm4LgIhALNoh0yQmiiBwAwrIpn3OTJL948pu5fIZ81fyQWeXgEi"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRpkWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpYRA//T9BJBjo2qjuQiTPbcSGaStJQw9KNUatbMNo2o6dM+Xo6IDCa\r\nFbjNijYZIHzwymiTZSWPOESBPJJGDXVY/JZ77TovHxZ7DNcw4Vgor1xRpo44\r\nC9kbjeOMa3/pKkfnqJkz8PI7W2RktCW4bBehDczFnYe0gkTtOuc0b3rrwSmv\r\nOFI91R+hA8qukhoo8IIRS/bUUBGKk0X4lPUGyEpltIsCvRkO9VLyEAIn5xst\r\nRe+G0Cns7gZXLQYyndnkHhF9jjVoiRDIZjQZtrz6pmSM38hjf4yJGrk37Yr5\r\nKncKQXx6xARwKmajZjV2ONl/AHPmyfT/CDVdvbpY1tkgjHpBj+aA+yPFcEvg\r\nsaYDmn1bT2pJi11RbMTBp0Av/M2MyAbX25XxG1uV9xiOpqOXNxLp/nykfxDS\r\nRcRB65q2tJNXraKXhFkru0aTiejNNygLkOJTQCbADHL7nrwuxxq5cn4VC7HD\r\nD6A/pEGB6rVujGWq1icijnRXKjNF7Do6CWwRU0djlykaU7A0SuwK4hp7BfUb\r\nXdFHozYZvuyTnlW/8Iq3Ii8pUInc5Z4EZi00JFUd29k5l39cIRoByQUqR+Ji\r\nA8wPJOENkaC7HsgEaiZoL5bWrt/RCHscZVrcTpu0tO+nmItGtGMWhfKHJsBF\r\nq3l31/ozjpaSRPZr2VxyMjEYmti+E9x9XR0=\r\n=3twD\r\n-----END PGP SIGNATURE-----\r\n","size":698709},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.9.4-dev.2_1648793877786_0.5132912638914886"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-01T06:18:11.542Z","contributors":[]},"5.9.4":{"name":"antd-mobile","version":"5.9.4","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"bddb740e1e2ef5d04518c7f2d6400bc2808f61d1","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.9.4","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-VXz8NSEZQPqNmtaaUXnOlGkN3nh67MPgYCqrVlJtEbEP0uOz+QfNr34/Nj6dGFOf8fD7mAq9/60UGOE7EFnBMA==","shasum":"f50475e1c11d24685eec435ddbc9f4af2373f494","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.9.4.tgz","fileCount":2519,"unpackedSize":4631934,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4Th/mFSw5tVn65JjXdPF41Nvg+krD8X7uqgBvW8w/nQIhAIq9769QN9yqXamAeE2Tsqn/RK3FlwvcHX4ro4tiRLrH"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiR9EBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoGnxAAgfjNVzxHb2XCII3olM2aL1A+G9h6kbqGAD7fyWUWBXE0Ag/7\r\nZCBzanE2bL9W3wYB48kkJTEGZapIpRCL2wrQ07dJ8FEXTXoxm2e27cMIb8So\r\nWKzqKK+Uq8+acnx55yGnM2XOAUH/1251g0XRVkHo3zMw6hNt6X3h37+Yuc08\r\nuwMG+mFWFZ9nhTkCqAJ5cWDzycmHgq4UX5nGpurAAIJtAtTIXfDX92TvIpu6\r\n+rJwkOo8GJNfpxVreNSFY0iGBm1xBykz7ubjB7ZHLjuRlb1BICOjsVmCfVto\r\nkMKYJu6dag+JI+2n4CuKJswdRpN4d/ChsWg15F6JiSbgghEL8CiQukOYU0Q8\r\nOyg3YG+0oyP+21g9TnRkbd4CGU+3cCoytiPM/d9rr7QwE4rWKBZB/m+/y472\r\naWxn9wQnACe7NKWrUOuHLlKeJsW6N7jMEZ6vdnSfpN//O0nvh68RvY6xtd85\r\nlNCtWhOe+MvfcgI9zV2EJK5noc21ZcMYFNdR8NoxaqWF0aZEx//z4WGO8R1C\r\nZaivYzhySX3NVjtRM9lCA9LgPBQa57XzD0+47vLYR533klLOXSFVgDlS8R2/\r\npQMEvA6UIM9yk27zM47k2FxocA4cneut8qt0C2yRSS70E3T488U6t2eCgGGL\r\ntzq9rdMQYVKCBn1nZIJWzAhw2zBhPnr3fjE=\r\n=8M2y\r\n-----END PGP SIGNATURE-----\r\n","size":698870},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.9.4_1648873729323_0.8325418129401185"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-02T04:30:06.435Z","contributors":[]},"5.9.5":{"name":"antd-mobile","version":"5.9.5","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"55324a49a7e2ec3dbcef4ba8dc997e3b7357fe3f","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.9.5","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-rJB+33NGbBY6bbbQpIUbXKA8Ukqr21Pdxf3lKLh7nFO+ygaGZDnole4V6eRC8O1xd3n8e3IZ06VGn2YcGi4PNA==","shasum":"861fe96402ba1c0ceb59ccd0ec7ba4719fd7e43b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.9.5.tgz","fileCount":2527,"unpackedSize":4633648,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvHU7D/w0aZ82xQ+juo1jP+b0QY+xbSiiEma/uz8FRaAIhAJWuEI5Hz8hVdEtuTZESR5veEjEoKSv+VliUwToW8w5J"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSQ0wACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTLA//aejDOkXrsx2oPRRBbGJy4kqOaQQQOSGZIcrhFhs0CXmPUa3v\r\nkpNELNyfPwteri8KhUL5mVDpS6i7P9xXorngMKdbw3EcVLVkYfYvHfzqWL8y\r\nr3yQVcjoiByzEIbCfvTuKpT8Ve6Q4hA32lOguKKn8tHHQRR2lCdO9dECJIbi\r\nmxy/J2AFWEpZLZvJRCscW0NXLM3+SSYEdOe/i35Kc6Iw/f1dkzO/07banowY\r\nV7MbPFo/qWoM5VlArFQHPa4Di1MRvsn6RuzHJ4cKSrCNTN5lAGEDD5T36QFV\r\n3K+4AEv8U6f3HWMJPsbgUB6PbkXkxhPh14sG8qaN6e+Me1vzwTk2NdGVzgSQ\r\nakKdgXVwQg739rfKIWx/RNAMRVw/Q1+Uqo5PjIP1MFfZD6z5DEX9BHPl2xbJ\r\n6jHHu8PKjPUsKDEVdSE7sVf2WaLFembVn4+N4TvMlRDOvYndqNRTV7jMx0l2\r\n04i9fgcySFkctAIUAbmA/FANTeQHgXKbqW6AXLCKzGo1Nmef+9q3ccxHe31z\r\nozQl2anb5VV37gxJ7jFxAXy/Cj77PvrDSigyvDs0o1Er2iG3P+kxoAWgEcda\r\nvCGkT81k1Xpg3gEdk8tv20hP9TL5p1Yd0VcdbPXAbDqFvjZz14umHa1UZJ7E\r\njQcvhbKRQj/QhlTjWzJrl0J2n2TIsD7hmYA=\r\n=He43\r\n-----END PGP SIGNATURE-----\r\n","size":699254},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.9.5_1648954672226_0.8352817384587006"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-03T02:58:16.843Z","contributors":[]},"5.10.0":{"name":"antd-mobile","version":"5.10.0","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/big.js":"^6.1.3","@types/react-is":"^17.0.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"88e0298d5164f2d69fa8436f7adad9d29d058c78","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.10.0","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-meK2d/YjCG4NaSmWvbnEsAWPpHaz5f79/BLRfQSBKx5Kt+H+iRGgLf/QrQo8sARjcdMt9eysXA4Ji3b+5JG8CA==","shasum":"755ac610afca591852a1eaebff5e2f46cdec788e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.10.0.tgz","fileCount":2535,"unpackedSize":4653322,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCk70aYLEo5geP7j38+z6HL+jolttpaD55msSsTK4vmHQIhAKzSb/cslXJu12VQaZUJW3ViJ5T2GNqcw5obghl15LfX"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTqSnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmproQ/6A8rL3cMHyWXMUxk9SlBiITcF7joSe9z3QlUQZpofCnwTZjH3\r\nVndCr+l/TQz1LeZmp74VjJ0SJfzRKBQt2bJpPyrZ/liTaKPUiZuO9aZIILkr\r\nLu2C1Don0rfON2Y5nU7IKck9t12wFHaoBWNC9Dj9LemMPt+72R9nu2cbObYG\r\nRvVb9DIWyRmesnwLLwWn7IQwnRCvi8uTCW5FDfyd9xMF+WdlpVhN1e6/C5Qi\r\neIa2n088qORaYW8xVsv1YchG9OyohPybd/1lZ30e0PWyXvTnCtirdUUcVP0s\r\nYvGzZ/SrGAqaClArszsc/zE9ZETQeDjuGV3MLmphoLDIQ1j6CoqXB8wGHVWE\r\n3iTch0n2dqd6lna0rgO41y2zW3d7EB8AsdgeJzYx6TaIj+5kDL9kA08kygV/\r\n2nF6accO8+KT9lNKROqnwW6IrNaDQ1tS6FnU33TAkycLFT49xCGcmtov8hF2\r\nPbO7mjZQtB76X0Y+HJr7soXfK9hQslsu7HhMGrou5Rm0GvMfWSx91LrKeJZl\r\nkFE0Ucuc+YjfV8G2f5McAnyiNEQjVhU3e21HvvXP8eWvi+EhgFkmHLB3wvV6\r\n2MRC2pTaM4MGTCdNO62yMX9IKCpNgKL/d/gxDm7a1f1KpFFphi+yY5v7jYcx\r\nNkt+6n8GYmj6o9MUflwQ1I6lGzSkwz3QGDM=\r\n=RnA/\r\n-----END PGP SIGNATURE-----\r\n","size":703845},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.10.0_1649321127436_0.4547301847243497"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-07T16:08:33.650Z","contributors":[]},"5.10.1":{"name":"antd-mobile","version":"5.10.1","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/big.js":"^6.1.3","@types/react-is":"^17.0.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"0947125173e10e8e25053bbabe8a0eb49da26635","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.10.1","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-sdH3ktqqrA6N/XotA7tpwXUdxRgOOmEp3EDZZMcBFyrRinQV2Gfoln+Tdxn3pnaiK5QLpQCsabNDVmUYem1h9w==","shasum":"5dff9b1d785913f68814fa90458b510062f7ca46","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.10.1.tgz","fileCount":2535,"unpackedSize":4653600,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICFpYiBgOeb8TKsWJq+Wrx4/S6FVzbIl2bk/TcdDWgCXAiBqBZUj1PjpT9evPybevQp3DJQdfC5N7fs1cl81e8thHQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT98fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoC2g/9FBgLvHEQ7GZHyxtKWaZz5dP1ID0tcL/glAtUVvQEAu04PczV\r\ndPQrLpqF8C5jSgsWpaWnQEHP9uGqCbn0/rsZwcsvxebMym0YCCtko//8Wlk0\r\nY/Yzp2UqtQrXVu+ftMp41U5/Wm0LDvx0Fmeu4iPP337oOtgUbckbwnRJSPUA\r\nJOEq+Xgy1dzStGcTaM34UDeb2lDVDsGlLCVpVKhr0htF6KZ4kXykYMAn3Lco\r\nVnt9mZK9HzIiXfbNp3H34CgdHO1/Q+ZBjxtveV/izv8xxvQdmYfVAfd/qQxm\r\nSGMCKfXeeJsPXt0D0saxYvDjRfwoagfoXSyIE+63wr+ULMCNHvT2NJIj1hq1\r\ntORDtzYJ5eD6NK4rgRJT+1Odx95QcsFW2zowQEjYQYtUX87mMWQt6DrEBcYE\r\nWLzX4ohwR5oZ/ub1oCk+WTRshmHTa8aMcji0cBYai7eAayDfAKPdask2E3Mj\r\nde9TbvER+3tTaNv0Tu7PcgYnOm1ogf1SOBs5Xh4BB4Zdjaw2/hBrRvBbOr+1\r\n0mWJqdytuwmbFyR4k31tC7WmegWe22BtkC7J+7QZGhxnUHmO+N8R67JZAZVz\r\n5qltrfBa/FwQlHktcX7Fm1UGA27F5FkLDlgFWVMqxL8QTOFkpoZamyDigw/P\r\n2tw1HHqE1Uy4gp6dp4htMyPPBiynTY5ZRbw=\r\n=yHlU\r\n-----END PGP SIGNATURE-----\r\n","size":703863},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.10.1_1649401631198_0.5331117619114096"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-08T07:09:17.620Z","contributors":[]},"5.10.2":{"name":"antd-mobile","version":"5.10.2","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/big.js":"^6.1.3","@types/react-is":"^17.0.3","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"91b6f7ed5b9305d225c6d9b2981fa9fca6e24056","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.10.2","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-nrUOPp/Mc2eByo2i/uH9JfozB6fEFWmp36AKiwfr9Gl9YWavEcElA45j0nMiOzNvhSOU/VRtbyZK8bUv6XeKWA==","shasum":"a46fcb444e33e18271bef0271a9ab37f79bad23a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.10.2.tgz","fileCount":2543,"unpackedSize":4692261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDI47Kvyfxk9ZfvDA4hs6J/imXC9R26mLs6d7gvYbsZmAiEAt8rXq/Fr5f6tcQ9yxMXBWlTUc7OW4AYPA06LhK3neAI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVjD4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmuRAAkVr83qkuzTQXALdFk1OewcSt4HaO/UO9XKoVByGZ+4dhdXrx\r\n2XaBRC81J2+PQEzEWBkBGVVnliJvbUj1/rQjS8/TYFS2DKKEGk0SG5VcHylj\r\n9L6PSgMMsoE3df/loEli8M6NU3dP6OthAC+M2zidmg6aA9hmt0fosJlOdqFX\r\nY1ctEst3Jim0cobaDUMXW8lE8v2QdagCP4mpmEne5s/J4dva7ap4q2LRwEvE\r\nNwFEK+z+9kLu3T8ErPT9eg7+102NnalEbfiznji91rOVbcZbRZH8GmWUPfAP\r\nErZGbeWV6SAqb85R6ID2z8t96UTBV5byfF6Kk21RnWEcp9hLV/2QneXqx5n7\r\nwNYAR/LgK+s0tkKxMgLDxBsjqGSD9HDpSAo9XJgL+t/+zVQE5gXVG3flcp6y\r\n/aRaGY1DB0g/uCoCuj+voxGw7VFBiaYFObRFzkaLtpF8lpPUC0GTTWjFBY19\r\nkbM52YeG9rCwRZ1K5K+WKWIJljsKh0NMDgbQZCpXs3CGa15iAhXkcFA0M/RT\r\n5vwv7doqayug1tJElIswhC5uChXIb5Xn702xROoKu4mYFk6ZMh0+niTu0NlO\r\nhC1QMjzA1WbTOfog3uk07lr+yBzDJyPZI3utVdP5zmeD5nnFIU0VNPbR351T\r\nNpLZe2/9i5UiB1jF8Ab+47/C1ckR3K+FYhQ=\r\n=gdx5\r\n-----END PGP SIGNATURE-----\r\n","size":706686},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.10.2_1649815800113_0.658582372025446"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-13T02:10:10.425Z","contributors":[]},"5.10.3":{"name":"antd-mobile","version":"5.10.3","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/big.js":"^6.1.3","@types/react-is":"^17.0.3","@types/react-virtualized":"^9.21.21","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"a734b24e396d281ff9d81bcbf276a510ee9bc4ab","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.10.3","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-LGv5BWFRLrYdqQOWUOMUZ28WnYkqZ4cqRvzJr+c1UYbjYYREVbgC87vOUs1dxAvzsuj6Z1j+MHCoB2GMekdjJg==","shasum":"61c689ece19c396002b1ab5c1a11389769fc79f8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.10.3.tgz","fileCount":2543,"unpackedSize":4707318,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGVP8VQplb/IB0RrTg/eXNPQXneAMyY2yszpjQW6DuizAiEA6AC2/fSYwk4ZJjTu9GjspBH8kVNfWPkbHm2THL92WQw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYO2yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNiQ//bLUQ79vHsMsPDmV4NdA1lJSA8ijJ9zY+Sh6YVHOZgl5i3HBn\r\nVWJRJlIqJb+UtyJ3HCuQ+HSugDJDvg7d3dLAFJVcluXoyzgHuyD9vXPsUU2J\r\n4FVnLC5k1smgfFo9Zl+ws0K5btLrSz7nUBEWEF9ULkEM52A/rwdfYeafU/br\r\nCyQcwhrPRfMIlQtaLu3g9Moekk2VdWh03sOackuFYdBFhjeUUYuOjAFENhR0\r\n287pt9LT/Li+xatp4LFLl7qi23Tl3YGkftZ4LxkevFDVC46KObmMeeqlken1\r\np95aPEi6Tocur5rW7cw7VkyyImSgvxZvA9/7mgw7Ab6uvNN0GviiBmj56mDM\r\n2Zb5KnxTB/iE2UXMHKiCyIc5seOmSKQmh3XQrdexm7F/Zd9sxyR6F7sc8NHA\r\nEFeNpETFy1kkRq/6AMa/kH+jOE2c3pK+fT9CMto8m6kpl5oJHrogNVK+ellI\r\ntlVxb10wRyKbhwsCs2oYTMunrxaFaxON3ZQCn3QvVMrr6FHxjOBFCpGLpTSG\r\nXpkY5CS1gSDIHn1AJna5iDOnNNrf1spq0DvKWosATpKgQAWqN8sYGoANYVBk\r\n62R4d7CTEcxRBH3aaBaFkhqf/AGYPxKkcdjzjkiTtmGdHqN5w/zskrCRKdxw\r\nRMZHJD0NmvJRr1+lko7wDmAD7FChxOM/0nY=\r\n=dWp9\r\n-----END PGP SIGNATURE-----\r\n","size":707808},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.10.3_1650519474065_0.9598877154561034"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-21T05:45:13.364Z","contributors":[]},"5.10.4":{"name":"antd-mobile","version":"5.10.4","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/big.js":"^6.1.3","@types/react-is":"^17.0.3","@types/react-virtualized":"^9.21.21","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.24.0","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"2660a3ec0b8ec2b35200b528e53e7a8aa3230aba","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.10.4","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-z9+9d6H6sjcdyR02c5dVmMBEZtLeyzlQ5nv+rPcAEI0OjmkYs9b7MyxpE8xGpIFYZDXh09BG1DEVHXFS8YUqiw==","shasum":"55950a75aa7c7efbaf6b01bca83d1bd37b19e8a6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.10.4.tgz","fileCount":2543,"unpackedSize":4708061,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAEXCSBPNmLfKck7ho/RqQrR0bXX61y05Xxczo5UYrznAiEAmxsR3f5PM117McjsOdlVdMVZhieyUjTajQZnBfpi/hc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZShWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpaQ//Y8fCYVmpPXRdqDELBBsRwXCWCxrjFQ6pk3xZIQvINBJq84tm\r\nr7e9rKWDwcd7N7mU/TyAkTPQsFQY2vA0UoxjU24UjLwW1nlctWmd9IpaR7c9\r\no6qTXa8AVx+jwRfVmQJWB4KvSQWyynn7Lq/h4Le2pGf5Jzho4J1W7F776i1f\r\nz7JIRwMwRBSkVadmciv/cXdLuO/qk8fZp/5iv6Uyxm3K73sS/jcuYi5P+nLN\r\nv4pzEseb3+AR/bV1czOjyheg+1iCRUoiZB8i5s1E4ns30AcH9TWtj2Au76o9\r\n62R0/heajxhu8I5rrhryhIfDwLrutGke9oun5DqKS/7VEO2Il+JDY03WnKMV\r\n9ix74by/49Da6Zbwxr3nsqR4VUmsZrayM3Z6rac2Ck8IqV2uwN/JNQzzc7iP\r\nngdrHT+cgK4Xb4Y77WDLYpkMk6Lx4v2OB3TzrGXyE0RRC37g1dAQ7mFa/AZQ\r\n0f2nMTmQMUTFFlSB7GBbyUl2TvvVjSnAIKLgMCi3Ehh9xBBV3vR0nBV/Ihe4\r\nYEi/4MnLzS02mj8+8jJ6yuFJPprPCojxyCe12aL9EKbKfA2RhzqA/qdgSDFw\r\nC0mrunsIvJWy1qtl9tN7vOQbyccvoGLoLOrnA4F5k3Sby9++AmjP/kkIzlt2\r\nmrwE89ahTmisfqRkkH0trXg7uccB9vq+GmU=\r\n=ErKv\r\n-----END PGP SIGNATURE-----\r\n","size":707918},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.10.4_1650796630342_0.8172835074446856"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-24T10:37:20.631Z","contributors":[]},"5.11.0":{"name":"antd-mobile","version":"5.11.0","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/big.js":"^6.1.3","@types/react-is":"^17.0.3","@types/react-virtualized":"^9.21.21","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.26.2","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"f5b09ef814a379ebd823c357fe5ea4bd72818a23","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.11.0","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-UydoBCMDkl6qRY2+vgV+6cGb9TnlFsa1579zPSiSlrvEPeAZjJLEy1c+av1AkeRD5dS2m6rf5NPvjdWJVCdpDQ==","shasum":"791dda3ea6b39555ef0ec4de821a39ba6f5922b6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.11.0.tgz","fileCount":2543,"unpackedSize":4704322,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFOX9ii60SNy3eJroHt/Sht4pUTi1IPzauDr5y6KVj1LAiEAv0boIuwkSvn4MtaWRmDqDONhOLk27V9cQfBu5b8flic="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiakXWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXKhAAn8fMDRTpXr40pA7n/iBWczfb09chfqRyX3pdLQ3dscygi2/q\r\nx67vU+LxzAje/BIsgAdc6lbOTlrSKepD+0XzNH97vZJ0iv8zvACnsVilt8WI\r\nQeFsr2X74XLjQN8JkRQpPc1z+sK2DM5V6ECn1MyMtuEAlzSHr4WyPq6GFuUj\r\nmlrn8cm/b3rFLHNnWr0Qc6AizFsz6vnqQuhDXDXlHPIRyLO/OLUdJpcoTb/o\r\nOrumjIVDlH+optIf2j/OUWjG86lu0ivUFaHLbRQeXf3LFOpry9VhbGyEgPMm\r\nSOJv8ZD04Ra3KZ+MYWFJF4I0/8nuEALWuUuX6JvhE/i+/yCR9vlfrQNJM8kM\r\nyj3nY+y0joTN8AMn4o4cRt18ZTT9+9mzbK9ImMqHLV7VNXNxGhc/qxL874ab\r\n3UtTLEtbsftNHdbeTf5MXM6WHsgOKfJTyALg3J9eTtBvhTTGrHSThaOYCyrq\r\nsOx4oXU2a6nkoMG/RXRlHUd0lFKKLLtXijO75Owp1pPbRkuag+bXVesVc/ib\r\n5xppN4VA2CJXal4VzMvjZxg12aXNnphyo6IMxVA3fBcry+MTz+TDPtJoYsTX\r\n7iM0+nsU7wPIxHXjgmbMyubjkUbtcAYsmL8PVjfwqNiSJa3LaXbYWpvktjbh\r\nMtDvL6eue306xco8Z/KqJBphCRPtelrzwJw=\r\n=p53E\r\n-----END PGP SIGNATURE-----\r\n","size":708739},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.11.0_1651131861717_0.617701419290474"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-28T10:03:49.376Z","contributors":[]},"5.11.1":{"name":"antd-mobile","version":"5.11.1","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/big.js":"^6.1.3","@types/react-is":"^17.0.3","@types/react-virtualized":"^9.21.21","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.26.2","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"563803cda69a929715781c1310dc9be6df520425","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.11.1","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-1bDAwESV7wbNd3G2C4P91lXf6UkApZ0EwSSxhwNusJ5W7eu2uiv7iEPuIsLprVezn6KwuCm9qKvG3AujpnmOoA==","shasum":"a40b6b6303e495adcb0fe326e8cdf244a6faf66e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.11.1.tgz","fileCount":2535,"unpackedSize":4707265,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICOZQ2Q5K1yOHdz7UUvuo1dWuK7LsC2+nj8mBGLhm6JEAiAuEh7m3R95shh2ZCsDzBo+braiDjvbMWfE2yNG0+YhbA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJia53oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNtw/7B7QQQWd+KCb9nl3v1f0opgqBWLTo8YmUF8kLuWYP3I0rzf4h\r\nYU0IWhvuaPNEq2CjkHgOSFt+jFQulr/XgWHWey7/E1+XrIao+Vu9Bqs74siJ\r\nL0XOD6kv5TifbHKzTKHzSUcbztcLrKx5TfgpoCSS1lk+ffPJx8k21fuC91No\r\n5Hz1npnzRna6+yHjrB5gSTmX4raRo/UdlsyIBGVRaasPdiCjUoc6zMBi1zkZ\r\n0E5G6DPs3bkZ0oniy7HGINYDEgx9vRQ5FxDn0RdghnyfRced/dwNM5FfkCn+\r\nmWnGs1ZSuNaZwu3ipudkhtPBqzTj7joCj+OxFLSbrMa+p5q31kSoAjnCNRma\r\niR+pE2H6SDNRT2zoBEAAcD+e7n8cmK1qJa71+yY8kS7vHFL7IAe/bgBuEhVz\r\nesMYXwfZgK7kmJkJZc3wO+iGvHGlkTuokZ+XSXc1Jilui1O8ASkOnSmMFXvC\r\nVIy6f642IWOPlqErvpMf9TTmvS06AvE4uoAtkRK8UeP/3yOf8u2vPN/7obOA\r\n0EYpnjIRpS3XgGTrBeqzy4fT5v4263NqCpa3Tx4BMo58yxVsUrwEdEp0TTLl\r\niZaH32+qEXxp5pUAmmC863hbnw33zptuwp+G3+OJoAtMnhKlX3vkMjtq1Qar\r\n+I8S2y+2EKMjZmVuYq3p/My2k0iSL8Im0yA=\r\n=B9rH\r\n-----END PGP SIGNATURE-----\r\n","size":709348},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.11.1_1651219943929_0.38293834929649084"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-29T08:14:24.591Z","contributors":[]},"5.11.2":{"name":"antd-mobile","version":"5.11.2","dependencies":{"@floating-ui/dom":"^0.4.2","@react-spring/web":"^9.4.4","@types/big.js":"^6.1.3","@types/react-is":"^17.0.3","@types/react-virtualized":"^9.21.21","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.10","ahooks":"^3.1.14","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.0","lodash":"^4.17.21","rc-field-form":"^1.26.2","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"c772141c9e01665d61942008f0c8309c7d86094a","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.11.2","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-uLillaOjPMkqSHnnlescIdi1oE+7p7Aco0NKZrNOFNw5Icw2NHbFfz6GD4TSAInzb1lYZnmHdRI2gLSY6G0WvA==","shasum":"f133eeb913b958d52613a4250b32a5496b62892c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.11.2.tgz","fileCount":2543,"unpackedSize":4712428,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG8B90el2TkD2pYR7CevhHfGyRpevYRKVs/4uiDnnHlUAiB+g1HJtUeok+K4ItcXQYFVJfJMr8aSn1vT+ERGGpp7NQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJic7nEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2WA/+LLJJ5fHkrBBi0RgOdQWsoeg9/mxeIgEl5BF2vfng15ZYZyMS\r\n4zy3FTgjGCDNxEaRCbC8cO0xsGpQBrlUMyUxWp25/u1MrGd2M7o/X3lLLX2O\r\nNvLzxbQ1Ztt+/pnEp2V3f/UksrFFWtglqxDqB5NhPm7O+ErjJS7v5L6ocQCC\r\nyx1T4FXvq9XlQptVpXyx3stCDbPigMvGPjN6WeNluZR0fyRpgvNcOlciDvpH\r\nGqhwpJQ6RLLrBzGdD6+AI2iRwr4So+hXMTo491S6zpYr/SF3fvn/Gcq8yRC3\r\nzvJeeOLo1HfEZtjOW5mxNn/82UBYH1re+bB67KGz06fOzw5CExOL1EsZeNae\r\n9KiCaalUJpj56q4tGprTSlRm+XNEaPrHNT0NJPFiVumx9SK1GkBGo6vzievD\r\nNjEuGJKy05aoSy0iZlldQow9bd6S8MsQfQQf6q7hxF2EZZTF+NwxEi69LmT8\r\n3zZ1WnZYbsqe27QMrioF8jHUsy6g+xhV9Az/sj6R9k0XGH9LgWl8yj6t4tlC\r\nh8VEX80V7Wi5GloSAzmg6fQoOlX2jQ1H8XpGBMHEs4YarVoe4oYQJyofMJSY\r\nM1a2bs9blRoB0Oxpd6Ia9AGLmVgp0ZqtoviayKJcDrDLawRdVi0RITX8NQ0n\r\nSx+dxElA8BF1d9tGqCfdOzMweCa6D0yUj94=\r\n=/V6/\r\n-----END PGP SIGNATURE-----\r\n","size":710080},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.11.2_1651751364348_0.31292209625622314"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T12:55:35.107Z","contributors":[]},"0.0.0-dev-626cbf51f":{"name":"antd-mobile","version":"0.0.0-dev-626cbf51f","dependencies":{"@floating-ui/dom":"^0.4.5","@react-spring/web":"^9.4.5","@types/big.js":"^6.1.3","@types/react-is":"^17.0.3","@types/react-virtualized":"^9.21.21","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.12","ahooks":"^3.3.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.4","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","readmeFilename":"README.md","gitHead":"626cbf51f8ead6efb567b7ae73fd2601e6212159","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@0.0.0-dev-626cbf51f","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-9AD0XEiF/B635W8FNpbpGjGf4avcIRvdq9N2BEuCvEFzjXI5aj6TMOuYGDMtpnU/HeXmPdWoTg6ADOihQvNH4g==","shasum":"c9057a599b52f999764c89a1f91b741a650215f6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.0.0-dev-626cbf51f.tgz","fileCount":2551,"unpackedSize":4812034,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDnkzr4Hztl3hsqFjiO+MWy41Kbpmd8w27T1mCr3VzXCAiEAkZ0JnMWK6bnorzUtALnXe6NeJmTUE4UTlgfKkHrLGSg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiej+9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmKw/+MQlVnQRQDAosqrEZlBN/gcG5e5DcDR9ZUM7NIIpQmnYC+Qvl\r\nFTkZ5vde8+jpivsvw5cH26PBkWUjIvonzjoUI6xDpL3x7zoendAVCV0/31t5\r\nr+QFPYyFtv++HjwAR7bIcrULEjt98wgJOauYr60tnio1abvoO2wuFSl++9fl\r\nE7IbLJg9/OkcuaKyHaxmuhzhhQjBqwL/8aActyhaWo3KuuQ41Kb8UKvbTkFj\r\nC/E2rAeRC/4TXwXcyd5d7f00LWdSC6hdKwS1kB1YCIy4y+1OEzz3HH0IqpVp\r\nqs+Gzd+onh1aMys3pFpdazzbBLtVWJ4GEiQcHLubmrayvnc7HNcEDLLyrRxA\r\nu+qYbLG6oE6Fs8MbbPjS/w7B3y6tXf2yvy6Ine9Wy30WOMdEqVHJLtMNQYqT\r\ndpNCeb8hpFzsmY0yoR+Jzog6VOVCMlAUGrc8xN/aQP27bRJtPbiKA8JkQeHH\r\nsY876V1dAzzl2rBfTh4b2Bsb8i572ikHl1YV90IDP3WRpRrNvKR8Z8iCvyvj\r\nDvWepTPYcV7ja7PkhmVAn62a6hykLz0519it34Gfhgte7GaafcQyijOpCWju\r\nCz/K5iQkMS5YGH5CRjk4Ty45WsTGjnpC52z9ZeRaQOCUf6zkiVKChK5kdCO3\r\nsx0Li3rwmw0uTZkDeshWvPYwwE5AQkbdACQ=\r\n=ir0M\r\n-----END PGP SIGNATURE-----\r\n","size":725934},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_0.0.0-dev-626cbf51f_1652178877623_0.5568403033298579"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-10T10:35:42.527Z","contributors":[]},"5.12.0":{"name":"antd-mobile","version":"5.12.0","dependencies":{"@floating-ui/dom":"^0.4.5","@react-spring/web":"^9.4.5","@types/big.js":"^6.1.3","@types/react-is":"^17.0.3","@types/react-virtualized":"^9.21.21","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.12","ahooks":"^3.3.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.4","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"8f77b0e286d04c2f652aabe28fa1aca2b246dd0f","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.12.0","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-mrl9w9u7zRR+2MzhNbAzMCWOERBGn6cknFiOvB1Z/svKo8wi0alOLgD/9AmsKxmf80l9fLZlR0Z876skUJI+Gw==","shasum":"dcc6e7e4bfc8ab18593e14ebd21bd0f04bb24308","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.12.0.tgz","fileCount":2551,"unpackedSize":4812008,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDA7uCynkxZ/Af9G3O5vjjKRCfBfOof8UpR7/sWuy0t+gIhAJEtYCixf1n64dLYlSy9pIaHDFIJi57QqtAb1ylLLsFf"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie2X5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpwJw/+IYgT2jhKBibGrwkS/F3gF7UtyzY2qNoEmgfqj8Led7uQmnF4\r\nGLyJp9hcnqEoTb0nVaq/FF3tVseJIrrc0+zX3CHkwxzFj4RNSTPDQ3NB2et9\r\nWP66U0mxcfK+rrhULocAQV3rhUHy2DdF+DmHofp3UZ+9HOO9RUrqgLx4QJ6T\r\nkj7b6HtBNlP2gpZVehba4YKbkq7uyDmYASleqJJBpwz2K+1fBKZIzGGMnihz\r\nN4GsZQE0YN86TirLBPCKi3VRRdmp3RNk/W25rnM/bwyo5DSjSbVNkvVgduE/\r\nmkqdMn96pUCgG38IVT9yKV+sW4e/dVasCYcD7VS0f+4xCeil1n8hoCzwXnAM\r\nMET5GxndDP2JIDo9E6jgXrR/mq3tywO1AxtpMXKt5MCSffoiRNLSxcs7bpp1\r\n9MlrCXIEW+R9KvT/qZlOl0JxzOo6J+7YQ9Z79dTQN6lVk1p7llPHIAINZgnA\r\nybkk+hb9tl5dP3XVzTTWp12aeHXEF07Sf/ymnmlOqn8df1iuWZCB8+NTHrHx\r\ndvT4NJgkJLnmq4/krJeh0bYSuXnw42O884x3x5Di04KUXtQIl+v/D9WllmiJ\r\n1LvhezAEJnbwJfAXWGfAiTotupsP/dh5SzO0QfUnBF/cQMGfqjtC3yp+iK38\r\nBv+EXR69XywAYN3bFqYzqDrOGnNQy790iLg=\r\n=kjYk\r\n-----END PGP SIGNATURE-----\r\n","size":725921},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.12.0_1652254200887_0.26269144268168043"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-11T07:30:50.865Z","contributors":[]},"5.12.1":{"name":"antd-mobile","version":"5.12.1","dependencies":{"@floating-ui/dom":"^0.4.5","@react-spring/web":"^9.4.5","@types/big.js":"^6.1.3","@types/react-is":"^17.0.3","@types/react-virtualized":"^9.21.21","@types/resize-observer-browser":"^0.1.7","@use-gesture/react":"^10.2.12","ahooks":"^3.3.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.4","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"packageManager":"yarn@3.2.0","gitHead":"eb51ddfa3e87678e0021e0c3e1d4491c8353fa95","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.12.1","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-/HMAXQC3JlL1+isNa6NvgihZmygqBQv9NQ5cHl4ur/D1GiDzENWhmfLh3ehSKLdM7LaUEjvxkB0MG9aqTjtvBw==","shasum":"24f10304bd89f91c1aea8ec1e97c3b5e2ad92415","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.12.1.tgz","fileCount":2551,"unpackedSize":4814447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBlz8ynoMVZCVqhA0MigQ3ddFMk0cG+5ARtwcoaxDCyjAiEAtWtDNUiYiA3lZ5jysDZBz9HEv+zxFTeClU0j3WEBzig="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie54BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNog//eqR+X4q2RLA4VFk7wg7HQSKc7+Vk5zQx8DIJIakVDqtkoFFf\r\nBnJxS66YgA/nBDIlDbKHmKiFOZ9Ew51vFsjcNPsRi5kZJtDqg1oFwdv7nq0/\r\nEi5X1eNWsmuxLnDkk84hnBEZ2wZYTG93OAEt/bagpLpQlAoOyUB4XaoXttHc\r\ne/g8o1q9Fa5jX6q20XLaR0sOD8bQbdNvb5DKIihMFD2za4NHpUvoxNFG0vzm\r\nJEcJuB1ZV0vgOeVGIMjdjabhXuTm7mu/qGG7ENthM7YdHp2GwR9EKhWCNh5h\r\nBPli/VuFaQMJ73qFdGujz3xsZkDywdOEBhpY1dHjlFf3XDhL/3WvDNLgi0XC\r\n7v5BGHxS6tLnWI+2Wxaatk78y6LZccR3rvJ1LLFcfuWHp5Z81N5DbgssADzQ\r\nSaxfhq8kxrCoNqbaQvuIAwiAgyc5p2kgm0lLB5IepQ9u6LY9dskXLs0JsUfY\r\nEeW+7vIijxfjKMjW/Ky9Q7jHLU5ga+pCtMErD4voH2nDaWJ026vrL9aHKDAV\r\nbmOmO2ljzlCkFHYINEt4OyC1GT/fuv2mcB23LqR2XI91OUTc3RVBag0Yv++L\r\n7vZFlQMD64fPE+l0AU8XCN7Gaq0Xf+jPTHUfF7MBYpYWnieogpwDAR4Gp5l0\r\nhegbbcf2izxxwNbjr8+Mwm2kt1C/oGiAhTI=\r\n=BbZF\r\n-----END PGP SIGNATURE-----\r\n","size":726257},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.12.1_1652268545408_0.3644479203713895"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-11T11:42:48.600Z","contributors":[]},"5.12.2":{"name":"antd-mobile","version":"5.12.2","dependencies":{"@floating-ui/dom":"^0.4.5","@react-spring/web":"^9.4.5","@use-gesture/react":"^10.2.12","ahooks":"^3.3.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.4","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"ed4fce303f3bdbd2a918e4515ecaf06f6f4a0fcc","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.12.2","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-bfBCLSHQwcXGVDwMAOrq0XLc8nhWxFqJZcNBTagv/Ud0jDt6I9zYjZSOkXpYEkB+CfU8yR8HhYPKTO9SfAbywg==","shasum":"0e5c9e81e9631f393fefa7600205263fe76d1827","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.12.2.tgz","fileCount":2551,"unpackedSize":4814939,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGOrbydY5tpgsMl9wsqIsyzxAWGdRjW0JyNZek1DWEgQIhAN6tVqNySfrZXweVWzbp8A0Ae1suKjNMz+OjCDDZ5V9p"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifRGmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYVQ/8DPF4Q7C1v8X+kDx7lFwy4L4FCi8LvnUhbW+C/UOKNvKytG//\r\npSs8XtaqJP3w/ogOWie54sr+7OWaEsAkil3OGXvPYYXu/AXe5nTf0tAzpn4m\r\nVq7MWcW4/l/FsFqm+J+17KrY2c2EK0VVC0WPG9yXRHe3hGc+h+2M7hgT84cV\r\nBRmXCrl65jP2M+Z1OyZOlPJouX4/So+VI/XgMRg6yfetNKiciVw9Q5iSx2h/\r\nyZsDrBmCjPVtQ88ceGnxIdpQzly4iEjFsksg31B1I3MXwD2O9NFUvbJf5/cx\r\nt82xr7how9dz6wVgVpAcP8V5HBYVN0+SnKK+flQLv6tOSkFucRIpMQROLLT0\r\n9vdM5i6q3DAt017hCyw5ALloCc5OO6Jw/n0VnuXMgNzaLtE7yCHWlYLXSQzD\r\nJQbETnTqu80+VYA+qjBnk0yhEPOji5RM0+x/Uq/Qi8+BqajC1S69Lkfh2uX3\r\nrCcfL1SvAWumkJ9xA1rVTGkl4bg8Cb5D8NmQX0pRcIWKsQpiP3BbnnWihL8S\r\ntJVnNUSiklTiO1NRwsPmPcl3onI+sHlU5HasWZe4CRfHm/QGwtGPA6JVU+Jl\r\nHKUWvHckWhdpWzw6AJ+0Xu7WV/T5Lh/oseyB0CYj72ItPcFvlV+3xbSysOYw\r\niOQ+mEQJuH4QCQgOO5ahLvVtpu36sP/i95M=\r\n=IAhI\r\n-----END PGP SIGNATURE-----\r\n","size":726360},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.12.2_1652363686613_0.9034894680004057"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-12T14:04:22.591Z","contributors":[]},"5.12.3":{"name":"antd-mobile","version":"5.12.3","dependencies":{"@floating-ui/dom":"^0.4.5","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.12","ahooks":"^3.3.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.4","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"9ae2a61a16ee1afa02d1c678c7ad760822fa5497","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.12.3","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-dJd7LgGS3NuIhpJuZ2WkQ2Y/69OLE5q9IJ/q/ZX5PHitkQo+58Ea3G5dvMjYTCLiwd+3NBr4pW4LrkBzHw9OaA==","shasum":"77c33214421a7f345c411835afa3c5bc936bafa0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.12.3.tgz","fileCount":2551,"unpackedSize":4815100,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5LIBuQue8n4PcrSvKH8PvCtNgZlNC/R8YBifO5TbJ0gIgST0YKhjr3klH0qlWSVHans1FEYX5Uihr7rQ9jXBQOjM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigiRuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJNBAAoAwgw2gqO326X0jcPiCxskhBciyMHBg4Uk4EGzgazNnyCHwB\r\nun1ozhCzz+OFc3uiVnrVYBRhRwxthSJ2Am41HCAV1cmRgUQRC9gXonEBw9QN\r\nDL6K2FLybMUMfwsFxz0FFnqJpy0T06CHmNH+P/36GUeUOc5D52V8bKUiGPLB\r\naRy0F4DtiVcr8hNbagUMcCXKeu3f2IhykX8LWqeK4wzogg4KN3RoG1Glw8tc\r\nqSlYo3YB+sYfS73yJ0Xk1Nlj//fkKcCi3dzPX99d3ZrZiW1fNq7G4StifyVo\r\n7EXSk5Di7xrusIUJgleCH4OogcWnx8vXw8aKZXuxm7xNPS5WaLrHPlU+aYJ6\r\nVDk4Ut0RPhh2vACLcNycVnkTbMB6vItRvAQYDZI4sHH3UcxUTb9950OcO6sl\r\nJX3/AopsMWGdsXQEDgVRARDx3ibGMHkgz2wlA2uHJQ7BcN2uWFWf7ArULC1b\r\nktzG9sQcaL5D1TeGRwlxZuzcQU+3SeqY77fQ3WP/x+Ugz33dc0bDREYylJH2\r\nQA/ZQbGJsX+xchicmSJA8b11Rr0rePKsNoO1Wb1KayNEBHPcZ0KgThJzst2I\r\nP4qQiXECBHJrAnZctNjShQkeNyvz1pcsEsEl9ImWlu7EFhoHQU6lpdu3VuVD\r\nvBNsSIdi+bEPFkmDegn6dvpgYcmnwtGlrXU=\r\n=eecn\r\n-----END PGP SIGNATURE-----\r\n","size":726465},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.12.3_1652696173881_0.0061910836350265175"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-16T10:16:24.298Z","contributors":[]},"5.12.4":{"name":"antd-mobile","version":"5.12.4","dependencies":{"@floating-ui/dom":"^0.4.5","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.14","ahooks":"^3.3.10","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.4","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.3.1"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"72371086692b012aa186cb62d8271911e046f647","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.12.4","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-EzZbmj7U4RKuE5rsEke3YfrIto+RwBW9AzhoE2m9th819qvyrL7y4im0mPiqWCa6+NLuVl3lP5Wm9aDRkV0NWw==","shasum":"c2eb1687e047cf52fedbcbeda0cb795c4ab61a8e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.12.4.tgz","fileCount":2567,"unpackedSize":4827148,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICc/h0U1NOuGmMne2nC6WlqSeV9jCWoDImlYrcgUGQHZAiBRhECi24sk+njrZcrHhyWgVm1KnVuVOkb/P1Ux0p7Fhw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJig0x4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7Mw//efb/WZOxhgjfkAwM0JXrdWC6x60QiElBvPH56ZHO4Esllx+6\r\nnlx3eXJqIQJJ8+4ZPOkczxctlLk/xhmOWIQRj7HsM31tr/jac9wmRNqqWsg3\r\nT5UM9khrr6WkwXBITyQfmj3rjMWGaIs+Ge6rEXiko4P7PvpGk1PejvS2vB4d\r\nDywEaBy9GQhJym1u3RFvwFF3r0xiZd8tXqvdth70cA1xzwdaiBffxztTkGOm\r\nltIFfZqcYsddKgb8XjBYOALHEs9a4cHW9nu3WyhkVDCxH5IcNnwbJHe9fJkM\r\nhLTLwcHrgWNi8eri71Ob92r9wexFhkRB/WChVHVU+7uAxBWXTZa3hFyhRicu\r\nf5c1YamKlntmo8AbypvWnXvL5XA6mku/sHyO+M66XKLK198+kPKBCXPSziqm\r\nR+kFEWNR3Eprv9xBgbO/NME0+CvvUuiOS7WRWQFXCiDOIvI5/6JfDOVN97IG\r\nCFMwwxE3GBSP4cTki4Dc0lAr2RYUVNgQVICuHhuahYTF5m3y3aNU+Yyp4QN8\r\n68y8Z3rJvYeTEZK7yiVH7I+yxJnDjb2n6C8mKZzmUHjXNIbQpJFeIFZF50BM\r\ne3+0N20dtqjLlQQpOpfCA22HnjJ0E5u0Vi0OJ3deH6i7wPzt0n6Jfm/TEnK3\r\n7ZJ+6asKF6PUyybrfA/2EkcFV9BcHpGRLvE=\r\n=NU96\r\n-----END PGP SIGNATURE-----\r\n","size":728535},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.12.4_1652771960349_0.930295754344256"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-17T08:03:31.230Z","contributors":[]},"5.12.5":{"name":"antd-mobile","version":"5.12.5","dependencies":{"@floating-ui/dom":"^0.5.1","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.14","ahooks":"^3.3.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.4","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.4.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"c3038d8d8ce53e4ccd4b76c299edc8b417dd3350","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.12.5","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-Hv/cMDwNPV0rj5HOhQhI9ObTRKWbg9Dw4I1aiR7jwgwQEzYqpd5AIj6y2IxbugEK5OCaKXUrY6qBMEz/ApoQkQ==","shasum":"c47bff1fe814a7f0017f307979695e6d6cca5229","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.12.5.tgz","fileCount":2567,"unpackedSize":4826253,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBhl2TNXozSL5V9rW0qkehygH3ifWejVXZWoFjuw7QmOAiEAk2eSJskQ4I1s7NcUQ9YWPxvEpJKzuY0qngM3vuWCr1I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJih0NfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqcbA/+NbJ4A+MGDEZuWrGIEs0Je0OAtfK59ltO0huvhb5WqloBxljY\r\nLMNddaa+b7BTeavFP7ogWlDKcfLYPgrbgZIywAxREnOYqMUbCEPegMef0N7n\r\npxvN67Tcs2KH5xqhdi4hqcWe1cqeeQGcDQFkpYUskBwZ05LIH6c9Kp0kDx4c\r\nWVZHJrCvyDP9K6enRgGlLfrads6rVyMe9Wmh9fHiVrRejCSW4OAbryUgf/F4\r\nbnOluO2SnTLLSVTDuxqyg3zGAsMB/b38MN1CdkZkm9Phgq/vyq87lOeU3bjM\r\njLV86GGlMy34WmDQKqQcvsZuUbUuyWtPZ1TUHzeohQETm1IfcpEiFB69ZVMY\r\n45Kz7OEJ0IVrulQ5oyzzYpRqGPtTmJ/8U3/XpHXeQ8ISYJq8yCj2bMeX28Do\r\nSCUMWvn2OlcC9DqaHQ5KLkZsf6VO89E42Z1LkrtG3vJiTGN1Af/kiMEvnZrY\r\nKwc0Pzb7OmWQFIzNoE54D4umQJ1+6QnjcA7lU7Tt5WZw/55F0u13cGIcX8Xy\r\nWYu80YZJzEGqJAvXYU2hh2feYK7d14jx7Yi2bSFJf7lDGYJt2l6c1qagUhp4\r\n20Rk6sCTjkTQ5PILlH1qydSRaQ06Ot4HXiQ6BFT/6/UY4cP0VSZh3gMs08no\r\n6FXadpkgzxJRAf4RCWA/UGXAuT9EjhlKy/Q=\r\n=Vl7y\r\n-----END PGP SIGNATURE-----\r\n","size":727620},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.12.5_1653031775492_0.6458923212393077"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-20T07:42:13.323Z","contributors":[]},"5.12.6":{"name":"antd-mobile","version":"5.12.6","dependencies":{"@floating-ui/dom":"^0.5.1","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.12","ahooks":"^3.3.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.4","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.4.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"7650e4128c0495d932aeaaeab3829771f9417c7d","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.12.6","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-zJC7qZxKpXrJQNskbKkAPP+vRPsu3lep7UlZVwzKHgDbpPt/skTtAH/aic0cL5IQKeCQwbhVz6VYFf9CLBgV7A==","shasum":"c5d7a3e60f46b29a120bffb246b376dfa17d39f3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.12.6.tgz","fileCount":2567,"unpackedSize":4825959,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG5tErgcbvbtOEPVhQb8f/AbaLj9R0omoJC+pNnErqclAiBQKWjgve2WnPW5umc12iJtrf/R/DrcA/WiVkW7ssv/pg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii1rdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZng/8Cx73KfldKw4dsAkns0d1ViMyGY+9iO2W0ADJWN1KXJo34jar\r\n9Ec0f58G8Dkt9mDKktJ8wdTHa+NVQt4usJTGkL/U+QWj2bPU8q++KcnxpwG3\r\nWY8zw6QSBgGyTki8gmuFDKlLMR55n6/vMjHYwx72wKXxjs5nnV23eMhLwkzs\r\n3Ff6QtZ2ERyYqbAYIe/hLiDNueBgm1yrjfk2egfYiX56zWtEK2KXukD0Ocmj\r\n5lISkV4urFMvGAXjUVTf/cEzVlZUtQh1RNl8LbY3Pq/8HPgB1xjNIgedNz+s\r\n6Bt99PwIMNnQ7zVzRjfdOSXAA+V0f8L5fkPrWyBfNyy37BRHH2zAggh3GMvs\r\nx2qUfQ4JO1+z5mtYgGy76js+1KfhCUxD7uQ7Z+QZhWT2VPPdM/t6sMpszaYq\r\nlQ5J9CeSg28Z9q9rHBzx7iEHCS8ZcWC70M0Bqm4arMehgge9D9iswNB/f2L0\r\nG/RYWtYxxzgqfRJe3qzBolzjWoLQC+aG/+ggBA3XGFw6ggTiAnlOt9ZBmcjY\r\n7oDyvJ0+uKhUn5u3+8gni1vDJzC7Ab97/78dStEDRpwq+BWSxDilZ6wuTWV2\r\nvIEH/2CLA0Wo02eh6clk58WShVkI1EW2o4ohcHCgCiTK+x3VBCLCevP4gBJj\r\n2Er+69zCn4o0mRUsNbZ1GdglJYt2SJkHLFc=\r\n=vtNQ\r\n-----END PGP SIGNATURE-----\r\n","size":727510},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.12.6_1653299932868_0.6791417926609331"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T09:59:19.383Z","contributors":[]},"0.0.0-dev.fc623d614":{"name":"antd-mobile","version":"0.0.0-dev.fc623d614","dependencies":{"@floating-ui/dom":"^0.5.1","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.12","ahooks":"^3.3.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.4","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.4.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"fc623d614b5b693955ca8a507958689991cd1620","description":"<img alt=\"logo\" src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@0.0.0-dev.fc623d614","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-jk5MBN4MCy8FsWgMp4XGZkQXlK9E6jv1KebVdYbUVV9ems+sBmv4CGnH47r/y7ZigkZy2vPTL8BCKKoepZz4Mw==","shasum":"bfff87a151cc5d24a0c0da20c4bfe9b29bbb2c0d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.0.0-dev.fc623d614.tgz","fileCount":2583,"unpackedSize":4867942,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICFo1czWnmFfU6Y4DJC5qAjW+Pyp8AEQnDRFeq9wTMEoAiEA7YsFPSZd9qpAyt1SAwIYqobskAaCrjE+hi0fyTiyteQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijeYwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpamBAAlepS8APCQF+TVJuyVFF/kreJkker4BOJvPRTQ1PG+T/rVMRJ\r\n+2R+N78cZRCfTKiZq+bPvalb1tLiGeOci95o39v7h7MiMEqUCJdMgzYjw6ID\r\nXU9eT9lsCGxOZ5GP1QinIRO8xN01w9A20OMs+/+OiFiMSbjr6IMgIfd7XziG\r\nBbiJ2W4su4u+t5xum8KfGZ0SsmN52H2wwPX7bgrTAQOIK9D2xfFF3NAcUxhY\r\nP1d/JnVp8IINaSoEtR0/y/Om4hL33wH84O9AclUnuRe1UjnGFGh87AA5GnPz\r\n8xrks5SPDjTPJVq4z0MwC9ClqDUsSUyqr2yn9dF/yz8UU2GRuVbn/ugMlTrf\r\nBh1rS101xtttFZtwVog3frIRop/90Ec97z+pL2mLhb6DUey72UQZX2WQe5qn\r\n3LCz5JHHgSyoYcG7aiK+/5MMQwBVBfzp9MHH0tnnNXDrd2O+epus1mNRNG9D\r\noheXWcGah8srYszBWqbz/mVE5zC8UOlRMWs+U1YGij6ds/ZMSZPlGZgrfgP+\r\nUN5aBJMBzCcrI0Vz/9cxEBsW+dop4SMfLKzayyb5kgDCXaNwdS+FrPFdM4sZ\r\niAjuO7UqRHDzindXZGgOZBxni1xl3esztJIROy3TLrNAQLVOG6f7wMPeRaxC\r\neAcDRvtNTCHkOti4G5r+ffnYz2ZJ73ufje8=\r\n=4NEf\r\n-----END PGP SIGNATURE-----\r\n","size":731959},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_0.0.0-dev.fc623d614_1653466672101_0.8474996771833228"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-25T08:18:12.106Z","contributors":[]},"5.13.0":{"name":"antd-mobile","version":"5.13.0","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.0","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.6","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"afccbddb1af1757bf5bd7487d064582529b74be5","description":"<img alt=\"logo\" src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.13.0","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-DTv4ggnYBiFR0fH1bJiCER/c59FHF2vuEOcaqOWBACtU2a0ej6OOjMHW9/j7ZXuLO2EtRKa8woVRCKHPIKnjRQ==","shasum":"2fec2caaa41d6e41be7c590bdbc53aaec7a51216","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.13.0.tgz","fileCount":2599,"unpackedSize":4973350,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICouFwkT4RG+zkssvKzSSdjACCEyz7OpYX+y2w8xIVklAiACYhSX2Zpl/XOZnizRgdhbnsjtajJq0Uhmy8nxXE1mkw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilcPNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqj3g//S7Vn+fHiAb7J/byMe0JJ50luGDtsKs29XGyDHv6v8Qr2gaaJ\r\nKGFUr5Oqrdi2A5ye2iLxgoj5Tm6fekIiLkXtGkasCqHewXvpO109rOaMe0aw\r\nV9dnTtVZ2dN/lEUeG5HUj90Y0Z3X+g8eTQbf6c0vrtYyPQ3DUDeyc0leDvSV\r\n1cMoh+pqe2NkfloC01X5SPk+KHMr3Rb1IAp6KQHxXnXsrvr0feSjFKRrLHgr\r\ng5CKX7gdteLZzatkb+BsahQE6CM7aV6qMsyTRElsMpGc7PsPUjBeO+EHQ2pP\r\nXSKkaAxE9OjXHZjDXihl0xQRzJ9latei4eEqnoNc9EZSYsVwqQ1XnfEVn/N+\r\nW8aqN9cC49wwi/QW8hToSArklPteOcIUaoZiPx0SHGyYlFD3VrLBV0//UfR9\r\naosQxip3CZQoT4TBJZfjc+jPxH5tLFPJte38vh5X4HNJlzb+uSfU0mwK+iKk\r\nwhszYQB0EyHRlUWsBnv9n3bvsd3HCcAt9auEptapk6aYsq//yB4a7nuLsfIT\r\n3ubH55/YJP2axdbMVtGVq/F1OHrMQS3f5DUpWoon20qr5Gp47regIp0oZn6H\r\nkcEz21Lyv1pP4Q9r0uYkRvSLjZwWPXHuaBwRMyNkRQvSxPMMoTCCyHoB+Z06\r\n1fGdXTYpXOvOdapxlN0hn8NZ/E+rCPaFxvw=\r\n=HJds\r\n-----END PGP SIGNATURE-----\r\n","size":750762},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.13.0_1653982157003_0.9207051321042095"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-31T07:42:39.575Z","contributors":[]},"5.12.7":{"name":"antd-mobile","version":"5.12.7","dependencies":{"@floating-ui/dom":"^0.5.1","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.12","ahooks":"^3.3.12","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.4","react-is":"^17.0.2","staged-components":"^1.1.2","tslib":"^2.4.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"321d2684fa2a701276ba172f0d24bfab3922a3b7","description":"<img src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" alt=\"logo\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.12.7","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-c8aAKxlEG4pQJRr14xdGUhmMEoid3KctnlfWYbwfe2EIeI0E2uShD/8T23+nViLwiEpUMkEk9ZU4VLIj48MVBg==","shasum":"3615781edc5d162e661b9b1b8f831a6a49328d4b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.12.7.tgz","fileCount":2567,"unpackedSize":4826418,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTE1fi1hbstbvy3+EIkpuSJ9GWTYv0W+FIwk48da64VAIgEhzQeCYZW61L7IAqwomz4bKe55QZrAcOQLM1KwzYflE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimLG7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcBRAAltMSR09qaExFZj4iRx8dUs7RdXhvmvXRZGtf//cUR83PJfpC\r\nu/x/W5slKTQNX92NI872MCJSr2dO+vmFrViAlyOy/pkxT3jsPQ7cZ73LTF6W\r\nn0Kp2qyUfeE2kbNL2RZ2pKndxG71Vy738R9Lqxhew7n/JMBc834Sk1yOAr3v\r\nAxPy4sFa/I7hIDVKNkzuU+WB7MJrGNtUL7rjbJgUVduzpw73aYNO2tdteGWd\r\nAWzmLGAbVvGl+7HIYepA4vOMON/5JKUKxA2+fgGrI/59ZX+KWN/XTFb2oT6a\r\nA40aXkmfOUqWKtyEM/pSwnAlEdb9WjsaRPWEsvctXs82XtkGoJa/VqgISpbw\r\n4WF3ay1983LPjqjJuUKRk/S75dBT0kx36htG5R31BNxTg06suemDRRaxaL6c\r\nQLXzkYK6dHvhAdqXM5aX2gHFzuXhsTvCcVQpVl1oUUkRigAAXjhHORDY6uue\r\nPa39gPzS7RqaIZWCBp0dB3n4O5uIBumBmlkpBcKMY9NxQAlwvn+BXA9YXVNh\r\nnCKfXIFyBGRsJmaNrY2T0a4Gsiw1WrhGE+x/V1pOeLttac+jMckofyopC0gG\r\ndbqz9+yTPlj+AftqqT4mnJWzbDEAUyRkqpJOWZc3M5B47WCuDT9DLiHfNQsY\r\nDNfmJF5UT8OC88ZA4ydpqCEuclxoEf3HrxA=\r\n=Duzv\r\n-----END PGP SIGNATURE-----\r\n","size":727593},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.12.7_1654174139460_0.1950343783458106"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-02T13:09:00.608Z","contributors":[]},"5.13.1":{"name":"antd-mobile","version":"5.13.1","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.0","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.6","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"01228c61175df8021a5d9198bf132994692ab5fe","description":"<img alt=\"logo\" src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.13.1","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-eRD4YRe5HkwSAGmF+6rHe4v4yQDcWl/kQpPeKJqwDkzY2o8qrzwulU4mF/asvoZYncLoWeoqCOF33MKT80OP7Q==","shasum":"d7231c6b73946f3eb42c41212cb4e89064507dfd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.13.1.tgz","fileCount":2599,"unpackedSize":4973809,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICElrQwXdRY1FXMYfjDs9l/vduvqUlGlNhcktdRaSId3AiAkQ5eQA96QpFpQuDQ/C/ybZeu7NdqFNy/Ygkqo+PG4GA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimLMfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+YA//Wv97V+osrGSSNkqsMx6JD+Zjuu1omFtG970yAv4SGSvxrTmL\r\nd7DxbKvCRt/dTiclLm+bqgDuwnnNMKXyNlkaLcyjgzmMhyPxeNnsWGX7p3U6\r\nEw03YSWxIqq6Woaku2AXOvRers8Qjme9jdYKKQoC+sUFhCcCl7g2U+nAD77r\r\nmKFOPUXdrNWKYO4VWNJfb/0rlLnDfvTBGgvrz8ZlEDcdYdlY4C2c4SSi0EbF\r\nTAGGzXN2mj5TMyZYh8EEuzVVWcX6RVotaDntB1xgGw5XpJIV7Zgln5E0EhDD\r\nVStY9Dy6U0WqkOL5eOznJnaZbYJSQGmAzIU05L6ezvdheqbT6MHwphNmtaH2\r\nafYvtsatraOk9rKsPkpJ2kmG1uQ2Buao8mv7mubcBapDAS7juTMR9gjO0igq\r\nqYuLqtr3eipboQLwU08GtFl6LLhA6aLotL0JC+6D6Gt0/WYhQlS+CSUNW47F\r\njbBJeTZr0LGVPHoVlpFsl6eeDDkcGNfDRbl/2uk2XtPYT2Iwt2+coqAk4ItN\r\n8OZ4jqVs8zBFBvfhEYXYJBa0CcDBtcoMssCH9+BiwtB1LsFRXLTICU69lrFf\r\nSfcF61zp0jSTwFW1D1G2DpGGKbMvZSgyytxfdQpZ+Qv4U7bCVhxOjbx4RX+J\r\nNGWny01/jXOWuqvuhze0QZOqP/1aei9RdK8=\r\n=i4+5\r\n-----END PGP SIGNATURE-----\r\n","size":750855},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.13.1_1654174495406_0.6417579006546417"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-02T13:09:00.766Z","contributors":[]},"5.14.0":{"name":"antd-mobile","version":"5.14.0","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.0","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.6","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"55660cd814347cc21d76e822c69ccc5aabbedd5f","description":"<img alt=\"logo\" src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.14.0","_nodeVersion":"14.17.6","_npmVersion":"8.5.2","dist":{"integrity":"sha512-xU6LAdSi1xt/LGl7JweehIXSYVTMcOdNZ+GyxtzaJeBkLwQ7H/yiHZTTn8N1fXPB3wULLIS3ltqdvMB+0N/0Rw==","shasum":"16052d919e2625311be22fad7a01012b9ca829bc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.14.0.tgz","fileCount":2694,"unpackedSize":7070053,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCuWoZFhy4SL/2+GEEgcgmWRPnF2obm3HGPydXSh1kRKgIhALtdjOAifw3NU3KIrXwK5HMlfV5nKbFlSn62FbEsn24j"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioIc2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrAHg/+PuPuaX7ejhHwKOSU9NW9OxGNgqRzfYxZGvCdFdDqR75BgQ3A\r\n/+yVT7Pcythnyj6CIkthptxX4OPQjlqaIvikSuRA+SOSgX5DY+nCH0Rzu3mS\r\ndja4EMElwhDcNFWat70hsDOj076Wm8MQWuWsSRrwt0xabUFqaKOkbdK5Inxj\r\n1qoaBEAiUbpDYEBDctgtePbMRwMs0GPMM+WnPakLGDMARsELT0eX/fPHs6z1\r\nfricba54NtMDCcad+nZ+WrfUEBHJJ57IK6DK0ivRNymP25pEMmVG6IitFVyD\r\nlFQOW0rqief3uMSolpReL6j43AtR3ZzZ9OFDClCCDqvDrhTIumEJ5jle4XnL\r\nHq2Uk6LX7NVgDeovd+zywSdM0HKmp7GPpS7EpgtbhS8JdFF0XJHQcwtl2Py/\r\nnzDP8L64tLRn3a8aAVxVQKS4KYaBwm1Y4WZpBjGxJDKSsPmdM/0biAN7qFXc\r\nnZx/Z0CH1kfG7AO6tPwuWzt0hVMM5r31R+MDy9xWwV+Nk1+QwENAkQE1gmxs\r\nUPA+EDm/5z/hqby1atWiBgcAG+ZsFvXOZxWIZNt9Z61uZQfEw+7X/vqwP/BD\r\nOENIjmH+Jl7ujL2O5AaBJbIFMH4ImYaxCDmZaSxREAAXxwiaJ+XCZLny/9Mf\r\nO4JgDd/PyUA7ZzIPrWFbiKlfKZ1/HsfXhVY=\r\n=cirW\r\n-----END PGP SIGNATURE-----\r\n","size":1224203},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.14.0_1654687542452_0.5168543132515679"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-08T12:26:21.034Z","contributors":[]},"5.14.1":{"name":"antd-mobile","version":"5.14.1","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.0","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.2","lodash":"^4.17.21","rc-field-form":"^1.26.6","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"bfbc8f3ae14dc3bc6e51a192fa2e7807533c6e8a","description":"<img alt=\"logo\" src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.14.1","_nodeVersion":"14.17.6","_npmVersion":"8.12.1","dist":{"integrity":"sha512-P5VKb8uKaOQmwWnL4xBIUuySAGMjer4dQegsxP2Bxp9O5QDvS47i7W1WnCANrLV4N8jwl213i0RCFJWbE/lyuQ==","shasum":"6a576ebad5ddd1740dc8b547e8182a76d8a7965c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.14.1.tgz","fileCount":2694,"unpackedSize":7071581,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB9oDq2OtQbt13JKnevFtd1lBk/gquYVTrRojL3+cyJZAiAj/QNQHlcTwigN1AOhLLYdfwKP3nkAH3rykmqeXKGq0Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioVacACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2FxAAm0rWshMkc82XrOeOazzfmSFOAxQfy7k3WbAKOUASH1taax5Z\r\naBPLHq6Ou2K+PkLoCXp5tWM7yKtwPGc926hjJ6/M0zK8oMGWWC7t7g37w91O\r\nYfENdsWIWFwc9xPBGYOea6ONcbmxHze6ozGUOBUCsSJKZfrdatNwDJBL1uF4\r\nu5O4szboLNgICbrlnMpgnsEeDFT2mV6X2E6S3NeTIbbRRPxDu3+p/CgLsEJk\r\nUnGFDpkdF3Td/PWgQwQxRc5f4l6tYwVfXaAxip9QBOKu0YNyJUAxYCo6NPH3\r\nNhNrXH3cFXPCdTTKbMUJmJ0QPQGFeGGEmvVuX3w0TUrl1VAsWDqIiWsBgABs\r\nXpwxIKwIPtSgr4L/uamYhw/aSHuEVAaT4osFcgaiTxh6cTQWlwR57736hJQG\r\nEKjIF9cpr4FDnuYC/o27utRNodgasf3VvEXqOK6qUcPDfLtpn1jINX6NHCBC\r\nQgALMOoOpYIBGbxDIK0oA6iBW4CZinQk2au0b6CLQvwWQGsSSft6/y4VEHiB\r\nUs0j5LB8RBJP1Q1lxDMb5Un4ZqXN6/ZGFHcRAhZdzBC9QQL/tvb8yFLGCdgH\r\n1QE1rFE8VKT7Ajb51SZLH59Y6+WaFQbjIw2+4FXXWU+0gIcm6nO9UZQQb+2d\r\nJsbV36+H99cm1Hh/vpyQtTi9x0TxtsyR8oA=\r\n=QbZX\r\n-----END PGP SIGNATURE-----\r\n","size":1224350},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.14.1_1654740636581_0.6258581006580874"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-09T02:39:21.094Z","contributors":[]},"5.14.2":{"name":"antd-mobile","version":"5.14.2","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.1","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.3","lodash":"^4.17.21","rc-field-form":"^1.26.7","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"854ba4d003bb388f2f03bb3ccfca7128f241fe9a","description":"<img alt=\"logo\" src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.14.2","_nodeVersion":"14.17.6","_npmVersion":"8.12.1","dist":{"integrity":"sha512-qyd+afJc+tYwCdguW/DhjTFDzpM/TYmgXVcrqSu8+jvVyRva7VuLEquosRw3oxPpjOoJ/l+Ig+p07zPS8CDHXA==","shasum":"f926fc0ef30933e4c208fcac9faf54131f6c808e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.14.2.tgz","fileCount":2694,"unpackedSize":7460496,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBvnfBI7Y0vVGTccAX3zoMO08YXhnL+dX01Y9wolX7WsAiBQbmYHPIYNrgBAM4eKhqBo+3kMfBOpgJ1otE22qreZFw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioXbAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6Vg//RViD4qrn5xcBK33Kx1WmMu2+m3HFXlh897cK9ahBmMZwx/y4\r\npmNoKqRBU36indYGKWxQv1VnaKRMq+uPHZ6p9hVM0nKkbqiAqVH2SX5v4o81\r\nZyBHdluz1G+JNmrokuo8y8Fen3+bz7gAZFoe0gZCtCjAQzS5sfiXpH+m6A9u\r\n5yLAKCvnjFDXrDlnkUP9zeOyEH55DNwMZ0P8Lkekwlx9Bimr6jwW+PnrabWn\r\nqRQyaPdCXadigyiIZDJ459Rii2wMV/Q74BJDfFQp+d4zGIT/cRYcV44lwrF7\r\ni8iAL+GEEDRCub55GAugNUN6NtZP+/jxyvPJxqP1dfJyi6LHj+lTW+oAkyJX\r\niEKCEq2b2HcoZi9t5dgmffAbxuuucQtVP3TDsKJP9N9C65S6ssapaCzGNHsm\r\nWQGN1KhvieRPdTPUuEVPB8emlvawrOyynSmj0hN5F/vwS746VyngyVNWmEu5\r\nrFt356MUcnhY4Sl2I6fuV+zbivmwJkMTtJT8/XviOJizYCJIRPRdZGjAjqnY\r\n9V8BU5PKvyfO0dTUgssDCC6bGrivvJMtQ4gGUkwnJ4OEdYBwhDwkzUtiOtY7\r\n1njIvw9strPucQaDgqRdGiMJuHblPHYBP+pGcctNWHuVNSVRzi0+QdWaf/gz\r\neIlEsR0YwA/ZniSVl7ODBExEkYxRPpMaj6g=\r\n=hnmA\r\n-----END PGP SIGNATURE-----\r\n","size":1299873},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.14.2_1654748864619_0.3490327292707234"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-09T04:28:55.323Z","contributors":[]},"5.14.3":{"name":"antd-mobile","version":"5.14.3","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.1","antd-mobile-icons":"^0.2.2","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.3","lodash":"^4.17.21","rc-field-form":"^1.26.7","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"d8a4b2b5bbec6d7dcca65ff25f536e91fccdfd7e","description":"<img alt=\"logo\" src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.14.3","_nodeVersion":"14.17.6","_npmVersion":"8.12.1","dist":{"integrity":"sha512-6BMVLwz9GaA+tBHZkGtURtdjcxGBKYPo4u86unDXAJcZKLeiXpulMDjR3dBkyLAyvgfjt6Vouv4zcUH594nL0A==","shasum":"828d1fa4f23cc7460a5a4a7927c8e0d4a6572d33","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.14.3.tgz","fileCount":2694,"unpackedSize":7469020,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTu42AUmdyvckafNjVbBOwiuAAyKbeoZ2xetiJUZnakQIgS3gV9ygxJ0XF3k0k1ogov+kDYqGimGKMDusodoj8P80="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJior/sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqNHRAAnrFcxc/IIK3M3BA1ZQQzboBNdNa6icW/PveqQZ6vnUv+T+qw\r\n8i1VJdH7LvVaRNRchpzvGjvqyxceh7h6eP1w2entOxals3idhc/hTesPUSO9\r\nXpCoO4tswh8/ZJfI1dfmtlk/NO9xBKPv9VESfTxc2TikAA+s6K30UoGPy6Xx\r\nywoP+BIwnnGfZdRgZoWOkI757N7xDz1J+0+bI/RWmNZxALh2OLV6QgJbnBBU\r\neh2vEwe/RRqO6px5WGXwMiag4a1EBCbcy38FBNj8WyzhHssjQet96/XQ8v6c\r\n8zXoeEgNj7osxYO+8NIwdzl5ABNDvWBZOplbFNi4RsSKpc4u5HUteTRW+6lm\r\n/JPv7m7yL1DcFhAmFkFLBKExV17tYMxtOJASq6v0zDr8PS5VOQVF3NCjguRM\r\nit9dNaSLlEbDdlnbHCbmmAtLCPrAwT/awrHitAe464d9xKe05EpWZAunqzwt\r\n+a+aFcBH4dYwLc6Ku7kUvneoIVSnLinrK8A/l7X4Lu8D8OtwLxRcKq21XXGq\r\nLV+ONvy5AL12F2LWvgjZMVYz4XgK674enENVkibFEPni9ylxULW86mip10g9\r\nOpm+JZN3uzwLb/1Zg5GQTq+QYjjgl0Ddd8qpjtG3GqSzNBQSNhZyPxrxP5xX\r\nyOPsIKAl4LKcKJQJQpzdIpO5TsCPnYH5cbQ=\r\n=EvMm\r\n-----END PGP SIGNATURE-----\r\n","size":1300799},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"rjmuqiang@gmail.com"},{"name":"anonymous","email":"gyfzzu@gmail.com"},{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"yiminghe@gmail.com"},{"name":"anonymous","email":"hualei5280@gmail.com"},{"name":"anonymous","email":"hust2012jiangkai@gmail.com"},{"name":"anonymous","email":"duxiaodong@darlin.me"},{"name":"anonymous","email":"zack24q@gmail.com"},{"name":"anonymous","email":"kgtong1992@gmail.com"},{"name":"anonymous","email":"bercmisir@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.14.3_1654833132482_0.9402260490872623"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-10T03:57:45.427Z","contributors":[]},"5.15.0":{"name":"antd-mobile","version":"5.15.0","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.1","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.3","lodash":"^4.17.21","rc-field-form":"~1.26.7","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"41aab46171c71756f341af55347c60afb4ea87f2","description":"<img alt=\"logo\" src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.15.0","_nodeVersion":"14.17.6","_npmVersion":"8.12.1","dist":{"integrity":"sha512-7jL1HPNo57L4eAURcy0kWMyo5zlPQnygl9jVW2kB9JvW/+hkfg5v8ysjEGZzZbXZOy1Vgz6lfgjWoo0rqAPaGQ==","shasum":"a125974471d5896670fcfb7946174c559e6a70a9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.15.0.tgz","fileCount":2694,"unpackedSize":7468442,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAsELkWH9Shiqqk8x/xUtRWbTK63a+fXzTHh+fZVXnflAiBjRVO9MTkaMFaowUWZJfAyufdYR1pd6IB7f+e6iGD9Gw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqU94ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZQA//fXw8sWzpMpf8G2yfxAJm5sDOaJQEJHeM4nFdhG4Vdk7wXjK5\r\nT9RcRi4cRSi9Ne/mkAe4Bj8Gf3KX+sl+MCL1loDPJ2lGBmgyZLWInkcyFejA\r\n94OPRYEDakeJF41cPHPQwWLblfGbwNaCkvs54NT83AH7D/SXj8eSGtf/GBz1\r\nojeoaxsOfP7ItxgqlwuNq/ceoEXR5/foiuYN70q4mqdImUohgcPcwUmqi0SV\r\nXVi0vQQsVVuDVg7dVdtbRSE3EnZm1CwSvugVtSwLjp//lcxNflfkuWZiOqTh\r\niS1f9kW1wIGoEtLPPeG6FpBV2CfzulJt/Z/k5Bb/GQq2YGUJ8PDJn1Lt8skb\r\nlBXc/T4kIHmfkcTKdX+ryixmbGW5Ajg5vDBS2CZOSjl8phEXpQ7D2nHncGt6\r\nNiVPKm7s6kwgkAdpIH1S/DQ7AYthajtHVcjnGPKUZjOjlsx3XVd/ktRgW0vb\r\nmPLakGnZbNUWXB+/al10gOJtbNTeHKQkFBT2y2NGKdiISJdzrf8jn7kUXxqJ\r\nFuA3BjnTjc2MtIRjEna0AG6c1aK+FxR8jhjr+wLrqzhPzwKARebPTzztZgTz\r\nzJjceTJRg5Om8v7lcZhl2EE9V5q92bqWvPy4N2UBjgE/de5PwYWHxKc+fQXe\r\ngyvT/3WqpLeWQOeSelYsTTPWHxCGmiN0TSc=\r\n=OCDR\r\n-----END PGP SIGNATURE-----\r\n","size":1299945},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.15.0_1655263096115_0.7166995628109998"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-15T03:36:59.622Z","contributors":[]},"5.15.1":{"name":"antd-mobile","version":"5.15.1","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.1","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.3","lodash":"^4.17.21","rc-field-form":"~1.26.7","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"de0cf6eb923a72173a25a0e378e453dc5c8a9a9c","description":"<img alt=\"logo\" src=\"https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ\" width=\"100%\" />","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.15.1","_nodeVersion":"14.17.6","_npmVersion":"8.12.1","dist":{"integrity":"sha512-IzHi7h1CDw2VjFozQuQQ2+uM8oeNSeVpd6GlbZh9dDYJIUzXFACE9ultPtnecIAmhUnhfMI3MwSzTUoEDDIKgA==","shasum":"1041f767cde3df49d51df05e1adc1be4a9523879","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.15.1.tgz","fileCount":2694,"unpackedSize":7490992,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkrbCgn/OVPwnkm9CPIWzkV7jIL+sm8gkDbAYvr3LUnwIhAOwpm34g9caY8xp6QnHh2dXCc4pQabBx82Usrw4YiyrR"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirCMrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqbQ//Yfk4/TyL7KqYMYM+jySKjPd8FBpVTfltH7/njkvH5dJDH7S5\r\nL8v+YgIq0wbMafn9rPx4TVsCLIEjIWOsnj8J2rLvqv16yotyGQM6SUCx5HPW\r\nMGEB6ypR5wwm0HtZZRlw0zngLf4HratlqUnjUsZKLvVqdwaGbxOVZeU3/EYR\r\nE48iddRsuOiWBYeU/JgP19ebWVGOOYSVZtaHIUgI/4w+RlYlXodvZaodCo6i\r\nb+HqnAIGnJOgLa8v03KpZzIB8F9Gf7jfWPMQ1bpWQg9yGnHkFSAzgcbW4hHb\r\nbMl1913saRbRauOvBy3qnmQ1uXsowLpQW7JCtC187D7YhHAjfMLBAAo1Vd3G\r\nbWnVM2c4PpNqUpSaHsn3sme6X+F/ooqz/VgDOPQSQ/ySsElt6/HCzRzilH7p\r\nmKjQp04YfBXtWvMyO+dWKQMz4epAcT5/dOGRyX7Am79hNGagtZsLEIwhP5kD\r\nQ/KqKDLWf+4LHZmV2tL31XseVTY2fiRpUar3oIxh0VVssC/KSYEVWeC13bqo\r\nLwflfI73p32XY0DIptiNALkfZBNbiXILtxEggIIE19D9dRZiAgJn09hBok7L\r\nChusBIKd3uHShaY8D/VKw+Q89Uk+6JIuFMJ8i5VpfAAdXo7lTh+dNgXYqize\r\n6y/ojEI/Yr08p2zdgXvaUgg/t4MskYEo3rI=\r\n=uUF3\r\n-----END PGP SIGNATURE-----\r\n","size":1301768},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.15.1_1655448363367_0.7921807899136364"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-17T07:14:40.789Z","contributors":[]},"5.16.0":{"name":"antd-mobile","version":"5.16.0","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.1","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.3","lodash":"^4.17.21","rc-field-form":"~1.26.7","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"d068f2182b228b48471186bd36d178acfc77bc81","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.16.0","_nodeVersion":"14.17.6","_npmVersion":"8.12.1","dist":{"integrity":"sha512-Yx8VVdDm4I3e+7UlmsZtRB8cIPkYaKjz1uehTplaYvTLu1ykJDRWxjUII/fHZUwiVYoYf3IpHpjonRavkm2jbQ==","shasum":"3e3c43f4181a7c0abfb940a442b5f80dbef8c30e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.16.0.tgz","fileCount":2718,"unpackedSize":7611144,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFuiCSdXp/JCwplvXOq+20N1DN66u44Ol+WVs3bvSIftAiEAsZpHCsCeCoGIph6vyzkpBO6vykqgkxqBaHF376bwN+I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJis93LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmob4w//axNPWlHywkyUk/eqaAgudXubgsClmOg//ZsO9TOZzGRotzCT\r\nsh/HQx4YbqHoiHGv+h7dekMAtMZGEJO9luEn7o0NJ65MQNdSE2iMe6+3GG8s\r\nwa2tbDMxZvEbco9y6tR2Ge2EObczO4IhzH0/B61Xv/91F/m8NRo0cW7ujpRt\r\nheMW1fQPe8p7BdoZLCnntBijx/90nOr5+KHJusa8EamVzCU/vouny4mEEwqz\r\nIsyI3j0C82fCf7La6TVAklWJR3iqpkai/DLCysMQLKCFk7fLdo1UVm/NZxhS\r\n1DWORwvvrEM+36l7L6/STabH210BNGQsM6Gykd+yOUQB5f4DOlliqH907LkA\r\nXMG65qcgdGf5ZKlMfprgraB9MCz8ydru/panEe0aMUDizZMNoSBIwMfbLFXv\r\no7F+7b1OQy11t69dzj9MD8UJ2GWrTwLVOLltk0BPYmrtsoI4O5diNIT/BvYl\r\n21+WdQzUL6HN70a3zB1bHCPMsTnD1HMF9lWfi2mQRWJrdYNcMV3k96oJG9jj\r\nxwTFwtoSQEHbk84OLcaSljghheQpIh+rHjoHAO1ry27sLh4lZLIh8h2QSUHS\r\nx7QOmGHI7sVdePDGB8YGzewHBry1QasN0/ccls0YFcb7dsssi+GD3bgl7YHg\r\nxsYBmfNrdqZ5jYZi1JDfrjwHvydFOjqh5Rg=\r\n=6X8C\r\n-----END PGP SIGNATURE-----\r\n","size":1314413},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.16.0_1655954890727_0.10579540678965049"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-23T03:28:29.156Z","contributors":[]},"5.16.1":{"name":"antd-mobile","version":"5.16.1","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.1","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.3","lodash":"^4.17.21","rc-field-form":"~1.26.7","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"f3cda99547fc14b1fd5552cab651f808049532d2","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.16.1","_nodeVersion":"14.17.6","_npmVersion":"8.12.1","dist":{"integrity":"sha512-uBn9ZlUCm2UFa2YC+wF/JntzGaSS+pX4pYE6cS//Q+31BVsTRac0tQHhm5EZfpCNrPUFyDxab185/K8MNYAKYQ==","shasum":"0b805199db456f51ef1475c99b121ced39f7e1df","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.16.1.tgz","fileCount":2718,"unpackedSize":7612352,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCHwx32zaXrFslXCmzh6gloGDD6zU4astMzziZvMrVoRwCIQDIdLYQV4H5Aq+m87GA8Dg1QpnP+zs1lBX0x9wtyy2WqQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitFYlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTnQ/+O8Si0cM6G2bUIXSlEEe4askiW+U081jdPz5sFO6jbCrHZfEy\r\nKCJDYHf3vSQjBs1EWYDqOtmQ5HsuYCisBeLZH5C6zj9MCeHZ1mE2KW1H2hV0\r\nr5Yo8FtHDqivXlw6gz9DvB2397vuZ4zUJgklvf6esCq26bSlHEc+SO55cbDv\r\nnbDovNolkzRgqCrnJ2A1j+HblfrWy+dxBnkZn/VOndkx0FkrHGzLmjlCuEy3\r\nKB8n9M1C13Fl9eOYUmiYOX53UWHL+NPtzA/Z4LJFvAizC9vmq48YZp7r4hBB\r\neTk4/KDb88LdDmfKjBBkha3yV8Uq1cM/BEarCnVT4z+PlbTeqpzPKRElX6K+\r\nla1wVmPbVeEK+Dk50ngkfJeSjZASAju330zS3Nt6+LAmpDwP2iq5jvVNzzQE\r\n0KYFQ5Ewdjun1SoDWRWMikkiaznlNwvs3USqY2bvdoMgJuAtWNYOLUClqJrz\r\nCSm/F+nDCT4XmUbkD8AcB6ecypnFQN3dgGZQjxkcvWxM4znw4mFToLbFyi43\r\nUYI/VTrtQmFucNxQkVt9nAsQmSje9gxn2EwRKEWVncUci3xSg7ogSPfg8m1P\r\n0qTfwoBOrK9Zm9OeEmrIoSzsambus4LNYSyHja+UEdUnU2eCwKG0yJgmOal7\r\nPYWNGsKN4Oo318GOlEPJ6kC7kIbAZ5kb/80=\r\n=RlRP\r\n-----END PGP SIGNATURE-----\r\n","size":1314633},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.16.1_1655985701621_0.41654349591259865"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-23T12:20:18.842Z","contributors":[]},"5.17.0":{"name":"antd-mobile","version":"5.17.0","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.1","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.3","lodash":"^4.17.21","rc-field-form":"~1.26.7","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"devDependencies":{"@babel/cli":"^7.17.10","@babel/core":"^7.18.5","@babel/plugin-transform-modules-commonjs":"^7.18.2","@babel/preset-env":"^7.18.2","@babel/preset-react":"^7.17.12","@babel/preset-typescript":"^7.17.12","@commitlint/cli":"^17.0.2","@commitlint/config-conventional":"^17.0.2","@docsearch/react":"^3.1.0","@jest/types":"28.1.1","@statoscope/webpack-plugin":"^5.20.1","@testing-library/jest-dom":"^5.16.4","@testing-library/react":"^13.3.0","@testing-library/react-hooks":"^8.0.1","@testing-library/user-event":"14.2.1","@types/big.js":"^6.1.4","@types/jest":"^28.1.3","@types/jest-axe":"3.5.4","@types/lodash":"^4.14.182","@types/node":"^18.0.0","@types/react":"^18.0.14","@types/react-beautiful-dnd":"^13.1.2","@types/react-dom":"^18.0.5","@types/react-helmet":"^6.1.5","@types/react-is":"^17.0.3","@types/react-virtualized":"^9.21.21","@types/resize-observer-browser":"^0.1.7","@types/testing-library__jest-dom":"^5.14.5","@types/use-sync-external-store":"^0.0.3","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","autoprefixer":"^9.8.8","babel-loader":"^8.2.5","css-loader":"^6.7.1","del":"^6.1.1","dumi":"^1.1.42","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-react":"^7.30.1","eslint-plugin-react-hooks":"^4.6.0","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-less":"^5.0.0","gulp-postcss":"^9.0.1","gulp-rename":"^2.0.0","gulp-replace":"^1.1.3","gulp-typescript":"^6.0.0-alpha.1","husky":"^8.0.1","jest":"28.1.1","jest-axe":"^6.0.0","jest-canvas-mock":"^2.4.0","jest-environment-jsdom":"28.1.1","jest-watch-typeahead":"1.1.0","less":"^4.1.3","lorem-ipsum":"^2.0.8","mockdate":"^3.0.5","postcss":"^7.0.39","postcss-px-multiple":"^0.1.5","postcss-pxtorem":"^6.0.0","prettier":"^2.7.1","pretty-quick":"^3.1.3","prism-react-renderer":"^1.3.3","prismjs":"^1.28.0","qrcode.react":"^1.0.1","react":"^18.2.0","react-beautiful-dnd":"^13.1.0","react-dom":"^18.2.0","react-helmet":"^6.1.0","react-test-renderer":"^18.2.0","react-virtualized":"^9.22.3","style-loader":"^3.3.1","through2":"^4.0.2","ts-jest":"28.0.5","ts-node":"10.8.1","typescript":"~4.6.4","vite":"^2.9.12","webpack":"^5.73.0","webpack-bundle-analyzer":"^4.5.0","webpack-stream":"^7.0.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"resolutions":{"@types/react":"18","@types/react-dom":"18"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"publishConfig":{"registry":"https://registry.npmjs.org"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"scripts":{"start":"dumi dev","build":"gulp","build-doc":"dumi build && echo '!.*' > dist/.surgeignore","lint":"eslint .","postinstall":"husky install","test":"jest","test-with-coverage":"jest --coverage","publish:alpha":"npm publish ./lib --registry=https://registry.npmjs.org --tag alpha","publish:dev":"npm publish ./lib --registry=https://registry.npmjs.org --tag dev"},"description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.17.0","_integrity":"sha512-2dPuS7SPRSXC7JvokI3TUzpXyG2p9asZX8YcnQIUzYmqSbpM1vDd0Fm7ftlw8So7r4tybvCilxUfBQuVFPIDXA==","_resolved":"/private/var/folders/jp/ryp0pkrs6nq2lwfbwc2gjkm00000gp/T/dc2801870f016a0396e82eb7ba4807a9/antd-mobile-5.17.0.tgz","_from":"file:antd-mobile-5.17.0.tgz","_nodeVersion":"14.17.6","_npmVersion":"8.12.1","dist":{"integrity":"sha512-2dPuS7SPRSXC7JvokI3TUzpXyG2p9asZX8YcnQIUzYmqSbpM1vDd0Fm7ftlw8So7r4tybvCilxUfBQuVFPIDXA==","shasum":"7f9ed4eb7a9c3f0ae974b1cd658c0a19e912ca67","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.17.0.tgz","fileCount":3,"unpackedSize":9088,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxl9RBZ3WFOqPjsmxXYuCXo+C6jr/SO9D/hPmuserRSAIhAJfy8TOwWhgptSeUp39cyNIbpUo13NmvG5/VMxmymu//"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivQ59ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmryVg/8D3W21YqlQ0BbYt3+CtY2TPhZzdeD3+EomzHModld4ukNsona\r\nS9LsBYQSp4hPYg7XmR9HHzlHdtyhZ3O1GS6N7DE1+KNIo5fZU1expQn7YWu8\r\nZzO6zYDWQNZzVDjPmejqO/5tNeN0U0UUJ1LbM+XKDoflob+zpafOqNev6h0M\r\nlPXfb8Xq2eUwn0zY4HW3j+jEfV5B9FDnAcq7He2qmuRu88HvfxTiiXPkdOmh\r\nEuxgK4DRYUKeBUFXmkVBJzhUEy657UAj2GSxhJHw0MywYixf4tarRJZ7+Fy7\r\no+b5JzpK4y4R+y6ZjJ8XEMf7MV111PibB4T/Zlz+x9ylqRXjUCCM7LM13rYX\r\n280wtdu3MYilBluFjiZO/N/GnWG+QTasSy8QvuLLaU+VIr3vofDncLV+8aen\r\nNGNOIHiPguWJBvissBX527hXvnRrrm6XQy9bX1sJYhVOIWFZAXQGYI2KfDDA\r\nBVqLLGdZ0KYrQqkRkE37d2GXD0gbQ/hMklDbKvlKBVV/RwPcCAFb79eBCCT+\r\n1cPRLrD2s5Ia/T1pgYsJIMK0bG8ls3L6D0Nd+wgdmEdvFFWOEnTYezPXrhDf\r\nsXDx3r1Z232WbTSQ2duxyOumFkCSS5uLmFtcOY1RLAxwVQkk9ZIuFPhXP9bv\r\nICLaDSem8VUyPxDM2YWDRJLrzMmOBM7dY5M=\r\n=KJZt\r\n-----END PGP SIGNATURE-----\r\n","size":3668},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.17.0_1656557181126_0.25447396879015116"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-30T02:46:55.413Z","hasInstallScript":true,"contributors":[]},"5.17.1":{"name":"antd-mobile","version":"5.17.1","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.1","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.3","lodash":"^4.17.21","rc-field-form":"~1.26.7","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"abeaefed4d23ad04f0db576a2b62928ee98f863e","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.17.1","_nodeVersion":"14.17.6","_npmVersion":"8.12.1","dist":{"integrity":"sha512-GwchfrMsh7D4Js7kP4zoFJCqU50aMUlT2K95cmkx9Q5XmC87Q2bSi3KJtqrOHjXA+w/nNgTbclRNpwQe5/kEiQ==","shasum":"fbcfd1c87ca5305c6eec08903149ae508c29e75f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.17.1.tgz","fileCount":2726,"unpackedSize":7652448,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGHZelACc6FQPDwH76zlwxGRI2x7wbkGE5W6maUtc7EtAiEAtFUXOsE+pwpHhEq+GZt6Uz6fhIkolZWaS0gz4bHJ/gA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivQ8mACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcjA//YzzKrhIEgFAD8Rr9RSduu+ap/e8pJ9EHNTBHGqouOXLMh9YE\r\n4hJ6VDWqgE4dD3c2B0wyfumjOXzZnLF5thPsOhJwo7kToZdZ31Rb8rEF5A8x\r\nVCeEP+ShBb60aryoDDVvg5bKu0bwdPNnz1IRFO6x2/Qn79KFbDaIfnpj+k0F\r\nRn18DxnLXhTMrSwKn7l0reUN/mCiOfunHHxb2Qaa1nAp60Y3IZr3rB5lhhm7\r\nySzKiTPxVCZeaotCdaHBDJklK1eoWNnIICIcvmzM3/4cRQyRfZmMg3wckr25\r\nUMmLXM7A1c1q/HEDIOLqWVmZ1o55NSotBxFY+RRuHtKzP+0sbOEKbyTzxoC1\r\nEqgvBzWs3oj7A8RBFlAhyPkh77rOmJgPH9qWFYS9OpItaklPcSR7lwSx0FBy\r\nYf/AhkDKza+Kwdk2r++JOrbYB6IajFquyw539dl48PkUnqzvmhcYloYf1MDX\r\nGBq1YKGdjMwLHGHfuofdX1UQZ+4MhK/CFH/ChfIGW2vQQi/A9jaU0l7ohISE\r\nZeqCh3mMchaL6helG18bHsZZMnWymdnYSLxWkfeFC1LnCeILQoiYudeS/njO\r\nQWLKZlT8Qi8qtY7bCTYhiTKiXlKiMF0+caxAtCmGanWLECbA5GWsEUESFqG1\r\nQYx/aTL14kveouQQGVjKTqTkLcrc/2XnRqA=\r\n=Cfz2\r\n-----END PGP SIGNATURE-----\r\n","size":1320433},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.17.1_1656557350019_0.18298137754291965"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-30T02:49:30.542Z","contributors":[]},"5.17.2":{"name":"antd-mobile","version":"5.17.2","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.15","ahooks":"^3.4.1","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.3","lodash":"^4.17.21","rc-field-form":"~1.26.7","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"d32d2bef1f95d819e3cb3b4c433003c7b45f1157","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.17.2","_nodeVersion":"14.17.6","_npmVersion":"8.12.1","dist":{"integrity":"sha512-cRT0CUcmH58n8spJuibkWSJbqMjF7A9vJ76PAUGuVYdDNVTD5IulwQw8aZbpEdWtCGiSGvcPjNXuGUxZw8dj3Q==","shasum":"261c197042328882953f12e5a09e817bab4dfe66","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.17.2.tgz","fileCount":2726,"unpackedSize":7652982,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIY4ArouNky80bIWzuT24XpSWgbRmFr54OLeNpAjlK8wIgCuPfTdJJKZkT1gEmZT7pL13ddaKZj4o5aFIvXczBLr4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiw5oNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6dQ/9EtV5vzberoNXAot6w+eSBLZaOdBOjnTVqSuJGE4lTowUAlnT\r\nDl7fhxZp2q+UckaXxtMX3z7q+306+BdWf/LOdZqZUXXACyLgHFcjFNEdcqd7\r\nWNbwptnEZzdcHjoYvK2HzFtWQdGn2uKl+iV4384VhFhWZzR3Zh/0ugTA5Qv9\r\n3KhBKrNUDcOcfgN/Nflg6v9gd5Q4l+qBuw827kDYzcExbaRmx+Ob9fsJWbLM\r\n8iRTMzYIa4BYI7zfIGxkU5MlqnluDxfb0F/WsaNeuQhOz51uoRqu9YHsqjxS\r\nPQ9oRjAqLuuevJOLn5FYSaY9+bLZOPnl+YKxA3tpED07Deru0I6VThO2Qc7h\r\n5wBoJG2iasnwQh4h1QR+iVEubmhn3cL9hm4HFnR5BSnTK1puDv4/Agv/ST/f\r\nE3WcOu1XYhenbf19Pn9z42qoIADEwdpeWqqooTfH77F3co9TJPxN/46jMgcl\r\nO+r6NjFkjWbsxywvL4MUcie+xuopDWICzbmA893Eay2cjOt1FTzJACCutOxO\r\n5OggWD1nPGsMKneAFmBvprlVzQl3eBmMrTbFsTa+mdfvueGaXWJKLgsxQi0E\r\nJfk6fA1ApSKhvFm0bkjS5FLtRjRO/9F4tOK393ZlVr6oztAPbTSiqfSPhyov\r\nwNQeWiaIoBYeMJlNw9wM+jWAF2KttKbgY0g=\r\n=bTGQ\r\n-----END PGP SIGNATURE-----\r\n","size":1320470},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.17.2_1656986125689_0.6766380573258455"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-05T01:57:36.469Z","contributors":[]},"5.18.0":{"name":"antd-mobile","version":"5.18.0","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.16","ahooks":"^3.5.2","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.3","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"6724eb87c682a14158b690c676bb182e99e51d02","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.18.0","_nodeVersion":"14.17.6","_npmVersion":"8.12.1","dist":{"integrity":"sha512-1o9dJLfORzJ5ticElaAvzbJtPXyaRbtWgn4Jsde9EqAHGLbVeOOMZDoKUk8VW+TivAKjkXD+D0i+lwJiygKegw==","shasum":"67c4492fc1819fea240c5875f79e7c165110c89b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.18.0.tgz","fileCount":2726,"unpackedSize":7608721,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEY0AaIiQvO5D3w0T4zE/T/NagTYaI/KBhFVBfyK2WrOAiEAqisUEvo3bvep0UPYbxPJyqu9l9pfAMlLfAtR4AXPKSc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix8pBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqEFBAAkOFBJZCzeDljXqhPRTwik/MDzTb9ilcDWBAym6GOjmd3MPki\r\nhX3EyB9BoFziGyz6+SE3GX8lY7OVlTpkCtYD83mOtrxrtvVoRV0ekY9WYfy/\r\nArjFiSkYEvwzIGGiO3F9ld5ru67ue0uyAJuepiK3N+k06lSkUkK/HK/EfS3/\r\n3WnQ4VP63eaEk08BruaVEQ86xDY6+l8IZd6xAtZNseAqIy2Lx7TuxNVQ3VAb\r\nzOiDs3EflSrO+7Hdax6R/wT2MkCWc+dGIPnbiedW4c0WUYckcfm4jKTdB7qA\r\nTt6NyDZJ9Y8LO2q8MTUb5ErB+T3DFN1lx9ImwJmPpfkE/xK6tpqTPbvY3f/G\r\n/jypu3CD5pyFb11jNXPAsTOhG66z5FIJNRl6EfAWyTX+DVtq3sBdJPUljSOx\r\n5PDyxbrQjZxBLRMnMhxzlZe/3a+FCeJ7th1st3LN1jxdYivauE/xULuyeH25\r\nRS23MHL1oEVtZbmyYluwJkFsTLLTiKzHn5z7mNB811MHtNR/q4Pb9VgY4V/U\r\n2Cu1VUi9rNTYKTYRjT4G91C5k2TY1LiRk351g4iZ2EcgiriO1t9cXtCDFnSr\r\nkMgU88wYevYuNgfFRIpcrNcrVUDZIFLQ2SD9Hzi5yywH6v1yOxcljECFLDH+\r\nUxgjh4FCbznX2p/aA8AOvigkhT+KBoXUcDk=\r\n=UhYw\r\n-----END PGP SIGNATURE-----\r\n","size":1312735},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.18.0_1657260609120_0.2333111116966149"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-08T06:13:16.317Z","contributors":[]},"5.19.0":{"name":"antd-mobile","version":"5.19.0","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.16","ahooks":"^3.5.2","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.3","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"bafad206d6cdbacbd45ea699918ddda8cfa5e326","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.19.0","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-18IvSdfy3Bi1jDcR2eW7720BBQDLIWsE8sUdol2oY4vqXVHmPVHlAC+UMw1y9sUcU0P+txWheSfLveLJgS/aHg==","shasum":"00740fec490db8bcf0c939ed3699541b8922b8e0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.19.0.tgz","fileCount":2737,"unpackedSize":9537561,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICwdCxMGolaGAP40MtstvHkiepz8/gjt7Qo3WJFTqJloAiAYiD3DdPzTOh0176Q/Q+YhSiuXFlPwgsI0kPhXoIZkgg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1qUDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmri9xAAmWV8dslOUiCnwM4Tqiv6NEYpg+dA+4DtmAa9EFK36vYJbU09\r\n7vMskD5BnEgqCAUDhEtvzg00zUqGn68klxX7NM+QxkB+rinDVDSMvHYrGEx0\r\nq6f7t7AhCmInInWEzeMa3HWQVxMAte7Acb/0i0DpuHoeAm0+kjw0nJk5Kk5z\r\nqjh3FWSzyHgR9beAlGeHi1o9ptz10V32hvXbY/JSdfCieYTTwe31PyfYNhSA\r\nb3zAzIAMBi0Z4+nfeZzplxGSOMNPHrpSMRFQrM9JYVV2kBl1aJk6M3RgnXlw\r\n4FqqcD0yLhIuiZuGiDp5qbVZhzPBSkpipQB73F3XM+wuFJHvD0BPV3BZ+sYP\r\nqJgvCVIfdS+iJem5MEULqgA8rkqnwpRfNhUQ/nBQUwyPJTMRGFz5jkE4Sr+i\r\nzD/ELsSW3Im4avzaEFo1eSMzTnD+RazYTYxRKSH3rGeB4QDr4HhWXUf7UkV7\r\nR/ZPs6NLMf4Si9/na6ZgBMsHVna9+cYSrS0o0S3uzNeKsEzUhz+lrsMUtWzC\r\nDp9pLF2eaR2pBOLOnH97sizjCXWlko0LJ8c1ohAQIBh1hwcRh72vBrVfevpI\r\n/QGGbo23MxreQIx73i/qIJQD4HGK4ZY9Bao/GE/3hMgs/tTKAqp5yuxEGrBs\r\nlV2xWZnbTtz84Pkhets45R4IHSUd8emawtY=\r\n=Scl+\r\n-----END PGP SIGNATURE-----\r\n","size":2007381},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.19.0_1658234115022_0.01654618721155643"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-19T13:15:05.897Z","contributors":[]},"0.0.0-dev.bc248f5c7":{"name":"antd-mobile","version":"0.0.0-dev.bc248f5c7","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.17","ahooks":"^3.5.2","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.1.1","classnames":"^2.3.1","dayjs":"^1.11.3","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"bc248f5c77b53695ca0e4b86ce77cc0d49d80bec","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@0.0.0-dev.bc248f5c7","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-mqw9VHh2W2F9lf3p0eoTKyYZz3bOGK6tlBZ7nQMzen0CCC6u2ZAwgp/RDQ9lng1ESexSb47uTktjiXM/uURGgw==","shasum":"2a5835591ff7a0ec0b81455c346d1d555d934656","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.0.0-dev.bc248f5c7.tgz","fileCount":2737,"unpackedSize":9562858,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID7dySWUmwhPsG3Iftq4l249P69xv3ZgQV/PjashbPHxAiBEzeMHKshZD0A/Zh3oVyPRhUO1FeLMO5BOEhgZtqx/Gg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4Qq/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrT7Q/8CVssh3MpkvvZpeNREkp3rgkJKOx4zPvBn1j1K7wKrBuT3LB3\r\nO3OJFbbc2deFlIF2LkD6ZuzIT1PI3t5L1qe1UH1+J+VB3jko6Xo0eCwsK3Ae\r\nvHrF2KhslfU1j+36BuYPmnVxWKJlmCQQi2p1O2dM8+PXuQGCwcH5sekWOYmS\r\nj3pyBGD9gdjNaWodP6bF9K4gAZPorA7fxQHRoqpKFyVYg1D9YAmIiJM3PeUW\r\nJEZCv93ats5QbZKrqEsQXD/02jbKE8A7sVdHL4BPEK06npF2CN8cPWwMKg/L\r\niJEYHr2LN5q9G1+cBrzEkozHk4yfrXeVArYN7mB3v+zkYCYl2wbrlNA00OVM\r\n4WVW0JKXPvWh393hpmbVEC1c1C2j+PfP96wdEOPnhKLXelKl8gkANyNvaKaJ\r\nD4AmUpPXqNgJgfPaRTID22Zu9HKaKAFp4RVxfa4JU3sHx7JTcjtmG9buy+S1\r\nKNIC62c1iMQFjs4W+LgisvpGO5p0ssPLzQLDGcjjU8kQn5e1e7D/MT08bWnI\r\nnK7DMLD2uTvVO13CuFJYUqhffwgt+nK2iyjii+0r0ztZ9m9j7zUNhpvdfRUh\r\nWlErfqTsrtg8AmdgQFx8Wv18mK2aJ98kUOtAso6vSMREeaSXEvtkMnIV9d9S\r\nhCxwhRUyC//5BM9KlRgcAbiPK7Alrf4zafE=\r\n=J8OC\r\n-----END PGP SIGNATURE-----\r\n","size":2010882},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_0.0.0-dev.bc248f5c7_1658915519170_0.044721432967085306"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-27T09:56:58.250Z","contributors":[]},"5.20.0":{"name":"antd-mobile","version":"5.20.0","dependencies":{"@floating-ui/dom":"^0.5.2","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.17","ahooks":"^3.5.2","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.2.1","classnames":"^2.3.1","dayjs":"^1.11.4","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"c61ce94e7312630ec981024117bb34c8c80b5107","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.20.0","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-4bH0qbw5hemqTKym6Appd1Hk9vuyFAp3QGNmhankB+veqVGaTkOct8tpoyRYobzR7GuUkm8nKfdaQPYJ4zqKjw==","shasum":"8b800f1426367c497a9a8d00aa5f6b29374f11fe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.20.0.tgz","fileCount":2737,"unpackedSize":9567747,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrR/FHGt4XTtZ/mij3ZxnwnSwXDun/GzTnPHz+SPUHbwIhAMlPNi3pozkQv1iExKdwJG/7XQD/t5Rxsq/F8Ug7PZ/Q"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4lPnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2RBAAngPeDgcR6I1GmjXP5uIPpCEw/RmfwUDpPVupSzwr3Y44Uz3u\r\nAl2k1yC5FD1rUQr20+nUD160V63wE3Nus2XtuZQ1WE4fVHdnuxTRrO0JSuwK\r\nEvZcgC7vbedDTsXSnUiemWptUtqrFbicBLGK0g4w/7YYvDcp4nrbKIat19RY\r\njoOB8Dknjyc6i62j2UP8Ovnq7YR2MEUWvqUvb0oy7VuJJDrxg9bQhtHavZ6s\r\naGsO9mDXfnlIxdQOx1xo0fYFL7uBHhm+H3C9asUv7YAnn6mzooR2R2XZ/X9W\r\ndUBXZM7cLYmrYSmWvuxD5eQeQIJf/TcbNIQJkky2TWaJetjgVIBPv8jfN5rF\r\nKBNuAFFZR4LPbii5B3STR9bFyGGEE+mf3DWiOhkWky+4wumWEhKbWtOP1mAj\r\nnz67fcpZbDe4f40YaY5dgR7doPXArneJBaakkF8MoL42h/p5V9dawlrQoMt2\r\ngul3YAlN5eLq29PPWekUfyPbOj3zwlGBmx4eE1Kbbm54WBhPvr0NBO+jDWdp\r\nvJ6WvrybzCR4GV0DUg3b0sa7IshNK7sb0ozF2w6L+wjVEBso40sLZQXYxsAv\r\nOC/82HHfH7vWspfvNZxCM5eWFMgS7q79OyqSIljsgJwK8tPTE80KlrlVS3r/\r\nU/ztRfUN8S7XpWdn7ZoNSTKw3t4TfNOFUyw=\r\n=WSC4\r\n-----END PGP SIGNATURE-----\r\n","size":2012018},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.20.0_1658999783552_0.1392643084923344"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-28T09:17:09.853Z","contributors":[]},"5.21.0":{"name":"antd-mobile","version":"5.21.0","dependencies":{"@floating-ui/dom":"^1.0.0","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.17","ahooks":"^3.7.0","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.2.1","classnames":"^2.3.1","dayjs":"^1.11.4","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"6b5cf3a8df73d40e341e1d51a5348f698b357fbb","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.21.0","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-truJ7GQbIfGNFhO+9HflWEImRbk0JCdZCCZgKyfg3y3UEUtkM3QMTmhaK6kJTb/Yo/1Snh2pj0zj0e7y9OTDrQ==","shasum":"390648d4acd698a398c94f6b43d3d111a11f64f5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.21.0.tgz","fileCount":2765,"unpackedSize":9635324,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjrzYg7dpRfSf27fnhsuCCNr5aPOXUZKCWc/HPGFcyWAIgPupRDVAaGSZpNVh4iuJqZjmN3d9Qbe03oDfwtW1L8Kw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8hDlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9nw/+OzYlqgw+isRmTFZhcZSJUMePt3+DHqzIavCKuQ4tqf4v+AEj\r\nhCXGuptBnLtvtNLUl0saeLrR03yrP83AVaA5F25L4AAD/af0MVFilEct+9Gd\r\n9kjxh1UPWlJ4pu0IMKTnLAOOGBeQgsQBL5rhCk8bWSHLfBTut45f+b2J0dHF\r\nHUKIXoIsKs7uf52ZBbIiSaSdpVpWSs/Os6PClsQ7gnbEt8v9cITzOT2cs4nd\r\nlIUybG83ypwIkPphPBQbdSgmmUAQbewmzSpKxIxK8mTfi7FGZz+sDQdmmH6n\r\nsAX5M8czFE8c75+YrnVvKvlFzSoQFQ/8PzeKOaIfe8cn418cGkuTehYdkM32\r\nY3FBs38Sd1LZ3GbWoJRHIoXr0b5wNP+bpt3dUI7cWxguG1NjXRAfZCydSZ+V\r\nDshpmaALnkvBBjZzvwHVReU9fyx8j7vatXWSQPqKR1LhHrC9N147/Ybtrkgv\r\nz2YXlH4/mtsOZxCohtY3YnlivHazn9Dq4M/x5oc43jyk1UXFIPa/tSsv/iun\r\nNWx7MWWnwZnhzLvllzUCHACi89KXz9S8G/BQnSElUx4CBqnKNZGX0y7qyOBN\r\nk3iMqxr2ORfKhNdQYVNh3zLGA/rj2QUD6atKTZo/XmCFBryibcxKtGOhmTnC\r\nPiilupP/stDXp+yGV3Yg0WHMxwr/6E0ixrY=\r\n=fe4y\r\n-----END PGP SIGNATURE-----\r\n","size":2020999},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.21.0_1660031205559_0.9265980186398144"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-09T08:01:35.825Z","contributors":[]},"5.22.0":{"name":"antd-mobile","version":"5.22.0","dependencies":{"@floating-ui/dom":"^1.0.0","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.17","ahooks":"^3.7.0","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.2.1","classnames":"^2.3.1","dayjs":"^1.11.4","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"ff004bd009285f465d0499802fb2d07eb99c6fdf","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.22.0","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-cA1xBXJii2ZfUSU39Ngijylvlxdue0o2cPcJ24W6vt0T1tMZ2n27DLa8yLh/g01+P8ZnKi/67FqGr41EMddpGQ==","shasum":"7a9d169cbb511535d148533f576a4f7907dc6b80","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.22.0.tgz","fileCount":2771,"unpackedSize":14868970,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDu08rG2E8EpyPecnsDZnDSKQmAXO1ipeglAJ3povY1JwIgVLjVrf4PltCGFZJkxrtKcdF4RqAgB1AO9+2A3DlJ4OM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/g2HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrB6g/+IyLZmnBqU3Wwyv/5YHzvxG2CdgNwZoeDIlRZuiSqq+Qv69W0\r\nTKmAlCScEdGDeKacwOUQh+R27e1n53r9u00HehWdhYKyEytu1IF/j7rkhd5Y\r\ny/Wi/J9BUN/yHmCEX1mvuZLGsE9DPGuy77tZHKpDeO3CsOvsS1bBV3E8PG4o\r\nvHruGBaRB4FOsvcHvrdQYvZdttrxoF4uHHBw5CQYleHnaYa0F5kMDNwZDh+z\r\nofSzo4qtWYpVcI9gp/MgxSwVdVS6b3uNRfGET4Rg4WfvcAFKN8Ll5ObLreWB\r\nHKmPDm3hVbukmUcA42LlMUFLR1DX5exJNCCZPEvHc/P8IfqFbJrH2n5cUwEZ\r\nJP2WMzOgEZ/cEe1ttJoW1TVQs6GpYgqOVAqwoBhE/xfZ9FWvF9eSw5deWt8M\r\nL97D7joB+RedLyObvAEcD1beu5RUFJutnWINVa7LkYFcYwaXn/LfdUqoWaSK\r\nwIxGU0Q/vkiBOCpgNhjK8lqOg0aQfYxRStNtVnGtjeyjlpwivKG9SZ7V8WrC\r\nJyOQZQZuAE0S/50Ir24xS16+ZtWtBc8ErfUp7PAw6hqi6TS3K15qw/I3DTFI\r\n6WMzpL7X5fuz35C5zJEwNccO2SktMDgi1ylF2lkdFXOefktN1DpVRZn1yAq6\r\nViH6c95oN5WCzn83w1Z1pWMR0tOo+92FaWE=\r\n=K6+t\r\n-----END PGP SIGNATURE-----\r\n","size":3152033},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.22.0_1660816775582_0.8457677919252078"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-18T10:04:12.489Z","contributors":[]},"0.0.0-dev.92d6290f7":{"name":"antd-mobile","version":"0.0.0-dev.92d6290f7","dependencies":{"@floating-ui/dom":"^1.0.0","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.17","ahooks":"^3.7.0","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.2.1","classnames":"^2.3.1","dayjs":"^1.11.4","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"readmeFilename":"README.md","gitHead":"92d6290f79552218c65987e026d2563cf7935b51","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@0.0.0-dev.92d6290f7","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-9e137qgI526eEbK1uo8uiPwBxYbuBd9fZrDw+FfLfEsvyROSW3d0PYyCOo13JTuygPCw8K+kQAJiyBkVpfaXxQ==","shasum":"64be1d593af2122ba2880ab45fb10997bbdedee5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-0.0.0-dev.92d6290f7.tgz","fileCount":2791,"unpackedSize":14937632,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPQH+/qtA9vRz2qNPbXnV4Bxc8D3eRoJD2zncHd4hOzQIhAK5cgSSncqvJ5l06parGMHvLvBUeoEp+uAS2GObQYGBK"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIsjEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvDA/+MFlTdUCMuBnO4Byd+7ZhH+VHjeUKWloup/f9qM1CPJtVXkLk\r\n47268cTqSF4myVS9AiKV+bjDL9vd97bWZyL71ohrCHwbN3Xl8kLdqHIxL8or\r\ntm57wTPdbcJDXA4sorCh+LiCV2VNMvsAa27KhDYb6YQqwUEZ+dx3YRbqoREu\r\nQovqT4rMEGPNPyttvPyVz6QdZpW8lKmrcHA1tH7DaK+JAZZg5hnx0EYzln8G\r\n5wT5syOcK+0MjB7BwCEL4pgwlZZ3SjFpVs0zzlQpdBG7B6BLldCYCCtDGacq\r\nmuLSvGcD79PqJsEEqP6cCxzNNip383FmHN2hGFFnxxRjNW0Vj27/mr5JaGmS\r\nMg6qj/nDlESPSuruZ5QaCJmuVF7P8xHlAf2ydKxRhxMoZ1GAv2pcwTi+bgma\r\nRhb/im23ZELMbOkYTn4MVeW/rmVVWbbxWLwz4oyXDzu+tIG7xcKIlVJ8gKSH\r\nC98MH6ZFiickWfheBihJ/r3awUlso9pghnQ5cNEbVRlzS0QhDJ8fLQvKTBrt\r\n+cHx40o/h1w9VnrM32CV1/s2KjeDtRA1OTKDIhVP4hB/orkAc2wIqFHSupFg\r\ndedlc04QnCMMx/n+liE8R8VUTDBEMw3QE+iC19B0VoUxt8972ieGieL18Pkw\r\nmDkBGD4SnjJ9xoGjCQI0e/wJL90C6AtJZ9Q=\r\n=7A0u\r\n-----END PGP SIGNATURE-----\r\n","size":3162998},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_0.0.0-dev.92d6290f7_1663224003904_0.2339332346755949"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-15T06:40:49.105Z","contributors":[]},"5.23.0":{"name":"antd-mobile","version":"5.23.0","dependencies":{"@floating-ui/dom":"^1.0.0","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.17","ahooks":"^3.7.0","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.2.1","classnames":"^2.3.1","dayjs":"^1.11.4","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"248eca38d50d964ba6cc34af073cc2a9d90c4112","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.23.0","_nodeVersion":"16.16.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-8W6vXO80XAdKbwt6V2LV6/j175qCxPo7gzJArq5SCbcnUP/KWSek9kv2aqoRTf78RkWNSKygcxmgS0A8FG2PQg==","shasum":"3bebba5b1309f25aaa941c9dbb277fce44990b81","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.23.0.tgz","fileCount":2791,"unpackedSize":14942618,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDHDsWH3+2nmEU3GNIlVV0EWg1upIJ/X7urkDM95cyI1AiEAocJ0218/yUFi1HIVWaQUUXWtNjsLR1ED+KwJHRwQIB0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIvU9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJHg//XIuwKEezO8LsKGJIhWAkGjiMVqNGP41NnJwUJsRwrhX0hIYV\r\n5HmIyaRj21Td4JTEoTVbq9MMpmjw40/EMAIReE95G8+67YP+Od2AgtKhmqC0\r\nSgBhN54vZWc2jUnUraw6KSQD7QpnYhHwyEuD0EVuP8E3gJgE7XXrYJoIvOwV\r\nD3Hg/fTKJI+ptXlUcMAgdDCM5dUmFP0lHSDSJ0hH7KPqLqZd5j8g+5tikn6g\r\nmXHlDPspGHPPJZgjsYxHIT0j5xi2XbInGTusxTEoxDNjMtPvxZvqjByoXClB\r\nzkukhefO7U2jdm7ZUslCmjeYVfINKLBtKrcktRWUf3RPHm8tA3I1jhjwF/ob\r\nOmWKzLb3Stse0mQO3WuKgfK/obhy48ErvMdVTUt8UeToQ4cZurV/Gt/dlsCw\r\njXT1rbngHUVRJUefP6BGnD7QvXiUKl14bPX3vixMXL/yvl1nc1sNNxRcPe25\r\nHMVUssT/x52x7Xne0TLYBl78Wzfu1+WkpGoCnqsIoMT9pbmzbO1vHusYuOJT\r\nM3zhev/EIeBWEATdqtqUqZ5oHeMafFp82RPFNHna3jJqCwJIcOwDrkVDIpJZ\r\n9FEss4o73ykrcjQBThBbWAsAPB2REBV3hT70vDV/jizVFFcxo+PZK1J7V191\r\nonA4shk0mMZcKQtdynv415IB1rSSIO9AuXU=\r\n=eWkD\r\n-----END PGP SIGNATURE-----\r\n","size":3163895},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.23.0_1663235389364_0.7309391880270217"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-15T09:51:12.693Z","contributors":[]},"5.24.0":{"name":"antd-mobile","version":"5.24.0","dependencies":{"@floating-ui/dom":"^1.0.0","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.17","ahooks":"^3.7.0","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.2.1","classnames":"^2.3.1","dayjs":"^1.11.4","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","runes":"^0.4.3","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"0316cf8554ad8890dd0d6093fa2eca9446d8aac3","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.24.0","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-1KInQRoS7q9REofutlE8qSat0qRrzABRYDkhEwE50PDlimFFCVAxLGc/0ovgwtVahtxNbrsIu4x4OP0sCJtM+A==","shasum":"fff4b3f584cd75429e0c0e08a0f7c464816d9b3d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.24.0.tgz","fileCount":2791,"unpackedSize":14998817,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA94Z7O38CyPeCE0a8Z/bcJ1rrdxqUL1CJAXINpN8jEwAiEAi7KjYFM98/g7wbq7Do3GZvu33eCzw7WesJTnnM80Ug4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKosvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIPg//SJZeCVstqWQQK8rrnzGzfwLsZqeBOmFg7Inl/c/FP2rI3E3N\r\nR78ArlgaGChpgnTSvhli5dJ4/5IOihC3N37oKxkI61dbF43htm36KoVMCtD3\r\ndtT8NW55g+SnND9Yexuv982UAcUgn7EJOQZyK9xDM4SI7YlEK/VPiuEorPZg\r\nrywbf2jxHzapC+crrd9UJT3j5u5I5LCbZ0+asQiw8HHM5h7lDkV1IuJ0imyU\r\nxtZ97YWMVM1JwzOK4QMKQ/Dj3hFIU10YfxVJ5xOEENBDY5xFVxU7bWX/VTy/\r\nOlgMswuMJCNiIXmS4bMhXz0yZMi7AjFq0oAmrzbIbcCHZFAe1r1zfQVt3g2X\r\ndGr1rYPm03aY3l/KB7vo0iN8kbxOa+oqRJRljq9zDUvN2LnjoWSfYNvxhXPt\r\nIp9NbMcFxns5cQbPrL8LyFBbSFttUL5SecDpqsWi6R+S9biYsIOyRx3hYYaG\r\nmHeSmdHz9dI9HffbI/EwasKUPUXiMTWVcdeRT56oaGVgjDEupY8Zx41H2/MN\r\nHjGjtA5aNb4odWL4QGvb/3Wrh4s4eKkm4ixIoT9Dtwq5du4cZ+o3axBGftsb\r\nouNOpSVhwOw7zsFO3jaT95eQPddSc9MxdOiOqaARrtrr3oScYhyu1EWKSNQt\r\nXCayKHYM+aVOHrji7xqI8cnL4VTQA9Du+34=\r\n=4uj1\r\n-----END PGP SIGNATURE-----\r\n","size":3180254},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.24.0_1663732527507_0.9547503119146494"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-21T03:55:59.568Z","contributors":[]},"5.24.1":{"name":"antd-mobile","version":"5.24.1","dependencies":{"@floating-ui/dom":"^1.0.0","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.20","ahooks":"^3.7.0","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.2.1","classnames":"^2.3.1","dayjs":"^1.11.4","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","runes":"^0.4.3","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"8a31a3b11aeb92d5a09adf1383c5a0013aabd329","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.24.1","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-WhiSVH8XZOusjdgTvkZ2qi1Y3c0BZXilJFipZMHiqaV+DZoE6NKtHJMUomGX4IsrbVG0U0mF0VOqD53LXwGTxQ==","shasum":"c7eccd05abf7324559421ad377a8acc099bb9609","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.24.1.tgz","fileCount":2797,"unpackedSize":13413777,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGx0MNDQvvt3P6CiKPij28qdBd6mmhoO0FkwbF4Giy8VAiARUh0EHo/EtF9iehSTe/Rn1DE8bWNpfmECp+mZXdz8Mw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTP9xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfXhAApCAEyssQgpJM/Lb6i7tOymHAXu8lgvgWMWqJKy8Fi8Xzdbsr\r\nQbxb7eR3WNrpfRerTW/Kns7zX9cF/tYXqYXE38JU6n0LdaAbMvq+poWZixpT\r\nc8+Pg4aHLx7CkVzMko8O8RaKyGllEqh/u2eqV0sVF8d1vG99ocn3umiAttH8\r\nRKpLbH0CcxOLxLCd0hh5wPI4ZOAQCifpUqZ/i/3qcqJ9qNmWEFGM7Km2xWGV\r\nCBPizm6OxeWR6qmW/Npi3rvPco2L/p7nC1YevmCxlpmpJ39zLO3MYBVxEpua\r\nJwtWPrBRvImnP+eDkeDmqfMDV7VSw6HDxs2j547Sen5ohJxhpVcJtuOuLVWL\r\nopE296m8vBcdYAz98/z5lFCKG+Ee4maFcBUrMsGOb87EWFpX2VC3WMawHnCD\r\nFOEqjslBCs6NvOcmeDHP6vcWMUQVwLcdin4+3CEOAzQtahIDAaFH6tYhWuL1\r\nc7ufffVri2ZSgg0fZ1jkxB5wY4QIpDvi8FYd+ONGcPhy1PbcwIoRbREqskjB\r\nUK0uisOEVlTkR9EIguloyo2vldQr2BWP01yIndkPvzCcH78HXVoOBo69RvOE\r\nRwhNsJ+hQVvIDiVFAKl6Dsn3jQA9JFG4ZGcx0MEMyA4UqMcdH35nJhC/5cU9\r\nKEyd2e8zuwWidb3xRLA686beFRTy4SkoFNo=\r\n=1D5j\r\n-----END PGP SIGNATURE-----\r\n","size":2810335},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.24.1_1665990513509_0.6353697764323205"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-17T07:08:59.295Z","contributors":[]},"5.24.2":{"name":"antd-mobile","version":"5.24.2","dependencies":{"@floating-ui/dom":"^1.0.0","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.20","ahooks":"^3.7.0","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.2.1","classnames":"^2.3.1","dayjs":"^1.11.4","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","runes":"^0.4.3","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"3f25b6e5e2078fdf704a8f81415bf50891e18465","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.24.2","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-X/o+PwYm/pDawT8TnnNaKgGq3L6oGvVQTwrDLWutlnKn3rQc2TAhXiJNepb0iiFV4DZS++omnBkSMrflXHvplA==","shasum":"32502512618db9c93af769016ec35ab5cf91d849","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.24.2.tgz","fileCount":2797,"unpackedSize":13420653,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBjyUlu+YDf4R67OcTGZm3WTspRSY45en656+A9UHVjeAiEApyIOtM2arXDAJenJ+VauHOAvbkaTADsTy5sEwJmeP78="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUVXTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/zQ//f7xei1KPhFRZxzaYrxkwacmRNQK1QCoEDV77jKa3DdmXveEk\r\nZ/6QWlj2W2CltAwDNpA0StOUPqIiBlsiAKz36EuFKU7EkLy7trOnyQmZ0IrI\r\nGM9+YtyVBtC+r88vNyNoLMd5p98pYUPkP+jXGELI4NSuplC+fF8qlJo9VQ/Y\r\nWehpdjENzari2PSCCwV2rafjWIMifn047oFw1stqm7nnR1BllNf+b/eFkR6A\r\np7Ux8rl6UYjTd5n3ci103e3ZitQ1JU6ZB0duwJPeOM4OHRCSWFxPb/qJqJEc\r\nr9pq+JNGFLlB+PPh+LUrKGC+gERcJ49Zv65AlzG0/VW9HrP2NV8iF4Jgr27l\r\noBrHyqs0TSrjZvawJERyyJIzPj1teotp9c/ckwTiqnUEqhfImm4er6kENEI8\r\nNsbtXIbugJa8BGKuf6DGrl2ievSeGdMMcR3hywv7oYN4Qk4KiL5aQyVb01ow\r\nRiWoRaoYuHzYgDrb4908fa+uBFBmRZT1oBKCN+tyZjQyWxN9kmrWd5eZzAA5\r\n/RhN8p3uL71VLGx6yFdnzJThjJAmVg8eW8b1T0YSYJcbubrxeVG3fVVvqALn\r\nTl/gWsgZKXkNI2ZJleL6+vl0tjUhstgFYRU0BX30oKmeeWMl0+WvMuZNH/wO\r\n98G4thLBQ8JGULAVAghDktO9WjdFrrU3Xbo=\r\n=NPoa\r\n-----END PGP SIGNATURE-----\r\n","size":2811583},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.24.2_1666274771480_0.12006104452954669"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-21T05:52:30.717Z","contributors":[]},"5.25.0":{"name":"antd-mobile","version":"5.25.0","dependencies":{"@floating-ui/dom":"^1.0.0","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.20","ahooks":"^3.7.0","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.2.1","classnames":"^2.3.1","dayjs":"^1.11.4","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","runes":"^0.4.3","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"f32e8f74b17a89108370a059160a985fce4d5e2b","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.25.0","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-v72GMsvhQBAGKdYZVRwZS+hCUo6GB7QZTMSCcONEXalyh3whXCCBzMhzbJ74w6OwdEv87LmSLYPca26hX7FfqQ==","shasum":"f75a3f195d50dfe075260b5bc11244cab7bc6012","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.25.0.tgz","fileCount":2795,"unpackedSize":13479222,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7sAjw6FNInkLFE6sWXG49HVdi/+SKpueO95ls2SYf8QIhAPGzkviQZf9dA4xPPuzApowlcb6DenyVoGJCRQuwj8E0"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYI82ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+9RAAkLtctBH55cIPn+iIadzxD6vWDzMSXJafSQ0J2e15Lt5vflmX\r\nELEPbgDzUVWzBzya2QYuvUEdvD4OZOpxOWqCX8Y0RJzzqy4ezk6q3Dxourii\r\nYYHGZd6MIFXld0B7PAUQJKVVqmLulQVbzJ43j0T5ebKnhzsJvfNyucz8s4Zb\r\nuC234Rz8McI56Qe2iZXsFc3USeUu6kPg7oHqBKq5GJZhQl1AM9b80OMaQc2K\r\nOkdrdH9w9h7nJmpmswkFLBANlkSxepU/JD6rOAA3bbwvH3yeeJqCeOKszYXJ\r\nj1JUoOXZF22EHugPpgkKO3l7TqgbD3cAC504wc2PHzcD1Hocy+ACtGGs4p1V\r\nxnkL8Nx+sHHymAlhJxhsmY4ptZM0dhYOaEC3GvVplU2rwAyNM3/Utd+/6eYj\r\nHpkNwtWrOVmSNDyiCZgphIzBcbpfo/m8BlnPjNiDqPdqJ3UkJTBKvy7Szyhe\r\nKJFFvzO8E1MYbg5x/UIWpW80fgszMGfI+VSW1cpW3qQa8gEvTcW7SuqoVOb5\r\nttMGltB6CxSKcsNNTrTe+xnUXJYU4nkIkk20z+06BLL++od3EFozmMwoTb+S\r\nQKGwoGscgpkFbEXMbja6vEwr2GEeORiEj0nLasRiBRbG5Wnjb9cMZFa9DPOL\r\n//nT6/06zYyjwfsewt/wwIl+RA2yN1YV2UA=\r\n=JssZ\r\n-----END PGP SIGNATURE-----\r\n","size":2831382},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.25.0_1667272501376_0.03221967319281793"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-01T03:21:10.591Z","contributors":[]},"5.25.1":{"name":"antd-mobile","version":"5.25.1","dependencies":{"@floating-ui/dom":"^1.0.0","@react-spring/web":"^9.4.5","@use-gesture/react":"10.2.20","ahooks":"^3.7.0","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.2.1","classnames":"^2.3.1","dayjs":"^1.11.4","lodash":"^4.17.21","rc-field-form":"~1.27.0","react-is":"^17.0.2","runes":"^0.4.3","staged-components":"^1.1.3","tslib":"^2.4.0","use-sync-external-store":"^1.1.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"9e6f6e2daff53e1292b690eb5f3b2045a8820a61","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.25.1","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-uQnF56R5eM5w4TF4UAnTrkdxaswSb9SjB5M/hz7cdOevQKJ1hbIqKqrUfyvq8S9tnw2VqXMVbyBMB6R6jtCVAg==","shasum":"b87ee94d5a919f9940a246d382cfa4d0a7dace2a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.25.1.tgz","fileCount":2797,"unpackedSize":13494883,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBMke+M3XfaYp0pQusm2+2PUq759SkQBSKVHMvXhnaHsAiEAnyYRPltr4onTG1Uq+e4FkEX+a37Ra2A7GEdP9nohyD0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYhs2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpncxAAknv9OlXR8LsURizWzHkim2X1g9/38qntBGFvXEQMcqz4knz/\r\nURvtZtbtWRHAevU/2U7P+iHBSsHTPlvARGyJWMqJJ3RHYkjG15HmcLKyw7Em\r\ngEfjUXQehBviXRPE7ozZzkrXCMxQmF/SbWYVxDFoSAnl5hzKMQjAufUtkUT0\r\ngqD7F9dAd9fUzXegh7N1QfJxEk6PvUCH+YATmwH4synh5T+2GWALHBFC3cT/\r\nrJ0XKsgugOT/3FONWo/ThdSMB1dwtQ+5o/Bg4QcQUW9HifWYiKkAx5lmzwA9\r\nk8HchVkuUB4rYgN1VGb5L9ozHX6746mfxw/xuMNxUlJlmTgXB1lB7Bms3i4t\r\n1ZXs9OxLGMNDzypqqezwNjoEiEprQ4JD+023TwR3uZtthpZrlDewi73N3IMQ\r\nwUBqSY+YlRyIxN7yXkicaDn38Hnk8Vs1ok0CdOQVbMIasBRXLKxHdzRMmFeh\r\nk3WJ11lnL9BfOfR986UJS4Nb00xQQTa2LHfd3ihG9F7CGbA9u/0uWRCSXaUo\r\ndYdOeyNK/722TxF+hRArlJoD9Im0r8z76cbrd+NqeGX/cSXkXsVW257Dhmg3\r\nOSGE5orb3JUu2UCPL5TAkru9lkC4sxAAIdLgFTmiG9B+J6egx5KHRJ/fLN8o\r\nDMTWUX2HFzdIuSnk/x7Hy4qhFjkYRtf7yXI=\r\n=kkH+\r\n-----END PGP SIGNATURE-----\r\n","size":2831574},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.25.1_1667373878124_0.41281171029567454"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-02T07:24:57.424Z","contributors":[]},"5.26.0":{"name":"antd-mobile","version":"5.26.0","dependencies":{"@floating-ui/dom":"^1.0.6","@react-spring/web":"^9.5.5","@use-gesture/react":"10.2.20","ahooks":"^3.7.2","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","big.js":"^6.2.1","classnames":"^2.3.2","dayjs":"^1.11.6","lodash":"^4.17.21","rc-field-form":"~1.27.3","react-is":"^17.0.2","runes":"^0.4.3","staged-components":"^1.1.3","tslib":"^2.4.1","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"72b8225153c4f4d23fa2c81f48b61d3a320d16eb","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.26.0","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-syhaSpgiR+SG+s868R0nS+vj3pORVrM2fp9ZPLQD5yHlpxdXZ9/OY82+ttNtuazz2r37PxOOQ/0ggQds5t9LrA==","shasum":"338282126c2054fa8b84777f81db112238939261","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.26.0.tgz","fileCount":2789,"unpackedSize":13550545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQx4M4r+ZLvMZs+WOQsCAxZlJZP83iZbHVucOgyMtN7gIgTy1XBK7orUAf8rmoXlZpKKB9UBiWj5sOSl0htZX3vak="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgHZuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQ4g//bgcIznT8JKZkyNhamVKzoFFuI6uAOiWmWs//GpQkduqWOc90\r\n8jmE4sfwdUlcaA4ydQXC0RxENN+0eaWPo68YFoY0XCEv+4dQROUFV6trgTnm\r\nUByooy2MU8kfQy3ORqdw2bIOQBq6bjVK2klRkMtgTpFGaPYN0A7jOvsBIGzn\r\nmvuzgcbWG3gDvPRxz3rjGg734DEofWtRyn149CfANn0R0sczBg1lzMR9AEP3\r\nr6+1FtwpeD3bu5ZPF8tJSkg75CE8a73YWeKKkal2rMqSshGX++5tvfSKefia\r\nSWgmQf7C+aEu5bdHUahcGDNPGvmDZj3Q9VeZmrz+fC2fB3YV+jLYYejPCkHt\r\nEUz6FV6r66V7cq13xTIm8p3AO+cU6HuJ9RxlgyvbRUnAAU4eCD4R2/G+axL8\r\nqhCO5fJXlkqOGw2YyWQl9AmHeHSai7yAN4yEM7Qb+/hsaYA2oZomh/wvMAnU\r\nXAJHKTQ7YaJOOwUOQAlWzmX1GJAlEXYjgWGm5Je/+R3BrjnFKsUeP0EqlwwW\r\nS5ZbVaf3Kyr0V6QEn7SdIaQV+TW4fdhK2P+nkyEAFIya5SeE0ozEiOaVdaX3\r\nIdZg5DOMEkfypQNB4ivMs/EyD9ReCR6qW++58LPHTwpT1XHV+N0sEumveEhq\r\nNuzTXZ3g+IARmdlkC7OFD41TFaW/BiX0SdA=\r\n=ZH+l\r\n-----END PGP SIGNATURE-----\r\n","size":2839593},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.26.0_1669363310431_0.6819938354767676"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-25T08:02:07.965Z","contributors":[]},"5.27.0":{"name":"antd-mobile","version":"5.27.0","dependencies":{"@floating-ui/dom":"^1.0.6","@rc-component/mini-decimal":"^1.0.1","@react-spring/web":"^9.5.5","@use-gesture/react":"10.2.20","ahooks":"^3.7.2","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.6","lodash":"^4.17.21","rc-field-form":"~1.27.3","rc-util":"^5.24.8","react-is":"^17.0.2","runes":"^0.4.3","staged-components":"^1.1.3","tslib":"^2.4.1","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"0b3cc18ca7578124010bc9b22843c4c6b14cb262","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.27.0","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-rnRqgn5GDh5K1dNzK7vxguZP5YcruMeL2BcgFJNpGfSw6Tj7U+NQkVybrVd7BeQAWCi8nCLKuunPUhCRrn4q7g==","shasum":"f696b99bb727b9b099f6177ab2c57ce39ade3d6b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.27.0.tgz","fileCount":2805,"unpackedSize":13644611,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5UhtZ3lGDjNTkjNMU+9UKg+3zTqD/wBDf22s88TjpFgIhAMD7rqeAbeOcSJ6zxipYBV7fXXfyzsc2RlOYDmi7WUmi"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjltl4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgAQ//XCYXAhgILn93yhod3wqqxOsMJgaUwEdlA6sy5mSHWKGicItn\r\nxP1/dRmqLe84lQx+VsIS2Dwa0zRnohwxDtuZKmPkqF65AvPeLuAyR/8IF3ab\r\nOVUyuCTxOd89fG2i1JgCUvMlOv0A+Kt0RMhhzuX/06QtW1r6FeCoEOlpAqsz\r\nXEkgk0Ut4OAaUdOfGoEuclRGIzRMHNl+b2G3yL2BLANWkCp4yAoQo8vimc7s\r\nyjXvAQ3r54ylqJ1yGpJypQFBig8F4b+VhnEm/JaJt4WGWoP58Tdis5+trqZ8\r\nUDyfqc7Ur0ryIaWfNJMqvRgwpiMaMBYrr8Z+8zf+KrDs2m3VBBOYF5DyfM8a\r\n5OOY+raNZ4Wtnm7k+9YTm1D0XDXjvu8HC9EZq0jk5OpEVLPz7Y/75aPiKgJG\r\nyaUGumjgEtHH75wfgtAyJ/Bm96ufpo/Ej4ASBW08cpUHvyBPfwdwcI/t8F3j\r\njG0alg6mvigh4nuv3gi6xxo6GakltyfXfqrVicAaO7vQ3f1fIgun4R/JRxTe\r\n3dRl756qkkKJ/EQGhU+SGWGS3fK1xiXCMrocBHGttFxf2mRIDY3DAKFVkl3D\r\nBHK20ncMQtPnz8d5/mtTQccXi7OqyRsZNzgjxEaFWvkRv93b2NAIkjkcpsWO\r\nWmDuGcI5wws/pwDVwM704Si16CI6SnQf3v4=\r\n=BOAd\r\n-----END PGP SIGNATURE-----\r\n","size":2853572},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.27.0_1670830455766_0.02264775309038436"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-12T07:34:33.601Z","contributors":[]},"5.28.0":{"name":"antd-mobile","version":"5.28.0","dependencies":{"@floating-ui/dom":"^1.0.6","@rc-component/mini-decimal":"^1.0.1","@react-spring/web":"^9.5.5","@use-gesture/react":"10.2.20","ahooks":"^3.7.2","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.6","lodash":"^4.17.21","rc-field-form":"~1.27.3","rc-util":"^5.24.8","react-is":"^17.0.2","runes":"^0.4.3","staged-components":"^1.1.3","tslib":"^2.4.1","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"da348c7245f735963f67a54dccc382da226802a7","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.28.0","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-QRREY3476K3ulWvLla5/quYsXDdJTNU2WR3BbF8gAPU/lZeIR92q+CEMDNIAntB1ww87uERqPJCQBKqN2SqmVA==","shasum":"4ac24da028abb32c4d87bb5fc86439c62843a9de","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.28.0.tgz","fileCount":2817,"unpackedSize":13580626,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF8E5w0Qop6JHKY2aBrKDFqAXLIdh6pZSsZVK3EmZOhcAiBe7VsMv+ZLUe8VczeD9SEFeX2z9KBp1oWwLDGNmDOpSA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjv7SnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDwA//ckD03P/Ib1CKWIO9o5wGx9mX+NbNDCtmPGXuU5KEzLWGrvSw\r\nFUAjS7Fq68zlqaSrJAauoc/owUFdPCN3lAqVlKfOJX0OEJSEszfQGSnLpV7W\r\nwfsE0f1SWRTmOiyRokQNmnwm/cObeGkltn801CuyHGtg7zVHASDT5E6yJcZp\r\nKdBHEkZh9/uVFgtjBItudRpqIuosmBXENzddAf7s+cUZl5740Zw7zbpgGpuW\r\nYYqUWYEbLjgbABtVAOTpSXcSwzXQUYPpuJXxei0tPIWggzyRdZ8MOMt0rdAU\r\nw69uPo5ktYBrRdjGyDYfyUda7gFW6SFI9yBn6vgpNwpeTsz0tH78g2czl1qt\r\ngd+b4uxb/YPJOkKXYcF2EvOgl/pUvf0cRV2yvoN55L9TdQfpuB36O1J6YA9V\r\njtlDtDF+xyzgPtCFxmYT7ahiJpa1t0ZbOoTddT+t5fp4fRmDp5C9lX0a0R0H\r\nR7thymoAKMbefvu5eGyJ7voGqy91IThE95+nzlqU14qNzKeNTMnCU7I4amFA\r\n0MetuaQql8IG8kum2btCmK2Bl6ynqnFCTfdXyv2ovY4FO4/G/i5RE8Znzz3y\r\n4UkRi7lPTP59HNxkZxY1GoEN01RpI4FNSH4J38WUV7TQfpemBgWFuTo/mPA6\r\nVt/Lru17ySQxTaC6NtWct/KBS6oKEqZ+D5Y=\r\n=THJw\r\n-----END PGP SIGNATURE-----\r\n","size":2843003},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.28.0_1673508007426_0.3930417616895645"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-12T07:20:07.748Z","publish_time":1673508007748,"contributors":[]},"5.28.1":{"name":"antd-mobile","version":"5.28.1","dependencies":{"@floating-ui/dom":"^1.0.6","@rc-component/mini-decimal":"^1.0.1","@react-spring/web":"~9.6.0","@use-gesture/react":"10.2.20","ahooks":"^3.7.2","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.6","lodash":"^4.17.21","rc-field-form":"~1.27.3","rc-util":"^5.24.8","react-is":"^17.0.2","runes":"^0.4.3","staged-components":"^1.1.3","tslib":"^2.4.1","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"8b12998a73bf0364f7694619d357cc9278b08f97","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.28.1","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-TFhwLstHig8HoJ34DiBelM2h7md0xn+VR54CVCZfm3nQ+LQEHaHOB6oJRHSMdm67kR8G8MyU618qeF+gK9JKxw==","shasum":"7169141af735543843d4b0831561d057cdef5876","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.28.1.tgz","fileCount":2817,"unpackedSize":13600564,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHMQMd5VAXNTN62mW6iR4s3CtXLpDv8YYgvxhHbiRRF9AiBSWxlX5YM4jiBG35nZ2U8LOrs58D7eEnBHfaKcRQSZ+g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+DdxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrAZQ//drmWBGQExNfsywcJD5a/VvViZA/tPR5aZR5WdpaYjxWMIB6J\r\nHUGKAh5d7TtEX0cE8fd04dNFIAaqXDzYeWZa2LRYAH0fDebf0r4So6o6HLzK\r\n+cEUOpeTG91EqOS9lndTFndbxGbJnYYz0CP6tLojCX5rdnivH+TubPuZ0VJb\r\n76ZpIIDXfMaKfy0uLCUzUJ1y6ss5v/KEaJ19oXY2h8lmOt/97EoKZNPn+eVI\r\nX7SVOyGVPcZadWmxHjs7t2NsktpukkJUUt5xb6/VkY3Swgt+GvWyKHYT4DL5\r\nX87uqgyr7Jj7TTVSNUCS6sMBDFr7Ki7MkxI77k1pAjgxktvMBBj02IW8LlxP\r\nOJGg9qkzjJgIj40KrpvJuSbaxUKn1TwYXj9rvJ1uSEaitzwRX0S9eFlr8wFP\r\nxFPMGI/C5iZq6y1/WiILXrmMLZU0pJilWJTHAv/qJmyz1/rijoV4iKyIPlz5\r\neLn8erOlNpC+ja4qvqPkeMNP1PmkmDpKI/C2nS88/KhAZleNfnGBeImMqaqN\r\nZd1uvmV5hVRU1co5phGwP2E0uGIOeoRiuD2KTMR9eWJ7NXbJcHp2gvxhqtDR\r\nnpYBJF00fexV5aK5bRi7eUwM8FlveqqToS9I6203WNZ02G/8uHgaugLn2UZi\r\n/t7cWofYBwqXvwBtVQal9wiQ4LeKbIWaaK0=\r\n=SvLr\r\n-----END PGP SIGNATURE-----\r\n","size":2848405},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.28.1_1677211505434_0.8644460683837196"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-24T04:05:05.754Z","publish_time":1677211505754,"contributors":[]},"5.28.2":{"name":"antd-mobile","version":"5.28.2","dependencies":{"@floating-ui/dom":"^1.0.6","@rc-component/mini-decimal":"^1.0.1","@react-spring/web":"~9.6.0","@use-gesture/react":"10.2.20","ahooks":"^3.7.2","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.6","lodash":"^4.17.21","rc-field-form":"~1.27.3","rc-util":"^5.24.8","react-is":"^18.2.0","runes":"^0.4.3","staged-components":"^1.1.3","tslib":"^2.4.1","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"7e0c6b55a52772dec8700b607cb830bbe55cab3e","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.28.2","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-v0zKI2QB1erTL+E5mLmHuWJnEFP9NfjIjrrmVllAAn/llPs3wU4hozuWG4wXC0HbSq2oQv801iJElQE7UavH9w==","shasum":"bb11fd47a9b9cab340801aa21e51ce78f439b157","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.28.2.tgz","fileCount":2817,"unpackedSize":13630784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlnQY4OLnEzdMbWP5XwSbSsMO4fn/+F19nzac5xDanSwIgckZ7zt7mGW4X1Gs4niR3PI6ojSrrB9QkjCnWRQGRdMM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHUunACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrlMRAAigl50hYqJ+PIUqXmY/EcdigjZ192WcGnPBEh49y0mudL9mDA\r\nBkbJYgb8QFaSBRF6p9ykp+iwDiFzf/6Io5cWzPo/2/Xt+lkncHuZ65fULfeW\r\n7VXBQVHz5vs77wLEF85SAvmekwRMcOLe4H3vxytnRot0fUpHFjiSEw3p7RsR\r\n18WyMxnSWNIb2sqDYBYQl0dFlpZydovB7rLwFbN8DXPRm54jEGzMK3LUSNF3\r\nE3RVWVxA9YInpAgW0j0m9U0l1FdQsl5oPlvqovfPdPZQTPm+079BrkmqSPAT\r\ndVNPv2ypF/0wUiY+iZ8yZ4gXxkxrN+MfIU3ylPr50pHbG/boZYkRaNO+5GrY\r\nKY4gYmZ7b1F98uxQgI7VCij7ANFr7ric5AIKuYL3zLfidHEu0oFvPdIfiyKj\r\nTYx+hpjcOw+jkVGet9Ffp+9LuB1ZVuwSWo9jLDpPC6o65Vztc9Eztmzy0rwv\r\ncSgnuZRMktFXO0vVC6kpxdT8oV0FdFFBKQxUp3xxlB8TYArlJi5Homu2KduE\r\nR3SaunEN3x4RNvCz6lN+V93dHf0A11V0EOxe61onMn+uZKLSUrrGs+HqmJIl\r\nAbRoiHDR2Mdje09JNWskG4Zj+1ysKhZZQUD5+Z5qFDBQZx3CDGOIpe9Cg/N/\r\nWqiFJd7vUGJf5JiC0kedi7UuTRjkrsX9n2c=\r\n=gsdJ\r\n-----END PGP SIGNATURE-----\r\n","size":2849761},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.28.2_1679641510790_0.31255451886239394"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-24T07:05:11.071Z","publish_time":1679641511071,"contributors":[]},"5.29.0":{"name":"antd-mobile","version":"5.29.0","dependencies":{"@floating-ui/dom":"^1.0.6","@rc-component/mini-decimal":"^1.0.1","@react-spring/web":"~9.6.0","@use-gesture/react":"10.2.20","ahooks":"^3.7.2","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.6","lodash":"^4.17.21","rc-field-form":"~1.27.3","rc-util":"^5.24.8","react-is":"^18.2.0","runes":"^0.4.3","staged-components":"^1.1.3","tslib":"^2.4.1","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"548b6a6e9032304a4d4c43b8bc2df9405f6c9f3e","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.29.0","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-/lj7aOKlf3So2OQl5fATjuei10vhzOlw1jFuGVmBfwTHRcoNUR9+lcVkR2QLieoT2qwhLDI3YQIVR1BRb+m19w==","shasum":"789e52df00b50d86fd12fd282439942ed0461187","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.29.0.tgz","fileCount":2817,"unpackedSize":13693607,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIERyU/jZgmaqd4LuSxWOwRXi3hUmD8nTjSSTZDhsZgZdAiBpCUC2NDqVkkYIhM8EVR4f/Ygk+XWiLL/RkUK91xyFTw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkKnhaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUrg//QW33ypvJeL0KnLy6znbkBK0/Ys8RvQSJKG3rE95N8iBNvoQR\r\n3AGSBkO2Cw8TlOdYzx7T74X//mM0FObD28Tjt8X35SudvL1bp9azGgHTFHk7\r\n/9gtNKnT27RPhpXRF1nL30Vv4tARKivw+l+3QkQO+79YKYjpsfcfsXx95hbR\r\n3UZPOlqq+aeOH812rRaCrh5QseHSFtIFAx0ET6Y39kI5QuB1SseklQ9N08j1\r\n8urLbCiH2st5tAvbVx0qBdXKXR23MXOXuto05Hi0+utlje6iquedLG4w9oGw\r\n1hDEByTt/2yiWlPnphLQUrlcxctYOT+RrTVeSaBWEjkG85aY2hN62KnHWTeB\r\nyyeKwdCrYNFDJCArcVPYCBzzonj5NgsAyWjhOVWbJ3ZnsZPRJI45bSXQOPEW\r\nvVxr6uqW7+T9idJwTq9dOAvMkAihNpKS3RDS4RuYe/O56bO7Bfbn6giGxzOY\r\nUatbON2itBL29MQKLOUK94mHr8jAOc5TxmDV2Azhs07vASo5KtyfxU1nCE/b\r\nimPh2ehJlJ9z7OszYnjwAFEa/KwyGTjksXo422A4ee+Y5Icy6WCy/0WjNE7Z\r\nPmJYH05YLC4Pd1yqrehAHMvKVqd2nmeuK6pSEJUgam56Ap2KEdxFkRaPbYTN\r\nyoTD7YsPX+MWO2t0MtrcvlSEdqm3hjuevl4=\r\n=Io/5\r\n-----END PGP SIGNATURE-----\r\n","size":2868487},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.29.0_1680504921988_0.0693012873940877"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-03T06:55:22.426Z","publish_time":1680504922426,"contributors":[]},"5.29.1":{"name":"antd-mobile","version":"5.29.1","dependencies":{"@floating-ui/dom":"^1.0.6","@rc-component/mini-decimal":"^1.0.1","@react-spring/web":"~9.6.0","@use-gesture/react":"10.2.20","ahooks":"^3.7.2","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.6","lodash":"^4.17.21","rc-field-form":"~1.27.3","rc-util":"^5.24.8","react-is":"^18.2.0","runes":"^0.4.3","staged-components":"^1.1.3","tslib":"^2.4.1","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"1866d41a485379e76cbf3f2edb07183bed36aa71","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.29.1","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-cqrwMV1BaAIY0CMnD9Yy2RjAJc4lsEn1amkNQ/ylYbdCvbVqnEZ6sf1a0mFDwk/jQE6j/ANOW+QokR2lNPMrgg==","shasum":"3fd2b8be50d083ca33c3e0ff880cfe456aeb15e0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.29.1.tgz","fileCount":2849,"unpackedSize":13797671,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFlQXBDUF+dWFzP6sgG0QJVq1ey4qkGp5FRTl6UlwyWwIhANuY7Zp7u6eHXsVbk5rHW/ig77WxfzFad/6ujrb7Rdpv"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkM9rhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotDA/6AtoYPkIOhBRWdy3xKBa3PSvwzi4tT6+HAtoW15yQX4EfxSWQ\r\nCvZ0uaUGga1N19F6p67CK12ckp5IMRQXfnoUyPJG/qk52ZmQmohqNbcPUk/i\r\nsuHSQd9r9WiIDDYFwzkeMx0pNJ5Q+QPjYiiZAkTKue8y0NuPuJSrRxihxnH4\r\naOU8SR3Z8Q6EC+dJyRkYUmw6UMSYM142/1tOc95H4dLtO8bJpU0yRObJkZ2e\r\nY5mauk9fDJ7e+LsuYpq96+wnVtjqhbDcF4MMUw5vzAyPp3nqcBQfgyLObi2F\r\n8z1QXhmnRJSOjY3hhZpm1gdIp7diTZ7RzL4N5GSurlrb6iJ4GABjO2ltyaeq\r\nP2CDgTpoUF21avBN4v9EpS61RftTx6lWPeprew3W9D0Z2oscIX5PrlfFlk8L\r\nFcvoYVSDOCSC+zxExt8JyH63VR71I5xBoArcv0FzEPpfGFfcGnfxqXF+m0EN\r\nt90HTo7ydtC8J2dQ5e5hlNbCcLMN6nT2hyNuTClmXShtFZil6qL8zHa/d7dd\r\nNN0MjdVO/H7kCL6MzOsJxjARfzoFF+/g1lkuOxnwmoLc/7J6/NeQ0Ex2VNrC\r\n0+4ZXQlDlb1qmShO7YXFcicr1eFRFklVHJAkOnISpoL706MT+OtHd/m8tNw5\r\nvi1wrPryTjHiCMyY7QAMvvSvXmFqeCmVSCU=\r\n=NM0b\r\n-----END PGP SIGNATURE-----\r\n","size":2875737},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.29.1_1681119969223_0.30976327851906604"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-10T09:46:09.585Z","publish_time":1681119969585,"contributors":[]},"5.30.0":{"name":"antd-mobile","version":"5.30.0","dependencies":{"@floating-ui/dom":"^1.2.6","@rc-component/mini-decimal":"^1.0.1","@react-spring/web":"~9.6.1","@use-gesture/react":"10.2.20","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","lodash":"^4.17.21","rc-field-form":"~1.27.4","rc-util":"^5.30.0","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"e44cec79d1115d83b3e016e96eed8634c8bb4325","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.30.0","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-M42VrDvFNzTr1OovLa9HezkD2oXmkDERolha9292FNNTvF1QikIcLZA/o1PDP9+0oWvuz59PW1ZfhjTNx6rUyg==","shasum":"e7540617bbaf9cbe0a1ab69b9811a1906b8a85b8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.30.0.tgz","fileCount":2849,"unpackedSize":13842801,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnYXmF2qO4m8h0EKmhfzFyhKOW3kbmGcICGOWGJsgAlgIhAMA8NGuTTdtcF2mWOg0jPYviEoAXdWLWKWpV149QFzk/"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkVGXAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqNyg/+LBMI38qAxpEDD046fpEK+8dwsb5tnvzJnaPRuKxkOTk8c0Ot\r\nOGupssQKERVA4QwSDB7JrG3NmuPMde7bKg+a6ocgLRV1p8J7LObxavpKHDGb\r\nk6Xou5KP6gOpUKbmYV3cmTl3U9gFYkMDAVCS+KPyhFeFIrmeIYIsHbme8nHw\r\n71Uth2wmt4vYyZvjeDhiGu5KdHa4+MWmKFkCsu8jn9DZ+/8FrABSTjVaqW0c\r\n3cPPJYytzuUXFyHEWloUzJVoSAYCEUdy63YltAA5N4I7RNQ3caPpGPaWf/zp\r\nlmq1j+ajUDW/Tret5zucd45FKFpUVxly1Vwx5uRzX4nR0+/3xZ4XfpS0Quf9\r\ndZJN3YCcEJyWI4aYrmRp8cHMZ8nSYWdtzQyA+5SkV02hKmIoSuLb1YeJ+P2c\r\n8NfC966mmDYxnfpJ9Mrt6scQAQZiPkM1z8hEh5ZMKX/1nLOaY+mrYKffJC3h\r\nnFYKW/nZkOVF2F7LC9S9shVIpK8vK4rrR8nN5AAT4+LHzo0sHwXu//AtTHQM\r\nzq7sI5YQder/MWf+ZDAyDYsffnRs31Ye/0v30CQz0IHpHFKY8GmDW7jp9bxs\r\nc1VGo073m7cXiKwcZ7f/pFsGJgMiV7ZR6H7q7ApW3a+DUyD/DNDDjzbR0VpB\r\n0hzCZXbufTJPR+6eOi7P1PiRl5JiGm5NkA8=\r\n=uAsj\r\n-----END PGP SIGNATURE-----\r\n","size":2883348},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.30.0_1683252672189_0.9772957758649929"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-05T02:11:12.590Z","publish_time":1683252672590,"_source_registry_name":"default","contributors":[]},"5.31.0":{"name":"antd-mobile","version":"5.31.0","dependencies":{"@floating-ui/dom":"^1.2.6","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.2.20","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","lodash":"^4.17.21","rc-field-form":"~1.27.4","rc-util":"^5.30.0","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"835ee8b87e9496f71ae19b8a9828d7aa804a7d80","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.31.0","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-+73LsrF+V3pFcVhdHasLHrlhwNeynqtvr5q4Upd1g0lYnE1t2GAasqhMDisBzMKFEcsJwgxhUlrtXxI9WfAK8Q==","shasum":"6108a8d89f0801d9252ce7ecd1b29dea3e2d9761","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.31.0.tgz","fileCount":2849,"unpackedSize":13863729,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHat4Swy9jfOWcrmz/w5A804oyMgJP3HZvTWUNN0VfsLAiEA5BgTJmDHd69czQ3EAl+C2FnYjfO6W0pl2neWpLF0GvA="}],"size":2886277},"_npmUser":{"name":"anonymous","email":"awmleer@icloud.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.31.0_1686626827707_0.8744744438601191"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-13T03:27:08.112Z","publish_time":1686626828112,"_source_registry_name":"default","contributors":[]},"5.31.1":{"name":"antd-mobile","version":"5.31.1","dependencies":{"@floating-ui/dom":"^1.2.6","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.2.20","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","lodash":"^4.17.21","rc-field-form":"~1.27.4","rc-util":"^5.30.0","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"0c890b48ad41237e8352e3646e81c373a5461760","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.31.1","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-yibX+7I5iX6rFUefboGlNzyRGHPouSjbxbyvli/TNZxfSx5PS0aLBASEhyUJpU4rElNMfBuC3GN9tJiLoKnqGQ==","shasum":"634f3fefe641527bcc39c51509e39cce82eacd45","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.31.1.tgz","fileCount":2849,"unpackedSize":13864295,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC08QBcZh6XZnwMpNyHYSzEJzs2wrr/ZX4QLy1J1aPP+gIgM+0Ayzfmzl7MfYeXqVgqHryq5m1Pmx+1UJpNGgJ+Pm0="}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.31.1_1686886583897_0.7322433729742666"},"_hasShrinkwrap":false,"contributors":[]},"5.32.0":{"name":"antd-mobile","version":"5.32.0","dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.2.20","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","lodash":"^4.17.21","rc-field-form":"~1.27.4","rc-util":"^5.30.0","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"be422bc1d5d9f215985fe83d89587cef2b33a171","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.32.0","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-Wl24NW8rlsEv19n8NV/tD0/86tIYbdSU3agKeZFSzqwxp/E5x5WstHtQmQbLX2cSog9cojP5/wcqd2s2LGcXtg==","shasum":"4afff3f6cd84f76795fd83658b1eb184e9cd63c1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.32.0.tgz","fileCount":2857,"unpackedSize":13917805,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAzPDPp3wOp0+cBx4EtWIqxSyuOKLy6BwXDWG/cY5sqFAiEAwCAmwSDr59dsclfZRLX4R4iI3ZPuiGnFYY9vKapbczM="}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.32.0_1689160525476_0.9451776802125005"},"_hasShrinkwrap":false,"contributors":[]},"5.32.1":{"name":"antd-mobile","version":"5.32.1","dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.2.20","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","lodash":"^4.17.21","rc-field-form":"~1.27.4","rc-util":"^5.30.0","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"681671d183494947f4526c673e4d9cbc34062cb8","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.32.1","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-COLyXa6PO0bF3ytYxp/ut87cB3b69IonHoFbQb5F48zHrppckjx47Dbn6DZ/EZdqirWDN8kBjs4CCkOeZa34LA==","shasum":"513211e25356015c24c6288a49baa950b8857676","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.32.1.tgz","fileCount":2865,"unpackedSize":13944041,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlmQR5PTY9j0QlsCaAIXHZIf/g6HsSbRA0hF/arMi3rAIhAIKfpqVQ3LAdxVb2Hg3FgTYdNy03MXAEp4kJmbFKb1ix"}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.32.1_1692928993696_0.09413968670053596"},"_hasShrinkwrap":false,"contributors":[]},"5.32.2":{"name":"antd-mobile","version":"5.32.2","dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.2.20","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","lodash":"^4.17.21","rc-field-form":"~1.27.4","rc-util":"^5.30.0","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"7481c63054c2f16aeb3e6a5a9cd7ffd162b8079d","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.32.2","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-l8k6grxIVKOi9O6ZnekaMxafrd6CDyB/JI8SZtrL5DbK/BnalgMVgU5xYVikYj8scryaZVmi7gH/zyoiOT38vA==","shasum":"c0fdd5a01b30e1ece478483824a334761f68fe22","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.32.2.tgz","fileCount":2865,"unpackedSize":13951024,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC17wwjtFVfZpKSN2Qhw89YiHayka9kFLfTFNfhSlHbUAIgU5J0hgBQhmrwaDLW4XsgYMD4j6dCtAV31LZ+B13535k="}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.32.2_1693982042105_0.747545064275265"},"_hasShrinkwrap":false,"contributors":[]},"5.32.3":{"name":"antd-mobile","version":"5.32.3","dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.2.20","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","lodash":"^4.17.21","rc-field-form":"~1.27.4","rc-util":"^5.30.0","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"815e272629c7f27309ff7293801885cf9ba6d9bf","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.32.3","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-TtedUOorJB1TaN6K0T5T2iqIpkLNj+SYBNthtmrLkv7wfFVa2OgahDvHAyZDCVCUcmFWvhlDtgEBAIN/t/heTg==","shasum":"56e553d5553e4f2dc85ffdf6209130a84f740f60","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.32.3.tgz","fileCount":2865,"unpackedSize":13951800,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrh+h0sa/5QzRDefVfCeXLY83vtU3pyBdiRaa4wt+8nQIgCkM/LyCooUgrWyqAiBUR/DSANKyo7ZBnnZt9edHlG0o="}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.32.3_1694663736419_0.27925304082613156"},"_hasShrinkwrap":false,"contributors":[]},"5.32.4":{"name":"antd-mobile","version":"5.32.4","dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.2.20","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","lodash":"^4.17.21","rc-field-form":"~1.27.4","rc-util":"^5.30.0","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"c1d4a90da0114df5a681707825a6c2b67ae84b23","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.32.4","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-8/jcFRXD/+1qw5bnBMun6gC/XSHSExDHfmZ/OexzhKRzdJxLPr5oxzfO5TwPtV/EPt3H2c0/KVRvSyMyJYkydA==","shasum":"0dfaf5d700441f5394a992bff6dd4f93a3166b88","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.32.4.tgz","fileCount":2865,"unpackedSize":13954912,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFvXqATQUXcYuiOfMyUFHDnm2CQFRRR17GNgQ5rpUsPYAiEAz8EYVVQ8I1uyfLFYx3IcRbS4ZAUGPDnhTaRWEtta60E="}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.32.4_1694762202390_0.998029056425747"},"_hasShrinkwrap":false,"contributors":[]},"5.33.0":{"name":"antd-mobile","version":"5.33.0","license":"MIT","dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","lodash":"^4.17.21","rc-field-form":"~1.27.4","rc-util":"^5.30.0","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"729d024ff6e6dd14112a58040822fe60fbc867f6","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.33.0","_nodeVersion":"16.17.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-Q1t8It+8D8Sc2Y11KR+a75leTqsEJe3C2wzF154fJmzJHxYN5efSIrCOjrDVok4hvWWilpN9wb7+lxvDwmXF7g==","shasum":"21492c38e9280d9e5b1495759a2b9b54488de546","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.33.0.tgz","fileCount":2949,"unpackedSize":14785439,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFxl7SXMuJe28cp6G/KaBYyM9mzQj8oEDf7+V9QpkKEGAiAb8FI6tzs7QRE3lwox4ZipTeb/FIqUIExvmBPHPJr0gA=="}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.33.0_1697771857043_0.6326904991436204"},"_hasShrinkwrap":false,"contributors":[]},"5.33.1":{"name":"antd-mobile","version":"5.33.1","license":"MIT","dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","lodash":"^4.17.21","rc-field-form":"~1.27.4","rc-util":"^5.30.0","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"bfec8fdbe8ed8a9d440b58402e7abf573e2fe14d","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.33.1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-CVoLhVlqyoUYopv8ZqZW64m+c8Nyp1l+AxGsYV8cFhhshyXO4lNjWuLJ4xwL4+2VDy16TW21gCItboWLqWP7Mg==","shasum":"2b760305e10c50998002cd526c7c4ac6c7dfe426","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.33.1.tgz","fileCount":2949,"unpackedSize":14805957,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDhcL5USznnSoq7uWTICrWd/N8+rL/6oWoW+EXIw5Ft1AiAIBSL01zdyalzuvhfPZFPoPbjQ/46g2OnD13vZyFIglw=="}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.33.1_1702453925876_0.34769111202718905"},"_hasShrinkwrap":false,"contributors":[]},"5.33.2":{"name":"antd-mobile","version":"5.33.2","license":"MIT","dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","lodash":"^4.17.21","rc-field-form":"~1.27.4","rc-util":"^5.30.0","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"955d716700989a7f2d8cce5d4ffcbcb601aaef7f","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.33.2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-lhb+pgUYAER5qfcgvAUKZrVTmdCS57qZZ+0z2IO+CubDJFeqL+SRIcv7quBwXEQH8Cr83bjUFk6aMcJ4Ss5C4Q==","shasum":"63ffb8d17bba5a16fc22cee6bf56ebf29ba6ef75","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.33.2.tgz","fileCount":2949,"unpackedSize":14713703,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGIDO1f07V/B7HYIQi8ZCOEQPGxwsFl3/IjEwol6pooKAiAujv0QwgvJHW8SRCg9R0PxOzsCl3h9dxNjSklnHeQBaw=="}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.33.2_1703237004673_0.7737468764884783"},"_hasShrinkwrap":false,"contributors":[]},"5.34.0":{"name":"antd-mobile","version":"5.34.0","license":"MIT","dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","lodash":"^4.17.21","rc-field-form":"~1.27.4","rc-util":"^5.38.1","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"gitHead":"55b6cd499d973c2ef2a471d7584e3687b0863359","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_id":"antd-mobile@5.34.0","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-GqpynUhBvu5X2xDoqNrEbt7ir3UfXNTLAUluw1WyRqLPO4kxUtEoD2A+vxKXc01657O0k4K4XpfY+THMOJQ5sg==","shasum":"47aad9d1bc818115b007f72684eb8b4c2c24fcd7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.34.0.tgz","fileCount":2949,"unpackedSize":14608997,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm7ROpsGOQonokcAnYTULN9OmSWjwdMjKqgEq4Q1ywwAIhAMd9S4uK5UMRvIfM4RB5J8TUtskq/U4Oe6ehjGsfQDnQ"}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.34.0_1704268647963_0.2010815905463359"},"_hasShrinkwrap":false,"contributors":[]},"5.35.0":{"name":"antd-mobile","version":"5.35.0","license":"MIT","dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"~1.27.4","rc-util":"^5.38.1","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"main":"./cjs/index.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","GravityCDN":"./umd/antd-mobile.js","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.35.0","gitHead":"cf550e43989cbe9f0cc2c78cb84dd57ac5b4fff9","description":"<div align=\"center\">","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"homepage":"https://github.com/ant-design/ant-design-mobile#readme","_nodeVersion":"18.19.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-UYr8T2Tlw3eXdyDYpWrPu54RWDcon4biI5VWHtMp9XxmSP5tzypRxoseh1ZGE28boQq9FKpSCC6FZ9rN0HXnQg==","shasum":"72df0cc8c193699197eb664c55d4156b3cf8a000","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.35.0.tgz","fileCount":2965,"unpackedSize":14321750,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBANP2o2rM/8sKzC8nc84sXU1JjZtox6IQVKmdyZlyniAiEApY8u8xBgS22ZYhf66FFbsi+d3e7ich21uwn4rNlf4vM="}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.35.0_1711610148696_0.29394447577761396"},"_hasShrinkwrap":false,"contributors":[]},"5.36.0":{"name":"antd-mobile","version":"5.36.0","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"~1.27.4","rc-util":"^5.38.1","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.36.0","gitHead":"138b3138b21b0519d00bb9ef3ff435b32715d728","description":"<div align=\"center\">","_nodeVersion":"18.19.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-hvowbaAO5FeARKpXyalCrc9YgFi9YWKR82Gmne4SruQjIcMlkkfmNC4D5PQOQWu09zvduUMTKSraMtACd72ktw==","shasum":"5a1c745afa68496ec331d7916d69c7650482a34b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.36.0.tgz","fileCount":3021,"unpackedSize":14418118,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFSbhlX9JLKcWyCrxk8LJ9o2320JiusG2E4BxzY25u1oAiEAxUutg+v1ad1An4Z3j0HTeJPpd+ygK6osftYYUkeF1eY="}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.36.0_1714303272364_0.7086558732057489"},"_hasShrinkwrap":false,"contributors":[]},"5.36.1":{"name":"antd-mobile","version":"5.36.1","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"~1.27.4","rc-util":"^5.38.1","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.36.1","gitHead":"a4a09ad7bff9345c32c5c78ab146f46e1765398b","description":"<div align=\"center\">","_nodeVersion":"18.19.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-TneFsSc0OV95+lYSA1DzOyDdZZI3bitA071QT71cu+duS7RLMJXoOUPGcDxkCrqPC4ticwkfNx3s6NTdP2d8fQ==","shasum":"6b0d1ada43923bcdc592aa4448f2b60e13eef75a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.36.1.tgz","fileCount":3029,"unpackedSize":14455340,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAviXYZczxG34ug3yL1HfPYr+dNV201WrEkYFlyq34DTAiAMYmNrUzIfYkhOskVUbP085WiP4vn3pccmw92pwRftjw=="}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.36.1_1716781905166_0.040015578775029814"},"_hasShrinkwrap":false,"contributors":[]},"5.37.0":{"name":"antd-mobile","version":"5.37.0","license":"MIT","_id":"antd-mobile@5.37.0","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"dist":{"shasum":"745db9c6bd9820e0635e2fd3760fe1fcb2555033","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.37.0.tgz","fileCount":3049,"integrity":"sha512-gJJOfNLD993WdMNb1fuU8oYYsMKtOY+t8K497zCgYeICMTV5dwCwXAlpJtxkmt2nyQgl77e3Vo5a/inU9Wcp6A==","signatures":[{"sig":"MEYCIQDAALmaIu7RRHjph1fMk5DnCnkWaTm6dDSJ9mO68VlzWQIhAMFEBJXHpIik/8wQOMZTBMj1eHhHtzyOuzcHmKT5d765","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14521869},"main":"./cjs/index.js","types":"./es/index.d.ts","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","gitHead":"4abf51ead3af6ad18ad51bdec884d54449f98282","typings":"./es/index.d.ts","_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"GravityCDN":"./umd/antd-mobile.js","repository":{"url":"git+https://github.com/ant-design/ant-design-mobile.git","type":"git","branch":"master","platform":"github"},"size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_npmVersion":"10.2.4","description":"<div align=\"center\">","directories":{},"lint-staged":{"*.{css,less,scss}":"stylelint --fix","*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write"},"sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"_nodeVersion":"18.19.1","dependencies":{"dayjs":"^1.11.7","tslib":"^2.5.0","ahooks":"^3.7.6","runes2":"^1.1.2","rc-util":"^5.38.1","react-is":"^18.2.0","deepmerge":"^4.3.1","classnames":"^2.3.2","nano-memoize":"^3.0.16","rc-field-form":"~1.27.4","@floating-ui/dom":"^1.4.2","@react-spring/web":"~9.6.1","antd-mobile-icons":"^0.3.0","staged-components":"^1.1.3","@use-gesture/react":"10.3.0","react-fast-compare":"^3.2.2","antd-mobile-v5-count":"^1.0.1","use-sync-external-store":"^1.2.0","@rc-component/mini-decimal":"^1.1.0"},"_hasShrinkwrap":false,"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/antd-mobile_5.37.0_1719567554890_0.23012265553763878","host":"s3://npm-registry-packages"},"contributors":[]},"5.37.1":{"name":"antd-mobile","version":"5.37.1","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"~1.27.4","rc-util":"^5.38.1","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.37.1","gitHead":"ca4c12094c13131b47fbfd1babbbb5abeaa47b60","description":"<div align=\"center\">","_nodeVersion":"18.19.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-r7LXWsvgI13BCwX3k0CPhRXeWVvlpyiION4k6YjoIlkc2NCah0InhVmFSkmbhSU3zufQai5ao0oFhQtVq5dY+Q==","shasum":"9a86718d9a95899b7efcb798ca005b59af14b75a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.37.1.tgz","fileCount":3057,"unpackedSize":14547717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9IxEZMBjLh3AB55zIZXux3ZHcCPYORz1ARXAOCUDs8gIhAPW//x2ga+aNxdp7QGBm8qdPYxiwVkaSFY+mmiCRKuGi"}]},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.37.1_1719978567836_0.5429298990061533"},"_hasShrinkwrap":false,"contributors":[]},"5.38.0":{"name":"antd-mobile","version":"5.38.0","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.38.1","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.38.0","gitHead":"c4e181d98b51c8b9ac9ca2c2841ad9ac9521f62d","description":"<div align=\"center\">","_nodeVersion":"22.5.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-zOOqQm30f/0aI9LyxCuUMjdWJxf9X9OUNabISNZ5IN/7opyNgH+S08i5kHfrBpTjIvI0TOxHPb9X9Hh3R3Kvkw==","shasum":"2fe4256b85b9975ad6a651a35c170ff00e9b615b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.38.0.tgz","fileCount":3113,"unpackedSize":15153102,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFRvH/wm9XikyYn76yyDpoa5HHaT2FwUK86CEUCU0rIQIhAPH1NPqqt3UDKiOr3gDe09M0G6xzTw9moJEmiDDR2d0R"}],"size":3019102},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.38.0_1730085655168_0.322550653001493"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-28T03:20:55.586Z","publish_time":1730085655586,"_source_registry_name":"default","contributors":[]},"5.38.1":{"name":"antd-mobile","version":"5.38.1","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.38.1","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.38.1","gitHead":"4a587e58e557dae75ac1dbdcdf42b565da1023c3","description":"<div align=\"center\">","_nodeVersion":"22.5.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-1szLVnmu6hz4iJfKFAsCImJkiLe8FV9IoFChXpnLRBz41wrSfjh7FwPuo0AfFfEuTmV2GYS6BNixiuGscHj+iQ==","shasum":"0a4592706df6043861990573ec5650e580a87e4f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.38.1.tgz","fileCount":3129,"unpackedSize":15179744,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGQLdqs/tgTYpt8yA0HWBXH7+N54rjqnRqsVMbIXg8kTAiAmOKBZlCXF+CQPgeicyRVLDZBtZs/q5CyH5L1MOn7uzQ=="}],"size":3019881},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-mobile_5.38.1_1730185834046_0.2413030188945946"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-29T07:10:34.390Z","publish_time":1730185834390,"_source_registry_name":"default","contributors":[]},"5.39.0":{"name":"antd-mobile","version":"5.39.0","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.38.1","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.39.0","gitHead":"2c73565d4437eee0be13c14c218088f78f7145c3","description":"<div align=\"center\">","_nodeVersion":"22.5.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-x0cr1KYcYEOzLzD8r5S3NYtViTxTkHSh8krjM5q6RxphjabvEFQTZuf3i7gJzICprirJ4GO/F7K3m8qldCiEjw==","shasum":"2efee4994b4163b92858277a0e93c1e32016987a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.39.0.tgz","fileCount":3129,"unpackedSize":15207156,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDqmVlO8qoajjoLpDGDzMsIokAtuwUI1zecFXUrSBV/OAIhAPX+fkQwyG5ZIVtNHTIOz/KA13aYdWTQWcNIsei+ZFMu"}],"size":3024933},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.39.0_1741681810803_0.7669973901269427"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-11T08:30:11.174Z","publish_time":1741681811174,"_source_registry_name":"default","contributors":[]},"5.40.0":{"name":"antd-mobile","version":"5.40.0","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.40.0","gitHead":"38b028f2bd1e9c59325accef7f665e826e917dca","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-nNfkTLiYPsa7A2i7eoG/hr2BM0agR4cfugE2+5HTyGnCg5xQT04Pmt9qEoKv7MOW5BaiiMyjO462Kh8KRF5QBA==","shasum":"62fbd4ac7b93b801ccef34f1197efd6d3c4b190e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.40.0.tgz","fileCount":3137,"unpackedSize":15512020,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCJdDFClTs/QAPrC+513XQ0S+fkWO8XsmjK7axiKXa4SwIhAPtCiD6W177mD+GbquvrCdZDW5RyJz/oxtegofM9TQyB"}],"size":3119786},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com","actor":{"name":"zombiej","email":"smith3816@gmail.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.40.0_1750661683662_0.5210306175076593"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-23T06:54:43.919Z","publish_time":1750661683919,"_source_registry_name":"default","contributors":[]},"5.41.0-alpha.0":{"name":"antd-mobile","version":"5.41.0-alpha.0","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.41.0-alpha.0","gitHead":"16cc8d7dc7f3dcbb1148977125b6a211f50d499a","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-QyI2J19+IfndZLOqUSiIOBO/RosH9BGkwi1s4Q4mVODuHnAp1odPoZPUZ/SU3I3lzN89aT3dfKmY43GrMGM3gg==","shasum":"b95fb68146d6eb977ba99f8f89437993495500e8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.41.0-alpha.0.tgz","fileCount":3129,"unpackedSize":15556971,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIF9fqSlbp2sFaNkzTi/hbS6xcA95dbPe3GERdQQC32AmAiEAl6EAlYAbuXElAzgr8ypebSBAqds+K2/lJTFjLZf+NPk="}],"size":3131740},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.41.0-alpha.0_1753252255375_0.19813460601019806"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-23T06:30:55.632Z","publish_time":1753252255632,"_source_registry_name":"default","contributors":[]},"5.41.0-alpha.1":{"name":"antd-mobile","version":"5.41.0-alpha.1","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.41.0-alpha.1","gitHead":"85dd22e6b9005df42097ccfb44e41fbd1551277e","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-uBICpjcrNs5qShLdRVwfhdluWbJs0axB+RRbpwGZUHWv6qyK9P+DdpGDHTgcfwAj/lVdsR1uczFNqBPvfU8eSg==","shasum":"e8a262f272705b9d2de5480d76b7c0c451e8745e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.41.0-alpha.1.tgz","fileCount":3129,"unpackedSize":15561135,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGqoJOlH86+A9rgTmsUUmB7fG7lG8a3e1vKylNYropdsAiBJurE/UzeOXFjYd+pYAUt44CVGBNBvhJgsJO5H9smEbA=="}],"size":3132574},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.41.0-alpha.1_1753868052125_0.6720156998848588"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-30T09:34:12.408Z","publish_time":1753868052408,"_source_registry_name":"default","contributors":[]},"5.41.0-alpha.2":{"name":"antd-mobile","version":"5.41.0-alpha.2","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.41.0-alpha.2","gitHead":"aba452df953724fbf6537618000997874907b696","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-rhqBYfQ45wVAE4CzjyQZMZzhsW0Eh355fNU2O7cq26Mm08EL3L+WD5Fi7OJicCoSo9UB13en/36Q9i4WvaB9Bw==","shasum":"e90f3cd72a511a2fa9687d1b179248dd8e44e9bf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.41.0-alpha.2.tgz","fileCount":3129,"unpackedSize":15575041,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDfF5pxOza8j8AAFH6PgOBhYPCZNhifDos2uU0mIZpyyAIgIHWvYq4TGP3Akfz8/GObJ6YbnBB0LKV6/H48Rqvrirg="}],"size":3138579},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.41.0-alpha.2_1754290231140_0.7095489354034334"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-04T06:50:31.442Z","publish_time":1754290231442,"_source_registry_name":"default","contributors":[]},"5.41.0-alpha.3":{"name":"antd-mobile","version":"5.41.0-alpha.3","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.41.0-alpha.3","gitHead":"78e77faf84d04836b3f838a402eb5bc16b7372f2","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-5eBkmp1rciyA5WIArtRTU5IdZgcpCgtxsWztAeG3W3xQm+etZ6o4TgI2hrMplSUl/M9fD0St6GLwmiKrKn+fEg==","shasum":"193dc0ad60e2188693fc67635f76d58e887f5e17","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.41.0-alpha.3.tgz","fileCount":3129,"unpackedSize":15594809,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFFyMFuyYzcsL9MJJLaY8m/d8p6lR6W5idwD1mxBW7SlAiACn/p2LtY5qI+MDvGx8WOABIEvhWgJQt52FojlYuYTzg=="}],"size":3143383},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.41.0-alpha.3_1756780625348_0.23540595744036974"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-02T02:37:05.627Z","publish_time":1756780625627,"_source_registry_name":"default","contributors":[]},"5.41.0-alpha.4":{"name":"antd-mobile","version":"5.41.0-alpha.4","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.41.0-alpha.4","gitHead":"b856f88f22c76b6b6dd9b5af7333c2692c4b10bf","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-sY34PAt7qqGuJhhqiQKJlfwq3jNjTRemU2Hf4gK9+O7mdM2oR6/tAOruEXUlB1hspu9f6b/r0+SiIVeG8O7fVw==","shasum":"ac1a34c4ebd4b0bd8141006681756299b5be068e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.41.0-alpha.4.tgz","fileCount":3129,"unpackedSize":15595185,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD2oMKtbneK1xnYACw1zk20eKMul8nr5xKCIbCvEHzeagIgFzyRj9NrXVU9TahBplcc1ClVwqaxD8VbtAapceYWIT4="}],"size":3143445},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.41.0-alpha.4_1757469132411_0.5738082485705405"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-10T01:52:12.743Z","publish_time":1757469132743,"_source_registry_name":"default","contributors":[]},"5.41.0-alpha.5":{"name":"antd-mobile","version":"5.41.0-alpha.5","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.41.0-alpha.5","gitHead":"f7027193f07ec9a8ac726166c2302006b026477d","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-zGjLv2IKTMI7PIrAUlnYVMIm9YbXiPT+BAsC9OxD8hz9nlXcRRaF8v0VYDozG0B3iJpB3oFOFsErYLgJoToxUA==","shasum":"54d92b660f812f5ddafe978de7c6d18d99dfe25a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.41.0-alpha.5.tgz","fileCount":3129,"unpackedSize":15595479,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDL2tK3oNCNIcVW8479rLgIcXc/EY9tZPQ3dOo+pALN/AIhAK1CQYgNNDJ3oxIDFdR5nmSuz6Frx2GpjmHxZSeg2h/I"}],"size":3143472},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.41.0-alpha.5_1758024903931_0.8231521552681587"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-16T12:15:04.278Z","publish_time":1758024904278,"_source_registry_name":"default","contributors":[]},"5.41.0":{"name":"antd-mobile","version":"5.41.0","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.41.0","gitHead":"684b846ced90e830e6312c8c22494a1a2cae663f","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-01M998qv83qX2pyTChrudNHf4JXR/Mp9gJR3NsDy7e9YwXvdYKQNCthz8PnAlh7dwEOCj9uJbjubs1HaovcIbg==","shasum":"1874b6d44d4a683a314ff707d3a602e94489bdbf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.41.0.tgz","fileCount":3129,"unpackedSize":15595463,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCag24mZ9687UPTarjX7hBfUIatnyGoLq5yMwm1tNlWrgIhANxl6S3h1xlt05BcBjcTCUfh+1pMuCrecTYQlI1IBdZ2"}],"size":3143465},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.41.0_1758702941612_0.9879021971926953"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-24T08:35:41.900Z","publish_time":1758702941900,"_source_registry_name":"default","contributors":[]},"5.41.1-alpha.0":{"name":"antd-mobile","version":"5.41.1-alpha.0","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.41.1-alpha.0","gitHead":"d58f99bf690d9c289ae9e20ef6b9834069dec002","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-SZ0aAw1Ktq0SqPkw7LQ0qK27rzcXkKcvjQ12C7vqe1ymnePI0Brb4Rgx3ISULA/QHqDdxiyEcltEKFmkIle5Zw==","shasum":"f9dd24fca3c3df430953b5a0e617dd533842d206","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.41.1-alpha.0.tgz","fileCount":3129,"unpackedSize":15595479,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFXyGe5SUqZyA864lS2nsKyI+vu09qHEMV68JZPY/NDWAiEA0lMIfs4YJW0+z1hIY6xVPhojn4nc2IQ2dtix73Prp4Q="}],"size":3143472},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.41.1-alpha.0_1758767851861_0.5201641238105947"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-25T02:37:32.224Z","publish_time":1758767852224,"_source_registry_name":"default","contributors":[]},"5.41.1-alpha.1":{"name":"antd-mobile","version":"5.41.1-alpha.1","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.41.1-alpha.1","gitHead":"b45efffbea6ea0afe0bbe61ed716f9b86f02e1a6","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-zfnJIK0tnnzQ6w+xvsdfotGo4vnqPBYgidaG92JHVltfQ1A5t6vIb1M1YLVi2JXjio8S7PdSzoM4xxldaeRwUg==","shasum":"2bb6412e13e9472e1331d6689d3560d5194774ba","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.41.1-alpha.1.tgz","fileCount":3129,"unpackedSize":15598085,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCTnOewSp7n+dS3Zb6wbt5sK6dNZfbbspMcCw0DLse6LwIhAOyV0c1j1/m+ELM2UCC6+aJwP7EoVOLJoIhgP4X+hXVA"}],"size":3143967},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.41.1-alpha.1_1758768473307_0.9689513905658009"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-25T02:47:53.684Z","publish_time":1758768473684,"_source_registry_name":"default","contributors":[]},"5.41.1":{"name":"antd-mobile","version":"5.41.1","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.41.1","gitHead":"e52b3de30f96b7fe3f59cb53dd4f50bfb656396a","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-fS5sTRLKHca5qryEYLGiPDLANK0rbhx8f8xk0Olu6ef00tLe0P9iqHQm0U3UtEBd8S454cilw5uv2J3I79Tbgg==","shasum":"77053503436c4576b140b1170454b38efa211d48","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.41.1.tgz","fileCount":3129,"unpackedSize":15598069,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDtTt8fvSKShYh3xWwdrw/Bkd+HqJhw+qTPwVX8851VYAIhAOQ7RldT6GyflgG0wU8ydokcWJkUJJ2n3wwopJWM0l/E"}],"size":3143959},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.41.1_1758769593250_0.010216501804556799"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-25T03:06:33.538Z","publish_time":1758769593538,"_source_registry_name":"default","contributors":[]},"5.42.0-alpha.0":{"name":"antd-mobile","version":"5.42.0-alpha.0","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.42.0-alpha.0","gitHead":"489d444f13f45bbebbb047a36542282bcca16faf","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-aLiI0MZuUN5jZUiGBz7lwulifi78E0AKjLwscFYN+98M12GiiVBjXh9UV/LKOToXeFdHhOgzSuiZqc8j5AD41g==","shasum":"edd05b68c1108523e12982898e9157ff9f8d658a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.42.0-alpha.0.tgz","fileCount":3137,"unpackedSize":15610610,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIESX2TgJaa4atpyhisZq9KpZw6p2UkWDIGKY+zeZ73paAiA5DXLLJXYnpzxF431tMUgdfM4Dux4R7d+8dmHG1skEXQ=="}],"size":3148358},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.42.0-alpha.0_1760324764178_0.94926359291443"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-13T03:06:04.504Z","publish_time":1760324764504,"_source_registry_name":"default","contributors":[]},"5.42.0-alpha.1":{"name":"antd-mobile","version":"5.42.0-alpha.1","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.42.0-alpha.1","gitHead":"c55c5a3c51262d81a7c95bd5b58173666c23531e","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-DGsO6jsrwIo/XMEPvZP0TwQtg/WJWlf3RkSFpAP4vq8g0lEQakNGAi4mmQgoRculuOaz/RYQ05wuArfcIV99Kw==","shasum":"db2c17d7fbf673f422720d3a5334cdfca8c187d3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.42.0-alpha.1.tgz","fileCount":3137,"unpackedSize":15613886,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCQ273T/HPu0BYTJhJ/EnceZ8AVLeGezKvMsIeMzer0aAIhAKwzYKvBvtL0wBK8+u2FGPqQfGLOdOq1qNblMbVLPRoZ"}],"size":3148778},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.42.0-alpha.1_1760494772309_0.11078187748378876"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-15T02:19:32.707Z","publish_time":1760494772707,"_source_registry_name":"default","contributors":[]},"5.42.0-alpha.2":{"name":"antd-mobile","version":"5.42.0-alpha.2","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.42.0-alpha.2","gitHead":"66b2b67bc0f55c6223b3c0a9f7ab56ae7ad929a9","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-yGeRgBaY14ptEigfyrhUaj7yqwhbf7PnMJqEaf0+ST0yhR1a4GBYJmWdsMnJApNQ1uaq5h22Arr1XxvKLsC0qQ==","shasum":"59fa75820c5420d6dcb1ed4a60f1d0edfab33b21","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.42.0-alpha.2.tgz","fileCount":3137,"unpackedSize":15618690,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDONSXHz0mHmgvALctXlWYqO7VC42x49eTO+iEvO+V5uAiBasZcBfHj9xiTKo6ecZrsQGV9TDcOVtkxszFfGWPh1Eg=="}],"size":3149447},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.42.0-alpha.2_1761792322657_0.41221743878350625"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-30T02:45:22.972Z","publish_time":1761792322972,"_source_registry_name":"default","contributors":[]},"5.42.0":{"name":"antd-mobile","version":"5.42.0","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.42.0","gitHead":"d5e84226eec9100d8c2aac288485251816c372cf","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-6k3q5BkNAQgwA+m8GTW45l6zd+G12ooa8wgzoQEu2+4cH0z5LmvbNAwKQvj3ciFULg85q9EACv+LArcWlyycRg==","shasum":"a3e2f80994566a15dbf3e814236a6bbbd4ed4d81","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.42.0.tgz","fileCount":3137,"unpackedSize":15618816,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDTakL1qatbOGnrnMwHiIy0QB6z/30qDFjW36nO6tXPvAiEA4tTR2W4iFCKdr8Q8Sd5+8mzANUQhVLkMIHGrcECUFbI="}],"size":3149500},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.42.0_1765174696655_0.573866896713336"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-08T06:18:17.072Z","publish_time":1765174697072,"_source_registry_name":"default","contributors":[]},"5.42.1":{"name":"antd-mobile","version":"5.42.1","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"_id":"antd-mobile@5.42.1","gitHead":"a013119ea7b23ade5918476376db243c53907c49","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-KuiTFwrsfXO606YnO6LwDmGkQtahmDu/bNrABxjN5E2FJcmIGKD0ZieGzeQYVKkIigagLNZL1+gHXMHriAZEEQ==","shasum":"4df8680ca582f765a8c901bc73863c4a7571d4a8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.42.1.tgz","fileCount":3137,"unpackedSize":15620148,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC3dnw6ywb9jcjqmS+rSNMW5niE922PMnpiV4Opiw+URQIgBUZsg9PxkWEg4rLueXDvkGjs9qkUDoORS/Ym2qV3+Zc="}],"size":3149582},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.42.1_1765348092958_0.732970086254191"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-10T06:28:13.315Z","publish_time":1765348093315,"_source_registry_name":"default","contributors":[]},"5.42.2-alpha.0":{"name":"antd-mobile","version":"5.42.2-alpha.0","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"readmeFilename":"README.md","gitHead":"4021257fe1406d975a4e406052e73678fb55501b","_id":"antd-mobile@5.42.2-alpha.0","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"11.7.0","dist":{"integrity":"sha512-b4A1C8H8LeisF5wgd5NXblz1uPfr3EyKqFT8QA/NpJmgGOKudA0fAw0wVgeE4k0kxOIIY8g/3lZCVL8z0G6D4Q==","shasum":"d8aeb5c0322c26b21702986533d53ea6cdf01bbf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.42.2-alpha.0.tgz","fileCount":3137,"unpackedSize":15620887,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD6XDtjruckf+04yd/8N32/qiBhrqJ8DDhwAw1Lf/7oXQIhANVWGLLkSmiLgQ2RqjFu2m08UDEbpqXg/jS9ayWlHHXj"}],"size":3149658},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.42.2-alpha.0_1766136190084_0.5404141710199606"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-19T09:23:10.479Z","publish_time":1766136190479,"_source_registry_name":"default","contributors":[]},"5.42.2-alpha.1":{"name":"antd-mobile","version":"5.42.2-alpha.1","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"readmeFilename":"README.md","gitHead":"ce1b4e5d1e8470830fdbd25a6d654d1fddf6efab","_id":"antd-mobile@5.42.2-alpha.1","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"11.7.0","dist":{"integrity":"sha512-I7roa1kUSmV5kbBUcDYyE2CWKKgs+YSZKlV7ytIGJ0ESm2S1G033NMQCSzENHX+rGwxKPr5hQF6aip9OetIHRQ==","shasum":"8575b5dcfe471a885361d57780a9587d427846f5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.42.2-alpha.1.tgz","fileCount":3137,"unpackedSize":15629199,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDG2w4pzIbpDSkMgPbBMDEQKy7UZ6iLDjTBB7qGiN6SLAiEA6+B32lNv2mryLE2/PDSB8dFccT3I1LeWFuNWmuZeytE="}],"size":3151326},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.42.2-alpha.1_1766471152970_0.7725298153380877"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-23T06:25:53.355Z","publish_time":1766471153355,"_source_registry_name":"default","contributors":[]},"5.42.2-alpha.2":{"name":"antd-mobile","version":"5.42.2-alpha.2","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"readmeFilename":"README.md","gitHead":"54e0807981c277eb53623227e6ebbf3f43424b49","_id":"antd-mobile@5.42.2-alpha.2","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"11.7.0","dist":{"integrity":"sha512-07XHRd9vB1rtMXltMcrsWPqkFgUHsI7a/nSi4T/BPU5B/yDa5KnLmlBH4MgwyqN+gwTDqWsvtsXJ7rmEaBPjDQ==","shasum":"6abe42ab4b47e0368d45a8427dafd2e0168806c2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.42.2-alpha.2.tgz","fileCount":3137,"unpackedSize":15631619,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIED/MGJQBxDTbyUWfXRhFu8VRfd3SzFkHQq4xUQs0GWCAiBgou7apmKzFAicbpXwVS11McoUgugmT756h6XGf0jmWA=="}],"size":3151795},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.42.2-alpha.2_1766548427403_0.21577647098711594"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-24T03:53:47.705Z","publish_time":1766548427705,"_source_registry_name":"default","contributors":[]},"5.42.2":{"name":"antd-mobile","version":"5.42.2","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"gitHead":"006e6079071b2d0bcc27d1825215ada9ca1bf43f","_id":"antd-mobile@5.42.2","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"11.7.0","dist":{"integrity":"sha512-LyazdxSpAS1cD/XF3LFXVqsgOaBo4C1x05s4664lcXgHa5I/idO+8DxWul5NZNjv2RDAVnfzjDfuU4uMXYJELw==","shasum":"126c09ae82cd53dc37807694d42fdf2040fa4b7a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.42.2.tgz","fileCount":3137,"unpackedSize":15646759,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCtejr5qCZB2JADz9YieFYuiXYrzpFDO5OMG6Xrh2RPBgIgWDj8OIIYOG3QL5mMXrU4BiCnpukoODvRkJbJ7aXBFAA="}],"size":3153406},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.42.2_1767841797640_0.5381126799768887"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-08T03:09:58.010Z","publish_time":1767841798010,"_source_registry_name":"default","contributors":[]},"5.42.3":{"name":"antd-mobile","version":"5.42.3","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"gitHead":"8600d5f6aa993492c615e6089b3725c28b76ff85","_id":"antd-mobile@5.42.3","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"11.7.0","dist":{"integrity":"sha512-HLykA0Cr2am7dgEch/TRUnr4GHgTOM59rA9CVjgBJVVJ8dk2w8uUBz//Bji19sRH2leiUObWY7KQZpsWF+WQeg==","shasum":"b9ce1200bbc93f2696bc9d9584d09d4dac3238e4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.42.3.tgz","fileCount":3137,"unpackedSize":15646054,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGejt8/oZym5236H4q+QltrsbNWW098NWROy5HgtLSDCAiEA2Hq38F4i+3tCqY08B4DLkUw1YPRqqjLLXXBO11oi8U4="}],"size":3153296},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.42.3_1767931004001_0.8591921832617673"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-09T03:56:44.323Z","publish_time":1767931004323,"_source_registry_name":"default","contributors":[]},"5.42.4-alpha.0":{"name":"antd-mobile","version":"5.42.4-alpha.0","homepage":"https://github.com/ant-design/ant-design-mobile#readme","bugs":{"url":"https://github.com/ant-design/ant-design-mobile/issues"},"repository":{"type":"git","url":"git+https://github.com/ant-design/ant-design-mobile.git","branch":"master","platform":"github"},"license":"MIT","sideEffects":["**/*.css","**/*.less","./es/index.js","./src/index.ts","./es/global/index.js","./src/global/index.ts"],"main":"./cjs/index.js","unpkg":"./umd/antd-mobile.js","module":"./es/index.js","types":"./es/index.d.ts","typings":"./es/index.d.ts","lint-staged":{"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}":"eslint --fix","*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}":"prettier --write","*.{css,less,scss}":"stylelint --fix"},"dependencies":{"@floating-ui/dom":"^1.4.2","@rc-component/mini-decimal":"^1.1.0","@react-spring/web":"~9.6.1","@use-gesture/react":"10.3.0","ahooks":"^3.7.6","antd-mobile-icons":"^0.3.0","antd-mobile-v5-count":"^1.0.1","classnames":"^2.3.2","dayjs":"^1.11.7","deepmerge":"^4.3.1","nano-memoize":"^3.0.16","rc-field-form":"^1.34.2","rc-segmented":"~2.4.1","rc-util":"^5.44.4","react-fast-compare":"^3.2.2","react-is":"^18.2.0","runes2":"^1.1.2","staged-components":"^1.1.3","tslib":"^2.5.0","use-sync-external-store":"^1.2.0"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"GravityCDN":"./umd/antd-mobile.js","size-limit":[{"path":"./lib/bundle/antd-mobile.es.js","limit":"200 kB"}],"readmeFilename":"README.md","gitHead":"efdd755f7accadf7c9ca31807e5f9b69bfbde149","_id":"antd-mobile@5.42.4-alpha.0","description":"<div align=\"center\">","_nodeVersion":"22.15.1","_npmVersion":"11.7.0","dist":{"integrity":"sha512-JtoZzmC98Y47a5qp0j8v/6qkgZna4tcS9qNun1HO3w4kBZpjIA7f9FtQ8hcTiWApjqBgzl1LnkY0h6nu+BNWsg==","shasum":"ec6aaae017490c16943a063037a3077332d4588e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/antd-mobile/-/antd-mobile-5.42.4-alpha.0.tgz","fileCount":3137,"unpackedSize":15646674,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIC54U3C5s0GaBWsopt+j6HYgJw23tfIM6yTszHssQpmyAiEAhceh78Sw4rk3ovL4ivUKDw2c6ZGMQf7nVhVdrZRtXAc="}],"size":3153443},"_npmUser":{"name":"anonymous","email":"smith3816@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"afc163@gmail.com"},{"name":"anonymous","email":"smith3816@gmail.com"},{"name":"anonymous","email":"awmleer@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/antd-mobile_5.42.4-alpha.0_1773372822620_0.0741995514382301"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-13T03:33:43.005Z","publish_time":1773372823005,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"alpha":"5.0.0-alpha.21","beta":"5.0.0-beta.32","latest":"5.42.3","next":"5.0.0-rc.28","dev":"5.42.4-alpha.0"},"name":"antd-mobile","time":{"modified":"2026-03-13T03:34:06.608Z","created":"2022-01-26T19:43:26.841Z","2.3.4":"2020-09-18T07:26:57.872Z","2.3.3":"2020-05-19T08:31:16.044Z","2.3.2":"2020-05-14T06:06:18.267Z","2.4.0-beta.0":"2019-10-18T08:11:49.551Z","2.3.1":"2019-08-16T09:50:22.549Z","2.3.0":"2019-08-15T11:37:53.171Z","2.3.0-beta.0":"2019-08-02T07:33:59.058Z","2.2.14":"2019-06-13T08:25:26.419Z","2.2.14-beta.0":"2019-06-13T02:59:59.843Z","2.2.13":"2019-04-30T11:24:04.075Z","2.2.12":"2019-04-28T08:41:17.493Z","2.2.11":"2019-03-22T09:09:03.637Z","2.2.10":"2019-03-21T13:03:11.843Z","2.2.9":"2019-02-19T10:30:13.826Z","2.2.8":"2018-12-29T08:07:12.802Z","2.2.7":"2018-12-29T02:06:40.212Z","2.2.6":"2018-10-25T10:08:38.269Z","2.2.5":"2018-09-07T08:07:14.622Z","2.2.4":"2018-09-06T11:25:11.683Z","2.2.3":"2018-08-09T08:54:16.766Z","2.2.2":"2018-07-12T12:01:00.130Z","2.2.1":"2018-06-27T12:51:00.304Z","2.2.0":"2018-06-15T07:04:36.456Z","2.2.0-beta.1":"2018-06-08T08:56:02.988Z","2.2.0-beta.0":"2018-06-07T09:47:17.381Z","2.1.11":"2018-05-31T09:01:26.093Z","2.1.10":"2018-05-24T14:12:12.611Z","2.1.9":"2018-05-21T12:33:16.308Z","2.1.8":"2018-03-19T07:27:52.206Z","2.1.7":"2018-03-16T08:05:40.135Z","2.1.6":"2018-02-05T04:34:35.958Z","2.1.5":"2018-01-29T06:25:42.724Z","2.1.4":"2018-01-23T02:34:03.518Z","2.1.3":"2017-12-29T08:30:30.093Z","2.1.2":"2017-12-15T09:41:34.894Z","1.7.2":"2017-12-14T08:47:41.071Z","2.1.1":"2017-12-06T10:44:07.455Z","2.1.0":"2017-12-03T08:39:30.696Z","2.0.3":"2017-11-11T05:41:48.945Z","2.0.2":"2017-11-04T05:29:30.499Z","2.0.1":"2017-10-28T04:55:29.825Z","2.0.1-alpha.0":"2017-10-24T03:57:28.413Z","2.0.0":"2017-10-20T07:13:19.359Z","1.7.1":"2017-10-20T04:49:55.753Z","2.0.0-rc.4":"2017-10-20T04:10:26.861Z","2.0.0-rc.3":"2017-10-19T13:03:06.353Z","2.0.0-rc.2":"2017-10-15T06:28:28.521Z","2.0.0-rc.1":"2017-10-14T01:56:11.208Z","1.7.0":"2017-10-13T10:12:25.246Z","2.0.0-beta.6":"2017-10-11T14:36:54.578Z","2.0.0-beta.5":"2017-10-09T09:19:49.784Z","2.0.0-beta.4":"2017-09-30T04:30:30.915Z","2.0.0-beta.3":"2017-09-28T11:27:16.774Z","1.6.11":"2017-09-25T10:25:55.235Z","1.6.10":"2017-09-25T09:09:02.915Z","1.6.9":"2017-09-25T06:34:44.423Z","1.6.9-beta.0":"2017-09-19T05:30:38.715Z","1.6.8":"2017-09-18T10:42:22.551Z","2.0.0-beta.2":"2017-09-18T09:59:30.975Z","2.0.0-beta.1":"2017-09-12T10:25:59.596Z","1.6.7":"2017-09-11T06:50:13.538Z","1.6.6":"2017-09-09T03:45:33.009Z","2.0.0-beta.0":"2017-09-08T05:40:57.391Z","2.0.0-alpha.13":"2017-09-08T03:37:10.331Z","2.0.0-alpha.12":"2017-09-07T12:48:44.802Z","2.0.0-alpha.11":"2017-09-07T01:35:50.466Z","2.0.0-alpha.10":"2017-09-06T13:51:53.043Z","2.0.0-alpha.9":"2017-08-30T02:04:45.134Z","2.0.0-alpha.8":"2017-08-30T01:54:14.459Z","2.0.0-alpha.7":"2017-08-29T08:12:31.011Z","1.6.5":"2017-08-29T04:42:04.014Z","1.6.4":"2017-08-29T02:16:38.102Z","1.6.4-alpha.4":"2017-08-24T09:21:04.680Z","1.6.4-alpha.3":"2017-08-24T08:25:08.313Z","1.6.4-alpha.2":"2017-08-24T06:05:53.777Z","2.0.0-alpha.6":"2017-08-24T04:08:04.648Z","1.6.4-alpha.0":"2017-08-16T05:38:34.649Z","1.6.3":"2017-08-15T09:45:25.823Z","2.0.0-alpha.5":"2017-08-15T05:39:50.412Z","1.6.2":"2017-08-13T13:37:02.683Z","1.6.1":"2017-08-12T05:02:17.477Z","2.0.0-alpha.4":"2017-08-02T13:24:01.920Z","1.6.0":"2017-07-29T17:35:49.220Z","1.6.0-alpha.1":"2017-07-27T09:41:14.911Z","1.6.0-alpha-0":"2017-07-27T04:19:18.848Z","1.5.0":"2017-07-22T03:15:51.877Z","1.5.0-beta.0":"2017-07-22T02:04:14.394Z","1.5.0-alpha.2":"2017-07-18T09:55:59.618Z","2.0.0-alpha.2":"2017-07-18T08:30:25.181Z","1.4.2":"2017-07-12T02:49:27.445Z","2.0.0-alpha.1":"2017-07-05T09:19:25.380Z","2.0.0-alpha.0":"2017-07-05T06:19:41.272Z","1.4.1":"2017-07-01T15:11:27.811Z","1.4.0":"2017-06-24T05:05:45.874Z","1.3.1":"2017-06-18T17:06:14.869Z","1.3.1-alpha.4":"2017-06-15T13:28:47.814Z","1.3.1-alpha.3":"2017-06-15T13:13:24.560Z","1.3.1-alpha.1":"2017-06-15T12:16:56.091Z","1.3.0":"2017-06-09T11:47:10.788Z","1.2.0":"2017-06-02T18:02:30.365Z","1.2.0-beta.0":"2017-06-02T17:44:38.564Z","1.1.4-beta.7":"2017-06-02T08:14:45.261Z","1.1.4-beta.6":"2017-06-01T12:00:09.898Z","1.1.4-beta.5":"2017-06-01T09:23:57.980Z","1.1.4-beta.4":"2017-05-27T00:48:23.941Z","1.1.4-beta.3":"2017-05-26T07:10:19.262Z","1.1.4-beta.2":"2017-05-24T08:49:12.908Z","1.1.4-beta.1":"2017-05-18T07:00:05.927Z","1.1.4-beta.0":"2017-05-18T06:47:22.810Z","1.1.3":"2017-05-14T02:29:57.984Z","1.1.2":"2017-05-07T02:53:51.621Z","1.1.1":"2017-04-28T12:30:14.123Z","1.1.0":"2017-04-21T11:18:16.214Z","1.0.8":"2017-04-07T12:47:13.627Z","1.0.7":"2017-03-24T11:25:00.187Z","1.0.6":"2017-03-17T14:26:08.933Z","1.0.5":"2017-03-10T09:45:08.574Z","1.0.4":"2017-03-07T06:51:16.052Z","1.0.3":"2017-03-04T10:38:56.832Z","1.0.2":"2017-03-04T03:06:38.907Z","0.9.17":"2017-02-28T07:22:54.897Z","1.0.1":"2017-02-24T10:55:19.002Z","0.9.16":"2017-02-24T03:27:55.180Z","1.0.0":"2017-02-17T13:02:02.101Z","1.0.0-alpha.43":"2017-02-17T12:29:24.103Z","0.9.15":"2017-02-15T09:43:33.230Z","1.0.0-beta.3":"2017-02-13T06:23:37.731Z","1.0.0-beta.2":"2017-01-23T10:29:18.611Z","0.9.14":"2017-01-13T11:02:08.026Z","1.0.0-beta.1":"2017-01-13T10:12:33.928Z","1.0.0-alpha.42":"2017-01-13T05:51:49.638Z","1.0.0-alpha.41":"2017-01-11T09:25:06.279Z","1.0.0-alpha.40":"2017-01-11T08:54:04.840Z","1.0.0-alpha.39":"2017-01-09T10:19:47.440Z","1.0.0-beta.0":"2017-01-05T05:42:34.429Z","1.0.0-alpha.38":"2016-12-28T07:39:18.714Z","1.0.0-alpha.37":"2016-12-27T12:55:21.205Z","1.0.0-alpha.36":"2016-12-27T09:33:47.552Z","1.0.0-alpha.35":"2016-12-23T20:20:58.063Z","0.9.13":"2016-12-23T12:39:28.972Z","1.0.0-alpha.34":"2016-12-23T08:50:21.541Z","1.0.0-alpha.33":"2016-12-19T14:07:05.383Z","1.0.0-alpha.32":"2016-12-15T11:43:18.542Z","0.9.12":"2016-12-15T08:35:49.910Z","1.0.0-alpha.31":"2016-12-14T08:32:07.511Z","1.0.0-alpha.30":"2016-12-12T14:20:07.667Z","1.0.0-alpha.29":"2016-12-08T12:03:41.169Z","1.0.0-alpha.28":"2016-12-07T09:27:57.853Z","1.0.0-alpha.27":"2016-12-05T11:03:01.553Z","1.0.0-alpha.26":"2016-12-02T17:22:46.711Z","0.9.11":"2016-12-02T17:11:54.696Z","1.0.0-alpha.25":"2016-12-01T06:19:13.659Z","1.0.0-alpha.24":"2016-11-30T02:36:53.419Z","1.0.0-alpha.23":"2016-11-28T10:57:32.762Z","1.0.0-alpha.22":"2016-11-28T05:46:21.008Z","0.9.10":"2016-11-25T13:51:54.671Z","1.0.0-alpha.21":"2016-11-25T13:42:57.645Z","1.0.0-alpha.20":"2016-11-21T11:52:22.945Z","0.9.9":"2016-11-18T13:11:38.415Z","1.0.0-alpha.19":"2016-11-18T13:02:52.288Z","0.9.8":"2016-11-11T16:13:41.863Z","1.0.0-alpha.18":"2016-11-11T15:50:20.288Z","1.0.0-alpha.17":"2016-11-11T15:42:49.891Z","1.0.0-alpha.16":"2016-11-11T15:27:32.503Z","1.0.0-alpha.15":"2016-11-11T14:37:19.682Z","1.0.0-alpha.14":"2016-11-11T14:15:48.120Z","1.0.0-alpha.13":"2016-11-11T14:05:22.861Z","1.0.0-alpha.12":"2016-11-11T13:58:43.629Z","1.0.0-alpha.11":"2016-11-11T12:13:08.128Z","0.9.7":"2016-11-11T12:09:58.906Z","1.0.0-alpha.10":"2016-11-09T07:20:24.910Z","0.9.6":"2016-11-04T17:20:25.765Z","1.0.0-alpha.9":"2016-11-02T11:34:02.500Z","1.0.0-alpha.8":"2016-10-28T15:15:17.093Z","0.9.5":"2016-10-28T14:39:43.549Z","1.0.0-alpha.7":"2016-10-21T10:21:13.141Z","0.9.4":"2016-10-21T10:11:59.244Z","1.0.0-alpha.6":"2016-10-21T05:00:20.054Z","0.9.3":"2016-10-17T06:37:30.207Z","0.9.2":"2016-10-10T11:06:22.756Z","0.9.1":"2016-10-09T10:08:37.084Z","0.9.0":"2016-09-30T08:17:42.066Z","0.9.0-beta.1":"2016-09-29T06:02:54.157Z","0.8.7":"2016-09-27T05:29:07.717Z","0.9.0-beta.0":"2016-09-23T12:10:47.325Z","0.8.6":"2016-09-23T09:55:19.772Z","0.8.5":"2016-09-14T06:38:23.293Z","0.8.4":"2016-09-09T07:06:39.823Z","0.8.2":"2016-09-07T06:29:39.531Z","0.8.1":"2016-09-02T02:09:32.048Z","0.8.0":"2016-08-31T12:02:55.840Z","1.0.0-alpha.5":"2016-08-24T12:19:00.975Z","1.0.0-alpha.4":"2016-08-23T06:46:53.328Z","1.0.0-alpha.3":"2016-08-19T22:16:00.966Z","1.0.0-alpha.2":"2016-08-19T18:55:55.814Z","1.0.0-alpha.0":"2016-08-19T11:35:24.404Z","0.7.8":"2016-08-17T11:20:21.538Z","0.7.7":"2016-08-15T03:44:36.875Z","0.7.6":"2016-08-13T17:59:59.647Z","0.7.5":"2016-08-11T09:41:10.501Z","0.7.4":"2016-08-10T14:49:09.044Z","0.7.3":"2016-08-09T11:24:46.578Z","0.7.2":"2016-08-01T13:13:18.699Z","0.7.1":"2016-08-01T11:48:46.861Z","0.7.0":"2016-07-29T06:24:49.807Z","0.0.0":"2016-07-13T08:49:08.763Z","5.0.0-beta.2":"2021-09-01T16:48:55.823Z","5.0.0-beta.1":"2021-08-29T08:37:59.498Z","5.0.0-beta.0":"2021-08-26T12:52:58.430Z","5.0.0-alpha.21":"2021-08-26T12:28:53.133Z","5.0.0-alpha.20":"2021-08-25T07:52:36.685Z","5.0.0-alpha.19":"2021-08-23T02:45:00.335Z","5.0.0-alpha.18":"2021-08-19T09:06:12.669Z","5.0.0-alpha.17":"2021-08-19T07:35:25.085Z","5.0.0-alpha.16":"2021-08-19T05:02:04.227Z","5.0.0-alpha.15":"2021-08-17T12:31:35.491Z","5.0.0-alpha.14":"2021-08-17T06:47:26.471Z","5.0.0-alpha.13":"2021-08-17T06:35:45.288Z","5.0.0-alpha.12":"2021-08-16T03:10:23.386Z","5.0.0-alpha.11":"2021-08-13T04:52:38.831Z","5.0.0-alpha.10":"2021-08-12T09:58:12.979Z","5.0.0-alpha.9":"2021-08-10T09:10:55.165Z","5.0.0-alpha.8":"2021-08-10T03:17:11.815Z","5.0.0-alpha.7":"2021-08-09T09:27:34.549Z","5.0.0-alpha.6":"2021-08-09T06:16:56.592Z","5.0.0-alpha.5":"2021-08-03T03:52:30.684Z","5.0.0-alpha.4":"2021-07-29T03:30:05.903Z","5.0.0-alpha.3":"2021-07-28T09:29:33.610Z","5.0.0-alpha.2":"2021-07-26T14:01:26.979Z","5.0.0-alpha.1":"2021-07-22T09:03:26.204Z","5.0.0-alpha.0":"2021-07-21T02:09:12.253Z","5.0.0-rc.6":"2021-12-16T09:39:51.740Z","5.0.0-rc.5":"2021-12-15T02:56:52.683Z","5.0.0-rc.4":"2021-12-10T09:53:20.290Z","5.0.0-rc.3":"2021-12-08T07:45:40.979Z","5.0.0-rc.2":"2021-12-03T07:44:18.846Z","5.0.0-rc.1":"2021-12-01T10:31:12.594Z","5.0.0-rc.0":"2021-11-26T09:34:12.792Z","5.0.0-beta.32":"2021-11-26T07:56:09.293Z","5.0.0-beta.31":"2021-11-25T02:19:04.278Z","5.0.0-beta.30":"2021-11-24T04:02:17.127Z","5.0.0-beta.29":"2021-11-24T02:42:42.980Z","5.0.0-beta.28":"2021-11-22T12:48:35.929Z","5.0.0-beta.27":"2021-11-18T06:54:52.877Z","5.0.0-beta.26":"2021-11-11T09:57:21.789Z","5.0.0-beta.25":"2021-11-09T09:16:11.928Z","5.0.0-beta.24":"2021-11-05T11:06:55.818Z","5.0.0-beta.23":"2021-11-04T08:48:14.975Z","5.0.0-beta.22":"2021-11-02T14:15:41.160Z","5.0.0-beta.21":"2021-10-29T02:36:09.446Z","5.0.0-beta.20":"2021-10-27T02:15:56.041Z","5.0.0-beta.19":"2021-10-21T05:24:43.784Z","5.0.0-beta.18":"2021-10-18T11:23:25.193Z","5.0.0-beta.17":"2021-10-14T12:45:47.181Z","5.0.0-beta.16":"2021-10-13T07:21:07.189Z","5.0.0-beta.15":"2021-10-09T12:50:05.938Z","5.0.0-beta.14":"2021-09-29T15:14:08.817Z","5.0.0-beta.13":"2021-09-27T03:08:04.000Z","5.0.0-beta.12":"2021-09-26T02:29:37.487Z","5.0.0-beta.11":"2021-09-25T07:52:13.618Z","5.0.0-beta.10":"2021-09-19T11:30:04.715Z","5.0.0-beta.9":"2021-09-17T04:27:41.856Z","5.0.0-beta.8":"2021-09-15T09:18:52.681Z","5.0.0-beta.7":"2021-09-14T14:43:47.181Z","5.0.0-beta.6":"2021-09-10T04:27:42.147Z","5.0.0-beta.5":"2021-09-09T14:44:51.432Z","5.0.0-beta.4":"2021-09-06T13:08:45.256Z","5.0.0-beta.3":"2021-09-04T11:13:09.098Z","5.0.0-rc.20":"2022-01-19T06:41:58.079Z","5.0.0-rc.19":"2022-01-18T09:02:29.617Z","5.0.0-rc.18":"2022-01-14T10:42:45.996Z","5.0.0-rc.17":"2022-01-11T10:12:26.698Z","5.0.0-rc.16":"2022-01-09T08:30:16.826Z","5.0.0-rc.15":"2022-01-07T14:35:06.731Z","5.0.0-rc.14":"2022-01-07T09:23:19.038Z","5.0.0-rc.13":"2022-01-07T08:26:02.907Z","5.0.0-rc.12":"2021-12-29T09:02:53.715Z","5.0.0-rc.11":"2021-12-29T08:28:51.952Z","5.0.0-rc.10":"2021-12-29T08:04:42.093Z","5.0.0-rc.9":"2021-12-27T08:33:55.020Z","5.0.0-rc.8":"2021-12-24T03:42:37.077Z","5.0.0-rc.7":"2021-12-21T04:30:51.360Z","5.0.0-rc.21":"2022-01-20T09:47:21.729Z","5.0.0-rc.22":"2022-01-25T07:50:13.855Z","5.0.0-rc.25":"2022-02-01T13:37:52.997Z","5.0.0-rc.24":"2022-01-30T09:52:17.685Z","5.0.0-rc.23":"2022-01-27T07:09:55.856Z","5.0.0-rc.26":"2022-02-09T08:32:26.861Z","5.0.0-rc.27":"2022-02-14T09:25:25.029Z","5.0.0-rc.28":"2022-02-21T02:50:27.480Z","5.0.0":"2022-02-21T06:52:05.411Z","5.1.0":"2022-02-23T11:18:36.170Z","5.2.0":"2022-02-25T08:47:31.645Z","5.2.1":"2022-02-28T04:07:53.944Z","5.2.2":"2022-02-28T10:03:57.495Z","5.3.0":"2022-03-02T08:55:36.486Z","5.3.1":"2022-03-03T09:48:07.041Z","5.4.0":"2022-03-04T10:20:18.424Z","5.5.0":"2022-03-10T02:23:54.058Z","5.5.1":"2022-03-10T07:52:38.369Z","5.6.0":"2022-03-12T04:01:33.650Z","5.6.1":"2022-03-15T08:18:12.861Z","5.7.0":"2022-03-16T07:37:13.347Z","5.7.1":"2022-03-17T10:36:45.277Z","5.7.2":"2022-03-22T03:53:10.153Z","5.8.0":"2022-03-24T03:37:51.983Z","5.8.1":"2022-03-24T09:01:22.470Z","5.8.2":"2022-03-28T03:41:17.974Z","5.9.0":"2022-03-29T06:28:50.792Z","5.9.1":"2022-03-29T07:24:53.108Z","5.9.2":"2022-03-30T12:05:10.667Z","5.9.3":"2022-03-31T11:26:13.394Z","5.9.4-dev.1":"2022-04-01T06:07:38.207Z","5.9.4-dev.2":"2022-04-01T06:17:58.074Z","5.9.4":"2022-04-02T04:28:49.567Z","5.9.5":"2022-04-03T02:57:52.542Z","5.10.0":"2022-04-07T08:45:27.734Z","5.10.1":"2022-04-08T07:07:11.530Z","5.10.2":"2022-04-13T02:10:00.459Z","5.10.3":"2022-04-21T05:37:54.338Z","5.10.4":"2022-04-24T10:37:10.623Z","5.11.0":"2022-04-28T07:44:22.028Z","5.11.1":"2022-04-29T08:12:24.225Z","5.11.2":"2022-05-05T11:49:24.658Z","0.0.0-dev-626cbf51f":"2022-05-10T10:34:37.873Z","5.12.0":"2022-05-11T07:30:01.197Z","5.12.1":"2022-05-11T11:29:05.722Z","5.12.2":"2022-05-12T13:54:46.919Z","5.12.3":"2022-05-16T10:16:14.087Z","5.12.4":"2022-05-17T07:19:20.766Z","5.12.5":"2022-05-20T07:29:35.748Z","5.12.6":"2022-05-23T09:58:53.104Z","0.0.0-dev.fc623d614":"2022-05-25T08:17:52.407Z","5.13.0":"2022-05-31T07:29:17.229Z","5.12.7":"2022-06-02T12:48:59.763Z","5.13.1":"2022-06-02T12:54:55.655Z","5.14.0":"2022-06-08T11:25:42.780Z","5.14.1":"2022-06-09T02:10:36.825Z","5.14.2":"2022-06-09T04:27:44.946Z","5.14.3":"2022-06-10T03:52:12.806Z","5.15.0":"2022-06-15T03:18:16.352Z","5.15.1":"2022-06-17T06:46:03.748Z","5.16.0":"2022-06-23T03:28:11.008Z","5.16.1":"2022-06-23T12:01:41.873Z","5.17.0":"2022-06-30T02:46:21.317Z","5.17.1":"2022-06-30T02:49:10.322Z","5.17.2":"2022-07-05T01:55:25.953Z","5.18.0":"2022-07-08T06:10:09.461Z","5.19.0":"2022-07-19T12:35:15.450Z","0.0.0-dev.bc248f5c7":"2022-07-27T09:51:59.570Z","5.20.0":"2022-07-28T09:16:23.965Z","5.21.0":"2022-08-09T07:46:45.969Z","5.22.0":"2022-08-18T09:59:35.896Z","0.0.0-dev.92d6290f7":"2022-09-15T06:40:04.220Z","5.23.0":"2022-09-15T09:49:49.665Z","5.24.0":"2022-09-21T03:55:27.959Z","5.24.1":"2022-10-17T07:08:33.854Z","5.24.2":"2022-10-20T14:06:11.858Z","5.25.0":"2022-11-01T03:15:02.037Z","5.25.1":"2022-11-02T07:24:38.487Z","5.26.0":"2022-11-25T08:01:50.725Z","5.27.0":"2022-12-12T07:34:16.095Z","5.28.0":"2023-01-12T07:20:07.748Z","5.28.1":"2023-02-24T04:05:05.754Z","5.28.2":"2023-03-24T07:05:11.071Z","5.29.0":"2023-04-03T06:55:22.426Z","5.29.1":"2023-04-10T09:46:09.585Z","5.30.0":"2023-05-05T02:11:12.590Z","5.31.0":"2023-06-13T03:27:08.112Z","1.0.0-alpha.1":"2016-08-19T18:23:16.766Z","0.8.3":"2016-09-09T05:54:26.225Z","1.0.9":"2017-04-21T11:05:02.530Z","1.1.4":"2017-06-02T17:26:12.760Z","1.1.5":"2017-06-02T17:31:23.467Z","5.31.1":"2023-06-16T03:36:24.217Z","5.32.0":"2023-07-12T11:15:25.984Z","5.32.1":"2023-08-25T02:03:14.079Z","5.32.2":"2023-09-06T06:34:02.496Z","5.32.3":"2023-09-14T03:55:36.795Z","5.32.4":"2023-09-15T07:16:42.955Z","5.33.0":"2023-10-20T03:17:37.326Z","5.33.1":"2023-12-13T07:52:06.411Z","5.33.2":"2023-12-22T09:23:25.034Z","5.34.0":"2024-01-03T07:57:28.253Z","5.35.0":"2024-03-28T07:15:48.987Z","5.36.0":"2024-04-28T11:21:12.663Z","5.36.1":"2024-05-27T03:51:45.420Z","5.37.0":"2024-06-28T09:39:15.161Z","5.37.1":"2024-07-03T03:49:28.151Z","5.38.0":"2024-10-28T03:20:55.586Z","5.38.1":"2024-10-29T07:10:34.390Z","5.39.0":"2025-03-11T08:30:11.174Z","5.40.0":"2025-06-23T06:54:43.919Z","5.41.0-alpha.0":"2025-07-23T06:30:55.632Z","5.41.0-alpha.1":"2025-07-30T09:34:12.408Z","5.41.0-alpha.2":"2025-08-04T06:50:31.442Z","5.41.0-alpha.3":"2025-09-02T02:37:05.627Z","5.41.0-alpha.4":"2025-09-10T01:52:12.743Z","5.41.0-alpha.5":"2025-09-16T12:15:04.278Z","5.41.0":"2025-09-24T08:35:41.900Z","5.41.1-alpha.0":"2025-09-25T02:37:32.224Z","5.41.1-alpha.1":"2025-09-25T02:47:53.684Z","5.41.1":"2025-09-25T03:06:33.538Z","5.42.0-alpha.0":"2025-10-13T03:06:04.504Z","5.42.0-alpha.1":"2025-10-15T02:19:32.707Z","5.42.0-alpha.2":"2025-10-30T02:45:22.972Z","5.42.0":"2025-12-08T06:18:17.072Z","5.42.1":"2025-12-10T06:28:13.315Z","5.42.2-alpha.0":"2025-12-19T09:23:10.479Z","5.42.2-alpha.1":"2025-12-23T06:25:53.355Z","5.42.2-alpha.2":"2025-12-24T03:53:47.705Z","5.42.2":"2026-01-08T03:09:58.010Z","5.42.3":"2026-01-09T03:56:44.323Z","5.42.4-alpha.0":"2026-03-13T03:33:43.005Z"},"readme":"<div align=\"center\">\n\n  <img src=\"https://gw.alipayobjects.com/zos/bmw-prod/b2c7ff8b-eba0-4af9-9dd5-0b5b17f42c57.svg\" alt=\"logo\" width=\"200\" height=\"auto\" />\n  <h1>Ant Design Mobile</h1>\n\n  <p>\n    Essential UI blocks for building mobile web apps. \n  </p>\n\n[![npm (tag)](https://img.shields.io/npm/v/antd-mobile)](https://www.npmjs.com/package/antd-mobile) [![GitHub Release Date](https://img.shields.io/github/release-date/ant-design/ant-design-mobile)](https://github.com/ant-design/ant-design-mobile/releases) [![npm](https://img.shields.io/npm/dw/antd-mobile)](https://www.npmjs.com/package/antd-mobile) [![npm](https://img.shields.io/npm/dw/antd-mobile-v5-count?label=downloads%285.x%29)](https://www.npmjs.com/package/antd-mobile) [![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/antd-mobile)](https://www.jsdelivr.com/package/npm/antd-mobile) [![gzip size](https://img.badgesize.io/https:/unpkg.com/antd-mobile/umd/antd-mobile.js?label=gzip%20size&compression=gzip)](https://unpkg.com/browse/antd-mobile@5/umd/antd-mobile.js) [![Commit Activity](https://img.shields.io/github/commit-activity/m/ant-design/ant-design-mobile/master)](https://github.com/ant-design/ant-design-mobile/graphs/contributors) [![Issues help wanted](https://img.shields.io/github/issues-raw/ant-design/ant-design-mobile/help%20wanted?label=help%20wanted)](https://github.com/ant-design/ant-design-mobile/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) ![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/ant-design/ant-design-mobile/check.yml?branch=master) [![codecov](https://img.shields.io/codecov/c/gh/ant-design/ant-design-mobile?token=2kJyJBg1nK)](https://codecov.io/gh/ant-design/ant-design-mobile) [![GitHub](https://img.shields.io/github/license/ant-design/ant-design-mobile)](https://github.com/ant-design/ant-design-mobile)\n\n  <h4>\n    <a href=\"https://mobile.ant.design\">English Doc</a>\n  <span> · </span>\n    <a href=\"https://mobile.ant.design/zh\">中文文档</a>\n  <span> · </span>\n    <a href=\"https://discord.gg/jmNvw4WFYn\">Discord</a>\n  <span> · </span>\n    <a href=\"https://mdn.alipayobjects.com/huamei_pdkywj/afts/img/A*nC08QYnlP68AAAAAAAAAAAAAesHxAQ/original\">钉钉</a>\n  </h4>\n</div>\n\n```bash\n$ npm install antd-mobile\n# or\n$ yarn add antd-mobile\n# or\n$ pnpm add antd-mobile\n# or\n$ bun add antd-mobile\n```\n\n- **Fast**: It is carefully optimized for harsh scenes, without configuration, you can have the best package size and ultimate performance.\n- **Customizable**: Based on CSS variables, you can reliably and efficiently adjust the appearance of components or create your own themes.\n- **Atomic**: The function of each component, neither more nor less, is exactly what you need.\n- **Fluent**: With smooth gestures and delicate animation, it helps the product create the ultimate experience.\n\nYou can also play with antd-mobile just in browser with [Codesandbox](https://codesandbox.io/s/antd-mobile-snrxr?file=/package.json). No need to prepare development environment.\n\nIf you found bugs or would like to request some new features, please consider opening an [issue](https://github.com/ant-design/ant-design-mobile/issues/new).\n\nIf you have some questions about how to use ant-mobile, you can start a [discussion thread](https://github.com/ant-design/ant-design-mobile/discussions).\n\n---\n\n\n## 🤝 Contributing \n\nThanks to all the contributors of antd-mobile:\n\n<a href=\"https://openomy.app/github/ant-design/ant-design-mobile\" target=\"_blank\" style=\"display: block; width: 100%;\" align=\"center\">\n  <img src=\"https://www.openomy.app/svg?repo=ant-design/ant-design-mobile&chart=bubble&latestMonth=3\" target=\"_blank\" alt=\"Contribution Leaderboard\" style=\"display: block; width: 100%;\" />\n</a>\n\n<a href=\"https://github.com/ant-design/ant-design-mobile/graphs/contributors\">\n  <img src=\"https://opencollective.com/ant-design-mobile/contributors.svg?width=960&button=false\" alt=\"contributors\" />\n</a>","users":{}}