{"_id":"react-smooth","_rev":"442484","name":"react-smooth","description":"react animation library","dist-tags":{"latest":"2.0.0"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"time":{"modified":"2021-08-05T06:39:10.000Z","created":"2016-01-28T04:09:25.041Z","2.0.0":"2021-03-21T14:23:38.733Z","1.0.6":"2020-12-22T03:57:42.975Z","1.0.5":"2019-10-16T03:30:42.777Z","1.0.4":"2019-10-16T03:05:27.640Z","1.0.2":"2018-10-02T15:49:55.281Z","1.0.1":"2018-10-02T13:50:45.225Z","1.0.0":"2017-11-06T13:20:14.112Z","0.3.0":"2017-04-26T12:25:35.805Z","0.2.0":"2017-04-21T12:43:08.238Z","0.1.20":"2017-01-17T06:39:51.223Z","0.1.19":"2017-01-17T02:16:15.895Z","0.1.18":"2017-01-16T11:44:17.085Z","0.1.17":"2016-12-02T09:21:16.157Z","0.1.16":"2016-11-25T08:22:54.007Z","0.1.15":"2016-10-31T03:27:16.832Z","0.1.14":"2016-10-28T10:13:42.532Z","0.1.13":"2016-10-27T05:13:48.638Z","0.1.12":"2016-10-27T03:46:45.057Z","0.1.11":"2016-07-11T09:56:35.879Z","0.1.10":"2016-07-07T05:45:47.720Z","0.1.9":"2016-05-05T05:21:04.622Z","0.1.8":"2016-05-05T03:39:02.768Z","0.1.7":"2016-04-21T03:13:46.786Z","0.1.6":"2016-04-15T07:08:11.265Z","0.1.5":"2016-04-13T06:05:13.430Z","0.1.4":"2016-04-12T12:30:33.768Z","0.1.3":"2016-04-12T05:36:22.572Z","0.1.2":"2016-04-12T03:29:03.212Z","0.1.1":"2016-04-05T12:15:38.340Z","0.1.0":"2016-03-16T04:15:24.583Z","0.0.15":"2016-03-15T07:26:33.751Z","0.0.14":"2016-03-15T07:03:14.176Z","0.0.13":"2016-03-15T06:07:49.123Z","0.0.12":"2016-03-15T05:19:29.706Z","0.0.11":"2016-03-01T13:05:03.772Z","0.0.10":"2016-02-17T09:45:49.015Z","0.0.9":"2016-02-05T14:53:41.046Z","0.0.8":"2016-02-05T14:32:54.710Z","0.0.7":"2016-02-04T09:13:59.592Z","0.0.6":"2016-02-04T05:55:02.325Z","0.0.5":"2016-02-04T05:45:04.928Z","0.0.4":"2016-02-02T08:28:31.224Z","0.0.2":"2016-02-02T03:20:30.122Z","0.0.1":"2016-01-28T04:09:42.725Z","0.0.3":"2016-01-28T04:09:25.041Z"},"users":{"hzongquan":true,"jk6":true,"washingtonhua":true,"pasichnyk":true},"author":{"name":"JasonHzq"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"versions":{"2.0.0":{"name":"react-smooth","version":"2.0.0","description":"react animation library","main":"lib/index","module":"es6/index","keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6","build-umd":"cross-env NODE_ENV=development BABEL_ENV=commonjs webpack --entry ./src/index.js -o umd","build-min":"cross-env NODE_ENV=production BABEL_ENV=commonjs webpack --entry ./src/index.js -o umd","test":"cross-env BABEL_ENV=test jest","demo":"webpack serve --config demo/webpack.config.js --port 4000 --host 127.0.0.1 --progress --profile --content-base demo/","autofix":"eslint src --fix","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"prop-types":"^15.6.0","react":"^15.0.0 || ^16.0.0 || ^17.0.0","react-dom":"^15.0.0 || ^16.0.0 || ^17.0.0"},"dependencies":{"fast-equals":"^2.0.0","raf":"^3.4.0","react-transition-group":"2.9.0"},"devDependencies":{"@babel/cli":"^7.13.0","@babel/core":"^7.13.0","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/plugin-proposal-decorators":"^7.13.5","@babel/plugin-proposal-export-default-from":"^7.12.13","@babel/plugin-proposal-export-namespace-from":"^7.12.13","@babel/plugin-proposal-function-bind":"^7.12.13","@babel/plugin-proposal-object-rest-spread":"^7.13.8","@babel/plugin-transform-runtime":"^7.13.8","@babel/preset-env":"^7.13.9","@babel/preset-react":"^7.12.13","@babel/runtime":"^7.13.8","@testing-library/dom":"^7.30.0","@testing-library/jest-dom":"^5.11.9","@testing-library/react":"^11.2.5","babel-eslint":"^10.0.0","babel-loader":"^8.0.0","core-js":"^3.9.1","cross-env":"^7.0.0","eslint":"^4.8.0","eslint-config-airbnb":"^16.0.0","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-react":"^7.4.0","jest":"^26.6.3","json-loader":"^0.5.7","pre-commit":"^1.1.3","react":"^17.0.0","react-dom":"^17.0.0","webpack":"^5.0.0","webpack-bundle-analyzer":"^4.4.0","webpack-cli":"^4.5.0","webpack-dev-server":"^3.11.0"},"license":"MIT","gitHead":"bb95cb816f06f936254befcb7187cd631553cd15","_id":"react-smooth@2.0.0","_nodeVersion":"15.7.0","_npmVersion":"7.4.3","dist":{"shasum":"561647b33e498b2e25f449b3c6689b2e9111bf91","size":44605,"noattachment":false,"key":"/react-smooth/-/react-smooth-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-2.0.0.tgz"},"_npmUser":{"name":"arcthur","email":"arthurtemptation@gmail.com"},"directories":{},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-smooth_2.0.0_1616336618519_0.052099114492266674"},"_hasShrinkwrap":false,"publish_time":1616336618733,"_cnpm_publish_time":1616336618733},"1.0.6":{"name":"react-smooth","version":"1.0.6","description":"react animation library","main":"lib/index","module":"es6/index","keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6","build-umd":"cross-env NODE_ENV=development BABEL_ENV=commonjs webpack src/index.js -o umd/ReactSmooth.js","build-min":"cross-env NODE_ENV=production BABEL_ENV=commonjs webpack src/index.js -o umd/ReactSmooth.min.js","test":"cross-env NODE_ENV=test karma start test/karma.conf.js","demo":"cross-env BABEL_ENV=commonjs webpack-dev-server --progress --port 4000 --colors --content-base demo --hot --inline --config demo/webpack.config.js","autofix":"eslint src --fix","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^15.0.0 || ^16.0.0","react-dom":"^15.0.0 || ^16.0.0"},"dependencies":{"lodash":"~4.17.4","prop-types":"^15.6.0","raf":"^3.4.0","react-transition-group":"^2.5.0"},"devDependencies":{"@babel/cli":"^7.1.0","@babel/core":"^7.0.0","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-object-rest-spread":"^7.0.0","@babel/plugin-transform-runtime":"^7.0.0","@babel/polyfill":"^7.0.0","@babel/preset-env":"^7.0.0","@babel/preset-react":"^7.0.0","@babel/runtime":"^7.0.0","babel-eslint":"^10.0.0","babel-loader":"^8.0.0","babel-plugin-lodash":"^3.3.0","chai":"^4.1.2","chai-enzyme":"^0.8.0","chai-spies":"^0.7.1","cross-env":"^5.0.5","enzyme":"^3.1.0","enzyme-adapter-react-16":"^1.0.2","eslint":"^4.8.0","eslint-config-airbnb":"^16.0.0","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-react":"^7.4.0","json-loader":"^0.5.7","karma":"^3.0.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.0","karma-coveralls":"^2.1.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^4.0.0-rc.2","mocha":"^4.0.1","pre-commit":"^1.1.3","react":"^16.0.0","react-addons-test-utils":"^15.6.2","react-dom":"^16.0.0","webpack":"^4.20.0","webpack-bundle-analyzer":"^2.11.0","webpack-cli":"^3.1.0","webpack-dev-server":"^3.1.9"},"license":"MIT","gitHead":"6db3d10ba86d8cdedd7d40db3d62a235b1806d88","_id":"react-smooth@1.0.6","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"shasum":"18b964f123f7bca099e078324338cd8739346d0a","size":79265,"noattachment":false,"key":"/react-smooth/-/react-smooth-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-1.0.6.tgz"},"_npmUser":{"name":"xile611","email":"327197681@qq.com"},"directories":{},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-smooth_1.0.6_1608609462832_0.8077816677818694"},"_hasShrinkwrap":false,"publish_time":1608609462975,"_cnpm_publish_time":1608609462975},"1.0.5":{"name":"react-smooth","version":"1.0.5","description":"react animation library","main":"lib/index","module":"es6/index","keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6","build-umd":"cross-env NODE_ENV=development BABEL_ENV=commonjs webpack src/index.js -o umd/ReactSmooth.js","build-min":"cross-env NODE_ENV=production BABEL_ENV=commonjs webpack src/index.js -o umd/ReactSmooth.min.js","test":"cross-env NODE_ENV=test karma start test/karma.conf.js","demo":"cross-env BABEL_ENV=commonjs webpack-dev-server --progress --port 4000 --colors --content-base demo --hot --inline --config demo/webpack.config.js","autofix":"eslint src --fix","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^15.0.0 || ^16.0.0","react-dom":"^15.0.0 || ^16.0.0"},"dependencies":{"lodash":"~4.17.4","prop-types":"^15.6.0","raf":"^3.4.0","react-transition-group":"^2.5.0"},"devDependencies":{"@babel/cli":"^7.1.0","@babel/core":"^7.0.0","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-object-rest-spread":"^7.0.0","@babel/plugin-transform-runtime":"^7.0.0","@babel/polyfill":"^7.0.0","@babel/preset-env":"^7.0.0","@babel/preset-react":"^7.0.0","@babel/runtime":"^7.0.0","babel-eslint":"^10.0.0","babel-loader":"^8.0.0","babel-plugin-lodash":"^3.3.0","chai":"^4.1.2","chai-enzyme":"^0.8.0","chai-spies":"^0.7.1","cross-env":"^5.0.5","enzyme":"^3.1.0","enzyme-adapter-react-16":"^1.0.2","eslint":"^4.8.0","eslint-config-airbnb":"^16.0.0","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-react":"^7.4.0","json-loader":"^0.5.7","karma":"^3.0.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.0","karma-coveralls":"^2.1.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^4.0.0-rc.2","mocha":"^4.0.1","pre-commit":"^1.1.3","react":"^16.0.0","react-addons-test-utils":"^15.6.2","react-dom":"^16.0.0","webpack":"^4.20.0","webpack-bundle-analyzer":"^2.11.0","webpack-cli":"^3.1.0","webpack-dev-server":"^3.1.9"},"license":"MIT","gitHead":"4691f49fc569391a239b505d4a81d4f281157f70","_id":"react-smooth@1.0.5","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"xile611","email":"327197681@qq.com"},"dist":{"shasum":"94ae161d7951cdd893ccb7099d031d342cb762ad","size":86961,"noattachment":false,"key":"/react-smooth/-/react-smooth-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-1.0.5.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-smooth_1.0.5_1571196642641_0.23363314880907504"},"_hasShrinkwrap":false,"publish_time":1571196642777,"_cnpm_publish_time":1571196642777},"1.0.4":{"name":"react-smooth","version":"1.0.4","description":"react animation library","main":"lib/index","module":"es6/index","keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6","build-umd":"cross-env NODE_ENV=development BABEL_ENV=commonjs webpack src/index.js -o umd/ReactSmooth.js","build-min":"cross-env NODE_ENV=production BABEL_ENV=commonjs webpack src/index.js -o umd/ReactSmooth.min.js","test":"cross-env NODE_ENV=test karma start test/karma.conf.js","demo":"cross-env BABEL_ENV=commonjs webpack-dev-server --progress --port 4000 --colors --content-base demo --hot --inline --config demo/webpack.config.js","autofix":"eslint src --fix","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^15.0.0 || ^16.0.0","react-dom":"^15.0.0 || ^16.0.0"},"dependencies":{"lodash":"~4.17.4","prop-types":"^15.6.0","raf":"^3.4.0","react-transition-group":"^2.5.0"},"devDependencies":{"@babel/cli":"^7.1.0","@babel/core":"^7.0.0","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-object-rest-spread":"^7.0.0","@babel/plugin-transform-runtime":"^7.0.0","@babel/polyfill":"^7.0.0","@babel/preset-env":"^7.0.0","@babel/preset-react":"^7.0.0","@babel/runtime":"^7.0.0","babel-eslint":"^10.0.0","babel-loader":"^8.0.0","babel-plugin-lodash":"^3.3.0","chai":"^4.1.2","chai-enzyme":"^0.8.0","chai-spies":"^0.7.1","cross-env":"^5.0.5","enzyme":"^3.1.0","enzyme-adapter-react-16":"^1.0.2","eslint":"^4.8.0","eslint-config-airbnb":"^16.0.0","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-react":"^7.4.0","json-loader":"^0.5.7","karma":"^3.0.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.0","karma-coveralls":"^2.1.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^4.0.0-rc.2","mocha":"^4.0.1","pre-commit":"^1.1.3","react":"^16.0.0","react-addons-test-utils":"^15.6.2","react-dom":"^16.0.0","webpack":"^4.20.0","webpack-bundle-analyzer":"^2.11.0","webpack-cli":"^3.1.0","webpack-dev-server":"^3.1.9"},"license":"MIT","gitHead":"f61d0cf206eb7ba0f3f49566e040b2e8e06f15b7","_id":"react-smooth@1.0.4","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"xile611","email":"327197681@qq.com"},"dist":{"shasum":"c8dbf15c0c399c396f23a8adb72fcdcf21939f37","size":85685,"noattachment":false,"key":"/react-smooth/-/react-smooth-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-1.0.4.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-smooth_1.0.4_1571195127491_0.7573295233703028"},"_hasShrinkwrap":false,"publish_time":1571195127640,"_cnpm_publish_time":1571195127640},"1.0.2":{"name":"react-smooth","version":"1.0.2","description":"react animation library","main":"lib/index","module":"es6/index","keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6","build-umd":"cross-env NODE_ENV=development BABEL_ENV=commonjs webpack src/index.js -o umd/ReactSmooth.js","build-min":"cross-env NODE_ENV=production BABEL_ENV=commonjs webpack src/index.js -o umd/ReactSmooth.min.js","test":"cross-env NODE_ENV=test karma start test/karma.conf.js","demo":"cross-env BABEL_ENV=commonjs webpack-dev-server --progress --port 4000 --colors --content-base demo --hot --inline --config demo/webpack.config.js","autofix":"eslint src --fix","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^15.0.0 || ^16.0.0","react-dom":"^15.0.0 || ^16.0.0"},"dependencies":{"lodash":"~4.17.4","prop-types":"^15.6.0","raf":"^3.4.0","react-transition-group":"^2.5.0"},"devDependencies":{"@babel/cli":"^7.1.0","@babel/core":"^7.0.0","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-object-rest-spread":"^7.0.0","@babel/plugin-transform-runtime":"^7.0.0","@babel/polyfill":"^7.0.0","@babel/preset-env":"^7.0.0","@babel/preset-react":"^7.0.0","@babel/runtime":"^7.0.0","babel-eslint":"^10.0.0","babel-loader":"^8.0.0","babel-plugin-lodash":"^3.3.0","chai":"^4.1.2","chai-enzyme":"^0.8.0","chai-spies":"^0.7.1","cross-env":"^5.0.5","enzyme":"^3.1.0","enzyme-adapter-react-16":"^1.0.2","eslint":"^4.8.0","eslint-config-airbnb":"^16.0.0","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-react":"^7.4.0","json-loader":"^0.5.7","karma":"^3.0.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.0","karma-coveralls":"^2.1.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^4.0.0-rc.2","mocha":"^4.0.1","pre-commit":"^1.1.3","react":"^16.0.0","react-addons-test-utils":"^15.6.2","react-dom":"^16.0.0","webpack":"^4.20.0","webpack-bundle-analyzer":"^2.11.0","webpack-cli":"^3.1.0","webpack-dev-server":"^3.1.9"},"license":"MIT","gitHead":"839ad7896d7aa15e0454ee83e4901d32772e7de7","_id":"react-smooth@1.0.2","_npmVersion":"6.1.0","_nodeVersion":"10.7.0","_npmUser":{"name":"arcthur","email":"arthurtemptation@gmail.com"},"dist":{"shasum":"f7a2d932ece8db898646078c3c97f3e9533e0486","size":89653,"noattachment":false,"key":"/react-smooth/-/react-smooth-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-1.0.2.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-smooth_1.0.2_1538495395171_0.34632204616854434"},"_hasShrinkwrap":false,"publish_time":1538495395281,"_cnpm_publish_time":1538495395281},"1.0.1":{"name":"react-smooth","version":"1.0.1","description":"react animation library","main":"lib/index","module":"es6/index","keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6","build-umd":"cross-env NODE_ENV=development BABEL_ENV=commonjs webpack src/index.js -o umd/ReactSmooth.js","build-min":"cross-env NODE_ENV=production BABEL_ENV=commonjs webpack src/index.js -o umd/ReactSmooth.min.js","test":"cross-env NODE_ENV=test karma start test/karma.conf.js","demo":"cross-env BABEL_ENV=commonjs webpack-dev-server --progress --port 4000 --colors --content-base demo --hot --inline --config demo/webpack.config.js","autofix":"eslint src --fix","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^15.0.0 || ^16.0.0","react-dom":"^15.0.0 || ^16.0.0"},"dependencies":{"lodash":"~4.17.4","prop-types":"^15.6.0","raf":"^3.4.0","react-transition-group":"^2.5.0"},"devDependencies":{"@babel/cli":"^7.1.0","@babel/core":"^7.0.0","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-object-rest-spread":"^7.0.0","@babel/plugin-transform-runtime":"^7.0.0","@babel/polyfill":"^7.0.0","@babel/preset-env":"^7.0.0","@babel/preset-react":"^7.0.0","@babel/runtime":"^7.0.0","babel-eslint":"^10.0.0","babel-loader":"^8.0.0","babel-plugin-lodash":"^3.3.0","chai":"^4.1.2","chai-enzyme":"^0.8.0","chai-spies":"^0.7.1","cross-env":"^5.0.5","enzyme":"^3.1.0","enzyme-adapter-react-16":"^1.0.2","eslint":"^4.8.0","eslint-config-airbnb":"^16.0.0","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-react":"^7.4.0","json-loader":"^0.5.7","karma":"^3.0.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.0","karma-coveralls":"^2.1.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^4.0.0-rc.2","mocha":"^4.0.1","pre-commit":"^1.1.3","react":"^16.0.0","react-addons-test-utils":"^15.6.2","react-dom":"^16.0.0","webpack":"^4.20.0","webpack-bundle-analyzer":"^2.11.0","webpack-cli":"^3.1.0","webpack-dev-server":"^3.1.9"},"license":"MIT","gitHead":"4c50921d799468e11b6b6acc3309bb155fca743e","_id":"react-smooth@1.0.1","_npmVersion":"6.1.0","_nodeVersion":"8.10.0","_npmUser":{"name":"arcthur","email":"arthurtemptation@gmail.com"},"dist":{"shasum":"cc7aeaaf46d552f7662e1ca5cb794cf3760c22e5","size":88588,"noattachment":false,"key":"/react-smooth/-/react-smooth-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-1.0.1.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-smooth_1.0.1_1538488245089_0.5981813528655973"},"_hasShrinkwrap":false,"publish_time":1538488245225,"_cnpm_publish_time":1538488245225},"1.0.0":{"name":"react-smooth","version":"1.0.0","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6","build-umd":"cross-env NODE_ENV=development BABEL_ENV=commonjs webpack src/index.js umd/ReactSmooth.js","build-min":"cross-env NODE_ENV=production BABEL_ENV=commonjs webpack src/index.js umd/ReactSmooth.min.js","test":"cross-env NODE_ENV=test ./node_modules/.bin/karma start --single-run","test-watch":"cross-env NODE_ENV=test ./node_modules/.bin/karma start","test-browser":"cross-env NODE_ENV=test ./node_modules/.bin/karma start","demo":"cross-env BABEL_ENV=commonjs webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^15.0.0 || ^16.0.0","react-dom":"^15.0.0 || ^16.0.0"},"dependencies":{"lodash":"~4.17.4","prop-types":"^15.6.0","raf":"^3.2.0","react-transition-group":"^2.2.1"},"devDependencies":{"babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-eslint":"^8.0.1","babel-loader":"^7.1.2","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.22.0","babel-polyfill":"^6.26.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^4.1.2","chai-enzyme":"^0.8.0","chai-spies":"^0.7.1","cross-env":"^5.0.5","enzyme":"^3.1.0","enzyme-adapter-react-16":"^1.0.2","eslint":"^4.8.0","eslint-config-airbnb":"^16.0.0","eslint-plugin-import":"^2.7.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-react":"^7.4.0","karma":"^1.7.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-firefox-launcher":"^1.0.1","karma-mocha":"^1.3.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^4.0.1","pre-commit":"^1.1.3","react":"^16.0.0","react-addons-test-utils":"^15.6.2","react-dom":"^16.0.0","webpack":"^3.6.0","webpack-dev-server":"^2.9.1"},"license":"MIT","gitHead":"fa133905db57ec7b552b11b6d2c853edff015f8e","_id":"react-smooth@1.0.0","_shasum":"b29dbebddddb06d21b5b08962167fb9eac1897d8","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"xile611","email":"327197681@qq.com"},"dist":{"shasum":"b29dbebddddb06d21b5b08962167fb9eac1897d8","size":275646,"noattachment":false,"key":"/react-smooth/-/react-smooth-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-1.0.0.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-smooth-1.0.0.tgz_1509974413983_0.3568896029610187"},"directories":{},"publish_time":1509974414112,"_cnpm_publish_time":1509974414112,"_hasShrinkwrap":false},"0.3.0":{"name":"react-smooth","version":"0.3.0","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6","build-umd":"cross-env NODE_ENV=development BABEL_ENV=commonjs webpack src/index.js umd/ReactSmooth.js","build-min":"cross-env NODE_ENV=production BABEL_ENV=commonjs webpack src/index.js umd/ReactSmooth.min.js","test":"cross-env NODE_ENV=test ./node_modules/.bin/karma start --single-run","test-watch":"cross-env NODE_ENV=test ./node_modules/.bin/karma start","test-browser":"cross-env NODE_ENV=test ./node_modules/.bin/karma start","demo":"cross-env BABEL_ENV=commonjs webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"^4.16.4","prop-types":"^15.5.8","raf":"^3.2.0","react-transition-group":"^1.1.1"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","cross-env":"^3.1.4","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-import":"^1.7.0","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"d9b1c576bc011704eddbb769e09b05e604bf89a2","_id":"react-smooth@0.3.0","_shasum":"b67665d7b9820257e34279c15e02e8e5131ebe99","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"xile611","email":"327197681@qq.com"},"dist":{"shasum":"b67665d7b9820257e34279c15e02e8e5131ebe99","size":86222,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.3.0.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.3.0.tgz_1493209535573_0.1929918760433793"},"directories":{},"publish_time":1493209535805,"_cnpm_publish_time":1493209535805,"_hasShrinkwrap":false},"0.2.0":{"name":"react-smooth","version":"0.2.0","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6","build-umd":"cross-env NODE_ENV=development BABEL_ENV=commonjs webpack src/index.js umd/ReactSmooth.js","build-min":"cross-env NODE_ENV=production BABEL_ENV=commonjs webpack src/index.js umd/ReactSmooth.min.js","test":"cross-env NODE_ENV=test ./node_modules/.bin/karma start --single-run","test-watch":"cross-env NODE_ENV=test ./node_modules/.bin/karma start","test-browser":"cross-env NODE_ENV=test ./node_modules/.bin/karma start","demo":"cross-env BABEL_ENV=commonjs webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"^4.16.4","prop-types":"^15.5.8","raf":"^3.2.0","react-transition-group":"^1.1.1"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","cross-env":"^3.1.4","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-import":"^1.7.0","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"a11c7059bc45096f86dd452569a0d82f861edfe1","_id":"react-smooth@0.2.0","_shasum":"3f06db3d5e642ff22f793e335fbcef76953a743a","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"xile611","email":"327197681@qq.com"},"dist":{"shasum":"3f06db3d5e642ff22f793e335fbcef76953a743a","size":90366,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.2.0.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.2.0.tgz_1492778587915_0.908296148525551"},"directories":{},"publish_time":1492778588238,"_hasShrinkwrap":false,"_cnpm_publish_time":1492778588238},"0.1.20":{"name":"react-smooth","version":"0.1.20","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"rimraf lib && cross-env BABEL_ENV=commonjs babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6","build-umd":"cross-env NODE_ENV=development BABEL_ENV=commonjs webpack src/index.js umd/ReactSmooth.js","build-min":"cross-env NODE_ENV=production BABEL_ENV=commonjs webpack src/index.js umd/ReactSmooth.min.js","test":"cross-env NODE_ENV=test ./node_modules/.bin/karma start --single-run","test-watch":"cross-env NODE_ENV=test ./node_modules/.bin/karma start","test-browser":"cross-env NODE_ENV=test ./node_modules/.bin/karma start","demo":"cross-env BABEL_ENV=commonjs webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"^4.16.4","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","cross-env":"^3.1.4","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-import":"^1.7.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"eeb04d42eda8749537cb642399edd43061c99f35","_id":"react-smooth@0.1.20","_shasum":"0527eb60d0ee529e98720127aea5d3fbd2e59fb7","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"xile611","email":"327197681@qq.com"},"dist":{"shasum":"0527eb60d0ee529e98720127aea5d3fbd2e59fb7","size":79373,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.20.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.20.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.20.tgz_1484635189252_0.7090186243876815"},"directories":{},"publish_time":1484635191223,"_cnpm_publish_time":1484635191223,"_hasShrinkwrap":false},"0.1.19":{"name":"react-smooth","version":"0.1.19","description":"react animation library","main":"lib/index","module":"es6/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"BABEL_ENV=commonjs rimraf lib && babel ./src -d lib  --plugins=transform-es2015-modules-commonjs","build-es6":"rimraf es6 && babel ./src -d es6","build-umd":"NODE_ENV=development BABEL_ENV=commonjs webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production BABEL_ENV=commonjs webpack src/index.js umd/ReactSmooth.min.js","test":"NODE_ENV=test ./node_modules/.bin/karma start --single-run","test-watch":"NODE_ENV=test ./node_modules/.bin/karma start","test-browser":"NODE_ENV=test ./node_modules/.bin/karma start","demo":"BABEL_ENV=commonjs webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"^4.16.4","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-import":"^1.7.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"4ce83edb736cb70fad5a70336475fe546eb0021b","_id":"react-smooth@0.1.19","_shasum":"a4657a5a8364f28e5fdf9b0a9abeb324a3cb661a","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"xile611","email":"327197681@qq.com"},"dist":{"shasum":"a4657a5a8364f28e5fdf9b0a9abeb324a3cb661a","size":79378,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.19.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.19.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.19.tgz_1484619373776_0.4438012861646712"},"directories":{},"publish_time":1484619375895,"_cnpm_publish_time":1484619375895,"_hasShrinkwrap":false},"0.1.18":{"name":"react-smooth","version":"0.1.18","description":"react animation library","main":"lib/index","module":"es6/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"BABEL_ENV=commonjs rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6","build-umd":"NODE_ENV=development BABEL_ENV=commonjs webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production BABEL_ENV=commonjs webpack src/index.js umd/ReactSmooth.min.js","test":"NODE_ENV=test ./node_modules/.bin/karma start --single-run","test-watch":"NODE_ENV=test ./node_modules/.bin/karma start","test-browser":"NODE_ENV=test ./node_modules/.bin/karma start","demo":"BABEL_ENV=commonjs webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"^4.16.4","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-import":"^1.7.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"049e54451e4152bdee2b08eb79d173cf1e511dd3","_id":"react-smooth@0.1.18","_shasum":"93a256c634c8079015da5ab1cd4617eed35cabe3","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"xile611","email":"327197681@qq.com"},"dist":{"shasum":"93a256c634c8079015da5ab1cd4617eed35cabe3","size":78907,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.18.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.18.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.18.tgz_1484567056840_0.8896571819204837"},"directories":{},"publish_time":1484567057085,"_cnpm_publish_time":1484567057085,"_hasShrinkwrap":false},"0.1.17":{"name":"react-smooth","version":"0.1.17","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"^4.16.4","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-import":"^1.7.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"65b76796fa741655fbd5bae5820a255432c62ab3","_id":"react-smooth@0.1.17","_shasum":"0810990fdcbb5a5ceaf1fc4ebcb00f255f8e8935","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"0810990fdcbb5a5ceaf1fc4ebcb00f255f8e8935","size":151072,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.17.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.17.tgz_1480670474038_0.589870308060199"},"directories":{},"publish_time":1480670476157,"_cnpm_publish_time":1480670476157,"_hasShrinkwrap":false},"0.1.16":{"name":"react-smooth","version":"0.1.16","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"^4.16.4","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-import":"^1.7.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"cd3206fde9618a3bcbd617c5732f272bec7f2eee","_id":"react-smooth@0.1.16","_shasum":"efcb26ab51edb63ccc6849962f4ff4cfb5aae0cb","_from":".","_npmVersion":"3.10.9","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"efcb26ab51edb63ccc6849962f4ff4cfb5aae0cb","size":58324,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.16.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.16.tgz_1480062171733_0.3454632950015366"},"directories":{},"publish_time":1480062174007,"_cnpm_publish_time":1480062174007,"_hasShrinkwrap":false},"0.1.15":{"name":"react-smooth","version":"0.1.15","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"~4.13.1","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-import":"^1.7.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"729ca67ba0e426bb68e07720fcf8525d3e3776cc","_id":"react-smooth@0.1.15","_shasum":"144e93ccc3d357b2f77eb0a64e5cdbddecb76333","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"144e93ccc3d357b2f77eb0a64e5cdbddecb76333","size":130709,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.15.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.15.tgz_1477884434405_0.022769034141674638"},"directories":{},"publish_time":1477884436832,"_cnpm_publish_time":1477884436832,"_hasShrinkwrap":false},"0.1.14":{"name":"react-smooth","version":"0.1.14","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"~4.13.1","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-import":"^1.7.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"f52c897ada093155c3f01ed846af8edd6695d7c6","_id":"react-smooth@0.1.14","_shasum":"7a5d379a8f899a643f81be721557e9669c044b85","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"7a5d379a8f899a643f81be721557e9669c044b85","size":130704,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.14.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.14.tgz_1477649620297_0.6908955774269998"},"directories":{},"publish_time":1477649622532,"_cnpm_publish_time":1477649622532,"_hasShrinkwrap":false},"0.1.13":{"name":"react-smooth","version":"0.1.13","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"~4.13.1","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-import":"^1.7.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"3c84d7224cd4f35ddb06c002efcc5829effb740c","_id":"react-smooth@0.1.13","_shasum":"2517b80f65dbe32bebd02c14ada4b0842a7fab6b","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"2517b80f65dbe32bebd02c14ada4b0842a7fab6b","size":130626,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.13.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.13.tgz_1477545226440_0.5090568459127098"},"directories":{},"publish_time":1477545228638,"_cnpm_publish_time":1477545228638,"_hasShrinkwrap":false},"0.1.12":{"name":"react-smooth","version":"0.1.12","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"~4.13.1","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-import":"^1.7.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"5a033b0d421381068fac1849b224448b947eb14d","_id":"react-smooth@0.1.12","_shasum":"f831a40f61ca448636e2322fd129322f68bf712e","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"f831a40f61ca448636e2322fd129322f68bf712e","size":130556,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.12.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.12.tgz_1477540002947_0.6887761764228344"},"directories":{},"publish_time":1477540005057,"_cnpm_publish_time":1477540005057,"_hasShrinkwrap":false},"0.1.11":{"name":"react-smooth","version":"0.1.11","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"~4.13.1","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-import":"^1.7.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"8475a5c069a556f274f773975130a4b5d594d848","_id":"react-smooth@0.1.11","_shasum":"f389f8e58cbb546abb4921ca0cbe7b079bc51a0d","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"xile611","email":"327197681@qq.com"},"dist":{"shasum":"f389f8e58cbb546abb4921ca0cbe7b079bc51a0d","size":76630,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.11.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.11.tgz_1468230993372_0.054987185169011354"},"directories":{},"publish_time":1468230995879,"_cnpm_publish_time":1468230995879,"_hasShrinkwrap":false},"0.1.10":{"name":"react-smooth","version":"0.1.10","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"pre-commit":["lint"],"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ~15.1.0","react-dom":"^0.14.0 || ~15.1.0"},"dependencies":{"lodash":"~4.13.1","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ~15.1.0"},"devDependencies":{"babel-cli":"^6.10.0","babel-core":"^6.10.0","babel-eslint":"^6.1.0","babel-loader":"^6.2.4","babel-plugin-lodash":"^3.2.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.8.0","babel-polyfill":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.11.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.9.0","eslint-config-airbnb":"^9.0.1","eslint-plugin-jsx-a11y":"^1.5.0","eslint-plugin-import":"^1.7.0","eslint-plugin-react":"^5.2.0","karma":"^1.1.0","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.5.0","pre-commit":"^1.1.3","react":"~15.1.0","react-addons-test-utils":"~15.1.0","react-dom":"~15.1.0","webpack":"^1.13.1","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"81bf4c11852a3881a269f2b6169638e311b80ab0","_id":"react-smooth@0.1.10","_shasum":"d4535e0a022cfafbe5f0bdf3c023e606431021d1","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"d4535e0a022cfafbe5f0bdf3c023e606431021d1","size":130382,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.10.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.10.tgz_1467870345003_0.3067048580851406"},"directories":{},"publish_time":1467870347720,"_cnpm_publish_time":1467870347720,"_hasShrinkwrap":false},"0.1.9":{"name":"react-smooth","version":"0.1.9","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"invariant":"^2.2.1","lodash":"^4.0.0","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.7.5","babel-core":"^6.7.6","babel-eslint":"^6.0.2","babel-loader":"^6.2.4","babel-plugin-lodash":"2.2.2","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.5.0","babel-polyfill":"^6.7.2","babel-preset-es2015":"^6.6.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.7.0","eslint-config-airbnb":"^7.0.0","eslint-plugin-jsx-a11y":"^0.6.2","eslint-plugin-react":"^4.3.0","karma":"^0.13.22","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.4.5","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.12.15","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"a51280ea08e40df17d5efd5f71a3839dee4aec72","_id":"react-smooth@0.1.9","_shasum":"8cbd79e75ee7a22837dfa22cb01dfc38aa989ada","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"8cbd79e75ee7a22837dfa22cb01dfc38aa989ada","size":130233,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.9.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.9.tgz_1462425664197_0.29200026602484286"},"directories":{},"publish_time":1462425664622,"_cnpm_publish_time":1462425664622,"_hasShrinkwrap":false},"0.1.8":{"name":"react-smooth","version":"0.1.8","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"invariant":"^2.2.1","lodash":"^4.0.0","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.7.5","babel-core":"^6.7.6","babel-eslint":"^6.0.2","babel-loader":"^6.2.4","babel-plugin-lodash":"2.2.2","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.5.0","babel-polyfill":"^6.7.2","babel-preset-es2015":"^6.6.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.7.0","eslint-config-airbnb":"^7.0.0","eslint-plugin-jsx-a11y":"^0.6.2","eslint-plugin-react":"^4.3.0","karma":"^0.13.22","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.4.5","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.12.15","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"cadaefc350a252cbe8efc0aecc5436c609b943c2","_id":"react-smooth@0.1.8","_shasum":"aaa5c3fbe3d1b3770a3505542a90d336d2f67987","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"aaa5c3fbe3d1b3770a3505542a90d336d2f67987","size":130210,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.8.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.8.tgz_1462419542327_0.4377599449362606"},"directories":{},"publish_time":1462419542768,"_cnpm_publish_time":1462419542768,"_hasShrinkwrap":false},"0.1.7":{"name":"react-smooth","version":"0.1.7","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"invariant":"^2.2.1","lodash":"^4.0.0","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.7.5","babel-core":"^6.7.6","babel-eslint":"^6.0.2","babel-loader":"^6.2.4","babel-plugin-lodash":"2.2.2","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.5.0","babel-polyfill":"^6.7.2","babel-preset-es2015":"^6.6.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.7.0","eslint-config-airbnb":"^7.0.0","eslint-plugin-jsx-a11y":"^0.6.2","eslint-plugin-react":"^4.3.0","karma":"^0.13.22","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.4.5","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.12.15","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"5f5c83a32e1a0337385b06095d0e84d7872f2cf3","_id":"react-smooth@0.1.7","_shasum":"23845ab22a88f92bfbcb24d158759d7092305642","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"23845ab22a88f92bfbcb24d158759d7092305642","size":57611,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.7.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.7.tgz_1461208426354_0.7856356117408723"},"directories":{},"publish_time":1461208426786,"_cnpm_publish_time":1461208426786,"_hasShrinkwrap":false},"0.1.6":{"name":"react-smooth","version":"0.1.6","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 4000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"invariant":"^2.2.1","lodash":"^4.0.0","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.7.5","babel-core":"^6.7.6","babel-eslint":"^6.0.2","babel-loader":"^6.2.4","babel-plugin-lodash":"2.2.2","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.5.0","babel-polyfill":"^6.7.2","babel-preset-es2015":"^6.6.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.7.0","eslint-config-airbnb":"^7.0.0","eslint-plugin-jsx-a11y":"^0.6.2","eslint-plugin-react":"^4.3.0","karma":"^0.13.22","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.4.5","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.12.15","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"595b735239c0abbcd4049df1f31257900e287680","_id":"react-smooth@0.1.6","_shasum":"cb50cecec1af6147baa23a5cbc19333a79a8bb9d","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"cb50cecec1af6147baa23a5cbc19333a79a8bb9d","size":57596,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.6.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.6.tgz_1460704087628_0.09605320310220122"},"directories":{},"publish_time":1460704091265,"_cnpm_publish_time":1460704091265,"_hasShrinkwrap":false},"0.1.5":{"name":"react-smooth","version":"0.1.5","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"invariant":"^2.2.1","lodash":"^4.0.0","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.7.5","babel-core":"^6.7.6","babel-eslint":"^6.0.2","babel-loader":"^6.2.4","babel-plugin-lodash":"2.2.2","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.5.0","babel-polyfill":"^6.7.2","babel-preset-es2015":"^6.6.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.7.0","eslint-config-airbnb":"^7.0.0","eslint-plugin-jsx-a11y":"^0.6.2","eslint-plugin-react":"^4.3.0","karma":"^0.13.22","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.4.5","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.12.15","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"cb9b86abf39e4be55ccee9c6d0c45df9b626d0e4","_id":"react-smooth@0.1.5","_shasum":"82ebafbdfb587b0fd4bc73fc92b80bbb942932dc","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"arcthur","email":"arthurtemptation@gmail.com"},"dist":{"shasum":"82ebafbdfb587b0fd4bc73fc92b80bbb942932dc","size":75455,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.5.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.5.tgz_1460527510475_0.6092097321525216"},"directories":{},"publish_time":1460527513430,"_cnpm_publish_time":1460527513430,"_hasShrinkwrap":false},"0.1.4":{"name":"react-smooth","version":"0.1.4","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0"},"dependencies":{"invariant":"^2.2.1","lodash":"^4.0.0","pure-render-decorator":"0.2.0","raf":"^3.2.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"devDependencies":{"babel-cli":"^6.7.5","babel-core":"^6.7.6","babel-eslint":"^6.0.2","babel-loader":"^6.2.4","babel-plugin-lodash":"2.2.2","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.5.0","babel-polyfill":"^6.7.2","babel-preset-es2015":"^6.6.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.7.0","eslint-config-airbnb":"^7.0.0","eslint-plugin-jsx-a11y":"^0.6.2","eslint-plugin-react":"^4.3.0","karma":"^0.13.22","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.4.5","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.12.15","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"4cad6b01be25e2f531411cdbb2728a7d53999542","_id":"react-smooth@0.1.4","_shasum":"ad78ef9e037fff31a7f0c3e70729a6e79fc19236","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"ad78ef9e037fff31a7f0c3e70729a6e79fc19236","size":57424,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.4.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.4.tgz_1460464230602_0.2025875374674797"},"directories":{},"publish_time":1460464233768,"_cnpm_publish_time":1460464233768,"_hasShrinkwrap":false},"0.1.3":{"name":"react-smooth","version":"0.1.3","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"dependencies":{"invariant":"^2.2.1","lodash":"^4.0.0","pure-render-decorator":"0.2.0","raf":"^3.2.0"},"devDependencies":{"babel-cli":"^6.7.5","babel-core":"^6.7.6","babel-eslint":"^6.0.2","babel-loader":"^6.2.4","babel-plugin-lodash":"2.2.2","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.5.0","babel-polyfill":"^6.7.2","babel-preset-es2015":"^6.6.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.7.0","eslint-config-airbnb":"^7.0.0","eslint-plugin-jsx-a11y":"^0.6.2","eslint-plugin-react":"^4.3.0","karma":"^0.13.22","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.4.5","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-addons-transition-group":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.12.15","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"b3784dd9099f2908159652f5a2ad6759194b841a","_id":"react-smooth@0.1.3","_shasum":"519f713cee3473d282aecaa3c2f631c032f275f5","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"519f713cee3473d282aecaa3c2f631c032f275f5","size":56461,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.3.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.3.tgz_1460439382128_0.07795905880630016"},"directories":{},"publish_time":1460439382572,"_cnpm_publish_time":1460439382572,"_hasShrinkwrap":false},"0.1.2":{"name":"react-smooth","version":"0.1.2","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0 || ^15.0.0","react-dom":"^0.14.0 || ^15.0.0","react-addons-transition-group":"^0.14.0 || ^15.0.0"},"dependencies":{"lodash":"^4.0.0","raf":"^3.2.0"},"devDependencies":{"babel-cli":"^6.7.5","babel-core":"^6.7.6","babel-eslint":"^6.0.2","babel-loader":"^6.2.4","babel-plugin-lodash":"2.2.2","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.5.0","babel-polyfill":"^6.7.2","babel-preset-es2015":"^6.6.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.7.0","eslint-config-airbnb":"^7.0.0","eslint-plugin-jsx-a11y":"^0.6.2","eslint-plugin-react":"^4.3.0","karma":"^0.13.22","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.4.5","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-addons-transition-group":"^15.0.0","react-dom":"^15.0.0","webpack":"^1.12.15","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"2267cdb71939ebfb8699c84cd4a33158a0bf30c7","_id":"react-smooth@0.1.2","_shasum":"afcb836bc3b0383b804ecee306427e4b219a2206","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"arcthur","email":"arthurtemptation@gmail.com"},"dist":{"shasum":"afcb836bc3b0383b804ecee306427e4b219a2206","size":74640,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.2.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.2.tgz_1460431741778_0.6247847946360707"},"directories":{},"publish_time":1460431743212,"_cnpm_publish_time":1460431743212,"_hasShrinkwrap":false},"0.1.1":{"name":"react-smooth","version":"0.1.1","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"lodash":"^4.0.0","pure-render-decorator":"0.2.0","raf":"^3.2.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-cli":"^6.6.5","babel-core":"^6.7.2","babel-eslint":"^5.0.0","babel-loader":"^6.2.4","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.5.0","babel-plugin-lodash":"2.1.0","babel-polyfill":"^6.7.2","babel-preset-es2015":"^6.6.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.4.0","eslint-config-airbnb":"^6.1.0","eslint-plugin-react":"^4.2.2","karma":"^0.13.22","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.4.5","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"^1.12.14","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"a14d7086352b78d7df2c4141dc8d2246303daf7c","_id":"react-smooth@0.1.1","_shasum":"dd1a8d12d7846f54ba38f4135d146dae07c9d30a","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"dd1a8d12d7846f54ba38f4135d146dae07c9d30a","size":53912,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.1.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.1.tgz_1459858537866_0.33186113368719816"},"directories":{},"publish_time":1459858538340,"_cnpm_publish_time":1459858538340,"_hasShrinkwrap":false},"0.1.0":{"name":"react-smooth","version":"0.1.0","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=development webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-browser":"karma start","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"lodash":"^4.0.0","pure-render-decorator":"0.2.0","raf":"^3.2.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-cli":"^6.6.5","babel-core":"^6.7.2","babel-eslint":"^5.0.0","babel-loader":"^6.2.4","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.5.0","babel-polyfill":"^6.7.2","babel-preset-es2015":"^6.6.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.7.2","chai":"^3.5.0","chai-spies":"^0.7.1","eslint":"^2.4.0","eslint-config-airbnb":"^6.1.0","eslint-plugin-react":"^4.2.2","karma":"^0.13.22","karma-mocha":"^0.2.2","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.4.5","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"^2.1.0-beta.4","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"1716fe97e11c8108432fb27ea7541575a6d6ac09","_id":"react-smooth@0.1.0","_shasum":"9b6c926da7c254ad98741af70dbbb7e127eafcaa","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"arcthur","email":"arthurtemptation@gmail.com"},"dist":{"shasum":"9b6c926da7c254ad98741af70dbbb7e127eafcaa","size":71723,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.1.0.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.1.0.tgz_1458101721968_0.019533883314579725"},"directories":{},"publish_time":1458101724583,"_cnpm_publish_time":1458101724583,"_hasShrinkwrap":false},"0.0.15":{"name":"react-smooth","version":"0.0.15","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack -p src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"invariant":"2.2.0","lodash":"^4.0.0","pure-render-decorator":"0.2.0","raf":"3.1.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-cli":"^6.4.5","babel-core":"^6.4.5","babel-eslint":"5.0.0-beta6","babel-loader":"^6.2.1","babel-plugin-lodash":"2.1.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","babel-register":"^6.4.3","chai":"^3.4.1","chai-spies":"^0.7.1","eslint":"^1.10.3","eslint-config-airbnb":"^3.1.0","eslint-plugin-react":"^3.15.0","karma":"^0.13.19","karma-mocha":"^0.2.1","karma-chrome-launcher":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.3.4","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"^1.12.11","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"bc92e1268553d7a30474ef275545375d410d024a","_id":"react-smooth@0.0.15","_shasum":"54e11e34ade26f1bc3be03f47b7e48e07129c153","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"54e11e34ade26f1bc3be03f47b7e48e07129c153","size":52969,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.15.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.15.tgz_1458026791332_0.6851750779896975"},"directories":{},"publish_time":1458026793751,"_cnpm_publish_time":1458026793751,"_hasShrinkwrap":false},"0.0.14":{"name":"react-smooth","version":"0.0.14","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack -p src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"invariant":"2.2.0","lodash":"^4.0.0","pure-render-decorator":"0.2.0","raf":"3.1.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-cli":"^6.4.5","babel-core":"^6.4.5","babel-eslint":"5.0.0-beta6","babel-loader":"^6.2.1","babel-plugin-lodash":"2.1.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","babel-register":"^6.4.3","chai":"^3.4.1","chai-spies":"^0.7.1","eslint":"^1.10.3","eslint-config-airbnb":"^3.1.0","eslint-plugin-react":"^3.15.0","karma":"^0.13.19","karma-mocha":"^0.2.1","karma-chrome-launcher":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.3.4","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"^1.12.11","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"e8e3b5f4e52c5e0484ccf90b0be9686c13927c73","_id":"react-smooth@0.0.14","_shasum":"cb42e1a93469a53be128dcc24c3d803d04e0e871","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"cb42e1a93469a53be128dcc24c3d803d04e0e871","size":53298,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.14.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.14.tgz_1458025391652_0.6413721677381545"},"directories":{},"publish_time":1458025394176,"_cnpm_publish_time":1458025394176,"_hasShrinkwrap":false},"0.0.13":{"name":"react-smooth","version":"0.0.13","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack -p src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"invariant":"2.2.0","lodash":"^4.0.0","pure-render-decorator":"0.2.0","raf":"3.1.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-cli":"^6.4.5","babel-core":"^6.4.5","babel-eslint":"5.0.0-beta6","babel-loader":"^6.2.1","babel-plugin-lodash":"2.1.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","babel-register":"^6.4.3","chai":"^3.4.1","chai-spies":"^0.7.1","eslint":"^1.10.3","eslint-config-airbnb":"^3.1.0","eslint-plugin-react":"^3.15.0","karma":"^0.13.19","karma-mocha":"^0.2.1","karma-chrome-launcher":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.3.4","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"^1.12.11","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"d2ddbaf363d4c5d831a85cc45353af6c840508a8","_id":"react-smooth@0.0.13","_shasum":"9067b4a642a5b58bbdfdafc36e3ec8d97e85a349","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"9067b4a642a5b58bbdfdafc36e3ec8d97e85a349","size":54807,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.13.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.13.tgz_1458022066535_0.5129308048635721"},"directories":{},"publish_time":1458022069123,"_cnpm_publish_time":1458022069123,"_hasShrinkwrap":false},"0.0.12":{"name":"react-smooth","version":"0.0.12","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack -p src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","test-watch":"karma start","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"invariant":"2.2.0","lodash":"^4.0.0","pure-render-decorator":"0.2.0","raf":"3.1.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-cli":"^6.4.5","babel-core":"^6.4.5","babel-eslint":"5.0.0-beta6","babel-loader":"^6.2.1","babel-plugin-lodash":"2.1.0","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","babel-register":"^6.4.3","chai":"^3.4.1","chai-spies":"^0.7.1","eslint":"^1.10.3","eslint-config-airbnb":"^3.1.0","eslint-plugin-react":"^3.15.0","karma":"^0.13.19","karma-mocha":"^0.2.1","karma-chrome-launcher":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.3.4","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"^1.12.11","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"acfff6e767e0a4033afd633a497dc1fa35a61143","_id":"react-smooth@0.0.12","_shasum":"e27a86fe5c3b841f2bee9ce81f7a731cf1fdb41b","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"e27a86fe5c3b841f2bee9ce81f7a731cf1fdb41b","size":53249,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.12.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.12.tgz_1458019167213_0.5044616803061217"},"directories":{},"publish_time":1458019169706,"_cnpm_publish_time":1458019169706,"_hasShrinkwrap":false},"0.0.11":{"name":"react-smooth","version":"0.0.11","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack -p src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"invariant":"2.2.0","lodash":"^4.0.0","pure-render-decorator":"0.2.0","raf":"3.1.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-cli":"^6.4.5","babel-core":"^6.4.5","babel-eslint":"5.0.0-beta6","babel-loader":"^6.2.1","babel-plugin-lodash":"^2.0.1","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","babel-register":"^6.4.3","chai":"^3.4.1","chai-spies":"^0.7.1","eslint":"^1.10.3","eslint-config-airbnb":"^3.1.0","eslint-plugin-react":"^3.15.0","karma":"^0.13.19","karma-mocha":"^0.2.1","karma-phantomjs-launcher":"^0.2.3","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.3.4","phantomjs":"^1.9.18","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"^1.12.11","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"696bfa64acfb877ad7ce6b8dda307621049007ea","_id":"react-smooth@0.0.11","_shasum":"7004537d16775f3bbccbc65cfc5f9d61c0b99c02","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"7004537d16775f3bbccbc65cfc5f9d61c0b99c02","size":54254,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.11.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.11.tgz_1456837501727_0.4303266662172973"},"directories":{},"publish_time":1456837503772,"_cnpm_publish_time":1456837503772,"_hasShrinkwrap":false},"0.0.10":{"name":"react-smooth","version":"0.0.10","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack -p src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"invariant":"2.2.0","lodash":"^4.0.0","pure-render-decorator":"0.2.0","raf":"3.1.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-cli":"^6.4.5","babel-core":"^6.4.5","babel-eslint":"5.0.0-beta6","babel-loader":"^6.2.1","babel-plugin-lodash":"^2.0.1","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","babel-register":"^6.4.3","chai":"^3.4.1","chai-spies":"^0.7.1","eslint":"^1.10.3","eslint-config-airbnb":"^3.1.0","eslint-plugin-react":"^3.15.0","karma":"^0.13.19","karma-mocha":"^0.2.1","karma-phantomjs-launcher":"^0.2.3","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.3.4","phantomjs":"^1.9.18","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"^1.12.11","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"1b744588f3e6a2a7cbf2b7654815106d16e2cb0e","_id":"react-smooth@0.0.10","_shasum":"677072d872bf17db884d02403ea8f0bd0d368c08","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.1.1","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"677072d872bf17db884d02403ea8f0bd0d368c08","size":54059,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.10.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.10.tgz_1455702346945_0.7220133615192026"},"directories":{},"publish_time":1455702349015,"_cnpm_publish_time":1455702349015,"_hasShrinkwrap":false},"0.0.9":{"name":"react-smooth","version":"0.0.9","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack -p src/index.js umd/ReactSmooth.min.js","test":"./node_modules/karma/bin/ start","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"invariant":"2.2.0","lodash":"^4.0.0","pure-render-decorator":"0.2.0","raf":"3.1.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-cli":"^6.4.5","babel-core":"^6.4.5","babel-eslint":"5.0.0-beta6","babel-loader":"^6.2.1","babel-plugin-lodash":"^2.0.1","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","babel-register":"^6.4.3","chai":"^3.4.1","eslint":"^1.10.3","eslint-config-airbnb":"^3.1.0","eslint-plugin-react":"^3.15.0","karma":"^0.13.19","karma-mocha":"^0.2.1","karma-phantomjs-launcher":"^0.2.3","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.3.4","phantomjs":"^1.9.18","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"^1.12.11","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"68f9ba471b9715e2da41090f27de0f09a1da2db9","_id":"react-smooth@0.0.9","_shasum":"314559aa58e3cc43e3cc2d62aef0d52b62579193","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"arcthur","email":"arthurtemptation@gmail.com"},"dist":{"shasum":"314559aa58e3cc43e3cc2d62aef0d52b62579193","size":76942,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.9.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.9.tgz_1454684018727_0.7387173806782812"},"directories":{},"publish_time":1454684021046,"_cnpm_publish_time":1454684021046,"_hasShrinkwrap":false},"0.0.8":{"name":"react-smooth","version":"0.0.8","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","reactjs","animation","react-component"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack -p src/index.js umd/ReactSmooth.min.js","test":"./node_modules/karma/bin/ start","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","lint":"eslint src"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"invariant":"2.2.0","lodash":"^4.0.0","pure-render-decorator":"0.2.0","raf":"3.1.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-cli":"^6.4.5","babel-core":"^6.4.5","babel-eslint":"5.0.0-beta6","babel-loader":"^6.2.1","babel-plugin-lodash":"^2.0.1","babel-plugin-transform-decorators-legacy":"^1.3.4","babel-plugin-transform-export-extensions":"^6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","babel-register":"^6.4.3","chai":"^3.4.1","eslint":"^1.10.3","eslint-config-airbnb":"^3.1.0","eslint-plugin-react":"^3.15.0","karma":"^0.13.19","karma-mocha":"^0.2.1","karma-phantomjs-launcher":"^0.2.3","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.3.4","phantomjs":"^1.9.18","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"^1.12.11","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"a0191fe3cdf4bc27dca5ab2eb15f02c611710e48","_id":"react-smooth@0.0.8","_shasum":"b06be97c087d739d537d495f2422ffd5a1fd4239","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"arcthur","email":"arthurtemptation@gmail.com"},"dist":{"shasum":"b06be97c087d739d537d495f2422ffd5a1fd4239","size":48527,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.8.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.8.tgz_1454682772214_0.3116339708212763"},"directories":{},"publish_time":1454682774710,"_cnpm_publish_time":1454682774710,"_hasShrinkwrap":false},"0.0.7":{"name":"react-smooth","version":"0.0.7","description":"react animation library","main":"lib/index","jsnext:main":"es6/index","files":["*.md","demo","es6","lib","umd","src"],"keywords":["react","animation","reactjs"],"scripts":{"build":"npm run build-cjs && npm run build-es6","build-cjs":"rimraf lib && babel ./src -d lib","build-es6":"rimraf es6 && babel ./src -d es6 --blacklist=es6.modules","build-umd":"NODE_ENV=production webpack src/index.js umd/ReactSmooth.js","build-min":"NODE_ENV=production webpack -p src/index.js umd/ReactSmooth.min.js","test":"karma start --single-run","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","test-watch":"karma start"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"invariant":"2.2.0","lodash":"4.1.0","pure-render-decorator":"0.2.0","raf":"3.1.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-cli":"^6.4.5","babel-core":"6.4.5","babel-eslint":"5.0.0-beta6","babel-loader":"6.2.1","babel-plugin-transform-decorators-legacy":"1.3.4","babel-plugin-transform-export-extensions":"6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"6.3.13","babel-preset-stage-0":"6.3.13","babel-register":"6.4.3","chai":"3.4.1","eslint":"1.10.3","eslint-config-airbnb":"3.1.0","eslint-plugin-react":"3.15.0","karma":"0.13.19","karma-mocha":"0.2.1","karma-phantomjs-launcher":"0.2.3","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.3.4","phantomjs":"1.9.18","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"1.12.11","webpack-dev-server":"1.14.1"},"license":"MIT","gitHead":"15459199228f5eee09d66ea9a8a84977a3b60ad7","_id":"react-smooth@0.0.7","_shasum":"e11e36763263c7e24b3bc17db3ae176f753205fa","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"xile611","email":"327197681@qq.com"},"dist":{"shasum":"e11e36763263c7e24b3bc17db3ae176f753205fa","size":108889,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.7.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.7.tgz_1454577238636_0.9675511827226728"},"directories":{},"publish_time":1454577239592,"_cnpm_publish_time":1454577239592,"_hasShrinkwrap":false},"0.0.6":{"name":"react-smooth","version":"0.0.6","description":"react animation library","main":"src/index.js","files":["src"],"keywords":["react","animation","reactjs"],"scripts":{"test":"karma start --single-run","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","test-watch":"karma start","watch":"NODE_ENV=production ./node_modules/.bin/webpack -w","build":"NODE_ENV=production ./node_modules/.bin/webpack"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"invariant":"2.2.0","lodash":"4.1.0","pure-render-decorator":"0.2.0","raf":"3.1.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-register":"6.4.3","babel-core":"6.4.5","babel-eslint":"5.0.0-beta6","babel-loader":"6.2.1","babel-plugin-transform-decorators-legacy":"1.3.4","babel-plugin-transform-export-extensions":"6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"6.3.13","babel-preset-stage-0":"6.3.13","chai":"3.4.1","eslint":"1.10.3","eslint-config-airbnb":"3.1.0","eslint-plugin-react":"3.15.0","karma":"0.13.19","karma-mocha":"0.2.1","karma-phantomjs-launcher":"0.2.3","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.3.4","phantomjs":"1.9.18","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"1.12.11","webpack-dev-server":"1.14.1"},"license":"MIT","gitHead":"42fb6631845f1f7adec0937956fe9d01ddc9fc87","_id":"react-smooth@0.0.6","_shasum":"39a021dd23570970a0718d69a95a2930712afb51","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"39a021dd23570970a0718d69a95a2930712afb51","size":8829,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.6.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.6.tgz_1454565299439_0.05811429489403963"},"directories":{},"publish_time":1454565302325,"_cnpm_publish_time":1454565302325,"_hasShrinkwrap":false},"0.0.5":{"name":"react-smooth","version":"0.0.5","description":"react animation library","main":"src/index.js","files":["src"],"keywords":["react","animation","reactjs"],"scripts":{"test":"karma start --single-run","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","test-watch":"karma start","watch":"NODE_ENV=production ./node_modules/.bin/webpack -w","build":"NODE_ENV=production ./node_modules/.bin/webpack"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.0","react-dom":"^0.14.0"},"dependencies":{"invariant":"2.2.0","lodash":"4.1.0","pure-render-decorator":"0.2.0","raf":"3.1.0","react-addons-transition-group":"^0.14.0"},"devDependencies":{"babel-register":"6.4.3","babel-core":"6.4.5","babel-eslint":"5.0.0-beta6","babel-loader":"6.2.1","babel-plugin-transform-decorators-legacy":"1.3.4","babel-plugin-transform-export-extensions":"6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"6.3.13","babel-preset-stage-0":"6.3.13","chai":"3.4.1","eslint":"1.10.3","eslint-config-airbnb":"3.1.0","eslint-plugin-react":"3.15.0","karma":"0.13.19","karma-mocha":"0.2.1","karma-phantomjs-launcher":"0.2.3","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.3.4","phantomjs":"1.9.18","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0","webpack":"1.12.11","webpack-dev-server":"1.14.1"},"license":"MIT","gitHead":"4e37155078f7c8273757853814ed085fc3c7d2ba","_id":"react-smooth@0.0.5","_shasum":"cf523221c7db51d55806c5fa4582498a609732af","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"cf523221c7db51d55806c5fa4582498a609732af","size":8804,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.5.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.5.tgz_1454564702111_0.18909007590264082"},"directories":{},"publish_time":1454564704928,"_cnpm_publish_time":1454564704928,"_hasShrinkwrap":false},"0.0.4":{"name":"react-smooth","version":"0.0.4","description":"react animation library","main":"src/index.js","files":["src"],"keywords":["react","animation","reactjs"],"scripts":{"test":"karma start --single-run","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","test-watch":"karma start","watch":"NODE_ENV=production ./node_modules/.bin/webpack -w","build":"NODE_ENV=production ./node_modules/.bin/webpack"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"0.14.6","react-dom":"0.14.6"},"dependencies":{"invariant":"2.2.0","lodash":"4.1.0","pure-render-decorator":"0.2.0","raf":"3.1.0","react-addons-transition-group":"0.14.6"},"devDependencies":{"babel-register":"6.4.3","babel-core":"6.4.5","babel-eslint":"5.0.0-beta6","babel-loader":"6.2.1","babel-plugin-transform-decorators-legacy":"1.3.4","babel-plugin-transform-export-extensions":"6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"6.3.13","babel-preset-stage-0":"6.3.13","chai":"3.4.1","eslint":"1.10.3","eslint-config-airbnb":"3.1.0","eslint-plugin-react":"3.15.0","karma":"0.13.19","karma-mocha":"0.2.1","karma-phantomjs-launcher":"0.2.3","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.3.4","phantomjs":"1.9.18","react":"0.14.7","react-addons-test-utils":"0.14.6","react-dom":"0.14.7","webpack":"1.12.11","webpack-dev-server":"1.14.1"},"license":"MIT","gitHead":"b12b08fe07e5a29564c3957f3ed4652d27314050","_id":"react-smooth@0.0.4","_shasum":"aa50f451a459bf778d41749ce4ab49b6085bb7f6","_from":".","_npmVersion":"3.5.4","_nodeVersion":"5.1.0","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"aa50f451a459bf778d41749ce4ab49b6085bb7f6","size":8760,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.4.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.4.tgz_1454401710181_0.6727159062866122"},"directories":{},"publish_time":1454401711224,"_cnpm_publish_time":1454401711224,"_hasShrinkwrap":false},"0.0.2":{"name":"react-smooth","version":"0.0.2","description":"react animation library","main":"src/index.js","files":["src"],"keywords":["react","animation","reactjs"],"scripts":{"test":"karma start --single-run","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","test-watch":"karma start","watch":"NODE_ENV=production ./node_modules/.bin/webpack -w","build":"NODE_ENV=production ./node_modules/.bin/webpack"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","peerDependencies":{"react":"^0.14.6","react-dom":"^0.14.6"},"dependencies":{"babel-register":"^6.4.3","invariant":"^2.2.0","lodash":"^4.1.0","pure-render-decorator":"^0.2.0","raf":"^3.1.0","react-addons-transition-group":"^0.14.6"},"devDependencies":{"babel-core":"^6.4.5","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.1","babel-plugin-transform-decorators-legacy":"1.3.4","babel-plugin-transform-export-extensions":"6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"6.3.13","babel-preset-stage-0":"6.3.13","chai":"^3.4.1","eslint":"^1.10.3","eslint-config-airbnb":"^3.1.0","eslint-plugin-react":"^3.15.0","karma":"^0.13.19","karma-mocha":"^0.2.1","karma-phantomjs-launcher":"^0.2.3","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.3.4","phantomjs":"^1.9.18","react":"^0.14.6","react-addons-test-utils":"^0.14.6","react-dom":"^0.14.6","webpack":"^1.12.11","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"f3451bad679025fa556ea89180d3f9b5eb832fd5","_id":"react-smooth@0.0.2","_shasum":"c3ecdc92513e64f8dffbce2b5550e7c9adb9cf56","_from":".","_npmVersion":"3.5.4","_nodeVersion":"5.1.0","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"c3ecdc92513e64f8dffbce2b5550e7c9adb9cf56","size":8635,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.2.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/react-smooth-0.0.2.tgz_1454383229077_0.9042653786018491"},"directories":{},"publish_time":1454383230122,"_cnpm_publish_time":1454383230122,"_hasShrinkwrap":false},"0.0.1":{"name":"react-smooth","version":"0.0.1","description":"react animation library","main":"src/index.js","files":["src"],"keywords":["react","animation","reactjs"],"scripts":{"test":"karma start --single-run","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","test-watch":"karma start","watch":"NODE_ENV=production ./node_modules/.bin/webpack -w","build":"NODE_ENV=production ./node_modules/.bin/webpack"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","dependencies":{"babel-register":"^6.4.3","pure-render-decorator":"^0.2.0","react":"^0.14.6","react-dom":"^0.14.6"},"devDependencies":{"babel-core":"^6.4.5","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.1","babel-plugin-transform-decorators-legacy":"1.3.4","babel-plugin-transform-export-extensions":"6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"6.3.13","babel-preset-stage-0":"6.3.13","chai":"^3.4.1","eslint":"^1.10.3","eslint-config-airbnb":"^3.1.0","eslint-plugin-react":"^3.15.0","karma":"^0.13.19","karma-mocha":"^0.2.1","karma-phantomjs-launcher":"^0.2.3","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.3.4","phantomjs":"^1.9.18","react-addons-test-utils":"^0.14.6","webpack":"^1.12.11","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"2b7d62b007a6a7c8e8fbad42a12834af52fed3cc","_id":"react-smooth@0.0.1","_shasum":"1846150f062f15de8243f04a92d52e50f29a2419","_from":".","_npmVersion":"3.5.4","_nodeVersion":"5.1.0","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"1846150f062f15de8243f04a92d52e50f29a2419","size":5727,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.1.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"directories":{},"publish_time":1453954182725,"_cnpm_publish_time":1453954182725,"_hasShrinkwrap":false},"0.0.3":{"name":"react-smooth","version":"0.0.3","description":"react animation library","main":"src/index.js","files":["src"],"keywords":["react","animation","reactjs"],"scripts":{"test":"karma start --single-run","demo":"webpack-dev-server  --progress --port 3000  --colors --content-base demo --hot --inline --config demo/webpack.config.js","test-watch":"karma start","watch":"NODE_ENV=production ./node_modules/.bin/webpack -w","build":"NODE_ENV=production ./node_modules/.bin/webpack"},"repository":{"type":"git","url":"git+https://github.com/recharts/react-smooth.git"},"author":{"name":"JasonHzq"},"bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"homepage":"https://github.com/recharts/react-smooth#readme","dependencies":{"babel-register":"^6.4.3","pure-render-decorator":"^0.2.0","react":"^0.14.6","react-dom":"^0.14.6"},"devDependencies":{"babel-core":"^6.4.5","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.1","babel-plugin-transform-decorators-legacy":"1.3.4","babel-plugin-transform-export-extensions":"6.3.13","babel-polyfill":"^6.3.14","babel-preset-es2015":"6.3.13","babel-preset-react":"6.3.13","babel-preset-stage-0":"6.3.13","chai":"^3.4.1","eslint":"^1.10.3","eslint-config-airbnb":"^3.1.0","eslint-plugin-react":"^3.15.0","karma":"^0.13.19","karma-mocha":"^0.2.1","karma-phantomjs-launcher":"^0.2.3","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","mocha":"^2.3.4","phantomjs":"^1.9.18","react-addons-test-utils":"^0.14.6","webpack":"^1.12.11","webpack-dev-server":"^1.14.1"},"license":"MIT","gitHead":"2b7d62b007a6a7c8e8fbad42a12834af52fed3cc","_id":"react-smooth@0.0.3","_shasum":"ea2fdc1065b525e94f36f89d7806862a0bcbca8c","_from":".","_npmVersion":"3.5.4","_nodeVersion":"5.1.0","_npmUser":{"name":"hzongquan","email":"hzongquan@126.com"},"dist":{"shasum":"ea2fdc1065b525e94f36f89d7806862a0bcbca8c","size":5717,"noattachment":false,"key":"/react-smooth/-/react-smooth-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-smooth/download/react-smooth-0.0.3.tgz"},"maintainers":[{"name":"hzongquan","email":"hzongquan@126.com"},{"name":"xile611","email":"327197681@qq.com"}],"directories":{},"publish_time":1453954165041,"_cnpm_publish_time":1453954165041,"_hasShrinkwrap":false}},"readme":"# react-smooth\n\nreact-smooth is a animation library work on React.\n\n[![npm version](https://badge.fury.io/js/react-smooth.png)](https://badge.fury.io/js/react-smooth)\n[![build status](https://travis-ci.org/recharts/react-smooth.svg)](https://travis-ci.org/recharts/react-smooth)\n[![npm downloads](https://img.shields.io/npm/dt/react-smooth.svg?style=flat-square)](https://www.npmjs.com/package/react-smooth)\n[![Gitter](https://badges.gitter.im/recharts/react-smooth.svg)](https://gitter.im/recharts/react-smooth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)\n\n## install\n```\nnpm install --save react-smooth\n```\n\n## Usage\nsimple animation\n\n```jsx\n<Animate to=\"0\" from=\"1\" attributeName=\"opacity\">\n  <div />\n</Animate>\n```\nsteps animation\n\n```jsx\nconst steps = [{\n  style: {\n    opacity: 0,\n  },\n  duration: 400,\n}, {\n  style: {\n    opacity: 1,\n    transform: 'translate(0, 0)',\n  },\n  duration: 1000,\n}, {\n  style: {\n    transform: 'translate(100px, 100px)',\n  },\n  duration: 1200,\n}];\n\n<Animate steps={steps}>\n  <div />\n</Animate>\n```\nchildren can be a function\n\n```jsx\n<Animate from={{ opacity: 0 }}\n  to={{ opacity: 1 }}\n  easing=\"ease-in\"\n  >\n  {\n    ({ opacity }) => <div style={{ opacity }}></div>\n  }\n</Animate>\n```\n\nyou can configure js timing function\n\n```js\nconst easing = configureBezier(0.1, 0.1, 0.5, 0.8);\nconst easing = configureSpring({ stiff: 170, damping: 20 });\n```\n\ngroup animation\n\n```jsx\nconst appear = {\n  from: 0,\n  to: 1,\n  attributeName: 'opacity',\n};\n\nconst leave = {\n  steps: [{\n    style: {\n      transform: 'translateX(0)',\n    },\n  }, {\n    duration: 1000,\n    style: {\n      transform: 'translateX(300)',\n      height: 50,\n    },\n  }, {\n    duration: 2000,\n    style: {\n      height: 0,\n    },\n  }]\n}\n\n<AnimateGroup appear={appear} leave={leave}>\n  { list }\n</AnimateGroup>\n\n/*\n *  @description: add compatible prefix in style\n *\n *  style = { transform: xxx, ...others };\n *\n *  translatedStyle = {\n *    WebkitTransform: xxx,\n *    MozTransform: xxx,\n *    OTransform: xxx,\n *    msTransform: xxx,\n *    ...others,\n *  };\n */\n\nconst translatedStyle = translateStyle(style);\n\n\n```\n\n## API\n\n### Animate\n\n<table class=\"table table-bordered table-striped\">\n    <thead>\n    <tr>\n        <th style=\"width: 50px\">name</th>\n        <th style=\"width: 100px\">type</th>\n        <th style=\"width: 50px\">default</th>\n        <th style=\"width: 50px\">description</th>\n    </tr>\n    </thead>\n    <tbody>\n        <tr>\n          <td>from</td>\n          <td>string or object</td>\n          <td>''</td>\n          <td>set the initial style of the children</td>\n        </tr>\n        <tr>\n          <td>to</td>\n          <td>string or object</td>\n          <td>''</td>\n          <td>set the final style of the children</td>\n        </tr>\n        <tr>\n          <td>canBegin</td>\n          <td>boolean</td>\n          <td>true</td>\n          <td>whether the animation is start</td>\n        </tr>\n        <tr>\n          <td>begin</td>\n          <td>number</td>\n          <td>0</td>\n          <td>animation delay time</td>\n        </tr>\n        <tr>\n          <td>duration</td>\n          <td>number</td>\n          <td>1000</td>\n          <td>animation duration</td>\n        </tr>\n        <tr>\n          <td>steps</td>\n          <td>array</td>\n          <td>[]</td>\n          <td>animation keyframes</td>\n        </tr>\n        <tr>\n          <td>onAnimationEnd</td>\n          <td>function</td>\n          <td>() => null</td>\n          <td>called when animation finished</td>\n        </tr>\n        <tr>\n          <td>attributeName</td>\n          <td>string</td>\n          <td>''</td>\n          <td>style property</td>\n        </tr>\n        <tr>\n          <td>easing</td>\n          <td>string</td>\n          <td>'ease'</td>\n          <td>the animation timing function, support css timing function temporary</td>\n        </tr>\n        <tr>\n          <td>isActive</td>\n          <td>boolean</td>\n          <td>true</td>\n          <td>whether the animation is active</td>\n        </tr>\n        <tr>\n          <td>children</td>\n          <td>element</td>\n          <td></td>\n          <td>support only child temporary</td>\n        </tr>\n    </tbody>\n</table>\n\n### AnimateGroup\n\n<table class=\"table table-bordered table-striped animate-group\">\n    <thead>\n    <tr>\n        <th style=\"width: 40px\">name</th>\n        <th style=\"width: 40px\">type</th>\n        <th style=\"width: 40px\">default</th>\n        <th style=\"width: 100px\">description</th>\n    </tr>\n    </thead>\n    <tbody>\n        <tr>\n          <td>appear</td>\n          <td>object</td>\n          <td>undefined</td>\n          <td>configure element appear animation</td>\n        </tr>\n        <tr>\n          <td>enter</td>\n          <td>object</td>\n          <td>undefined</td>\n          <td>configure element appear animation</td>\n        </tr>\n        <tr>\n          <td>leave</td>\n          <td>object</td>\n          <td>undefined</td>\n          <td>configure element appear animation</td>\n        </tr>\n    </tbody>\n</table>\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n\nCopyright (c) 2015-2021 Recharts Group\n","_attachments":{},"homepage":"https://github.com/recharts/react-smooth#readme","bugs":{"url":"https://github.com/recharts/react-smooth/issues"},"license":"MIT"}