{"_id":"@tweenjs/tween.js","_rev":"2926524","name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","dist-tags":{"latest":"18.6.4"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"time":{"modified":"2023-02-28T08:01:31.000Z","created":"2017-06-11T17:52:21.260Z","17.6.0":"2020-10-24T00:11:09.820Z","18.6.4":"2020-10-22T07:54:19.074Z","18.6.3":"2020-10-22T01:17:49.331Z","18.6.2":"2020-10-20T23:36:11.198Z","18.6.1":"2020-10-20T07:10:25.961Z","18.6.0":"2020-06-21T02:03:00.867Z","18.5.0":"2019-12-09T18:37:57.136Z","18.4.2":"2019-11-06T08:31:55.587Z","18.4.1":"2019-11-06T07:30:26.662Z","18.3.2":"2019-10-31T07:36:23.048Z","18.3.1":"2019-09-10T04:18:07.703Z","18.3.0":"2019-09-10T04:02:19.703Z","18.2.2":"2019-09-09T09:16:58.862Z","18.2.0":"2019-09-09T08:56:36.475Z","18.1.2":"2019-09-02T21:28:48.622Z","18.1.0":"2019-09-02T05:32:21.859Z","18.0.0":"2019-09-01T22:53:48.489Z","17.4.0":"2019-05-27T21:53:13.943Z","17.3.5":"2019-05-27T20:18:09.724Z","16.8.2":"2019-05-27T20:14:35.264Z","16.8.1":"2019-05-27T19:46:34.041Z","17.3.2":"2019-05-26T23:01:21.394Z","17.3.0":"2019-01-28T22:32:37.936Z","17.2.0":"2018-01-24T02:32:44.003Z","17.1.1":"2017-09-15T21:54:57.676Z","17.1.0":"2017-07-27T21:21:18.058Z","16.11.0":"2017-07-27T07:56:07.127Z","16.10.0":"2017-07-21T23:41:00.711Z","16.9.0":"2017-07-20T18:28:21.898Z","16.8.0":"2017-06-30T16:22:39.691Z","16.7.0":"2017-06-11T18:09:20.898Z","16.6.0":"2017-06-11T18:05:16.443Z","0.0.0-development":"2017-06-11T17:52:21.260Z"},"users":{},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"versions":{"17.6.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"17.6.0","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^15.13.12"},"gitHead":"8349fa76421c8af0c7157ed8db1080e2a6a76b19","_id":"@tweenjs/tween.js@17.6.0","_nodeVersion":"14.8.0","_npmVersion":"6.14.8","dist":{"shasum":"61bc86c372bcc5a9f744e661dd6ae16f5ee7d0ef","size":45556,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-17.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-17.6.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"trusktr","email":"joe@trusktr.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_17.6.0_1603498269585_0.9989475809376076"},"_hasShrinkwrap":false,"publish_time":1603498269820,"_cnpm_publish_time":1603498269820,"_cnpmcore_publish_time":"2021-12-16T13:04:30.585Z"},"18.6.4":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.6.4","main":"dist/tween.cjs.js","types":"dist/tween.d.ts","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"dev":"(npm run tsc-watch -- --preserveWatchOutput & p1=$!; npm run rollup-build -- --watch & p2=$!; wait $p1 $p2)","build":"rimraf dist .tmp && node scripts/write-version.js && npm run tsc && npm run rollup-build","rollup-build":"rollup -c ./rollup.config.js","tsc":"tsc","tsc-watch":"tsc --watch","examples":"npx serve .","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"npm run prettier -- --check && eslint 'src/**/*.ts'","lint":"npm run prettier -- --write && eslint 'src/**/*.ts' --fix","prettier":"prettier './**/*.{js,ts,md,json,html,css}'","prepare":"npm run build","version":"npm test && git add .","release:patch":"npm version patch --message 'v%s' && npm publish && npm run _release:push-branch","release:minor":"npm version minor --message 'v%s' && npm publish && npm run _release:push-branch","release:major":"npm version major --message 'v%s' && npm publish && npm run _release:push-branch","_release:push-branch":"git push --follow-tags --set-upstream origin `git rev-parse --abbrev-ref HEAD`"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^3.1.0","@typescript-eslint/parser":"^3.1.0","eslint":"^7.1.0","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","nodeunit":"^0.11.3","prettier":"^2.0.0","rimraf":"^3.0.0","rollup":"^2.0.0","rollup-plugin-dts":"1.4.10","tslib":"^1.10.0","typescript":"^4.0.0"},"gitHead":"352da177a54cd0a540a4b4480b679be09665c941","_id":"@tweenjs/tween.js@18.6.4","_nodeVersion":"14.8.0","_npmVersion":"7.0.3","dist":{"shasum":"40a3d0a93647124872dec8e0fd1bd5926695b6ca","size":17547,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.6.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.6.4.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"trusktr","email":"joe@trusktr.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.6.4_1603353258897_0.7146251292936925"},"_hasShrinkwrap":false,"publish_time":1603353259074,"_cnpm_publish_time":1603353259074,"_cnpmcore_publish_time":"2021-12-16T13:04:30.970Z"},"18.6.3":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.6.3","main":"dist/tween.cjs.js","types":"dist/tween.d.ts","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"rimraf dist .tmp && node scripts/write-version.js && npm run tsc && npm run rollup-build","rollup-build":"rollup -c ./rollup.config.js","tsc":"tsc","tsc-watch":"tsc --watch","examples":"npx serve .","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"npm run prettier -- --check && eslint 'src/**/*.ts'","lint":"npm run prettier -- --write && eslint 'src/**/*.ts' --fix","prettier":"prettier './**/*.{js,ts,md,json,html,css}'","prepare":"npm run build","version":"npm test && git add .","release:patch":"npm version patch --message 'v%s' && npm publish && git push --follow-tags","release:minor":"npm version minor --message 'v%s' && npm publish && git push --follow-tags","release:major":"npm version major --message 'v%s' && npm publish && git push --follow-tags"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^3.1.0","@typescript-eslint/parser":"^3.1.0","eslint":"^7.1.0","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","nodeunit":"^0.11.3","prettier":"^2.0.0","rimraf":"^3.0.0","rollup":"^2.0.0","rollup-plugin-dts":"1.4.10","tslib":"^1.10.0","typescript":"^4.0.0"},"gitHead":"60535f4c19abecf02e6b5437921f8bfc60cf97de","_id":"@tweenjs/tween.js@18.6.3","_nodeVersion":"14.8.0","_npmVersion":"7.0.3","dist":{"shasum":"4b59e78f06ff289b2c9c03b6482471d9d26e2ae3","size":17442,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.6.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.6.3.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"trusktr","email":"joe@trusktr.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.6.3_1603329469175_0.4918127725644075"},"_hasShrinkwrap":false,"publish_time":1603329469331,"_cnpm_publish_time":1603329469331,"_cnpmcore_publish_time":"2021-12-16T13:04:31.166Z"},"18.6.2":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.6.2","main":"dist/tween.cjs.js","types":"dist/tween.d.ts","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"rimraf dist .tmp && node scripts/write-version.js && npm run tsc && npm run rollup-build","rollup-build":"rollup -c ./rollup.config.js","tsc":"tsc","tsc-watch":"tsc --watch","examples":"npx serve .","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"npm run prettier -- --check && eslint 'src/**/*.ts'","lint":"npm run prettier -- --write && eslint 'src/**/*.ts' --fix","prettier":"prettier './**/*.{js,ts,md,json,html,css}'","prepare":"npm run build","version":"npm test && git add .","release:patch":"npm version patch --message 'v%s' && npm publish && git push --follow-tags","release:minor":"npm version minor --message 'v%s' && npm publish && git push --follow-tags","release:major":"npm version major --message 'v%s' && npm publish && git push --follow-tags"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^3.1.0","@typescript-eslint/parser":"^3.1.0","eslint":"^7.1.0","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","nodeunit":"^0.11.3","prettier":"^2.0.0","rimraf":"^3.0.0","rollup":"^2.0.0","rollup-plugin-dts":"1.4.10","tslib":"^1.10.0","typescript":"^4.0.0"},"gitHead":"e274d7b5fce1c8c4c6069d3b1f3ab49ba1d25ecd","_id":"@tweenjs/tween.js@18.6.2","_nodeVersion":"14.8.0","_npmVersion":"7.0.3","dist":{"shasum":"25ad3d919e825a40b795d92bdf80c8ef4e6016bb","size":16745,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.6.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.6.2.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"trusktr","email":"joe@trusktr.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.6.2_1603236971063_0.2856050041813163"},"_hasShrinkwrap":false,"publish_time":1603236971198,"_cnpm_publish_time":1603236971198,"_cnpmcore_publish_time":"2021-12-16T13:04:31.429Z"},"18.6.1":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.6.1","main":"dist/tween.cjs.js","types":"dist/tween.d.ts","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"rimraf dist .tmp && node scripts/write-version.js && npm run tsc && npm run rollup-build","rollup-build":"rollup -c ./rollup.config.js","tsc":"tsc","tsc-watch":"tsc --watch","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"npm run prettier -- --check && eslint 'src/**/*.ts'","lint":"npm run prettier -- --write && eslint 'src/**/*.ts' --fix","prettier":"prettier './**/*.{js,ts,md,json,html,css}'","prepare":"npm run build","version":"npm test && git add .","release:patch":"npm version patch --message 'v%s' && npm publish && git push --follow-tags","release:minor":"npm version minor --message 'v%s' && npm publish && git push --follow-tags","release:major":"npm version major --message 'v%s' && npm publish && git push --follow-tags"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^3.1.0","@typescript-eslint/parser":"^3.1.0","eslint":"^7.1.0","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","nodeunit":"^0.11.3","prettier":"^2.0.0","rimraf":"^3.0.0","rollup":"^2.0.0","rollup-plugin-dts":"1.4.10","tslib":"^1.10.0","typescript":"^4.0.0"},"gitHead":"f96e9716537b627dba90e3db35863f64e8d911e9","_id":"@tweenjs/tween.js@18.6.1","_nodeVersion":"14.8.0","_npmVersion":"6.14.7","dist":{"shasum":"5df84d99066463370c152a921a2ba9b840004e66","size":16670,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.6.1.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"trusktr","email":"joe@trusktr.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.6.1_1603177825740_0.7612950671494745"},"_hasShrinkwrap":false,"publish_time":1603177825961,"_cnpm_publish_time":1603177825961,"_cnpmcore_publish_time":"2021-12-16T13:04:31.717Z"},"18.6.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.6.0","main":"dist/tween.cjs.js","types":"dist/index.d.ts","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"rimraf dist && node scripts/write-version.js && npm run tsc && npm run rollup-build && npm run tsc-d.ts && npm run adjust-d.ts","rollup-build":"rollup -c ./rollup.config.js","tsc":"tsc","tsc-watch":"tsc --watch","tsc-d.ts":"tsc --declaration --emitDeclarationOnly --esModuleInterop --outFile dist/index.d.ts","adjust-d.ts":"node scripts/adjust-d.ts.js","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"npm run prettier -- --check && eslint 'src/**/*.ts'","lint":"npm run prettier -- --write && eslint 'src/**/*.ts' --fix","prettier":"prettier './**/*.{js,ts,md,json,html,css}'","prepare":"npm run build"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^3.1.0","@typescript-eslint/parser":"^3.1.0","eslint":"^7.1.0","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","nodeunit":"^0.11.3","prettier":"^2.0.0","rimraf":"^3.0.0","rollup":"^0.57.1","rollup-plugin-typescript":"^1.0.1","tslib":"^1.10.0","typescript":"^3.9.0"},"gitHead":"e9a59f1fcd33d3a31ba99b350fdc37b1ba86c9c0","_id":"@tweenjs/tween.js@18.6.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"9160ca987e75ab751d0c48d5100339bd9cd0c301","size":16537,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.6.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.6.0_1592704980642_0.1487926780778852"},"_hasShrinkwrap":false,"publish_time":1592704980867,"_cnpm_publish_time":1592704980867,"_cnpmcore_publish_time":"2021-12-16T13:04:32.021Z"},"18.5.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.5.0","main":"dist/tween.cjs.js","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"node scripts/write-version.js && npm run rollup-build && node scripts/remove-version.js","rollup-build":"rollup -c ./rollup.config.js","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"eslint src/Tween.js"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"eslint":"^6.3.0","nodeunit":"^0.9.5","rollup":"^0.57.1"},"gitHead":"c741e635586fb86da05d6358eaedac35096ab451","_id":"@tweenjs/tween.js@18.5.0","_nodeVersion":"10.17.0","_npmVersion":"6.13.2","dist":{"shasum":"f2aa9e6052c6a314d85c9a8034146f9ae6d4e339","size":16698,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.5.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.5.0_1575916676889_0.5911497925834073"},"_hasShrinkwrap":false,"publish_time":1575916677136,"_cnpm_publish_time":1575916677136,"_cnpmcore_publish_time":"2021-12-16T13:04:32.251Z"},"18.4.2":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.4.2","main":"dist/tween.cjs.js","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"node scripts/write-version.js && npm run rollup-build && node scripts/remove-version.js","rollup-build":"rollup -c ./rollup.config.js","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"eslint src/Tween.js"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"eslint":"^6.3.0","nodeunit":"^0.9.5","rollup":"^0.57.1"},"gitHead":"b8551c34a6290115c6250c8835e9d59ebb47321a","_id":"@tweenjs/tween.js@18.4.2","_nodeVersion":"10.17.0","_npmVersion":"6.13.0","dist":{"shasum":"1c008c2325f300db40f0db2a6b05d3295e0a5ac5","size":16700,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.4.2.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.4.2_1573029115451_0.7903854333206788"},"_hasShrinkwrap":false,"publish_time":1573029115587,"_cnpm_publish_time":1573029115587,"_cnpmcore_publish_time":"2021-12-16T13:04:32.460Z"},"18.4.1":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.4.1","main":"dist/tween.cjs.js","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"node scripts/write-version.js && npm run rollup-build && node scripts/remove-version.js","rollup-build":"rollup -c ./rollup.config.js","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"eslint src/Tween.js"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"eslint":"^6.3.0","nodeunit":"^0.9.5","rollup":"^0.57.1"},"gitHead":"8797c83418955870cbf9f734cbb9ebc6810ec170","_id":"@tweenjs/tween.js@18.4.1","_nodeVersion":"10.17.0","_npmVersion":"6.13.0","dist":{"shasum":"5c6aae4497769408a518c59d6c9f8a9267bd669c","size":16699,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.4.1.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.4.1_1573025426516_0.7276657108564919"},"_hasShrinkwrap":false,"publish_time":1573025426662,"_cnpm_publish_time":1573025426662,"_cnpmcore_publish_time":"2021-12-16T13:04:32.681Z"},"18.3.2":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.3.2","main":"dist/tween.cjs.js","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"rollup -c ./rollup.config.js","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"eslint src/Tween.js"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"eslint":"^6.3.0","nodeunit":"^0.9.5","rollup":"^0.57.1"},"gitHead":"5ca3255387ffe1ba5e98dd4b1ed582292c07db26","_id":"@tweenjs/tween.js@18.3.2","_nodeVersion":"10.17.0","_npmVersion":"6.12.1","dist":{"shasum":"310bd6d8f3514260db0367e9622f415c4d7c0e59","size":16350,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.3.2.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.3.2_1572507382954_0.060618346719709226"},"_hasShrinkwrap":false,"publish_time":1572507383048,"_cnpm_publish_time":1572507383048,"_cnpmcore_publish_time":"2021-12-16T13:04:32.918Z"},"18.3.1":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.3.1","main":"dist/tween.cjs.js","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"rollup -c ./rollup.config.js","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"eslint src/Tween.js"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"eslint":"^6.3.0","nodeunit":"^0.9.5","rollup":"^0.57.1"},"gitHead":"7a2cdd74e91cbf6ba4d497a4cd9efcf9f51f85f8","_id":"@tweenjs/tween.js@18.3.1","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"8b15f551be164ff6ba88014d355674e0d0d7a574","size":16074,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.3.1.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.3.1_1568089087604_0.6100647557774248"},"_hasShrinkwrap":false,"publish_time":1568089087703,"_cnpm_publish_time":1568089087703,"_cnpmcore_publish_time":"2021-12-16T13:04:33.162Z"},"18.3.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.3.0","main":"dist/tween.cjs.js","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"rollup -c ./rollup.config.js","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"eslint src/Tween.js"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"eslint":"^6.3.0","nodeunit":"^0.9.5","rollup":"^0.57.1"},"gitHead":"a5cea214c55f091c984e0f29a7a23e341181fbed","_id":"@tweenjs/tween.js@18.3.0","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"2a76f1b65a3cf680c39f8826da41d30632a19551","size":16043,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.3.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.3.0_1568088139547_0.12308492266012938"},"_hasShrinkwrap":false,"publish_time":1568088139703,"_cnpm_publish_time":1568088139703,"_cnpmcore_publish_time":"2021-12-16T13:04:33.723Z"},"18.2.2":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.2.2","main":"dist/tween.cjs.js","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"rollup -c ./rollup.config.js","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"eslint src/Tween.js"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"eslint":"^6.3.0","nodeunit":"^0.9.5","rollup":"^0.57.1"},"gitHead":"e760fb98f082caae0adcd1f7f482b3e5f9875a7b","_id":"@tweenjs/tween.js@18.2.2","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"344d308eebf3c2824e7243d96108d17ab5a3c232","size":15771,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.2.2.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.2.2_1568020618730_0.9455704803135929"},"_hasShrinkwrap":false,"publish_time":1568020618862,"_cnpm_publish_time":1568020618862,"_cnpmcore_publish_time":"2021-12-16T13:04:33.969Z"},"18.2.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.2.0","main":"dist/tween.cjs.js","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"rollup -c ./rollup.config.js","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"eslint src/Tween.js"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"eslint":"^6.3.0","nodeunit":"^0.9.5","rollup":"^0.57.1"},"gitHead":"e948eed7403245cf5553f36db3ef525be6b0729a","_id":"@tweenjs/tween.js@18.2.0","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"2032e2d2987e224ce087afee17fff42ff3d7bdcf","size":15770,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.2.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.2.0_1568019396364_0.6687484266184038"},"_hasShrinkwrap":false,"publish_time":1568019396475,"_cnpm_publish_time":1568019396475,"_cnpmcore_publish_time":"2021-12-16T13:04:34.230Z"},"18.1.2":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.1.2","main":"dist/tween.cjs.js","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"rollup -c ./rollup.config.js","test":"npm run build && npm run test-unit && npm run test-lint","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-lint":"eslint src/Tween.js"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"eslint":"^6.3.0","nodeunit":"^0.9.5","rollup":"^0.57.1"},"gitHead":"f5373298c81545c9beb636b726c1629b21fcb21b","_id":"@tweenjs/tween.js@18.1.2","_nodeVersion":"10.16.3","_npmVersion":"6.11.2","dist":{"shasum":"aec16a4f80080d6938a65e2ebbcbe49e24b6dbdd","size":15725,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.1.2.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.1.2_1567459728458_0.9062177013558421"},"_hasShrinkwrap":false,"publish_time":1567459728622,"_cnpm_publish_time":1567459728622,"_cnpmcore_publish_time":"2021-12-16T13:04:34.419Z"},"18.1.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.1.0","main":"dist/tween.cjs.js","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"rollup -c ./rollup.config.js","test":"npm run build && npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","rollup":"^0.57.1"},"gitHead":"7fa2a5a7ba47c89c8aee57a83b731eef4eaca52f","_id":"@tweenjs/tween.js@18.1.0","_nodeVersion":"10.16.3","_npmVersion":"6.11.2","dist":{"shasum":"8fb460f7d48e642439d82ec82bbc4e904a2b0f82","size":15362,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.1.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.1.0_1567402341657_0.42799975210720587"},"_hasShrinkwrap":false,"publish_time":1567402341859,"_cnpm_publish_time":1567402341859,"_cnpmcore_publish_time":"2021-12-16T13:04:34.618Z"},"18.0.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"18.0.0","main":"dist/tween.cjs.js","module":"dist/tween.esm.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"build":"rollup -c ./rollup.config.js","test":"npm run build && npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","rollup":"^0.57.1"},"gitHead":"f76ad89b23f468dd8b027846827ec62b98c288c2","_id":"@tweenjs/tween.js@18.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.11.2","dist":{"shasum":"5c7b39d4fb855a4f2230b6deac582614475312c5","size":11554,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-18.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.0.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_18.0.0_1567378428326_0.30398892267534183"},"_hasShrinkwrap":false,"publish_time":1567378428489,"_cnpm_publish_time":1567378428489,"_cnpmcore_publish_time":"2021-12-16T13:04:34.900Z"},"17.4.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"17.4.0","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^15.13.12"},"gitHead":"1d5686b3f36f6e3f0c28fe3d147942667b97ac15","_id":"@tweenjs/tween.js@17.4.0","_shasum":"2e9ab3f2111906b30dfe1ef3259a9781dd211d35","_from":".","_npmVersion":"2.15.12","_nodeVersion":"10.15.3","_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"dist":{"shasum":"2e9ab3f2111906b30dfe1ef3259a9781dd211d35","size":105501,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-17.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-17.4.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_17.4.0_1558993993813_0.7214930524971117"},"_hasShrinkwrap":false,"publish_time":1558993993943,"_cnpm_publish_time":1558993993943,"_cnpmcore_publish_time":"2021-12-16T13:04:35.245Z"},"17.3.5":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"17.3.5","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^15.13.12"},"gitHead":"f8ebb51350b013f3975c5603159e2b792469068f","_id":"@tweenjs/tween.js@17.3.5","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"dist":{"shasum":"7fcdea2f952caa3996478587dc23abd0d744bf1a","size":12504,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-17.3.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-17.3.5.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_17.3.5_1558988289523_0.5966082782207927"},"_hasShrinkwrap":false,"publish_time":1558988289724,"_cnpm_publish_time":1558988289724,"_cnpmcore_publish_time":"2021-12-16T13:04:35.522Z"},"16.8.2":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"16.8.2","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^15.13.12"},"gitHead":"dd3cb113079d6ef0ea5ec5de5c6b3c545140fc62","_id":"@tweenjs/tween.js@16.8.2","_shasum":"6c557a96cb5ba74d5b4b15a9cca1096a4e7ae92a","_from":".","_npmVersion":"2.15.12","_nodeVersion":"10.15.3","_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"dist":{"shasum":"6c557a96cb5ba74d5b4b15a9cca1096a4e7ae92a","size":105475,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-16.8.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-16.8.2.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_16.8.2_1558988075108_0.9021495058012645"},"_hasShrinkwrap":false,"publish_time":1558988075264,"_cnpm_publish_time":1558988075264,"_cnpmcore_publish_time":"2021-12-16T13:04:35.935Z"},"16.8.1":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"16.8.1","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^15.13.12"},"gitHead":"f67f0857412d64020923e3704c12871ab307be1e","_id":"@tweenjs/tween.js@16.8.1","_shasum":"9c05d77eccbba1df27999aee76a10720c5acc419","_from":".","_npmVersion":"2.15.12","_nodeVersion":"10.15.3","_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"dist":{"shasum":"9c05d77eccbba1df27999aee76a10720c5acc419","size":105447,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-16.8.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-16.8.1.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_16.8.1_1558986393907_0.831522289746224"},"_hasShrinkwrap":false,"publish_time":1558986394041,"_cnpm_publish_time":1558986394041,"_cnpmcore_publish_time":"2021-12-16T13:04:36.351Z"},"17.3.2":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"17.3.2","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^6.3.2"},"gitHead":"8bc0fe3eeb360987f8d630172cb58198d4cc8282","_id":"@tweenjs/tween.js@17.3.2","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"dist":{"shasum":"19cd4c45a65378a8766ff62e7af471ac71049e26","size":12559,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-17.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-17.3.2.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_17.3.2_1558911681250_0.3765032433415729"},"_hasShrinkwrap":false,"publish_time":1558911681394,"_cnpm_publish_time":1558911681394,"_cnpmcore_publish_time":"2021-12-16T13:04:36.598Z"},"17.3.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"17.3.0","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^6.3.2"},"gitHead":"cc2d4ea1799723f5fd30c58eab0b75883297b3cb","_id":"@tweenjs/tween.js@17.3.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"dist":{"shasum":"1cbea14b4b5baa292274c96766fd1b2a56b7ca9f","size":12557,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-17.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-17.3.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js_17.3.0_1548714757781_0.7394122403454486"},"_hasShrinkwrap":false,"publish_time":1548714757936,"_cnpm_publish_time":1548714757936,"_cnpmcore_publish_time":"2021-12-16T13:04:36.779Z"},"17.2.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"17.2.0","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^6.3.2"},"gitHead":"1b995fb5aa5f61bbb42473e7cfe602bcf370d6c6","_id":"@tweenjs/tween.js@17.2.0","_shasum":"21f89b709bafc4b303adae7a83b4f35a0d9e4796","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.5","_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"dist":{"shasum":"21f89b709bafc4b303adae7a83b4f35a0d9e4796","size":10104,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-17.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-17.2.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js-17.2.0.tgz_1516761163894_0.08121750853024423"},"directories":{},"publish_time":1516761164003,"_hasShrinkwrap":false,"_cnpm_publish_time":1516761164003,"_cnpmcore_publish_time":"2021-12-16T13:04:37.017Z"},"17.1.1":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"17.1.1","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^6.3.2"},"gitHead":"591d613a3c23f655fe9a35ab4009c86e0a0caa76","_id":"@tweenjs/tween.js@17.1.1","_shasum":"a735ec3362a8cff7418733853503c2a553ee1a3a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.1","_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"dist":{"shasum":"a735ec3362a8cff7418733853503c2a553ee1a3a","size":10768,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-17.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-17.1.1.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js-17.1.1.tgz_1505512497576_0.7046359423547983"},"directories":{},"publish_time":1505512497676,"_hasShrinkwrap":false,"_cnpm_publish_time":1505512497676,"_cnpmcore_publish_time":"2021-12-16T13:04:37.250Z"},"17.1.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"17.1.0","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^6.3.2"},"gitHead":"28def4fff01b213450b9b6c330b6dc3478fe577b","_id":"@tweenjs/tween.js@17.1.0","_shasum":"87e889dfd57a6ecbcf54401938c0422e80b87306","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.1","_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"dist":{"shasum":"87e889dfd57a6ecbcf54401938c0422e80b87306","size":10755,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-17.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-17.1.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js-17.1.0.tgz_1501190477975_0.3546816296875477"},"directories":{},"publish_time":1501190478058,"_hasShrinkwrap":false,"_cnpm_publish_time":1501190478058,"_cnpmcore_publish_time":"2021-12-16T13:04:37.469Z"},"16.11.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"16.11.0","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^6.3.2"},"gitHead":"15f63c3a946508ffd3c5e988d164a39c1c6b4a2c","_id":"@tweenjs/tween.js@16.11.0","_shasum":"6e7a8a3d6c78a057ecd5605087930406d4e05800","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.1","_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"dist":{"shasum":"6e7a8a3d6c78a057ecd5605087930406d4e05800","size":9698,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-16.11.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-16.11.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js-16.11.0.tgz_1501142167015_0.12248026975430548"},"directories":{},"publish_time":1501142167127,"_hasShrinkwrap":false,"_cnpm_publish_time":1501142167127,"_cnpmcore_publish_time":"2021-12-16T13:04:37.676Z"},"16.10.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"16.10.0","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^6.3.2"},"gitHead":"7d83a033582b246277427d44f24ac97f8c6b0f2a","_id":"@tweenjs/tween.js@16.10.0","_shasum":"0671ed1134e5b8e8227a978fd5c07b7332a44538","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.1","_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"dist":{"shasum":"0671ed1134e5b8e8227a978fd5c07b7332a44538","size":9699,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-16.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-16.10.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js-16.10.0.tgz_1500680460526_0.48771832254715264"},"directories":{},"publish_time":1500680460711,"_hasShrinkwrap":false,"_cnpm_publish_time":1500680460711,"_cnpmcore_publish_time":"2021-12-16T13:04:37.858Z"},"16.9.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"16.9.0","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.11.0","jshint":"^2.9.4","nodeunit":"^0.9.5","semantic-release":"^6.3.2"},"gitHead":"a37e66455108c1254d8962ee3d00bd77c1a26146","_id":"@tweenjs/tween.js@16.9.0","_shasum":"e005a98a673a73aa880a4783bd6222c4dc44fedf","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.1","_npmUser":{"name":"mikebolt","email":"mikebolt@gmail.com"},"dist":{"shasum":"e005a98a673a73aa880a4783bd6222c4dc44fedf","size":9880,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-16.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-16.9.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js-16.9.0.tgz_1500575301752_0.8947011947166175"},"directories":{},"publish_time":1500575301898,"_hasShrinkwrap":false,"_cnpm_publish_time":1500575301898,"_cnpmcore_publish_time":"2021-12-16T13:04:38.042Z"},"16.8.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"16.8.0","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.2.0","jshint":"^2.8.0","nodeunit":"^0.9.1","semantic-release":"^6.3.2"},"gitHead":"8b869c43855b4f96a3ca2573b9d25a68786598ca","_id":"@tweenjs/tween.js@16.8.0","_shasum":"5c43965901fd9554b270e21251f4d18ee49069d3","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"sole","email":"listas@soledadpenades.com"},"dist":{"shasum":"5c43965901fd9554b270e21251f4d18ee49069d3","size":8973,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-16.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-16.8.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js-16.8.0.tgz_1498839758675_0.27168824849650264"},"directories":{},"publish_time":1498839759691,"_hasShrinkwrap":false,"_cnpm_publish_time":1498839759691,"_cnpmcore_publish_time":"2021-12-16T13:04:38.235Z"},"16.7.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"16.7.0","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.2.0","jshint":"^2.8.0","nodeunit":"^0.9.1","semantic-release":"^6.3.2"},"gitHead":"8b869c43855b4f96a3ca2573b9d25a68786598ca","_id":"@tweenjs/tween.js@16.7.0","_shasum":"3ada9785f5bb2d92bb6313515f88102c2e47ddab","_from":".","_npmVersion":"2.15.12","_nodeVersion":"6.11.0","_npmUser":{"name":"tweenjsadmin","email":"listas+tweenjs@soledadpenades.com"},"dist":{"shasum":"3ada9785f5bb2d92bb6313515f88102c2e47ddab","size":9004,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-16.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-16.7.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js-16.7.0.tgz_1497204559850_0.8779211039654911"},"directories":{},"publish_time":1497204560898,"_hasShrinkwrap":false,"_cnpm_publish_time":1497204560898,"_cnpmcore_publish_time":"2021-12-16T13:04:38.569Z"},"16.6.0":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"16.6.0","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.2.0","jshint":"^2.8.0","nodeunit":"^0.9.1","semantic-release":"^6.3.2"},"gitHead":"a58f406253e45f04d07f75a608f9cdd7438db800","_id":"@tweenjs/tween.js@16.6.0","_shasum":"87674b87a5a759317ca0021e085f4166596a46dc","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"tweenjsadmin","email":"listas+tweenjs@soledadpenades.com"},"dist":{"shasum":"87674b87a5a759317ca0021e085f4166596a46dc","size":8970,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-16.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-16.6.0.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js-16.6.0.tgz_1497204315421_0.6586307096295059"},"directories":{},"publish_time":1497204316443,"_hasShrinkwrap":false,"_cnpm_publish_time":1497204316443,"_cnpmcore_publish_time":"2021-12-16T13:04:38.790Z"},"0.0.0-development":{"name":"@tweenjs/tween.js","description":"Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.","version":"0.0.0-development","main":"src/Tween.js","homepage":"https://github.com/tweenjs/tween.js","repository":{"type":"git","url":"git+https://github.com/tweenjs/tween.js.git"},"bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT","keywords":["tween","interpolation"],"dependencies":{},"scripts":{"test":"npm run test-unit && npm run test-correctness && npm run test-style","test-unit":"nodeunit test/unit/nodeunitheadless.js","test-correctness":"jshint --config test/jshintrc src/Tween.js","test-style":"jscs --config test/jscs.json src/Tween.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"author":{"name":"tween.js contributors","url":"https://github.com/tweenjs/tween.js/graphs/contributors"},"devDependencies":{"jscs":"^2.2.0","jshint":"^2.8.0","nodeunit":"^0.9.1","semantic-release":"^6.3.2"},"gitHead":"a58f406253e45f04d07f75a608f9cdd7438db800","_id":"@tweenjs/tween.js@0.0.0-development","_shasum":"ff28277266886ba2f6006b552dbae568a0013967","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"tweenjsadmin","email":"listas+tweenjs@soledadpenades.com"},"dist":{"shasum":"ff28277266886ba2f6006b552dbae568a0013967","size":8962,"noattachment":false,"key":"/@tweenjs/tween.js/-/@tweenjs/tween.js-0.0.0-development.tgz","tarball":"http://registry.cnpm.dingdandao.com/@tweenjs/tween.js/download/@tweenjs/tween.js-0.0.0-development.tgz"},"maintainers":[{"name":"mikebolt","email":""},{"name":"sole","email":""},{"name":"trusktr","email":"trusktr@gmail.com"},{"name":"tweenjsadmin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tween.js-0.0.0-development.tgz_1497203540160_0.697483885101974"},"directories":{},"publish_time":1497203541260,"_hasShrinkwrap":false,"_cnpm_publish_time":1497203541260,"_cnpmcore_publish_time":"2021-12-16T13:04:39.050Z"}},"readme":"# tween.js\n\nJavaScript (TypeScript) tweening engine for easy animations, incorporating optimised Robert Penner's equations.\n\n[![NPM Version][npm-image]][npm-url]\n[![CDNJS][cdnjs-image]][cdnjs-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Build and Tests][ci-image]][ci-url]\n\nMore languages: [English](./README.md), [简体中文](./README_zh-CN.md)\n\n---\n\n```html\n<div id=\"box\"></div>\n\n<style>\n\t#box {\n\t\tbackground-color: deeppink;\n\t\twidth: 100px;\n\t\theight: 100px;\n\t}\n</style>\n\n<script type=\"module\">\n\timport {Tween, Easing} from 'https://unpkg.com/@tweenjs/tween.js@23.1.3/dist/tween.esm.js'\n\n\tconst box = document.getElementById('box') // Get the element we want to animate.\n\n\tconst coords = {x: 0, y: 0} // Start at (0, 0)\n\n\tconst tween = new Tween(coords, false) // Create a new tween that modifies 'coords'.\n\t\t.to({x: 300, y: 200}, 1000) // Move to (300, 200) in 1 second.\n\t\t.easing(Easing.Quadratic.InOut) // Use an easing function to make the animation smooth.\n\t\t.onUpdate(() => {\n\t\t\t// Called after tween.js updates 'coords'.\n\t\t\t// Move 'box' to the position described by 'coords' with a CSS translation.\n\t\t\tbox.style.setProperty('transform', 'translate(' + coords.x + 'px, ' + coords.y + 'px)')\n\t\t})\n\t\t.start() // Start the tween immediately.\n\n\t// Setup the animation loop.\n\tfunction animate(time) {\n\t\ttween.update(time)\n\t\trequestAnimationFrame(animate)\n\t}\n\trequestAnimationFrame(animate)\n</script>\n```\n\n[Try this example on CodePen](https://codepen.io/trusktr/pen/KKGaBVz?editors=1000)\n\n# Features\n\n- Does one thing only and does it well: tweens properties of an object\n- Doesn't take care of CSS units (e.g. appending `px`)\n- Doesn't interpolate colors\n- Easing functions are reusable outside of Tween\n- Can also use custom easing functions\n- Doesn't make its own animation loop, making it flexible for integration into\n  any animation loop.\n\n# Examples\n\n<table>\n\t<tr>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/00_hello_world.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/00_hello_world.png\" alt=\"hello world\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\thello world<br />\n\t\t\t(<a href=\"examples/00_hello_world.html\">source</a>)\n\t\t</td>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/01_bars.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/01_bars.png\" alt=\"Bars\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tBars<br />\n\t\t\t(<a href=\"examples/01_bars.html\">source</a>)\n\t\t</td>\n\t<tr>\n\t</tr>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/02_black_and_red.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/02_black_and_red.png\" alt=\"Black and red\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tBlack and red<br />\n\t\t\t(<a href=\"examples/02_black_and_red.html\">source</a>)\n\t\t</td>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/03_graphs.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/03_graphs.png\" alt=\"Graphs\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tGraphs<br />\n\t\t\t(<a href=\"examples/03_graphs.html\">source</a>)\n\t\t</td>\n\t</tr>\n\t<tr>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/04_simplest.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/04_simplest.png\" alt=\"Simplest possible example\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tSimplest possible example<br />\n\t\t\t(<a href=\"examples/04_simplest.html\">source</a>)\n\t\t</td>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/05_video_and_time.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/06_video_and_time.png\" alt=\"Video and time\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tVideo and time<br />\n\t\t\t(<a href=\"examples/05_video_and_time.html\">source</a>)\n\t\t</td>\n\t</tr>\n\t<tr>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/06_array_interpolation.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/03_graphs.png\" alt=\"Array interpolation\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tArray interpolation<br />\n\t\t\t(<a href=\"examples/06_array_interpolation.html\">source</a>)\n\t\t</td>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/07_dynamic_to.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/07_dynamic_to.png\" alt=\"Dynamic to, object\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tDynamic to, object<br />\n\t\t\t(<a href=\"examples/07_dynamic_to.html\">source</a>)\n\t\t</td>\n\t</tr>\n\t<tr>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/07a_dynamic_to_two_array_values.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/07a_dynamic_to.png\" alt=\"Dynamic to, interpolation array\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tDynamic to, interpolation array<br />\n\t\t\t(<a href=\"examples/07a_dynamic_to_two_array_values.html\">source</a>)\n\t\t</td>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/07b_dynamic_to_an_array_of_values.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/07b_dynamic_to.png\" alt=\"Dynamic to, large interpolation array\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tDynamic to, large interpolation array<br />\n\t\t\t(<a href=\"examples/07b_dynamic_to_an_array_of_values.html\">source</a>)\n\t\t</td>\n\t</tr>\n\t<tr>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/08_repeat.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/08_repeat.png\" alt=\"Repeat\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tRepeat<br />\n\t\t\t(<a href=\"examples/08_repeat.html\">source</a>)\n\t\t</td>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/09_relative_values.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/09_relative.png\" alt=\"Relative values\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tRelative values<br />\n\t\t\t(<a href=\"examples/09_relative_values.html\">source</a>)\n\t\t</td>\n\t</tr>\n\t<tr>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/10_yoyo.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/10_yoyo.png\" alt=\"Yoyo\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tYoyo<br />\n\t\t\t(<a href=\"examples/10_yoyo.html\">source</a>)\n\t\t</td>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/11_stop_all_chained_tweens.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/11_stop_all_chained_tweens.png\" alt=\"Stop all chained tweens\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tStop all chained tweens<br />\n\t\t\t(<a href=\"examples/11_stop_all_chained_tweens.html\">source</a>)\n\t\t</td>\n\t</tr>\n\t<tr>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/12_graphs_custom_functions.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/03_graphs.png\" alt=\"Custom functions\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tCustom functions<br />\n\t\t\t(<a href=\"examples/12_graphs_custom_functions.html\">source</a>)\n\t\t</td>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/13_relative_start_time.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/13_relative_start_time.png\" alt=\"Relative start time\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tRelative start time<br />\n\t\t\t(<a href=\"examples/13_relative_start_time.html\">source</a>)\n\t\t</td>\n\t</tr>\n\t<tr>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/14_pause_tween.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/14_pause_tween.png\" alt=\"Pause tween\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tPause tween<br />\n\t\t\t(<a href=\"examples/14_pause_tween.html\">source</a>)\n\t\t</td>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/15_complex_properties.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/15_complex_properties.png\" alt=\"Complex properties\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tComplex properties<br />\n\t\t\t(<a href=\"examples/15_complex_properties.html\">source</a>)\n\t\t</td>\n\t</tr>\n\t<tr>\n\t\t<td>\n\t\t\t<a href=\"http://tweenjs.github.io/tween.js/examples/16_animate_an_array_of_values.html\">\n\t\t\t\t<img width=\"100\" height=\"50\" src=\"https://tweenjs.github.io/tween.js/assets/examples/16_animate_an_array_of_values.png\" alt=\"Animate an array of values\" />\n\t\t\t</a>\n\t\t</td>\n\t\t<td>\n\t\t\tAnimate an array of values<br />\n\t\t\t(<a href=\"examples/16_animate_an_array_of_values.html\">source</a>)\n\t\t</td>\n\t</tr>\n</table>\n\n# Installation\n\nThe recommended method is to use `import` syntax. Here we've listed various\ninstall methods starting roughly with the most recommended first and least\ndesirable last. Evaluate all of the following methods to pick what is most\nsuitable for your project.\n\n## With `npm install` and `import` from `node_modules`\n\nYou can add tween.js as an npm dependency:\n\n```bash\nnpm install @tweenjs/tween.js\n```\n\n### Without a build tool\n\n#### Installed locally\n\nYou can import from `node_modules` if you serve `node_modules` as part of your\nwebsite, using a standard `importmap` script tag. First, assuming `node_modules`\nis at the root of your website, you can write an import map like so in your HTML\nfile:\n\n```html\n<script type=\"importmap\">\n\t{\n\t\t\"imports\": {\n\t\t\t\"@tweenjs/tween.js\": \"/node_modules/@tweenjs/tween.js/dist/tween.esm.js\"\n\t\t}\n\t}\n</script>\n```\n\nNow in any of your module scripts you can import Tween.js by its package name:\n\n```html\n<script type=\"module\">\n\timport {Tween} from '@tweenjs/tween.js'\n</script>\n```\n\n#### Import from CDN\n\nNote that, without the `importmap`, you can import directly from a CDN as with the first example above, like so:\n\n```html\n<script type=\"module\">\n\timport {Tween} from 'https://unpkg.com/browse/@tweenjs/tween.js@23.1.3/dist/tween.esm.js'\n</script>\n```\n\nYou can also link your `importmap` to the CDN instead of a local `node_modules` folder, if you prefer that:\n\n```html\n<script type=\"importmap\">\n\t{\n\t\t\"imports\": {\n\t\t\t\"@tweenjs/tween.js\": \"https://unpkg.com/browse/@tweenjs/tween.js@23.1.3/dist/tween.esm.js\"\n\t\t}\n\t}\n</script>\n\n<script type=\"module\">\n\timport {Tween} from '@tweenjs/tween.js'\n</script>\n```\n\n### With a build tool\n\nIf you are using [Node.js](https://nodejs.org/),\n[Parcel](https://parceljs.org/), [Webpack](https://webpack.js.org/),\n[Rollup](https://rollupjs.org/), [Vite](https://vitejs.dev/), or another build\ntool, then you can install `@tweenjs/tween.js` with `npm install\n@tweenjs/tween.js`, and `import` the library into your JavaScript (or\nTypeScript) file, and the build tool will know how to find the source code from\n`node_modules` without needing to create an `importmap` script:\n\n```javascript\nimport * as TWEEN from '@tweenjs/tween.js'\n```\n\nHowever, note that this approach requires always running a build tool for your\napp to work, while the `importmap` approach will simply work without any build\ntools as a simple static HTML site.\n\n## Manual build\n\nAnother approach is to download the source code with git, manually build the\nlibrary, then place the output in your project. Node.js is required for this.\n\n```bash\ngit clone https://github.com/tweenjs/tween.js\ncd tween.js\nnpm install\nnpm run build\n```\n\nThis will create some builds in the `dist` directory. There are currently two different builds of the library:\n\n- ES6 Module in `/dist/tween.esm.js` (recommended)\n- UMD in `/dist/tween.umd.js` (deprecated, will be removed in a future major version)\n\nYou are now able to copy one of those two files into your project, and use like this (recommended):\n\n```html\n<script type=\"module\">\n\timport {Tween} from 'path/to/tween.esm.js'\n</script>\n```\n\nor (deprecated, to be removed in future major):\n\n```html\n<script src=\"path/to/tween.umd.js\"></script>\n<script>\n\tconst {Tween} = TWEEN\n</script>\n```\n\nwhere `path/to` is replaced with the location where you placed the file.\n\n> [!Note]\n> You can also download these files from unpkg, for example here:\n> https://unpkg.com/browse/@tweenjs/tween.js@23.1.3/dist/\n\n## Global variable from CDN (deprecated)\n\n> [!Note]\n> This method is deprecated and will be removed in a future major version!\n\nInstall a global `TWEEN` variable from a content-delivery network (CDN) using the UMD file.\n\nFrom cdnjs:\n\n```html\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/tween.js/23.1.3/tween.umd.js\"></script>\n```\n\nOr from unpkg.com:\n\n```html\n<script src=\"https://unpkg.com/@tweenjs/tween.js@^23.1.3/dist/tween.umd.js\"></script>\n```\n\nThen use the `TWEEN` variable in any script:\n\n```html\n<script>\n\tconst {Tween, Easing, Group /*, ...*/} = TWEEN\n\n\tconst tween = new Tween(someObject)\n\t// ...\n</script>\n```\n\n> [!Note]\n> unpkg.com supports a semver version in the URL, where the `^` in the\n> URL tells unpkg to give you the latest version 20.x.x.\n\n## CommonJS (deprecated)\n\nSkip this section if you don't know what CommonJS is!\n\n> [!Note]\n> This method is deprecated and will be removed in a future major version!\n\nAny of the above methods work in older systems that still use CommonJS. Repeat\nany of the above methods but using `dist/tween.cjs` instead of\n`dist/tween.esm.js` or `dist/tween.umd.js`.\n\n# Documentation\n\n- [User guide](./docs/user_guide.md)\n- [Contributor guide](./docs/contributor_guide.md)\n- [Tutorial](https://web.archive.org/web/20220601192930/http://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js\n- Also: [libtween](https://github.com/jsm174/libtween), a port of tween.js to C by [jsm174](https://github.com/jsm174)\n\n# Tests\n\nYou need to install `npm` first--this comes with node.js, so install that one first. Then, cd to `tween.js`'s (or wherever you cloned the repo) directory and run:\n\n```bash\nnpm install\n```\n\nTo run the tests run:\n\n```bash\nnpm test\n```\n\nIf you want to add any feature or change existing features, you _must_ run the\ntests to make sure you didn't break anything else. Any pull request (PR) needs\nto have updated passing tests for feature changes (or new passing tests for new\nfeatures or fixes) in `src/tests.ts` to be accepted. See\n[contributing](CONTRIBUTING.md) for more information.\n\n# People\n\nMaintainers: [Joe Pea (@trusktr)](https://github.com/trusktr).\n\n[All contributors](http://github.com/tweenjs/tween.js/contributors).\n\n# Projects using tween.js\n\n[<img src=\"./assets/projects/11_lume.jpg\" width=\"100\" alt=\"Lume\" />](https://lume.io)\n[![A-Frame VR](https://tweenjs.github.io/tween.js/assets/projects/10_aframe.png)](https://aframe.io)\n[![MOMA Inventing Abstraction 1910-1925](https://tweenjs.github.io/tween.js/assets/projects/09_moma.png)](http://www.moma.org/interactives/exhibitions/2012/inventingabstraction/)\n[![Web Lab](https://tweenjs.github.io/tween.js/assets/projects/08_web_lab.png)](http://www.chromeweblab.com/)\n[![MACCHINA I](https://tweenjs.github.io/tween.js/assets/projects/07_macchina.png)](http://5013.es/toys/macchina)\n[![Minesweeper 3D](https://tweenjs.github.io/tween.js/assets/projects/06_minesweeper3d.png)](http://egraether.com/mine3d/)\n[![ROME](https://tweenjs.github.io/tween.js/assets/projects/05_rome.png)](http://ro.me)\n[![WebGL Globe](https://tweenjs.github.io/tween.js/assets/projects/04_webgl_globe.png)](http://data-arts.appspot.com/globe)\n[![Androidify](https://tweenjs.github.io/tween.js/assets/projects/03_androidify.png)](http://www.androidify.com/)\n[![The Wilderness Downtown](https://tweenjs.github.io/tween.js/assets/projects/01_wilderness.png)](http://thewildernessdowntown.com/)\n[![Linechart](https://tweenjs.github.io/tween.js/assets/projects/00_linechart.png)](http://dejavis.org/linechart)\n\n[npm-image]: https://img.shields.io/npm/v/@tweenjs/tween.js.svg\n[npm-url]: https://npmjs.org/package/@tweenjs/tween.js\n[downloads-image]: https://img.shields.io/npm/dm/@tweenjs/tween.js.svg\n[downloads-url]: https://npmjs.org/package/@tweenjs/tween.js\n[ci-image]: https://github.com/tweenjs/tween.js/workflows/build%20and%20tests/badge.svg?branch=master\n[ci-url]: https://github.com/tweenjs/tween.js/actions\n[cdnjs-image]: https://img.shields.io/cdnjs/v/tween.js.svg\n[cdnjs-url]: https://cdnjs.com/libraries/tween.js\n","_attachments":{},"homepage":"https://github.com/tweenjs/tween.js","bugs":{"url":"https://github.com/tweenjs/tween.js/issues"},"license":"MIT"}