{"_id":"animated-scroll-to","_rev":"4422991","name":"animated-scroll-to","description":"Simple, plain JavaScript animated window scroll","dist-tags":{"latest":"2.3.2"},"maintainers":[{"name":"stanko.tadic","email":""}],"time":{"modified":"2026-04-08T13:47:30.000Z","created":"2016-09-28T12:04:56.378Z","2.3.2":"2025-01-17T10:00:10.586Z","2.3.1":"2025-01-17T09:42:56.239Z","2.3.0":"2022-06-23T07:41:41.019Z","2.2.0":"2021-03-18T10:43:23.487Z","2.1.0":"2021-03-08T19:39:21.576Z","2.0.12":"2020-10-27T12:09:06.849Z","2.0.11":"2020-10-19T08:49:06.893Z","2.0.10":"2020-06-25T16:15:29.322Z","2.0.9":"2020-06-25T14:58:00.239Z","2.0.8":"2020-05-07T11:28:09.106Z","2.0.7":"2020-04-20T19:39:41.544Z","2.0.6":"2020-04-20T19:29:59.574Z","2.0.5":"2019-11-09T14:43:52.098Z","2.0.4":"2019-11-04T00:27:38.775Z","2.0.3":"2019-10-03T17:09:35.221Z","2.0.2":"2019-09-26T19:30:08.143Z","2.0.1":"2019-09-23T14:42:02.513Z","2.0.0":"2019-09-23T11:43:38.860Z","2.0.0-beta.0":"2019-09-21T16:30:43.860Z","1.3.1":"2019-09-14T17:14:43.469Z","1.3.0":"2019-09-02T12:44:38.897Z","1.2.2":"2018-06-07T13:18:55.417Z","1.2.1":"2018-05-17T07:11:55.208Z","1.2.0":"2018-04-22T20:34:30.925Z","1.1.11":"2018-04-09T19:54:06.339Z","1.1.10":"2018-03-13T15:41:57.371Z","1.1.9":"2018-03-13T10:16:15.364Z","1.1.8":"2018-01-02T14:47:55.406Z","1.1.7":"2017-09-26T16:44:04.788Z","1.1.6":"2017-08-25T20:56:28.814Z","1.1.5":"2017-08-10T15:11:34.772Z","1.1.4":"2017-07-31T11:15:31.804Z","1.1.3":"2017-07-20T13:09:45.716Z","1.1.1":"2017-06-26T13:40:04.192Z","1.1.0":"2017-06-26T13:08:59.476Z","1.0.1":"2016-09-28T12:04:56.378Z"},"users":{},"author":{"name":"Stanko"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"versions":{"2.3.2":{"name":"animated-scroll-to","version":"2.3.2","description":"Simple, plain JavaScript animated window scroll","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"clean":"del-cli ./dist","build:esm":"tsc -p tsconfig.json && echo '{ \"type\": \"module\" }' > dist/esm/package.json","build:cjs":"tsc -p tsconfig-cjs.json && echo '{ \"type\": \"commonjs\" }' > dist/cjs/package.json","build":"npm run clean && npm run build:esm && npm run build:cjs && npm run build:docs","prepublishOnly":"npm test && npm run build","start":"esbuild docs/docs.ts --bundle --tsconfig=tsconfig-demo.json --servedir=docs --outdir=docs/animated-scroll-to","build:docs":"esbuild docs/docs.ts --bundle --tsconfig=tsconfig-demo.json --outdir=docs --minify --sourcemap","test":"node test.js","cypress:run":"cypress run","cypress:open":"cypress open"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"@types/node":"^22.10.7","cypress":"^13.17.0","del-cli":"^6.0.0","esbuild":"^0.24.2","typescript":"^5.7.3"},"_id":"animated-scroll-to@2.3.2","gitHead":"31e15a3399908832f478291e52413ad9a0658779","_nodeVersion":"20.18.1","_npmVersion":"10.8.2","dist":{"shasum":"2e5bd6012bffd6f13ec6c68d5cd45ffd525b3b7d","size":9005,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.3.2.tgz"},"_npmUser":{"name":"stanko.tadic","email":"stanko.tadic+npm@gmail.com"},"directories":{},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/animated-scroll-to_2.3.2_1737108010389_0.9794865511224895"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-17T10:00:10.586Z","publish_time":1737108010586,"_source_registry_name":"default","_cnpm_publish_time":1737108010586},"2.3.1":{"name":"animated-scroll-to","version":"2.3.1","description":"Simple, plain JavaScript animated window scroll","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"clean":"del-cli ./dist","build:esm":"tsc -p tsconfig.json && echo '{ \"type\": \"module\" }' > dist/esm/package.json","build:cjs":"tsc -p tsconfig-cjs.json && echo '{ \"type\": \"commonjs\" }' > dist/cjs/package.json","build":"npm run clean && npm run build:esm && npm run build:cjs && npm run build:docs","prepublishOnly":"npm test && npm run build","start":"esbuild docs/docs.ts --bundle --tsconfig=tsconfig-demo.json --servedir=docs --outdir=docs/animated-scroll-to","build:docs":"esbuild docs/docs.ts --bundle --tsconfig=tsconfig-demo.json --outdir=docs --minify --sourcemap","test":"node test.js","cypress:run":"cypress run","cypress:open":"cypress open"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"@types/node":"^22.10.7","cypress":"^13.17.0","del-cli":"^6.0.0","esbuild":"^0.24.2","typescript":"^5.7.3"},"_id":"animated-scroll-to@2.3.1","gitHead":"50bad6779513bdc49735a8d48bf40d26e37e4cc1","_nodeVersion":"20.18.1","_npmVersion":"10.8.2","dist":{"shasum":"716418098a8643f66322714fcd6645514100c2b0","size":8681,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.3.1.tgz"},"_npmUser":{"name":"stanko.tadic","email":"stanko.tadic+npm@gmail.com"},"directories":{},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/animated-scroll-to_2.3.1_1737106976045_0.8443502615718621"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-17T09:42:56.239Z","publish_time":1737106976239,"_source_registry_name":"default","_cnpm_publish_time":1737106976239},"2.3.0":{"name":"animated-scroll-to","version":"2.3.0","description":"Simple, plain JavaScript animated window scroll","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"clean":"del-cli ./dist","build:esm":"tsc -p tsconfig.json && echo '{ \"type\": \"module\" }' > dist/esm/package.json","build:cjs":"tsc -p tsconfig-cjs.json && echo '{ \"type\": \"commonjs\" }' > dist/cjs/package.json","build":"npm run clean && npm run build:esm && npm run build:cjs && npm run build:docs","prepublishOnly":"npm test && npm run build","start":"esbuild docs/docs.ts --bundle --tsconfig=tsconfig-demo.json --servedir=docs --outdir=docs/animated-scroll-to","build:docs":"esbuild docs/docs.ts --bundle --tsconfig=tsconfig-demo.json --outdir=docs --minify --sourcemap","test":"node test.js","cypress:run":"cypress run","cypress:open":"cypress open"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"@types/node":"^18.0.0","cypress":"^10.2.0","del-cli":"^4.0.1","esbuild":"^0.14.47","typescript":"^4.7.4"},"gitHead":"4b0cd523b2884dd609542445c45cdfa9286ba806","_id":"animated-scroll-to@2.3.0","_nodeVersion":"18.2.0","_npmVersion":"8.9.0","dist":{"shasum":"01d7a82db7ace7017eae11c5ebbafd3b0270bced","size":8492,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.3.0.tgz"},"_npmUser":{"name":"stanko","email":"stanko.tadic@gmail.com"},"directories":{},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.3.0_1655970100841_0.882815139533482"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-23T09:03:45.845Z","publish_time":1655970101019,"_cnpm_publish_time":1655970101019},"2.2.0":{"name":"animated-scroll-to","version":"2.2.0","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"del-cli ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"del-cli ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to && git add ./docs","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"@types/node":"^14.14.33","concurrently":"^5.3.0","cypress":"^5.4.0","del-cli":"^3.0.1","parcel-bundler":"^1.12.4","typescript":"^4.0.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"gitHead":"82b7bc9a2ca9718c496b9e91df94d8d3b2b5718f","_id":"animated-scroll-to@2.2.0","_nodeVersion":"12.18.0","_npmVersion":"6.14.4","dist":{"shasum":"0aea20d4d800e3e8bfd1504041091276f9593360","size":15191,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.2.0.tgz"},"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.2.0_1616064203289_0.5252125258301903"},"_hasShrinkwrap":false,"publish_time":1616064203487,"_cnpm_publish_time":1616064203487,"_cnpmcore_publish_time":"2021-12-16T15:21:28.375Z"},"2.1.0":{"name":"animated-scroll-to","version":"2.1.0","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"del-cli ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"del-cli ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^5.3.0","cypress":"^5.4.0","del-cli":"^3.0.1","parcel-bundler":"^1.12.4","typescript":"^4.0.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"dependencies":{"@types/node":"^14.11.10"},"gitHead":"44660d7701800cde3207678b1832693b4c2b00b8","_id":"animated-scroll-to@2.1.0","_nodeVersion":"12.18.0","_npmVersion":"6.14.4","dist":{"shasum":"994817132d3a1d6a558b5505995cadc8dbbb73b7","size":15062,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.1.0.tgz"},"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.1.0_1615232361386_0.10296758530902594"},"_hasShrinkwrap":false,"publish_time":1615232361576,"_cnpm_publish_time":1615232361576,"_cnpmcore_publish_time":"2021-12-16T15:21:28.595Z"},"2.0.12":{"name":"animated-scroll-to","version":"2.0.12","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"del-cli ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"del-cli ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^5.3.0","cypress":"^5.4.0","del-cli":"^3.0.1","parcel-bundler":"^1.12.4","typescript":"^4.0.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"dependencies":{"@types/node":"^14.11.10"},"gitHead":"7ccb39ff129b1a8dd8b3eb58d452cda45c3ff1d3","_id":"animated-scroll-to@2.0.12","_nodeVersion":"12.16.1","_npmVersion":"6.14.5","dist":{"shasum":"f2197b3cfc644b932678b7a0209aadf68dffe478","size":14877,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.12.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.12_1603800546706_0.38970616876046105"},"_hasShrinkwrap":false,"publish_time":1603800546849,"_cnpm_publish_time":1603800546849,"_cnpmcore_publish_time":"2021-12-16T15:21:28.925Z"},"2.0.11":{"name":"animated-scroll-to","version":"2.0.11","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"del-cli ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"del-cli ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^5.3.0","cypress":"^5.4.0","del-cli":"^3.0.1","parcel-bundler":"^1.12.4","typescript":"^4.0.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"dependencies":{"@types/node":"^14.11.10"},"gitHead":"c28f24d4f576e7b20b8e5502c50866c407bdaacc","_id":"animated-scroll-to@2.0.11","_nodeVersion":"12.16.1","_npmVersion":"6.14.5","dist":{"shasum":"e24800024f264e7c972c5b08474e319872a7b41d","size":14655,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.11.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.11_1603097346658_0.7347607917985965"},"_hasShrinkwrap":false,"publish_time":1603097346893,"_cnpm_publish_time":1603097346893,"_cnpmcore_publish_time":"2021-12-16T15:21:29.124Z"},"2.0.10":{"name":"animated-scroll-to","version":"2.0.10","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^5.1.0","cypress":"^4.4.0","parcel-bundler":"^1.12.4","typescript":"^3.8.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"dependencies":{"@types/node":"^13.13.1"},"gitHead":"ed87318e10ae1ae63a6d7cd11335f980ddb2be89","_id":"animated-scroll-to@2.0.10","_nodeVersion":"12.16.1","_npmVersion":"6.14.5","dist":{"shasum":"d7b81f54a139b3005cdc66e432a12652d4a6dd9e","size":14075,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.10.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.10_1593101729122_0.07030658032317016"},"_hasShrinkwrap":false,"publish_time":1593101729322,"_cnpm_publish_time":1593101729322,"_cnpmcore_publish_time":"2021-12-16T15:21:29.450Z"},"2.0.9":{"name":"animated-scroll-to","version":"2.0.9","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^5.1.0","cypress":"^4.4.0","parcel-bundler":"^1.12.4","typescript":"^3.8.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"dependencies":{"@types/node":"^13.13.1"},"gitHead":"7589b0f1e02c2f1b84a21a0fc8c85671abcbd826","_id":"animated-scroll-to@2.0.9","_nodeVersion":"12.16.1","_npmVersion":"6.14.5","dist":{"shasum":"76bcb4a7d19e8a7da60435d0ba7f05a6f4170505","size":12792,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.9.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.9_1593097080097_0.1582040033148926"},"_hasShrinkwrap":false,"publish_time":1593097080239,"_cnpm_publish_time":1593097080239,"_cnpmcore_publish_time":"2021-12-16T15:21:29.640Z"},"2.0.8":{"name":"animated-scroll-to","version":"2.0.8","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^5.1.0","cypress":"^4.4.0","parcel-bundler":"^1.12.4","typescript":"^3.8.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"dependencies":{"@types/node":"^13.13.1"},"gitHead":"bd7f1cddfcade23178e6512f25c15f8390b247b4","_id":"animated-scroll-to@2.0.8","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"9e1a0c33e03869a0496249360eeb40b1f82e9904","size":12735,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.8.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.8_1588850888941_0.7460576798799092"},"_hasShrinkwrap":false,"publish_time":1588850889106,"_cnpm_publish_time":1588850889106,"_cnpmcore_publish_time":"2021-12-16T15:21:29.853Z"},"2.0.7":{"name":"animated-scroll-to","version":"2.0.7","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^5.1.0","cypress":"^4.4.0","parcel-bundler":"^1.12.4","typescript":"^3.8.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"dependencies":{"@types/node":"^13.13.1"},"gitHead":"a05536dc96771e3ebe7c3e34a163f5b6001ef89a","_id":"animated-scroll-to@2.0.7","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"3f7208221a41bf092e70aa63ae6de70d24fb0773","size":12699,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.7.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.7_1587411581393_0.6567552925615958"},"_hasShrinkwrap":false,"publish_time":1587411581544,"_cnpm_publish_time":1587411581544,"_cnpmcore_publish_time":"2021-12-16T15:21:30.192Z"},"2.0.6":{"name":"animated-scroll-to","version":"2.0.6","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^5.1.0","cypress":"^4.4.0","parcel-bundler":"^1.12.4","typescript":"^3.8.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"dependencies":{"@types/node":"^13.13.1"},"gitHead":"12673cbde88da33b9b345c07b61570a61ec01eeb","_id":"animated-scroll-to@2.0.6","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"cb74fa4fb82dec67f6ea4433f21fce2e69f2001f","size":12677,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.6.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.6_1587410999426_0.7395669402613747"},"_hasShrinkwrap":false,"publish_time":1587410999574,"_cnpm_publish_time":1587410999574,"_cnpmcore_publish_time":"2021-12-16T15:21:30.434Z"},"2.0.5":{"name":"animated-scroll-to","version":"2.0.5","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^4.1.2","cypress":"^3.4.1","parcel-bundler":"^1.12.3","typescript":"^3.6.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"gitHead":"14b394188701af7926bd63e751ee773dc25ffe74","_id":"animated-scroll-to@2.0.5","_nodeVersion":"12.5.0","_npmVersion":"6.9.0","dist":{"shasum":"475fcf742ee38de0a969920182a6aaba319771b4","size":11608,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.5.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.5_1573310631991_0.6911947976721753"},"_hasShrinkwrap":false,"publish_time":1573310632098,"_cnpm_publish_time":1573310632098,"_cnpmcore_publish_time":"2021-12-16T15:21:30.693Z"},"2.0.4":{"name":"animated-scroll-to","version":"2.0.4","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^4.1.2","cypress":"^3.4.1","parcel-bundler":"^1.12.3","typescript":"^3.6.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"gitHead":"63e98c52d7eeb496b8fd2967a2a55e132d10778e","_id":"animated-scroll-to@2.0.4","_nodeVersion":"12.5.0","_npmVersion":"6.9.0","dist":{"shasum":"7f2c752c183a2c2ca8c3ba6f9d2d9487e5b567ef","size":11576,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.4.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.4_1572827258611_0.06263268033749592"},"_hasShrinkwrap":false,"publish_time":1572827258775,"_cnpm_publish_time":1572827258775,"_cnpmcore_publish_time":"2021-12-16T15:21:30.968Z"},"2.0.3":{"name":"animated-scroll-to","version":"2.0.3","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^4.1.2","cypress":"^3.4.1","parcel-bundler":"^1.12.3","typescript":"^3.6.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"gitHead":"6423965e3a53886837f9b17283760684f7996f00","_id":"animated-scroll-to@2.0.3","_nodeVersion":"12.5.0","_npmVersion":"6.9.0","dist":{"shasum":"2c72c645df4d3eb82df9461ea9122eaec0942739","size":12090,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.3.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.3_1570122575088_0.2764672101003838"},"_hasShrinkwrap":false,"publish_time":1570122575221,"_cnpm_publish_time":1570122575221,"_cnpmcore_publish_time":"2021-12-16T15:21:31.160Z"},"2.0.2":{"name":"animated-scroll-to","version":"2.0.2","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^4.1.2","cypress":"^3.4.1","parcel-bundler":"^1.12.3","typescript":"^3.6.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"gitHead":"2d3854fd4fd79a8bcea8d0f6730419b53be2b811","_id":"animated-scroll-to@2.0.2","_nodeVersion":"12.5.0","_npmVersion":"6.9.0","dist":{"shasum":"94d3e8aa5439b4bd8c25ad38afd5934692612804","size":11888,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.2.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.2_1569526207966_0.8844163564399545"},"_hasShrinkwrap":false,"publish_time":1569526208143,"_cnpm_publish_time":1569526208143,"_cnpmcore_publish_time":"2021-12-16T15:21:31.361Z"},"2.0.1":{"name":"animated-scroll-to","version":"2.0.1","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8088","build":"rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^4.1.2","cypress":"^3.4.1","parcel-bundler":"^1.12.3","typescript":"^3.6.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"gitHead":"09db091a015823787605eb6b56283e5ecb80f990","_id":"animated-scroll-to@2.0.1","_nodeVersion":"12.5.0","_npmVersion":"6.10.0","dist":{"shasum":"f98c25154983687f71860acc90e770030f24fc41","size":11861,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.1.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.1_1569249722335_0.27722297613102387"},"_hasShrinkwrap":false,"publish_time":1569249722513,"_cnpm_publish_time":1569249722513,"_cnpmcore_publish_time":"2021-12-16T15:21:31.577Z"},"2.0.0":{"name":"animated-scroll-to","version":"2.0.0","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html --port 8888","build":"rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to","test":"concurrently -k \"npm run start:test\" \"npm run cypress\" -s \"first\" -n \"parcel,cypress\" -c \"blue,yellow\"","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"concurrently":"^4.1.2","cypress":"^3.4.1","parcel-bundler":"^1.12.3","typescript":"^3.6.3"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"gitHead":"220428559b7b6c1441eab2b6990fe2a62c83017c","_id":"animated-scroll-to@2.0.0","_nodeVersion":"12.5.0","_npmVersion":"6.10.0","dist":{"shasum":"89bdaa16348be32a6bf359197eed489609fc56ee","size":10275,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.0.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.0_1569239018656_0.060548592084511466"},"_hasShrinkwrap":false,"publish_time":1569239018860,"_cnpm_publish_time":1569239018860,"_cnpmcore_publish_time":"2021-12-16T15:21:31.780Z"},"2.0.0-beta.0":{"name":"animated-scroll-to","version":"2.0.0-beta.0","description":"Simple, plain JavaScript animated window scroll","main":"./lib/animated-scroll-to.js","types":"./lib/animated-scroll-to.d.ts","scripts":{"test":"npm run start:test & npm run cypress","cypress":"cypress run","cypress:open":"cypress open","start":"parcel index.html","start:test":"parcel test.html","build":"rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json","build:docs":"rm -rf ./docs && parcel build index.html --out-dir ./docs","test-and-build":"npm run test && npm run build && npm run build:docs","prepublishOnly":"npm run test-and-build"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"cypress":"^3.4.1","parcel-bundler":"^1.12.3","typescript":"^3.6.2"},"browserslist":[">0.2%","not dead","not op_mini all","ie 10","ie 11"],"dependencies":{"@types/jest":"^24.0.18","ts-jest":"^24.0.2"},"gitHead":"48fe8f793f6d5dd33e3259c88b364ebff8467223","_id":"animated-scroll-to@2.0.0-beta.0","_nodeVersion":"12.5.0","_npmVersion":"6.10.0","dist":{"shasum":"90a826ad44fdd19e33e14f205ff89b7ccc0d4d5a","size":10797,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-2.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-2.0.0-beta.0.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_2.0.0-beta.0_1569083443724_0.9998707423715654"},"_hasShrinkwrap":false,"publish_time":1569083443860,"_cnpm_publish_time":1569083443860,"_cnpmcore_publish_time":"2021-12-16T15:21:32.475Z"},"1.3.1":{"name":"animated-scroll-to","version":"1.3.1","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"fdbf9927782f6695b2611bc76d435afd688485bc","_id":"animated-scroll-to@1.3.1","_nodeVersion":"12.5.0","_npmVersion":"6.9.0","dist":{"shasum":"8d585dc3479fcd08ec5b8f73cd23b4ffd2443942","size":7270,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.3.1.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_1.3.1_1568481283349_0.7044369765289911"},"_hasShrinkwrap":false,"publish_time":1568481283469,"_cnpm_publish_time":1568481283469,"_cnpmcore_publish_time":"2021-12-16T15:21:32.699Z"},"1.3.0":{"name":"animated-scroll-to","version":"1.3.0","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"996b064fa10e5c1ad39f2a23a688ce1d527c8b2b","_id":"animated-scroll-to@1.3.0","_nodeVersion":"12.5.0","_npmVersion":"6.10.0","dist":{"shasum":"0df7c3d3c2256c4e41dae44001ce891fe8a85775","size":7177,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.3.0.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_1.3.0_1567428278667_0.2451354324208812"},"_hasShrinkwrap":false,"publish_time":1567428278897,"_cnpm_publish_time":1567428278897,"_cnpmcore_publish_time":"2021-12-16T15:21:32.910Z"},"1.2.2":{"name":"animated-scroll-to","version":"1.2.2","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"a163140fc0496e08e882ca25335d4223407ea5f6","_id":"animated-scroll-to@1.2.2","_npmVersion":"6.0.1","_nodeVersion":"9.11.1","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"d6688e72f3ecec1a296fc2b36fe29290e7fff694","size":7010,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.2.2.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_1.2.2_1528377535347_0.2848151117226152"},"_hasShrinkwrap":false,"publish_time":1528377535417,"_cnpm_publish_time":1528377535417,"_cnpmcore_publish_time":"2021-12-16T15:21:33.115Z"},"1.2.1":{"name":"animated-scroll-to","version":"1.2.1","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"6f05366612c2e106667faf1f65d24541bc09a32c","_id":"animated-scroll-to@1.2.1","_npmVersion":"6.0.0","_nodeVersion":"9.11.1","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"98f9822d6223454f5bec4f5f1ed0c7ec668e8692","size":6968,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.2.1.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_1.2.1_1526541115095_0.6425093553023944"},"_hasShrinkwrap":false,"publish_time":1526541115208,"_cnpm_publish_time":1526541115208,"_cnpmcore_publish_time":"2021-12-16T15:21:33.324Z"},"1.2.0":{"name":"animated-scroll-to","version":"1.2.0","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"31154e78574b355a9465284c81e967adc3cddec1","_id":"animated-scroll-to@1.2.0","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"33b4af33202df39a2ce24e9612ae0ffbce267749","size":6677,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.2.0.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_1.2.0_1524429270860_0.4668785865725591"},"_hasShrinkwrap":false,"publish_time":1524429270925,"_cnpm_publish_time":1524429270925,"_cnpmcore_publish_time":"2021-12-16T15:21:33.592Z"},"1.1.11":{"name":"animated-scroll-to","version":"1.1.11","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"d8f427479c513fc2b370da81b35dce06fa34f320","_id":"animated-scroll-to@1.1.11","_npmVersion":"5.8.0","_nodeVersion":"8.9.4","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"794a7fdc6840cb96a66580fce57f05799c0a40c5","size":5947,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.1.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.1.11.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_1.1.11_1523303646288_0.6272731296952498"},"_hasShrinkwrap":false,"publish_time":1523303646339,"_cnpm_publish_time":1523303646339,"_cnpmcore_publish_time":"2021-12-16T15:21:33.815Z"},"1.1.10":{"name":"animated-scroll-to","version":"1.1.10","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"c0dcaaae91d75c8ef8a694dc1ad70064d5467556","_id":"animated-scroll-to@1.1.10","_npmVersion":"5.7.1","_nodeVersion":"8.9.4","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"aaadbb9c8705167ccc0bae9dbef0b1378d1226b9","size":5854,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.1.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.1.10.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_1.1.10_1520955717260_0.08208243624795664"},"_hasShrinkwrap":false,"publish_time":1520955717371,"_cnpm_publish_time":1520955717371,"_cnpmcore_publish_time":"2021-12-16T15:21:34.016Z"},"1.1.9":{"name":"animated-scroll-to","version":"1.1.9","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"8e02985a6b8deb87c5ee04669715a3f02a273175","_id":"animated-scroll-to@1.1.9","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"b910e1da47c828b70582139602d79ecdc9ed9bd4","size":5878,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.1.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.1.9.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to_1.1.9_1520936175273_0.9771389943859905"},"_hasShrinkwrap":false,"publish_time":1520936175364,"_cnpm_publish_time":1520936175364,"_cnpmcore_publish_time":"2021-12-16T15:21:34.233Z"},"1.1.8":{"name":"animated-scroll-to","version":"1.1.8","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"cf1acd41d28906cd9257bde7043134dbeb9898d4","_id":"animated-scroll-to@1.1.8","_npmVersion":"5.6.0","_nodeVersion":"8.5.0","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"870b1670e899f0fb8ff039577ad7116366dea7d6","size":5734,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.1.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.1.8.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to-1.1.8.tgz_1514904474153_0.7520742802880704"},"directories":{},"publish_time":1514904475406,"_hasShrinkwrap":false,"_cnpm_publish_time":1514904475406,"_cnpmcore_publish_time":"2021-12-16T15:21:34.512Z"},"1.1.7":{"name":"animated-scroll-to","version":"1.1.7","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"671cf2f03a8a299b00e8234663f8dea48a1d36a5","_id":"animated-scroll-to@1.1.7","_npmVersion":"5.4.2","_nodeVersion":"8.5.0","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"91c4afd55f4a111d977a011388f160da0bb51ad1","size":5395,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.1.7.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to-1.1.7.tgz_1506444243905_0.04634095774963498"},"directories":{},"publish_time":1506444244788,"_hasShrinkwrap":false,"_cnpm_publish_time":1506444244788,"_cnpmcore_publish_time":"2021-12-16T15:21:34.741Z"},"1.1.6":{"name":"animated-scroll-to","version":"1.1.6","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"2c07c1c2b738d2c619abfb1888ed2ec4339679ba","_id":"animated-scroll-to@1.1.6","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"0d04fad27e4a478b0806166ae6e685bea9d0378d","size":5415,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.1.6.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to-1.1.6.tgz_1503694587824_0.6496139054652303"},"directories":{},"publish_time":1503694588814,"_hasShrinkwrap":false,"_cnpm_publish_time":1503694588814,"_cnpmcore_publish_time":"2021-12-16T15:21:34.957Z"},"1.1.5":{"name":"animated-scroll-to","version":"1.1.5","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"b28c4b6b45077fa5100bb5a8b57811e4f5471d5f","_id":"animated-scroll-to@1.1.5","_shasum":"b6d892c86f60325ddcd1406610a4dabe78f167fe","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"b6d892c86f60325ddcd1406610a4dabe78f167fe","size":5381,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.1.5.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to-1.1.5.tgz_1502377893873_0.03549400973133743"},"directories":{},"publish_time":1502377894772,"_hasShrinkwrap":false,"_cnpm_publish_time":1502377894772,"_cnpmcore_publish_time":"2021-12-16T15:21:35.203Z"},"1.1.4":{"name":"animated-scroll-to","version":"1.1.4","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"59225e40fae425dafb0070acc87f560c774769d4","_id":"animated-scroll-to@1.1.4","_shasum":"902d44f87f23669a64fc6a869071e35e7e2d2357","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"902d44f87f23669a64fc6a869071e35e7e2d2357","size":5223,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.1.4.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to-1.1.4.tgz_1501499730874_0.489115244243294"},"directories":{},"publish_time":1501499731804,"_hasShrinkwrap":false,"_cnpm_publish_time":1501499731804,"_cnpmcore_publish_time":"2021-12-16T15:21:35.451Z"},"1.1.3":{"name":"animated-scroll-to","version":"1.1.3","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"3a23d2dd93ea55b1061b3b8034091fd4437245d2","_id":"animated-scroll-to@1.1.3","_shasum":"2f2c614dab09c41e5f36b8922c7f2ff96141b17c","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"2f2c614dab09c41e5f36b8922c7f2ff96141b17c","size":5195,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.1.3.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to-1.1.3.tgz_1500556184665_0.3236878009047359"},"directories":{},"publish_time":1500556185716,"_hasShrinkwrap":false,"_cnpm_publish_time":1500556185716,"_cnpmcore_publish_time":"2021-12-16T15:21:35.726Z"},"1.1.1":{"name":"animated-scroll-to","version":"1.1.1","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{},"gitHead":"3b6c69d56c1d94d4cd38f7be997b27e761d1bfd8","_id":"animated-scroll-to@1.1.1","_shasum":"05ce453a49fce68c50365b4e0a77cf6e127750b0","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"05ce453a49fce68c50365b4e0a77cf6e127750b0","size":5473,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.1.1.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to-1.1.1.tgz_1498484403219_0.3237219692673534"},"directories":{},"publish_time":1498484404192,"_hasShrinkwrap":false,"_cnpm_publish_time":1498484404192,"_cnpmcore_publish_time":"2021-12-16T15:21:35.993Z"},"1.1.0":{"name":"animated-scroll-to","version":"1.1.0","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","build":"node ./node_modules/babel-cli/bin/babel.js animated-scroll-to.es6.js --out-file animated-scroll-to.js","watch":"node ./node_modules/babel-cli/bin/babel.js --watch animated-scroll-to.es6.js --out-file animated-scroll-to.js"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"babel-cli":"^6.10.1","babel-preset-es2015":"^6.9.0"},"gitHead":"1447775af95d122eba73f0a1a8c4b689a22fb5ef","_id":"animated-scroll-to@1.1.0","_shasum":"684d2a4f2fac0feb86a35fa6772dc69742394417","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"stanko","email":"stanko.tadic+npm@gmail.com"},"dist":{"shasum":"684d2a4f2fac0feb86a35fa6772dc69742394417","size":5179,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.1.0.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/animated-scroll-to-1.1.0.tgz_1498482538391_0.1401507006958127"},"directories":{},"publish_time":1498482539476,"_hasShrinkwrap":false,"_cnpm_publish_time":1498482539476,"_cnpmcore_publish_time":"2021-12-16T15:21:36.190Z"},"1.0.1":{"name":"animated-scroll-to","version":"1.0.1","description":"Simple, plain JavaScript animated window scroll","main":"animated-scroll-to.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","build":"node ./node_modules/babel-cli/bin/babel.js animated-scroll-to.es6.js --out-file animated-scroll-to.js","watch":"node ./node_modules/babel-cli/bin/babel.js --watch animated-scroll-to.es6.js --out-file animated-scroll-to.js"},"repository":{"type":"git","url":"git+https://github.com/Stanko/animated-scroll-to.git"},"keywords":["scroll","scrollTo"],"author":{"name":"Stanko"},"license":"MIT","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","devDependencies":{"babel-cli":"^6.10.1","babel-preset-es2015":"^6.9.0"},"gitHead":"40f52a6cab97eb963ee635d970b4b2d3b07d33a0","_id":"animated-scroll-to@1.0.1","_shasum":"cdd56957a3e919cfb26db4007203f57926898b5b","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"stanko","email":"stanko@null-object.com"},"dist":{"shasum":"cdd56957a3e919cfb26db4007203f57926898b5b","size":3892,"noattachment":false,"key":"/animated-scroll-to/-/animated-scroll-to-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/animated-scroll-to/download/animated-scroll-to-1.0.1.tgz"},"maintainers":[{"name":"stanko.tadic","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/animated-scroll-to-1.0.1.tgz_1475064295714_0.2612271506804973"},"directories":{},"publish_time":1475064296378,"_hasShrinkwrap":false,"_cnpm_publish_time":1475064296378,"_cnpmcore_publish_time":"2021-12-16T15:21:36.433Z"}},"readme":"# animated-scroll-to\n\n[![npm version](https://img.shields.io/npm/v/animated-scroll-to.svg?style=flat-square)](https://www.npmjs.com/package/animated-scroll-to)\n[![npm downloads](https://img.shields.io/npm/dm/animated-scroll-to.svg?style=flat-square)](https://www.npmjs.com/package/animated-scroll-to)\n\nLightweight (1.45kb gzipped) scroll to function with a powerful API. Scrolls window or any other DOM element.\n\nThe main difference to other libraries is that it accepts speed of scrolling instead of duration. This way scrolling for 200 pixels will last less than scrolling 10000 pixels. Minimum and maximum duration are configurable and set to reasonable defaults (250 and 3000ms).\n\nAll changes are tracked in [CHANGELOG](CHANGELOG.md).\n\n## Demo\n\nPlay with the [live demo.](https://stanko.github.io/animated-scroll-to/)\n\n## Features\n\n- Accepts speed per 1000px instead of duration\n- Scrolls window or any other DOM element horizontally and vertically\n- Returns a promise with a boolean flag which tells you if desired scroll position was reached (for IE you'll need to include a `Promise` [polyfill](https://github.com/stefanpenner/es6-promise))\n- If called multiple times on the same element, it will cancel prior animations\n- Optionally prevent user from scrolling until scrolling animation is finished\n\n## Usage\n\nGrab it from npm\n\n```\nnpm install animated-scroll-to\n```\n\nand import it in your app\n\n```javascript\nimport animateScrollTo from 'animated-scroll-to';\n\n// It returns a promise which will be resolved when scroll animation is finished\n\nanimateScrollTo(500).then((hasScrolledToPosition) => {\n  // scroll animation is finished\n\n  // \"hasScrolledToPosition\" indicates if page/element\n  // was scrolled to a desired position\n  // or if animation got interrupted\n  if (hasScrolledToPosition) {\n    // page is scrolled to a desired position\n  } else {\n    // scroll animation was interrupted by user\n    // or by another call of \"animateScrollTo\"\n  }\n});\n```\n\n### Method signatures\n\nLibrary has three ways to call it:\n\n```js\n// \"y\" is a desired vertical scroll position to scroll to\nfunction animateScrollTo(y, options);\n\n// \"coords\" are an array \"[x, y]\"\n// Where \"x\" and \"y\" are desired horizontal and vertical positions to scroll to\n// Both \"x\" and \"y\" can be null\n// which will result in keeping the current scroll position for that axis\nfunction animateScrollTo(coords, options);\n\n// If you pass a DOM element, page will be scrolled to it\nfunction animateScrollTo(scrollToElement, options);\n```\n\nExample usage of each method:\n\n```js\n// Scrolls page vertically to 1000px\nanimateScrollTo(1000);\n\n// Scrolls page horizontally to 1000px but keeps vertical scroll position\nanimateScrollTo([1000, null]);\n\n// Scrolls page horizontally too 1000px and vertically to 500px\nanimateScrollTo([1000, 500]);\n\n// Scrolls page both horizontally and vertically to \".my-element\"\nanimateScrollTo(document.querySelector('.my-element'));\n```\n\n### Options\n\nOptions with their default values:\n\n```js\nconst defaultOptions = {\n  // Indicated if scroll animation should be canceled on user action (scroll/keypress/touch)\n  // if set to \"false\" user input will be disabled until scroll animation is complete\n  cancelOnUserAction: true,\n\n  // Animation easing function, with \"easeOutCubic\" as default\n  easing: (t) => --t * t * t + 1,\n\n  // DOM element that should be scrolled\n  // Example: document.querySelector('#element-to-scroll'),\n  elementToScroll: window,\n\n  // Horizontal scroll offset\n  // Practical when you are scrolling to a DOM element and want to add some padding\n  horizontalOffset: 0,\n\n  // Maximum duration of the scroll animation\n  maxDuration: 3000,\n\n  // Minimum duration of the scroll animation\n  minDuration: 250,\n\n  // Duration of the scroll per 1000px\n  speed: 500,\n\n  // Vertical scroll offset\n  // Practical when you are scrolling to a DOM element and want to add some padding\n  verticalOffset: 0,\n};\n```\n\n### Easing\n\nBy default library is using `easeOutCubic` easing function. You can pass a custom function only considering the `t` value for the range `[0, 1] => [0, 1]`.\n\nTo make things easier I provided a list of common easing function below:\n\n```js\n/*\n * Easing Functions\n * https://gist.github.com/gre/1650294\n */\nconst EasingFunctions = {\n  // no easing, no acceleration\n  linear: (t) => {\n    return t;\n  },\n  // accelerating from zero velocity\n  easeInQuad: (t) => {\n    return t * t;\n  },\n  // decelerating to zero velocity\n  easeOutQuad: (t) => {\n    return t * (2 - t);\n  },\n  // acceleration until halfway, then deceleration\n  easeInOutQuad: (t) => {\n    return t < 0.5 ? 2 * t * t : -1 + (4 - 2 * t) * t;\n  },\n  // accelerating from zero velocity\n  easeInCubic: (t) => {\n    return t * t * t;\n  },\n  // decelerating to zero velocity\n  easeOutCubic: (t) => {\n    return --t * t * t + 1;\n  },\n  // acceleration until halfway, then deceleration\n  easeInOutCubic: (t) => {\n    return t < 0.5 ? 4 * t * t * t : (t - 1) * (2 * t - 2) * (2 * t - 2) + 1;\n  },\n  // accelerating from zero velocity\n  easeInQuart: (t) => {\n    return t * t * t * t;\n  },\n  // decelerating to zero velocity\n  easeOutQuart: (t) => {\n    return 1 - --t * t * t * t;\n  },\n  // acceleration until halfway, then deceleration\n  easeInOutQuart: (t) => {\n    return t < 0.5 ? 8 * t * t * t * t : 1 - 8 * --t * t * t * t;\n  },\n  // accelerating from zero velocity\n  easeInQuint: (t) => {\n    return t * t * t * t * t;\n  },\n  // decelerating to zero velocity\n  easeOutQuint: (t) => {\n    return 1 + --t * t * t * t * t;\n  },\n  // acceleration until halfway, then deceleration\n  easeInOutQuint: (t) => {\n    return t < 0.5 ? 16 * t * t * t * t * t : 1 + 16 * --t * t * t * t * t;\n  },\n};\n```\n\n## Certain CSS properties might break the animation\n\nAs library is using an animation loop to scroll, some CSS properties might clash with the approach and break the animation.\n\nThe library will warn you about the ones that are know to break the animation:\n\n- `scroll-behavior: smooth`\n- `scroll-snap-type: x mandatory` (or `y mandatory` depending on the axis you scroll)\n\n## Scrolling an iframe\n\nYou can also use the library to scroll iframes from the same domain (check [MDN contentWindow documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/contentWindow)).\n\n```js\nconst iframeWindow =\n  document.querySelector('#my-iframe').contentWindow.document.documentElement;\n\nanimateScrollTo(500, {\n  elementToScroll: iframeWindow,\n});\n```\n\n**Please note:** If the iframe is not on the same domain as the base page, you are going to get a cross origin error.\n\n## Why?\n\nI wasn't able to find standalone, simple and working solution.\n\n## Browser support\n\nAnything that supports `requestAnimationFrame` and `Promise`. For Internet Explorer you'll need to add [es6-promise polyfill](https://github.com/stefanpenner/es6-promise).\n\nFor IE9 and lower, you'll to provide [requestAnimationFrame polyfill](https://gist.github.com/paulirish/1579671).\n\nFor IE8 and lower, you'll need to polyfill `Array.forEach` as well. Haven't tested this though.\n\n## It is missing &lt;insert a feature here&gt;\n\nI really tried to keep simple and lightweight.\nIf you are missing something, feel free to open a pull request.\n\n## Version 1\n\nI advise you to use v2, as v1 is deprecated. But it is still available on [v1 branch](https://github.com/Stanko/animated-scroll-to/tree/v1) and on [npm](https://www.npmjs.com/package/animated-scroll-to/v/1.3.1).\n","_attachments":{},"homepage":"https://github.com/Stanko/animated-scroll-to#readme","bugs":{"url":"https://github.com/Stanko/animated-scroll-to/issues"},"license":"MIT"}