{"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist-tags":{"next":"3.0.0-0","latest":"3.0.6"},"author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","readme":"# Shifty - A teeny tiny tweening engine in JavaScript\n\nShifty is a tweening engine for JavaScript.  It is a lightweight library meant\nto be encapsulated by higher level tools.  At its core, Shifty provides:\n\n  * Interpolation of `Number`s over time (tweening)\n  * Playback control of an individual tween\n  * Extensibility hooks for key points in the tweening process\n\nThis is useful because it is the least amount of functionality needed to build\ncustomizable animations. Shifty is optimized to run many times a second with\nminimal processing and memory overhead, which is necessary to achieve smooth\nanimations.\n\n## Browser compatibility\n\nShifty officially supports Evergreen browsers.\n\n## Installation\n\n```\nnpm install --save shifty\n```\n\n## Developing Shifty\n\nFirst, install the dependencies via npm like so:\n\n```\nnpm install\n```\n\nOnce those are installed, you can generate `dist/shifty.js` with:\n\n```\nnpm run build\n```\n\nTo run the tests in CLI:\n\n```\nnpm test\n```\n\nTo generate the documentation (`dist/doc`):\n\n```\nnpm run doc\n```\n\nTo generate, live-update, and view the documentation in your browser:\n\n```\nnpm run doc:live\n```\n\nTo start a development server:\n\n```\nnpm start\n```\n\nOnce that's running, you can run the tests at http://localhost:9009/test/.\n\n## Loading Shifty\n\nShifty exposes a UMD module, so you can load it however you like:\n\n```javascript\n// ES6\nimport { tween } from 'shifty';\n```\n\nOr:\n\n```javascript\n// AMD\ndefine(['shifty'], function(shifty){\n  shifty.tween({ from: { x: 0 }, to: { x: 10 } });\n});\n```\n\nOr even:\n\n```javascript\n// CommonJS\nconst shifty = require('shifty');\n\nshifty.tween({ from: { x: 0 }, to: { x: 10 } });\n```\n\n## Contributors\n\nTake a peek at the [Network](https://github.com/jeremyckahn/shifty/network)\npage to see all of the Shifty contributors.\n\nSpecial thanks goes to [Thomas Fuchs](https://twitter.com/thomasfuchs):\nShifty's easing formulas and Bezier curve code was adapted from his awesome\n[Scripty2](https://github.com/madrobby/scripty2) project.\n\n## License\n\nShifty is distributed under the [MIT\nlicense](http://opensource.org/licenses/MIT).  You are encouraged to use and\nmodify the code to suit your needs, as well as redistribute it.\n","repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"users":{"amongiants":true},"bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"license":"MIT","versions":{"1.0.0":{"name":"shifty","version":"1.0.0","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"}],"license":"MIT","_id":"shifty@1.0.0","dist":{"shasum":"f500fcedbd90a60dcba53902c5279ca1bdb45988","size":119008,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.0.0.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1392525167661,"_cnpm_publish_time":1392525167661,"_hasShrinkwrap":false},"1.1.1":{"name":"shifty","version":"1.1.1","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"}],"license":"MIT","_id":"shifty@1.1.1","dist":{"shasum":"822c2465e104e7261b5b25d85afaf11b34345000","size":120690,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.1.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1396496103205,"_cnpm_publish_time":1396496103205,"_hasShrinkwrap":false},"1.1.2":{"name":"shifty","version":"1.1.2","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"}],"license":"MIT","_id":"shifty@1.1.2","dist":{"shasum":"a58b7fc9d2e48f8de69906d4ee18452654a787af","size":120954,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.1.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1396663444728,"_cnpm_publish_time":1396663444728,"_hasShrinkwrap":false},"1.2.0":{"name":"shifty","version":"1.2.0","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"}],"license":"MIT","_id":"shifty@1.2.0","dist":{"shasum":"e34efde6f8d69d3c2d2a78b1bc1736e1194bafb2","size":121911,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.2.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1397008640769,"_cnpm_publish_time":1397008640769,"_hasShrinkwrap":false},"1.2.1":{"name":"shifty","version":"1.2.1","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"}],"license":"MIT","_id":"shifty@1.2.1","dist":{"shasum":"713ba31192464a8bf1f1d189660def9590cbcbae","size":122544,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.2.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1412546323477,"_cnpm_publish_time":1412546323477,"_hasShrinkwrap":false},"1.2.2":{"name":"shifty","version":"1.2.2","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"}],"license":"MIT","_id":"shifty@1.2.2","dist":{"shasum":"76c082dc58e5e2f313b6deb700d547a3553e87a1","size":123052,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.2.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1412901085528,"_cnpm_publish_time":1412901085528,"_hasShrinkwrap":false},"1.2.3":{"name":"shifty","version":"1.2.3","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","_id":"shifty@1.2.3","dist":{"shasum":"ff2d5e30ecf5a6132c3648758da9c4c7970ff477","size":125787,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.2.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1413427747867,"_cnpm_publish_time":1413427747867,"_hasShrinkwrap":false},"1.3.0":{"name":"shifty","version":"1.3.0","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","_id":"shifty@1.3.0","dist":{"shasum":"b821e0219073280dce51684b9fd77b42674cab55","size":130531,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.3.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1413809137231,"_cnpm_publish_time":1413809137231,"_hasShrinkwrap":false},"1.3.1":{"name":"shifty","version":"1.3.1","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","_id":"shifty@1.3.1","dist":{"shasum":"21b99fbd60a86b67841b9fff59907e71f64cbe32","size":130479,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.3.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1413858237687,"_cnpm_publish_time":1413858237687,"_hasShrinkwrap":false},"1.3.2":{"name":"shifty","version":"1.3.2","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","_id":"shifty@1.3.2","dist":{"shasum":"9ca8f4023829ed1c5e20ee7fe7332f69be222617","size":130783,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.3.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1414032620359,"_cnpm_publish_time":1414032620359,"_hasShrinkwrap":false},"1.3.3":{"name":"shifty","version":"1.3.3","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","_id":"shifty@1.3.3","dist":{"shasum":"1f706e3133f13ca8dd1ff244dd78f4c54ca16400","size":130696,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.3.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1414463405641,"_cnpm_publish_time":1414463405641,"_hasShrinkwrap":false},"1.3.4":{"name":"shifty","version":"1.3.4","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","_id":"shifty@1.3.4","dist":{"shasum":"835d841af2a4d8a6faa6c8580a30bb2114341f6d","size":130611,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.3.4.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1414632843796,"_cnpm_publish_time":1414632843796,"_hasShrinkwrap":false},"1.3.5":{"name":"shifty","version":"1.3.5","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","_id":"shifty@1.3.5","dist":{"shasum":"65c64a19ad89cb9b292d5b7ec09d1425571155a5","size":130828,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.3.5.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1415758329695,"_cnpm_publish_time":1415758329695,"_hasShrinkwrap":false},"1.3.6":{"name":"shifty","version":"1.3.6","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0","grunt-contrib-yuidoc":"^0.5.2","grunt-contrib-copy":"^0.7.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","_id":"shifty@1.3.6","dist":{"shasum":"b7a7a0e69cacd63fb9ce5e61d8e453887771b4a7","size":188790,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.3.6.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1415760937780,"_cnpm_publish_time":1415760937780,"_hasShrinkwrap":false},"1.3.7":{"name":"shifty","version":"1.3.7","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0","grunt-contrib-yuidoc":"^0.5.2","grunt-contrib-copy":"^0.7.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","_id":"shifty@1.3.7","dist":{"shasum":"542b1457bb91c7bc2cde7e7da8ce187004e744d0","size":188889,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.3.7.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1415933160018,"_cnpm_publish_time":1415933160018,"_hasShrinkwrap":false},"1.3.8":{"name":"shifty","version":"1.3.8","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0","grunt-contrib-yuidoc":"^0.5.2","grunt-contrib-copy":"^0.7.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","_id":"shifty@1.3.8","dist":{"shasum":"4981c9b314d1763f8c595ff5d42ba751696dd9bc","size":188735,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.3.8.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1416451352351,"_cnpm_publish_time":1416451352351,"_hasShrinkwrap":false},"1.3.9":{"name":"shifty","version":"1.3.9","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0","grunt-contrib-yuidoc":"^0.5.2","grunt-contrib-copy":"^0.7.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","_id":"shifty@1.3.9","dist":{"shasum":"ea66d05f4c7fffac801b53db3278aec59e037636","size":188759,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.3.9.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1416532850349,"_cnpm_publish_time":1416532850349,"_hasShrinkwrap":false},"1.3.10":{"name":"shifty","version":"1.3.10","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-dox":"~0.5.0","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0","grunt-contrib-yuidoc":"^0.5.2","grunt-contrib-copy":"^0.7.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","_id":"shifty@1.3.10","dist":{"shasum":"9e33571956d859bdd8dc79c52a7fa8d84037ac9b","size":189184,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.3.10.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"directories":{},"publish_time":1416539655180,"_cnpm_publish_time":1416539655180,"_hasShrinkwrap":false},"1.4.1":{"name":"shifty","version":"1.4.1","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0","grunt-contrib-concat":"~0.1.3","grunt-contrib-copy":"^0.7.0","grunt-contrib-jshint":"^0.11.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-uglify":"~0.1.2","grunt-contrib-yuidoc":"^0.5.2","grunt-dox":"~0.5.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","gitHead":"cfcb5830b5f4347f2229e99b81bbf9606999d5c3","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@1.4.1","scripts":{},"_shasum":"07fe2c240ac6dcfbae342197fafcc4c60bb44368","_from":".","_npmVersion":"2.4.1","_nodeVersion":"0.10.34","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"07fe2c240ac6dcfbae342197fafcc4c60bb44368","size":191781,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.4.1.tgz"},"directories":{},"publish_time":1429480126676,"_cnpm_publish_time":1429480126676,"_hasShrinkwrap":false},"1.4.2":{"name":"shifty","version":"1.4.2","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0","grunt-contrib-concat":"~0.1.3","grunt-contrib-copy":"^0.7.0","grunt-contrib-jshint":"^0.11.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-uglify":"~0.1.2","grunt-contrib-yuidoc":"^0.5.2","grunt-dox":"~0.5.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","gitHead":"60f4dd30020b0223668de9a58de82c211cbc0426","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@1.4.2","scripts":{},"_shasum":"a8688be41fbbe85b73f642206b867a6e284fdc4c","_from":".","_npmVersion":"2.4.1","_nodeVersion":"0.10.34","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"a8688be41fbbe85b73f642206b867a6e284fdc4c","size":191887,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.4.2.tgz"},"directories":{},"publish_time":1429901422869,"_cnpm_publish_time":1429901422869,"_hasShrinkwrap":false},"1.5.0":{"name":"shifty","version":"1.5.0","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0","grunt-contrib-concat":"~0.1.3","grunt-contrib-copy":"^0.7.0","grunt-contrib-jshint":"^0.11.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-uglify":"~0.1.2","grunt-contrib-yuidoc":"^0.5.2","grunt-dox":"~0.5.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","gitHead":"2e42d4519b1a8563809a8cac56e3571eb3edbea8","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@1.5.0","scripts":{},"_shasum":"b4af0bfc73db3cf756a6c115fe7522c23efe40bd","_from":".","_npmVersion":"2.4.1","_nodeVersion":"0.10.34","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"b4af0bfc73db3cf756a6c115fe7522c23efe40bd","size":193120,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.5.0.tgz"},"directories":{},"publish_time":1433113216852,"_cnpm_publish_time":1433113216852,"_hasShrinkwrap":false},"1.5.1":{"name":"shifty","version":"1.5.1","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0","grunt-contrib-concat":"~0.1.3","grunt-contrib-copy":"^0.7.0","grunt-contrib-jshint":"^0.11.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-uglify":"^0.9.2","grunt-contrib-yuidoc":"^0.5.2","grunt-dox":"~0.5.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","gitHead":"5a6315e0d46a3cb544ace8600f328431db944a71","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@1.5.1","scripts":{},"_shasum":"37051d89af44b4728c26a7372691426691f692b8","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"37051d89af44b4728c26a7372691426691f692b8","size":193145,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.5.1.tgz"},"directories":{},"publish_time":1440811281592,"_cnpm_publish_time":1440811281592,"_hasShrinkwrap":false},"1.5.2":{"name":"shifty","version":"1.5.2","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0","grunt-contrib-concat":"~0.1.3","grunt-contrib-copy":"^0.7.0","grunt-contrib-jshint":"^0.11.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-uglify":"^0.9.2","grunt-contrib-yuidoc":"^0.5.2","grunt-dox":"~0.5.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","gitHead":"effe3b4da2693f2dcba86da7dc1257df44ab6489","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@1.5.2","scripts":{},"_shasum":"be8b8c251e4eaf69d3711e794cbd98f1cbd748eb","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"be8b8c251e4eaf69d3711e794cbd98f1cbd748eb","size":197706,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.5.2.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/shifty-1.5.2.tgz_1455163126869_0.07544092461466789"},"directories":{},"publish_time":1455163130492,"_cnpm_publish_time":1455163130492,"_hasShrinkwrap":false},"1.5.3":{"name":"shifty","version":"1.5.3","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-bump":"0.0.13","grunt-codepainter":"^0.2.0","grunt-contrib-concat":"~0.1.3","grunt-contrib-copy":"^0.7.0","grunt-contrib-jshint":"^0.11.1","grunt-contrib-qunit":"~0.1.1","grunt-contrib-uglify":"^0.9.2","grunt-contrib-yuidoc":"^0.5.2","grunt-dox":"~0.5.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","gitHead":"698e49855584b1403d995e41aecc5adca4a552b0","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@1.5.3","scripts":{},"_shasum":"71f8caebf22f9ec2cd5a260b045892589be95831","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.7.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"71f8caebf22f9ec2cd5a260b045892589be95831","size":197809,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.5.3.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/shifty-1.5.3.tgz_1475531082450_0.08233353984542191"},"directories":{},"publish_time":1475531084073,"_cnpm_publish_time":1475531084073,"_hasShrinkwrap":false},"1.5.4":{"name":"shifty","version":"1.5.4","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"grunt":"~0.4.1","grunt-bump":"0.0.13","grunt-contrib-concat":"~0.1.3","grunt-contrib-copy":"^0.7.0","grunt-contrib-jshint":"^0.11.1","grunt-contrib-qunit":"1.2.0","grunt-contrib-uglify":"^0.9.2","grunt-contrib-yuidoc":"^0.5.2","grunt-dox":"~0.5.0"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","gitHead":"3ec5e8f21abdd614c5c82a05d1be3f2038e2a91e","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@1.5.4","scripts":{},"_shasum":"d4362fc914dd280ddf6e522be408b21203208346","_from":".","_npmVersion":"4.0.2","_nodeVersion":"7.1.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"d4362fc914dd280ddf6e522be408b21203208346","size":197870,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-1.5.4.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/shifty-1.5.4.tgz_1480469173028_0.8333367947489023"},"directories":{},"publish_time":1480469175467,"_cnpm_publish_time":1480469175467,"_hasShrinkwrap":false},"2.0.0":{"name":"shifty","version":"2.0.0","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"babel-core":"^6.22.1","babel-loader":"^6.2.10","babel-preset-es2015":"^6.22.0","gh-pages":"^0.12.0","jsdoc":"^3.4.3","jshint":"^2.9.4","mocha":"^3.2.0","nodemon":"^1.11.0","webpack":"^1.14.0","webpack-dev-server":"^1.16.2"},"scripts":{"build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","test":"mocha ./node_modules/babel-core/register.js test/index.js","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","doc":"jsdoc -c .jsdoc src/*.js","lint":"jshint src","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","preversion":"npm run lint && npm test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","gitHead":"c9b526ed3056c443d8eff8492d2bfdefde5828b6","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@2.0.0","_shasum":"229421d2c657a1809900049a98485363c1d539c4","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.1.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"229421d2c657a1809900049a98485363c1d539c4","size":22068,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/shifty-2.0.0.tgz_1490459989362_0.4351371966768056"},"directories":{},"publish_time":1490459990213,"_cnpm_publish_time":1490459990213,"_hasShrinkwrap":false},"2.0.1":{"name":"shifty","version":"2.0.1","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"babel-core":"^6.22.1","babel-loader":"^6.2.10","babel-preset-es2015":"^6.22.0","gh-pages":"^0.12.0","jsdoc":"^3.4.3","jshint":"^2.9.4","mocha":"^3.2.0","nodemon":"^1.11.0","webpack":"^1.14.0","webpack-dev-server":"^1.16.2"},"scripts":{"build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","test":"mocha ./node_modules/babel-core/register.js test/index.js","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","doc":"jsdoc -c .jsdoc src/*.js","lint":"jshint src","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","preversion":"npm run lint && npm test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"files":["src","dist"],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","gitHead":"e87a85d1f51f86580320957dd3943fc15b4ffd32","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@2.0.1","_shasum":"b0852dc54b5d608db3572738f070a02b2c5e6196","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.1.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"b0852dc54b5d608db3572738f070a02b2c5e6196","size":479104,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/shifty-2.0.1.tgz_1490460436142_0.864634393947199"},"directories":{},"publish_time":1490460438496,"_cnpm_publish_time":1490460438496,"_hasShrinkwrap":false},"2.0.2":{"name":"shifty","version":"2.0.2","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"babel-core":"^6.22.1","babel-loader":"^6.2.10","babel-preset-es2015":"^6.22.0","gh-pages":"^0.12.0","jsdoc":"^3.4.3","jshint":"^2.9.4","mocha":"^3.2.0","nodemon":"^1.11.0","webpack":"^1.14.0","webpack-dev-server":"^1.16.2"},"scripts":{"build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","test":"mocha ./node_modules/babel-core/register.js test/index.js","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","doc":"jsdoc -c .jsdoc src/*.js","lint":"jshint src","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","preversion":"npm run lint && npm test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"files":["src","dist"],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","dependencies":{"object-assign":"^4.1.1"},"gitHead":"2b4570faf0e84d0e4d3d6aa9cc704355cf636ccf","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@2.0.2","_shasum":"272c73d97c3284d85b4d7bbe5fb231972409fdc9","_from":".","_npmVersion":"4.3.0","_nodeVersion":"6.7.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"dist":{"shasum":"272c73d97c3284d85b4d7bbe5fb231972409fdc9","size":499865,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.0.2.tgz"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/shifty-2.0.2.tgz_1491590173191_0.5278651274275035"},"directories":{},"publish_time":1491590175556,"_cnpm_publish_time":1491590175556,"_hasShrinkwrap":false},"2.0.3":{"name":"shifty","version":"2.0.3","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"babel-core":"^6.22.1","babel-loader":"^6.2.10","babel-preset-es2015":"^6.22.0","gh-pages":"^0.12.0","jsdoc":"^3.4.3","jshint":"^2.9.4","mocha":"^3.2.0","nodemon":"^1.11.0","webpack":"^1.14.0","webpack-dev-server":"^1.16.2"},"scripts":{"build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","test":"mocha ./node_modules/babel-core/register.js test/index.js","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","doc":"jsdoc -c .jsdoc src/*.js","lint":"jshint src","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","preversion":"npm run lint && npm test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"files":["src","dist"],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","dependencies":{"object-assign":"^4.1.1"},"gitHead":"954c8b6234f019f876e5a0ee6fee9c0eae482048","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@2.0.3","_shasum":"9d9aa3c5fc578149d15e24330af9d62b2dde133c","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.1.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"9d9aa3c5fc578149d15e24330af9d62b2dde133c","size":481625,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.0.3.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/shifty-2.0.3.tgz_1492607032410_0.49309344682842493"},"directories":{},"publish_time":1492607034929,"_hasShrinkwrap":false,"_cnpm_publish_time":1492607034929},"2.0.4":{"name":"shifty","version":"2.0.4","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"babel-core":"^6.22.1","babel-loader":"^6.2.10","babel-preset-es2015":"^6.22.0","bluebird":"^3.5.0","gh-pages":"^0.12.0","jsdoc":"^3.4.3","jshint":"^2.9.4","mocha":"^3.2.0","nodemon":"^1.11.0","webpack":"^1.14.0","webpack-dev-server":"^1.16.2"},"scripts":{"build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","test":"mocha ./node_modules/babel-core/register.js test/index.js","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","doc":"jsdoc -c .jsdoc src/*.js","lint":"jshint src","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","preversion":"npm run lint && npm test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"files":["src","dist"],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","dependencies":{"object-assign":"^4.1.1"},"gitHead":"562267dd41b53555502f0a8cecec0ea2fcdd4734","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@2.0.4","_shasum":"8f825e27579236a2c8e124e53100d7c99a5de26c","_from":".","_npmVersion":"4.3.0","_nodeVersion":"6.7.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"dist":{"shasum":"8f825e27579236a2c8e124e53100d7c99a5de26c","size":500337,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.0.4.tgz"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/shifty-2.0.4.tgz_1493939949941_0.4580868079792708"},"directories":{},"publish_time":1493939951241,"_cnpm_publish_time":1493939951241,"_hasShrinkwrap":false},"2.1.0":{"name":"shifty","version":"2.1.0","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"babel-core":"^6.22.1","babel-loader":"^6.2.10","babel-preset-es2015":"^6.22.0","bluebird":"^3.5.0","gh-pages":"^0.12.0","jsdoc":"^3.4.3","jshint":"^2.9.4","mocha":"^3.2.0","nodemon":"^1.11.0","webpack":"2.5.1","webpack-dev-server":"2.4.5"},"scripts":{"build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","test":"mocha ./node_modules/babel-core/register.js test/index.js","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","doc":"jsdoc -c .jsdoc src/*.js","lint":"jshint src","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","preversion":"npm run lint && npm test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"files":["src","dist"],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","dependencies":{"object-assign":"^4.1.1"},"gitHead":"731ee21c83ebb275e4cff25854d6b06211275313","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@2.1.0","_shasum":"571c5be8bf3c2c38fb959bdd7d3149406bd303f2","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.1.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"571c5be8bf3c2c38fb959bdd7d3149406bd303f2","size":449174,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/shifty-2.1.0.tgz_1495112557796_0.6191143430769444"},"directories":{},"publish_time":1495112560261,"_cnpm_publish_time":1495112560261,"_hasShrinkwrap":false},"2.1.1":{"name":"shifty","version":"2.1.1","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"babel-core":"^6.22.1","babel-loader":"^6.2.10","babel-preset-es2015":"^6.22.0","bluebird":"^3.5.0","gh-pages":"^0.12.0","jsdoc":"^3.4.3","jshint":"^2.9.4","mocha":"^3.2.0","nodemon":"^1.11.0","webpack":"2.5.1","webpack-dev-server":"2.4.5"},"scripts":{"build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","test":"mocha ./node_modules/babel-core/register.js test/index.js","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","doc":"jsdoc -c .jsdoc src/*.js","lint":"jshint src","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","preversion":"npm run lint && npm test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"files":["src","dist"],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","dependencies":{"object-assign":"^4.1.1"},"gitHead":"edac607bfbe924eb7df326ed16eb0203f84f7452","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@2.1.1","_shasum":"28413c4a35b6f1f185373250ce00fd5224d5b298","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.1.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"28413c4a35b6f1f185373250ce00fd5224d5b298","size":449283,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.1.1.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/shifty-2.1.1.tgz_1500677961451_0.6743605411611497"},"directories":{},"publish_time":1500677962821,"_hasShrinkwrap":false,"_cnpm_publish_time":1500677962821},"2.1.2":{"name":"shifty","version":"2.1.2","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"babel-core":"^6.22.1","babel-loader":"^6.2.10","babel-preset-es2015":"^6.22.0","bluebird":"^3.5.0","gh-pages":"^0.12.0","jsdoc":"^3.4.3","jshint":"^2.9.4","minami":"^1.2.3","mocha":"^3.2.0","nodemon":"^1.11.0","webpack":"2.5.1","webpack-dev-server":"2.4.5"},"scripts":{"build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","test":"mocha ./node_modules/babel-core/register.js test/index.js","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","doc":"jsdoc -c .jsdoc src/*.js","lint":"jshint src","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","preversion":"npm run lint && npm test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"files":["src","dist"],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","dependencies":{"object-assign":"^4.1.1"},"gitHead":"2a488df92087d202ef80a7d066739b456f8ef565","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@2.1.2","_shasum":"9eb254957fb369b60fd2d450e1c0ebef08e624be","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.1.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"9eb254957fb369b60fd2d450e1c0ebef08e624be","size":642552,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.1.2.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/shifty-2.1.2.tgz_1504662822390_0.8747393279336393"},"directories":{},"publish_time":1504662824131,"_cnpm_publish_time":1504662824131,"_hasShrinkwrap":false},"2.2.0":{"name":"shifty","version":"2.2.0","homepage":"http://jeremyckahn.github.io/shifty","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"@jeremyckahn/minami":"^1.3.0","babel-core":"^6.22.1","babel-loader":"^6.2.10","babel-preset-es2015":"^6.22.0","bluebird":"^3.5.0","concurrently":"^3.5.0","gh-pages":"^0.12.0","jsdoc":"^3.4.3","jshint":"^2.9.4","live-server":"^1.2.0","mocha":"^3.2.0","nodemon":"^1.11.0","webpack":"2.5.1","webpack-dev-server":"2.4.5"},"scripts":{"build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","test":"mocha ./node_modules/babel-core/register.js test/index.js","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","doc":"jsdoc -c .jsdoc src/*.js","doc:view":"live-server dist/doc --port=9124","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","doc:live":"concurrently --kill-others \"npm run doc:watch\" \"npm run doc:view\"","lint":"jshint src","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","preversion":"npm run lint && npm test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"files":["src","dist"],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","dependencies":{"object-assign":"^4.1.1"},"gitHead":"47fb5fc9cb2ea67a5d819da69269870e5b31fa48","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@2.2.0","_npmVersion":"5.4.2","_nodeVersion":"7.1.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"735605ad28130541b3baac4b122eb0a49f2bb42b","size":642438,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.2.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/shifty-2.2.0.tgz_1507682958885_0.3798946845345199"},"directories":{},"publish_time":1507682960514,"_cnpm_publish_time":1507682960514,"_hasShrinkwrap":false},"2.3.0":{"name":"shifty","version":"2.3.0","homepage":"http://jeremyckahn.github.io/shifty/doc/","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"@jeremyckahn/minami":"^1.3.0","babel-core":"^6.22.1","babel-loader":"^6.2.10","babel-preset-es2015":"^6.22.0","bluebird":"^3.5.0","concurrently":"^3.5.0","gh-pages":"^0.12.0","jsdoc":"^3.4.3","jshint":"^2.9.4","live-server":"^1.2.0","mocha":"^3.2.0","nodemon":"^1.11.0","webpack":"2.5.1","webpack-dev-server":"2.4.5"},"scripts":{"build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","test":"mocha ./node_modules/babel-core/register.js test/index.js","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","doc":"jsdoc -c .jsdoc src/*.js","doc:view":"live-server dist/doc --port=9124","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","doc:live":"concurrently --kill-others \"npm run doc:watch\" \"npm run doc:view\"","lint":"jshint src","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","preversion":"npm run lint && npm test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"files":["src","dist"],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","dependencies":{"object-assign":"^4.1.1"},"gitHead":"88c7dafa1515b2b0711ddcfa54acefca9274cb4c","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@2.3.0","_npmVersion":"5.4.2","_nodeVersion":"7.1.0","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"dist":{"shasum":"9ca5176367a12a9b1dd59c19db441492dec5ecd2","size":642429,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.3.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/shifty-2.3.0.tgz_1507683338250_0.15674388455227017"},"directories":{},"publish_time":1507683340014,"_cnpm_publish_time":1507683340014,"_hasShrinkwrap":false},"2.3.1":{"name":"shifty","version":"2.3.1","homepage":"http://jeremyckahn.github.io/shifty/doc/","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"A teeny tiny tweening engine in JavaScript.","main":"dist/shifty.js","devDependencies":{"@jeremyckahn/minami":"^1.3.0","babel-core":"^6.22.1","babel-loader":"^6.2.10","babel-preset-es2015":"^6.22.0","bluebird":"^3.5.0","concurrently":"^3.5.0","gh-pages":"^0.12.0","jsdoc":"^3.4.3","jshint":"^2.9.4","live-server":"^1.2.0","mocha":"^3.2.0","nodemon":"^1.11.0","webpack":"2.5.1","webpack-dev-server":"2.4.5"},"scripts":{"build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","test":"mocha ./node_modules/babel-core/register.js test/index.js","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","doc":"jsdoc -c .jsdoc src/*.js","doc:view":"live-server dist/doc --port=9124","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","doc:live":"concurrently --kill-others \"npm run doc:watch\" \"npm run doc:view\"","lint":"jshint src","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","preversion":"npm run lint && npm test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"files":["src","dist"],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"license":"MIT","dependencies":{"object-assign":"^4.1.1"},"gitHead":"ac2c3dcf89c4a262f67dcae855c9945bd7ae6fad","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_id":"shifty@2.3.1","_npmVersion":"5.5.1","_nodeVersion":"6.11.4","_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"dist":{"shasum":"ca92001c04718911f3b48d179aa858cc9cc86009","size":674473,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.3.1.tgz"},"maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/shifty-2.3.1.tgz_1512523629928_0.8385654077865183"},"directories":{},"publish_time":1512523631486,"_cnpm_publish_time":1512523631486,"_hasShrinkwrap":false},"2.4.0":{"name":"shifty","version":"2.4.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.4.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"f26728c4c6fb452cbb6ee6d15b0ca7a75557c02c","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.4.0.tgz","fileCount":57,"integrity":"sha512-PGhH1mJ2XjtOWm3BJ+5Q6EpvFTYGzEE1Y+9sYmzIc4A6TQtNyVAxgUeCJ7EVd9Vw41VUQS4/A8iSQ/n2piSXxg==","signatures":[{"sig":"MEQCIFnMIfOLoY8xekVqPYEyrOcuSjK7iU5LWOWirykr7AAzAiAWd61xIHj/LwbRAC77yvm7nv5hSFxQBEx7aRcQp+/wSw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1803734,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbZmFpCRA9TVsSAnZWagAAkhAQAJsYczcljPb/vOO/0Wjj\nbXOiosWW/ryzlFTU5KOZjA8dLkCd9YSCZqmD7CTc7UjgWvz/Mx95Vxx0nqKr\nGSClTq9qyDsfweTrGlAe3DoEPSIBuo10eAFP9LV0cS93/4q0XdMwtMteOkLC\neZ1faxI9vTTKZkAwgrqfIVdLnDDlHMu7XsjEDOTqxMrwGY40uYNwOZx0uh+k\n/P8sZAfu52Jeylwni43ta3bgIpYUY0XQVtbNFrZhC1zepHgmXVUH5HC1bxGL\nQJxj3P6BSVOVPO4IB4bFg7vjACrRia1lM78Mbsd8l1fB+bIQrrT7zaNIaVM0\nX8v0IkpWnu9VDxt/7MzIbrdOSwLKLOJnyIvLKWiF+NNWMLuCeJuKbjCYOeLs\n0UDRqw47FB+FI99GsEhe+qR8imELy4hsiODomZy83yMxzKNz80DunlZKUNIN\nxyW9mQAyXxEHDsQ9kVSt3BMQ7m/G94IxrMhVl+54B7equ94g6AL5nYz8daDu\nqbkotx/LkczgMoJ3OLFMoW0f86ev6o07bhiQv30zZPf/o5ck0p5r5FGyRjtE\nCvECHnrQDtbcl3umBNPHwyiDm84DGvzv8dDRb3V0TrBxcZ1afWwEVUmJhSpV\nBjqj2Uic/yT6u3aDNI19dzUvziFcOG0jB1GOW/0FiEx+QUBKq9eD/qxwy5Bb\nltWR\r\n=7pWT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.js","files":["src","dist"],"gitHead":"27c76eb540f32198795c82914a7679751118c73f","scripts":{"doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src test webpack.*","test":"mocha ./node_modules/babel-core/register.js test/index.js","build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","prepush":"npm test && npm run lint","doc:live":"concurrently --kill-others \"npm run doc:watch\" \"npm run doc:view\"","doc:view":"live-server dist/doc --port=9124","prettier":"prettier '{src,test}/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","precommit":"pretty-quick --staged && npm test && npm run lint","preversion":"npm run lint && npm test","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.2.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"8.9.4","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"husky":"^0.14.3","jsdoc":"^3.4.3","mocha":"^3.2.0","eslint":"^5.2.0","nodemon":"^1.11.0","webpack":"2.5.1","bluebird":"^3.5.0","gh-pages":"^0.12.0","prettier":"^1.14.0","babel-core":"^6.22.1","live-server":"^1.2.0","babel-loader":"^6.2.10","concurrently":"^3.5.0","pretty-quick":"^1.6.0","babel-preset-env":"^1.7.0","webpack-dev-server":"2.4.5","@jeremyckahn/minami":"^1.3.0","babel-preset-stage-3":"^6.24.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.4.0_1533436265209_0.944201157714287","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"shifty","version":"2.5.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.5.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"4d043cd38951ed662dbe096e6cd488be0839f6f2","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.5.0.tgz","fileCount":57,"integrity":"sha512-DSY4biTLuah7h2FR3ZmPUo2+QyHPtHkrrNEJyAL0oka5Wc/Sf5eZNcxgJD/reNog1G39y9N2cxDIBzT37oqV6g==","signatures":[{"sig":"MEUCIDwkspXwAI/vr2nt5EbSVsDHx2BgYROU+0qSCsbRL+XVAiEAkKsazSsq/pN5tjEAnIBqovWbvHxFxZC7o5R7i1M17YE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1814795,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbY9VCRA9TVsSAnZWagAAn+QP/2XDebJsYhcqyL45pY8/\nSY6uSUor7AwcUMrkIUzeiJ9B3LHruBW+qx7nSAo5MRe2KZsNQyr8kYHo3WOS\nkuvoc6w3X1XlPIascziM1Xe5SLmJ4vmL+Um8CCX8Z0fgM2YZcZuGVzU92HpR\nPL3rBOQxfYCF/7gncr9S9zO422+8HdA7BAd/VU8L4Eo4EH1w2pp3sL5/G64q\nDWNLdlc7QpJDzWg9in6xVEbTYg9lUMuRGe6bEkYgQ3TbBMXcmH1wWJ4HhO6U\nBDPH1LyUJ5FJg2cm4z8R2shpvQjiwUzznRBJTc0tneXH8Lh2b6R7D9gtHsVi\n9aaHCiCJdNyPTWoYwaVzuQzI8kiIjQixuNj60BfZOb4gWY16erFcTq+Z6TFv\nTJIelW7hdYuu7gw7ijotyse7YnyGul09FOfsffKy52yILTHJ7ou8X4STTsVT\nsedaXYHujdXOkIQvarfRxZ4jCXjNVvBKvcQw8UMtCT3oKtABCZvqGwAIhJOO\n8zq7Cd26oWGm9ou+UYa8gc4UNtnLD4aKZ4s5QTQ2sVdyUioM1m9hOTC3rynT\nJdWdcbEGv+D64tsZ8WU52/2uXUJfkhxQ2ny2JLpNiY720+jt1aVPCQnYTohM\neCvqyhc/7o4rpRslzRLD2BCaKpWwJ+wNOol5njKk6P9l1j5Mtc+bhsaSPoZ/\njtby\r\n=xegZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.js","files":["src","dist"],"gitHead":"b0064059020bb5928f833e0f85811e39620ede91","scripts":{"doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src test webpack.*","test":"mocha test","build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","prepush":"npm test && npm run lint","doc:live":"concurrently --kill-others \"npm run doc:watch\" \"npm run doc:view\"","doc:view":"live-server dist/doc --port=9124","prettier":"prettier '{src,test}/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","precommit":"pretty-quick --staged && npm test && npm run lint","preversion":"npm run lint && npm test","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.2.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"8.9.4","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"husky":"^0.14.3","jsdoc":"^3.4.3","mocha":"^3.2.0","eslint":"^5.2.0","nodemon":"^1.11.0","webpack":"2.5.1","bluebird":"^3.5.0","gh-pages":"^0.12.0","prettier":"^1.14.0","babel-core":"^6.22.1","live-server":"^1.2.0","babel-loader":"^6.2.10","concurrently":"^3.5.0","pretty-quick":"^1.6.0","babel-preset-env":"^1.7.0","webpack-dev-server":"2.4.5","@jeremyckahn/minami":"^1.3.0","babel-preset-stage-3":"^6.24.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.5.0_1533906773251_0.3774035898389074","host":"s3://npm-registry-packages"}},"2.6.0":{"name":"shifty","version":"2.6.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.6.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"843f25e6523cd3663dc02b550bb7d96e469602b1","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.6.0.tgz","fileCount":57,"integrity":"sha512-5Jgs1inKcaPQcAL3BJH+k94A/OyvSEAENHsSvWRteke8pHZ8HWUaAOKfP2XUVml8qLyPUgZvwrUfb2z345yFhQ==","signatures":[{"sig":"MEYCIQD5/1uErHjXJLlQwAkcOC8D1+2F2Mh9tkZ4rq8im0632AIhAPgbFWbph2l/JkbjyFrtDGQePRLmpkbLwVSeL+gNRDx+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1815345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbdNBeCRA9TVsSAnZWagAALHQQAJaEJzs9vm94bqi96aTr\nd3Q8RRH2BjliktgxGkNZhdexGCVf/wmiP/KBjUCbw2CG5K/bbD2ZXQLICbV7\n95jHs3oiql9tJKRNLCI6GiDqQOvtAUtSqmOLJEIyxXrC1uDMlPSDTIms0KRR\nLHQzgfuhwY/q58AM12ui6gCvI+81uZIjBBIgbOxAjN1yiP5Ccj22xu0zd1rz\n0KoRzdlnmjBU6hesmrXqhfVBithpeN6roIs30vIU6h9GjvEA7KSU8SccdE/3\nTLOdk+y3WqBXI50BjlB4QBFnYWuyEIMnH5U2hxiUGxmi2kuP/1Zba3LyerFW\ng49hIikymJXqqTdvWkxVcVRxSwAUdqbDA8zeMQEOOp1Cp+wiE/hBWqJRvnA+\nvmtGB+OYSAh1E5TSknWzi1NpsZXxUQ48lX/ssACHE/EtD9swHMLw87Pn4KYe\nv33sENFKYtw6bAizLx4/XtipIEleUFlLqwghpqB4e4XIGiWKQTBrcB08J5e6\nwujmi8POMSTpxb20diZaXbr2DW830gtEeoLlKmxyzC++pWkbrLceAYpNvXK9\ngOku2Xl82tu/UGsbJYXcZCOBVnaQR+r1gklNEPZ3rXbW9g7CaYK6WXyKinJI\nf8OvFJLP44SO6Xh8D/LYaPfLBNhpB+4mcipe+LvAB7W3j/rAaoz9pPasjhf+\nyaby\r\n=6KOP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.js","files":["src","dist"],"gitHead":"f63b858164072c00d0fcc005b47bc37465fd0e57","scripts":{"doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src test webpack.*","test":"mocha test","build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","prepush":"npm test && npm run lint","doc:live":"concurrently --kill-others \"npm run doc:watch\" \"npm run doc:view\"","doc:view":"live-server dist/doc --port=9124","prettier":"prettier '{src,test}/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","precommit":"pretty-quick --staged && npm test && npm run lint","preversion":"npm run lint && npm test","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.2.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"8.9.4","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"husky":"^0.14.3","jsdoc":"^3.4.3","mocha":"^3.2.0","eslint":"^5.2.0","nodemon":"^1.11.0","webpack":"2.5.1","bluebird":"^3.5.0","gh-pages":"^0.12.0","prettier":"^1.14.0","babel-core":"^6.22.1","live-server":"^1.2.0","babel-loader":"^6.2.10","concurrently":"^3.5.0","pretty-quick":"^1.6.0","babel-preset-env":"^1.7.0","webpack-dev-server":"2.4.5","@jeremyckahn/minami":"^1.3.0","babel-preset-stage-3":"^6.24.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.6.0_1534382173833_0.31987640438280174","host":"s3://npm-registry-packages"}},"2.6.1-alpha.0":{"name":"shifty","version":"2.6.1-alpha.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.6.1-alpha.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"12d64bf9907119b3d2887baebfe1371ccc59a8bc","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.6.1-alpha.0.tgz","fileCount":55,"integrity":"sha512-wMx7bxsQWsn/At2ZyFf6L3wht9OTbeHrB49UU34f9/yt1efIaJDYRKNEPAHi7yMauLtgQChxewjEXbIWNu+OXA==","signatures":[{"sig":"MEUCIQCmnEkLG7TKA3zBn1Ute21Byp+jtzRwbQDI7+jtUBTtMQIgKQ67cmBYuqzpgvjQetq9TQLjmXN+47p8EjV3grK/qEk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1798830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7iKYCRA9TVsSAnZWagAA540P/iIBnQOX+fxAE2WTPJMz\n0UIk/al3vFtwkTIJWDGY/Dc5/Q1mAERZv+tn/KS793KQLAi/B0xbvhmtq0Pl\ncLyisikeQsPRnY4bP+EhcVq8NHPAbaAMJ9NTL3/h6FIFFE0wSO1l2CE30kSQ\nMefx6KzLWWUDQiWPA+RTu1Q4VtR81CnHtVRnecm7N/lq8lvI9ZUvFHb9cQPs\ndbHPbMowK1u7cAEE6ylZDjbK0BENKaCp4a3q5UAQOIwGHVUtrIGUhYIFHxCk\nxq77lyRErArc4knWRlJAhlQCbl/StxYKDnVG1b+2Ym36eF8zkfl+kfHeT60r\ntO/pqMTo+Q1QJ4utVtespmgQN1Zh2bHISkIVbSBI36Z99JWFouk2V2w3IYIJ\nYYDS2XakLeuRpRk0eqTn5bMNRAJeQ+SB5cTcEnsV0sF5NQRf88BvlHJ7NrJg\nb6JgpTlngri0tabjcVmUiLK0vOxr3IDftI7Gd3f6SKWOm2kemKE1CiZFdMbI\nUHQLUEeyfDEZmM3qPeG9trXDJcTpzYVIVQfAb8DovBRTyYqjtIis/ae8GRyr\n+bccTi5HcdMwY8N5lTaGFR7BFSj9mN0f9goVK7aFtQOcF3O6Hd8Cbu21ga/6\nKVfAfi3dc7Nxfgs/jk3gu2Xd+A97nOtCRrJk505fXGeco5PX9xG9Dv32Fc0t\nGk81\r\n=5Eky\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.js","gitHead":"6b87f3f7f9d5ee1ba4a25100a534ca3960550bfc","scripts":{"doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src test webpack.*","test":"mocha test","build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","prepush":"npm test && npm run lint","doc:live":"concurrently --kill-others \"npm run doc:watch\" \"npm run doc:view\"","doc:view":"live-server dist/doc --port=9124","prettier":"prettier '{src,test}/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","precommit":"pretty-quick --staged && npm test && npm run lint","preversion":"npm run lint && npm test","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.4.1","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.13.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"husky":"^0.14.3","jsdoc":"^3.4.3","mocha":"^3.2.0","eslint":"^5.2.0","nodemon":"^1.11.0","webpack":"2.5.1","bluebird":"^3.5.0","gh-pages":"^0.12.0","prettier":"^1.14.0","babel-core":"^6.22.1","live-server":"^1.2.0","babel-loader":"^6.2.10","concurrently":"^3.5.0","pretty-quick":"^1.6.0","babel-preset-env":"^1.7.0","webpack-dev-server":"2.4.5","@jeremyckahn/minami":"^1.3.0","babel-preset-stage-3":"^6.24.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.6.1-alpha.0_1542333079322_0.7750188951724497","host":"s3://npm-registry-packages"}},"2.6.1":{"name":"shifty","version":"2.6.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.6.1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"53fd6fb33ed6dc248996aa670c46cd967d3cc5f4","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.6.1.tgz","fileCount":55,"integrity":"sha512-pmYZeTcqjhoDKX7VIlZZbuWqcJhPUvjL649szjx/8gytssejgUGooYkWL6ZMXk6s5+bods0EOWYloFCZEFSrPw==","signatures":[{"sig":"MEYCIQDeo43RdJOmcSdtFBrUQnoNRk2O0NXVn4KiEJaBHBp+cwIhAMST5lZaHy5aQm9Es3aaPIIpqPaBSj+xZg+YMH+XfdIi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1798814,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7iPNCRA9TVsSAnZWagAAX4oQAIvqiqr944SDVD92LQwt\nNKd9g9pzaTADD99JufDVY6EostmYkWDkcXFePwzRSqhx98ENULYZhPtywIPy\nKOIWFqUlaUu9eypAQQUK40ziaB5/wGQ5Fng7PMdeodFWAiXBqBjoiKerr35f\nh/Jh/tEq4gAmHg6CuZXJxLvJaIhzMOu0YXixVA7ycGRIH6H9H+RnUqH7dN6+\nYt788A2fY8jJGxMBIRbkrtw/kOUxa9NNfhinyNYOh/viUmy2vV+o9ugMyRZT\nNFiJOIxaGEuYSYgENXGryhJKf8ga5lNDGf281FWxMD3GG/xz81NuJTrrXYoO\nJsc3olcqTMi+2SyniNupLtjwhoi0idDAsoqoB9IoEbHFBHqT0/WjtexVq01z\nbzCnjEg1yBA4Z78JP5Tbk1uo6fLiXbI98zv9W3O2evNefhvlPw+5RJg/zVbA\n4nwsDNlItR7ICElpOXAibZjJ8m7adDjWDgi4nScRr7ojXWAt28RwqVRt5PX6\nbInqOSiROwnEnmKVK0cg+7X/Q/u9cGnpHM+RvKsXnzNLtPHirwYNQWz4BZFI\nemkTPXmAlV1eGF3tZbbG/GfZKCaW/z2rWMF/4WaQm/0RhW4nl1tkSKnK5JDl\nxLIYjvgHOyH3vE0z7UksBxu2kQNwGUB3TswtwWHEj3m6cMTN5TDFcArtM8Z2\n1Xq3\r\n=L5jc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.js","gitHead":"acbde2fefc6aad7299014fed788d592e9cb918a1","scripts":{"doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src test webpack.*","test":"mocha test","build":"webpack","start":"webpack-dev-server --config webpack.test.config.js","deploy":"npm run build && npm run doc && gh-pages -d dist -b gh-pages","prepush":"npm test && npm run lint","doc:live":"concurrently --kill-others \"npm run doc:watch\" \"npm run doc:view\"","doc:view":"live-server dist/doc --port=9124","prettier":"prettier '{src,test}/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","precommit":"pretty-quick --staged && npm test && npm run lint","preversion":"npm run lint && npm test","test:watch":"nodemon --exec \"npm test\" --watch src --watch test","postversion":"git push && git push --tags && npm run deploy && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.4.1","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.13.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"husky":"^0.14.3","jsdoc":"^3.4.3","mocha":"^3.2.0","eslint":"^5.2.0","nodemon":"^1.11.0","webpack":"2.5.1","bluebird":"^3.5.0","gh-pages":"^0.12.0","prettier":"^1.14.0","babel-core":"^6.22.1","live-server":"^1.2.0","babel-loader":"^6.2.10","concurrently":"^3.5.0","pretty-quick":"^1.6.0","babel-preset-env":"^1.7.0","webpack-dev-server":"2.4.5","@jeremyckahn/minami":"^1.3.0","babel-preset-stage-3":"^6.24.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.6.1_1542333388706_0.7819018903739108","host":"s3://npm-registry-packages"}},"2.7.0":{"name":"shifty","version":"2.7.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"af27530009eda73f56ae15433f2242cd1fa01133","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.0.tgz","fileCount":57,"integrity":"sha512-MqGfI1kqKPn4g5hJGEO9AZ2+GxbG6nIQ6Stm7T3Gmh2WLzAQC068K8nK1kyNe2Hw8itrD4fosiO2NRUD3hODWg==","signatures":[{"sig":"MEYCIQCmYxg7i02oBOsK0prOhJ/N9GprVawMJ3YU0KS3usEdIAIhAPK0bA/WRg2mZyLzPIhvwYPtq055+TLj7wr0p/EOwZGd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1767502,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdKRYCRA9TVsSAnZWagAA138P/jFUyaxn1AjPh7MCdwt4\nTwd4/xtssR1NUnZS0JJoxKn70m30FdrbnHGes3Oy79lv3O6UZfN3O+YU+jxs\nrl2b43O702mRX1czgq3Fv59qjkI3+MD5MBXEkm1TY3OjBPQRq0oOw144altg\n/uUy3K5xvT1anKBwHU+ETpgHq/cr+yFKU8Y6qedgEqv26oQ/EEobOVAb6xIL\nYqsi16+/RZb5OVzi8r0wq1Di5EwjQJEErna9+odAgrd2/Uoqx6S1Rmh1188L\nK3NrmQDUCSrZgRwwBNwLW6wxVxTtP02tZRd2thPItn+jWo2oIgdbEwFDt6C5\nYwsXsvoM7DGuZcI7lPh+tUZWNRzNrqSD/SRAlqURblK3rHxkBmnREObJNpaW\nUf7o6X4Hxk4f+E+0zRKI0Y+39aJlBgeiikxzhiInfyWfHSPVAoHloQ7j6116\nryoenQYFD1dgYYCp5CdjPXXJtnHAYLU65ebxKwd2BaThaA3GHswWyX8fUdiu\n0ZZBFQQoUdJznGYF4WwGzVS2AT4Yh1K0VIKK4qyXlVPfohoqXWWwyBRNSuxQ\n+NF0baLMNnr4q7DnOdEG5QVf89RUjfpvSevw4wJyRCA/ydGDKFGI9HTePyri\nI6nrfma9w9cX8jR3WRMAr6CrFg/QlyFwQlitH+gjJuIvFBaJIEX7oxk41oNP\nNV9/\r\n=Re9x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"gitHead":"a95764b24ef2a524e9bcc9a70bbf5b6d57e747eb","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src test webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier '{src,test}/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run deploy && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.5.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.0_1551148119345_0.9045723842487825","host":"s3://npm-registry-packages"}},"2.7.1":{"name":"shifty","version":"2.7.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"af2e5044b30fd6ca756606dd0baeb6f1d796ad9d","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.1.tgz","fileCount":65,"integrity":"sha512-p7ieNmtlMJLGf2MvtoamsVh7WhXmRBiGmXNOOi048ioL7Q8Gw1gfAacDBM1OCHyJsDl8IqsWxfumOO/8XSDBTA==","signatures":[{"sig":"MEUCIEtXkkRlbNdtbxzkQpV1yVZJKr3aTQOqYjarlniUwtk3AiEAov0f/3ooOOvL5frZBauqmMdXt8g0cmiQOSnr1t1sUKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1901523,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceUCNCRA9TVsSAnZWagAAisgP/RwnHruDZ1BZcbcmuvkT\nmiF02g9LPVwTf3d0k2WyBTLja2gy2p+6hp7d5pPNVoz7ccxiTPhjifTgF3NP\nlv36sYoKJjRLIBOboJe8TH8tyhEkZqcVfWNi6m0eDqj2n78GAC6vFIiQb4Yd\nPGlTlgcmnFJPB+24LW0gJ+0EEjyAgf3gI0bg3TG7GqMkJZ8+PLP/KEc9IMKp\nvJ5UvY/sl8Uq3pIWCD1ZZNw045YKpkp0D9zuLZaKx/pe5lmcuaU8SovaO8mN\nc+/SZ7agOhVmYZ2YnISXvkY/CW5eV8Sfgz9EJmRX0tzprZ4dd5gSQvfhVewA\nf9JSNDzzaSAPGvnFsCseHP5E2Nshy4s8jxdlZIBcFeQStJEDGq06dg4E+oK/\nlw44/R1KSptlhoqALWNc4O1+C9+sy1PSmc0ydHAt2ZfEbDZFJZUy2w0T+gsk\ngrlgy5IAyCIMhcLbvhYDxbrtciRX08udh5RY70a9vPzMD1rdR2CyiECZPgfV\nGpd7d8clKWquep1f2rXf2aYrMD9WfMkYmoNEr9uHsa9PjSL7SUUyIdUQw5j4\nNkCcKxz6NhlllErT2ROvG+4wPa293LIJ8eDVRd7Ztn0WKrlmT2/zbs9fwr/J\nBx9yaappKwrjDTFmuDymeD4IAw/nMKJPk0V21S145kV6ts1sbBEOfQS5Mhr5\nQw1I\r\n=Upbt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"18cbf4db45c00288656d6fcee0efa6289cee2a09","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run deploy && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.5.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.1_1551450253112_0.5262169608277634","host":"s3://npm-registry-packages"}},"2.7.2-alpha.0":{"name":"shifty","version":"2.7.2-alpha.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.2-alpha.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"2908c094d5bc0e25bc478f58d4bb2935b710c010","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.2-alpha.0.tgz","fileCount":67,"integrity":"sha512-UMj00glLehY8GWL6NM2KTQxXtPQDh0Ix/20wM35LSD0RmXC/2QxDpDYL2n3n/LIpgPMlnk3mY4lNQVHnWOgdEw==","signatures":[{"sig":"MEYCIQCgJdYdktULETP0Sj/gBsxE8E8MVlSSwGgGsPYVMXGvXgIhAJjDT2RsOJbo8aTdilygBxJYmsxASMU7womnBK5BSGTD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1938696,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcetXnCRA9TVsSAnZWagAATzgP+wXpb9j2Zpkl8XjuJ8IZ\nt5RZaqwBomzXebsfmB9KR0KwDMGvQ0VFghYVb2v/6ql/7IMxblN2uV2vDEzp\n88EW17nIUqd9YYIsOMPyU6P49sPQ3tFqDgtvejou2n8Nk24dz/OHph3Ubqtq\nbfnizfWDnJOoYwPC1IJ3tF78oNmpGEXaie33K4zTPOswDPEQWx/NRu4MPN68\nvHWCp9Kzl9MaoZlofk//b4NCxbIQOoWeR64StS/YHUk/bIqnjIjjtCQVzL6P\nAIS1q0DcJbTj3joG18aXTimm4QKsPxdVR8ZN+vPluIRSMXhKQlidUWyEYx+o\nVa4VAdHoi/jqReLutgzkHT4hiJx5FlK/GjVVpoH4NWECoYm47jhxWBTexjUq\nyXLyWM/sqqpZDqMRbzTfxcji6biWg6g4tFFH1VjPorgNXFmJA0hysjTC5J16\nZQ9Gz85XEodwes/tZXC9t3R9wo3NVsTtQbChewweYceb/bNrjHPvoqP5gWxN\nrN+y97TC4s3eOF9KCcpx4wzVSbTwujj30gJprOj5osBMw+/nKYh+RgGIyY1C\nYjekCEM2u7iT6PpQvpUrNUspuOxlDBJ3nEy4QeVRmMrIU/Ef8mBYxCS864s7\nh5by7NryJapJOnTsRAZEHatZko8pZfwU/fNTuDUNM1GktMykDc7dk6ss26dP\njbC7\r\n=JN0a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"eb71dccc74cc2080777777d1c20821f75098ea94","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.2-alpha.0_1551554022695_0.5165438864714875","host":"s3://npm-registry-packages"}},"2.7.2-alpha.1":{"name":"shifty","version":"2.7.2-alpha.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.2-alpha.1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"7fe06b0482d901c60c0c04d4543ab9e8232192f1","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.2-alpha.1.tgz","fileCount":67,"integrity":"sha512-KJQL5ic8hnsFy0rasPqY+WemBMMTZrwtrTn9D3SXnadfmLcRadLSjgJF+stgd3ibgRB4UbxxxPGCw6CPuRUvvg==","signatures":[{"sig":"MEQCIGgrl5BIVkY173XYjbp8ClfcEZ7DSwlXvicD7ohGaM3hAiBrM35GbLFzNGOYwVBEkp9g1zhz2IjulijNhLTbMaPPVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1944161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceuDOCRA9TVsSAnZWagAAL8UP/0X7LrPj2gjt2zH49XYN\nDL38tV9PcH5EjyX2V3ioUSqAfuN5jwEilNbicdA0EXtYiLAWyWkPtSMTxD6c\n2YdUvFsZHqX7ZjqsX+iM54AMXbtdRffuQcWUWNu8d429Fq48whZ7SBCIhdSt\n6zzD3GD3MZ5vjAhvG9gFk3JC/0JCOgi3/pHus/K5QsTFa+CzzaNX9QyQTBQc\nR7Sw+oGh90V7nMqCZdVQE+V9+49D4KMkU04v1l9COicmtlyzEZztwsIecx7X\na5E/R+yRi8Vr0rrFkZ8ywfVozTArTWn8hzSTrrUr6bm9ON4qcyCxG0J+FKUo\noCzo4RikByhpy7VIPhhJTIA0hyPPEjJbsq0oPjn0aDfi/Ul7YashUCIWqe5h\nMaY7OofUlIbYHzOsnvFGiUir2faOepTRm2AcokuJ9KtuHzvUIBHdu1vvQoqT\nGCoiDTGLLJNXvw5W2OVEt7gEWWP0Ml4/QNj9ecrGBpI9ybYjElEITCaSuyo5\n+J7cXXtAPNdFvuzjfrzyQvw63XgCx1XgYtC+AzrqJ7KQOKFjIfnJS4ZBBozg\n3bw9b+wzko4nd0mQwT0ZNuE2nbFrvArri5RyCwwnJfjqvTorbcM4qm9qqnrv\nC8YJVpelJhvTzQ5vC5W7jEHHMAnpIAwCbLTfJ+s6Tm4jHySIyef4Tg0jcRhI\nacUw\r\n=LNLJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"8260cc187d0a88bb68f494e04f422b664a77f804","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.2-alpha.1_1551556813506_0.9232102147945238","host":"s3://npm-registry-packages"}},"2.7.2-alpha.2":{"name":"shifty","version":"2.7.2-alpha.2","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.2-alpha.2","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"d6f6a2d2ae6fb9609fa224ba51cf2f330642993c","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.2-alpha.2.tgz","fileCount":67,"integrity":"sha512-9s893rgGAo7CDNHUErK2ZUQ5kSKILC0NuKAcY9aJp/kp4f5gNR+cCkeZyX37QryuOpTj+WVekBHXhdqX/018Cg==","signatures":[{"sig":"MEYCIQCPc5ZmnpMuqjROJsf4fQHXXxGsWU1JQC/Pe02cSWubTwIhAJsK9GQ3GcoahoihMNnyu9SgbmVUVvCh3YeaFGCVuiSY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1947835,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceuqwCRA9TVsSAnZWagAAsW8P/RSIRjW1FWOjqhxMEoxZ\nsqfst3d4C+Hmgo3xfG0x6Q1HcZr9ZTz8mHZga4WV1bAXEaef/02RLISFCOli\nmgN+CewBtBeI4YMphkhkJP7sFFLy6RgoARkrdsK4IkroJnPNJDXimVUxDb/O\nPgThGZxDZ/rDqqGR+CrF6t02iVciBCEIk8+LCPw5qO8KG0bXRbq7eNcYqSW3\nQoNdHeD/eN/eW5ihMpobAcMgprF3NSVzQ3ItxAqaMp/VdjwjjqNASM+vTsFx\nX3R8KHQnfa2nWdRW3BzfQxGvNLt9buhaPRvJai2VQ/NV+M5VvmMqv1IzN21K\nnPNNY2EvPXtH7MrjfIPnaqucIkCp4zeXqJa3WmyMzVQhdkCnW7DmoC0W+MPC\nuU3uTF7V1+aV3hGxxBHzwT5iok64khHEkG8NTiDK24pXNaNwTs+d98R9BXSL\nCAy1Gk6VW4GltCCpy4aQnCcAhx52+fyjuoDcfW38EH2Pbj0Pf7N+QU0Gd0B0\n8xaLknDeSaxu7aUo48BWAiJWSFvuTmjMZcnh6YxY59dmhyjEAplOi6J6UwUk\nwxKS9HFG+Lq+JYGLEZKpSFUl/FC6cczCfLMNi43eqrJIRdgJi6NbiIuuIbJj\nrcIkrrXd7nGOGzm4atsUjfQ7pJGUbGpFFmDYyUdjeZNkA+vMIs5hqoXMP363\nyH8c\r\n=QO0d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"2a938578801c3fd56c717f485468be73027a6101","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.2-alpha.2_1551559343800_0.9721024344695912","host":"s3://npm-registry-packages"}},"2.7.2-alpha.3":{"name":"shifty","version":"2.7.2-alpha.3","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.2-alpha.3","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"42015325698b28d21a2a846715b1fdb3555ed6d6","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.2-alpha.3.tgz","fileCount":67,"integrity":"sha512-zNuFl/88ZROiFvq2M7aCLmglUaE5g57qKjMvSn0aOpXx9pF37oflblfL9MPDgtkO7KvK23t6Lgw/j3Vqij/teg==","signatures":[{"sig":"MEQCIDrlrWxuIlvfmng5jnzPnewg9350GeG59uFHC/IfNZSbAiBkd9zjBEuVgttGSedh2j4g4bPIe8ACZYQcle5moemQMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1936291,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfCnkCRA9TVsSAnZWagAAsEUQAJ3G54gkpQImtZVn6eDP\nusVM4+hgwAmBu6LpUuT4ZVriesEYF0XC/OQ+RL/Laa+wvi6gNSfW9oQIWIZR\n+3tc+usCC8eIjAO0AGh5pqLrNkUJOs1XbGCAq2xYJRo7PxM+eHs+1+stnRY/\n9CDBbX56RigXlQIpPi0pKcdyiM5zPxsI5QHscotLX7L8ddY5uM7WQCW6q9ip\nP7nZwFVzMMquwQVwtDkHL10hFR70w1XxyAAakKy5U+juXXCEFJjVyUxCHhYr\ncIiIiU2tIcyu0arbOYxUckaZOh2bT0MNIJydGCO2Kar7OGrEMm9f4Ydu0OVE\nvDipqCWS2sQ9PTElai/npJsLwxlQHvPK2DX7lLVd++DlxoH7LuMD98my1EOh\nxNYZJUm8/MfA+4A62NnNyYJLsVdlUMLD9uUaX4YjmOWtkyR207ZrkPJljvOm\nhyRPqwUVjHCXLJvgWnp7fQUYakRSMmPGFQTzg/lby5mv5oCogmX+dRlQGvea\n3o0jwuzpilmB+RNrwPAwpvzrTvLVoFnGqMtZXsPgA96hOiXnyK/UqbeBdhv5\ntgkHu4auvKwhptMnFWiSh12MmhpmIzqQvSsnLlC0OPiQpDzlCNSJY1uNqrld\n2UGzW4sx+lFaBa0cUd1+Pw516OQ8kOvKNRDfGqovsVt2E1w4zFtqWxDyyykY\n2PDK\r\n=KScL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"20d372f5f8072612c66e90e751bbcdf46a9b4bde","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.2-alpha.3_1551641059789_0.220972754589583","host":"s3://npm-registry-packages"}},"2.7.2-alpha.4":{"name":"shifty","version":"2.7.2-alpha.4","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.2-alpha.4","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"99d95927d58bc7363b1463677e77dbc4751fac36","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.2-alpha.4.tgz","fileCount":67,"integrity":"sha512-/dzU0UdMzFAUBDZ9XyRGfyCqVGGnhof9CTZfV3Z5rGNkx61ykHRo6XxMklIrADWpX/lak2KWrK7LKvv4z3guGg==","signatures":[{"sig":"MEQCIHAdoaMcRg9K3rU/yy1GXaeYSefysnmQu0XTE8ncHB1YAiAwkz3rq+qu/qD5I3hze0l/G1PsjPOGcSirqLhDMsSgiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1936853,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfC5PCRA9TVsSAnZWagAAzw4P/0PtN0ToN6le0yq2XYbJ\nq4cYTt5CeZK6v1m9jrIdFryVXNYwZjFlpKS02fA3u3uOlExOZPM8WDqAh6B8\nL64UMbiJqQosBQnsw3xsZUivxqTWoEN5tS6RF8g9mO5XXmRViG793eT006aa\n3evIL9dR0rFS/dSUohGDbZy9xTY4imKa8b1R9+kXaiSPvMBXCB6z8VB0vPfE\nXkvHF7yXSl1rLAYUS1oKhJEE/OFe+74F0FOMWivlEIknv6cddSN5W9F+mOrn\nkIls/+rvThjQmFEEQ7r/YLBKD5CbrTVLQfPV3PHNr9hjWZYHwFQieaxtayqk\nkLfWhwTmoVGxQArLKjoXz8KMks2kgFlraO4B1wG56OVFKR/5qrqYNDVAEmly\n15OMTMvfK6eEf/TgCItAsE5uSKuKXEAms6+KwPVi/zhqSXVRFr2iohKmZ01z\n61OY8Ry4wAfcbhQ1vGEBOcFyh7ZyGeardLJw4Wheb6TpzUd5Vz0m1zIWpr45\nSsBG+TxSQ7/Gjv9h15XLs/GRzt62zq6TDaCj5oM0uUuwgh04nvoMBuvKkGzw\n/gvDUgn1A0ygkkEvqj3rlzgyQEg+xyfCINbKPFELCCObKnRP07WCwSxl8mZ2\ncD2Zb6MtyduPjZPK06Un5503g0h60bWLDAEdhz+a1Cmy8MzPNUNeQosNaH+P\nG2E4\r\n=vzPZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"825e53be04bc13bcc26f6fd7968d880eed1182fa","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.2-alpha.4_1551642190983_0.16800491611322332","host":"s3://npm-registry-packages"}},"2.7.2-alpha.5":{"name":"shifty","version":"2.7.2-alpha.5","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.2-alpha.5","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"82c72b965ab90d6a299466a08b832c508068c9f6","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.2-alpha.5.tgz","fileCount":67,"integrity":"sha512-6Q5Zcjp/mAPqnxKeUEbpNvICOP0K6rbPBJGckvinj+3BpsXgHekhdtyTTcW0TZbMwsVY9DhP4gwZjbvaC6yCPg==","signatures":[{"sig":"MEYCIQCG6TXwKZRbuRJAaGaQSZWWCqWPjvL3sWqkA9yGChmkzgIhALndIyInVriKKq5DaO7nKs9Qc+hE+hsO0q62pPokUa27","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1936076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfDj9CRA9TVsSAnZWagAA+ngP/jLjRoEtF2OT8imj6/M+\nmK8xKc8zltaLpUH8esfbtCmUr6y5IESHFQnD9ToXeZN3ALEHFUBVSm1nZnQh\nXhrqG+PjmGwbIAfbDJFDf1Si02kZGR/bkCoQzXO1NeA0khiCfCVVplDwdqES\n2ezGn/AgMa3qMpaANsG6Pcu1+qBxd2E2ox7GOiBJ2KUo4W3fC7meXOAImT0M\nS5QvDG7YYj0uf1JpeEiNMcsgBT+S6w/hKF96jXWumIyHmlauGL5PKM3MAhgp\nzmgyfXMHqM6/N2QXgoJ+72kjMLVsvdUP2XZP1UUSFJxyXN9xRQbdxZ1dm8rv\nFDNz4yxaadRHVAXNIQLN/z2I5sEy9Dxd01pjGGZXIuQPJDYuszbq+VO90CfC\nk/uTg3dEWkgRuek/1+p97WH5IyeluYQu0YmkkhJKhCG0bFATPH4GobrPsQJe\n1I3zz3VEa0z6UDwtfSW3qLX02XdaiXYb4zpGJTVMEb2Lvm5e5nIJxMMHbhXW\nDkawU1z6+eiPxRW4floauUs+U+GOt0+nxAoamY8v2CnLZfjQp8+aiT0aD1Xg\nG2wu5K8hv/trnwj4/LaNHHo5445hMH3oCVVMQxsBajhH55sO1dO0DV58YM8L\nN2J/HAezWtssvAXNr5J/jvrADi8FuR1mSnhT8wOuBT1WrBM3ZSxrzsyQQDB0\nJR3C\r\n=slxf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"ff2a55f5957bc322323695e810da1346f4b21528","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.2-alpha.5_1551644925236_0.2948490824366814","host":"s3://npm-registry-packages"}},"2.7.2-alpha.6":{"name":"shifty","version":"2.7.2-alpha.6","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.2-alpha.6","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"63150860a0f8398cd91f04b990ed1c42478065f1","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.2-alpha.6.tgz","fileCount":67,"integrity":"sha512-jf7tLtURmSZnWLPbAqgXRT8/nBnbA5eXsJFK0LxqW73T8lBFeURYCG9Hb338+76RLvxPjDxYYqeM0iXH+7TJ/A==","signatures":[{"sig":"MEQCIFRtbw6Kks7hsplcsqXTQBDnGJHSmq0gFkpgzs+vd/cfAiBg91XGoGscF6bA+1BboAjGucA20uxsuoipPt3rQug6kA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1933993,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfD/0CRA9TVsSAnZWagAApN8P/0VU7/udMl7vK/Gz/Mrx\nsVinrYHvogGRzdoX9iFbpX2Po/w24+QKeonX/GmshjyMsa22WPSUFRMupkuQ\nOL96coE2rBZkHKG8s5/F0JHwG6KxUS2jBdcg03KBxqMtouajmAsipIES5ABn\n2SX7FtGCClvftgBF2G3BTtNVR9pi1r5U1Pd2y24rlx7q49xF8t9mft3O/OQO\n4WwzmhpQoy6cymxni9cyAZAiJ6EoQMgkH6c/iZCTompHE3NwBfLlplwXWLLV\nk5RlOZeZ24SMZwVx3sO1Wy33qCHh9HHhrpleISjw3av6Rgs81ZGDacKha7Ig\nNuT5UDK/sELhP18UHRtOOHUaIZRUdf7Z2ey5NgEu+HHgkyRH9VumLqGfbPDy\n8sroMj7qRoTKXktujEBxoSjU/KIVMuy3AFeA2h7AvWiR5tIj1lc6Zdjf05U1\nGipqJvWZDy3mRbjPC+RhnwsnK+3PoqzV4QJFN6n91iGAiX4Gjpc4RI3t5aN4\nZroIrXzvN6hsEB2Vjp+JoEVkwpXMe00JkkqzWDg+TXZ2W2uj4vYNHVRVK510\nHjFKCeUZDenN1qrqjZd4ZQ/zsocgrs5DfwnDQVuPw4A77+MEJ+Rdx22BDovF\nszW2HZzpaALk8Ng8dsJF9BEfyLFnbEYsyinJITA0sL0Fu0kEBHgGaYszulyA\nrod1\r\n=ckMX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"e83effcb000ad0917f9dabdb2abad9b997442d2a","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.2-alpha.6_1551646707545_0.576047662392192","host":"s3://npm-registry-packages"}},"2.7.2-0":{"name":"shifty","version":"2.7.2-0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.2-0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"e9948782be4ed58bc69e1b9cab6ceb2efbc41686","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.2-0.tgz","fileCount":65,"integrity":"sha512-C4oQ8dfA5jSOJzEzwsYyg+CbQWJlEbofXyisK4EnQonLj0LXvod+Qh0rCdF3UmacpPLZ7NhgimsK/tXJVBAQQQ==","signatures":[{"sig":"MEUCIQD475WF/KjIPXA53hwm5TwQpXrD++UXbZiaHOWxY77lCwIgSubO6alFw5r6FZyrLsUO19HR4o+Ee/w4o/BlfWWOeb4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1899479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf0gtCRA9TVsSAnZWagAAAIoQAI1GsWbJqlR8fbUydVOZ\nzPuBLLK04wlmxeGaRb88UJ7yUsZJ6ypBEjZDJK6QL+5s7qbzBZTgzTvdeeqO\nxcMKAKmQevfD2+vZiJiyf9KMgo/safD4ZKG9WlX70nPC7uQtWgOTuP9GGgva\n6+YETXZ2CMeHSlBzi6lZX8F8aB0ENOB8LI7aXzP+jLaeYjwEZdjd7Ik52T0o\nUPlmrYBwjHIShsFnMVGATK7jQHN4hxO2Arru+ZxwLbE4qpTC31scekki2Jvu\n+u51/jJUZBc6TXq61loF/TZcwZjGglsxCJ0DxheytrAbuBGsopOqY9QGclWO\n63HTb2t/YqpRADe0SW+hCdtLN3WbwcDD1VoLDdmqgXgbF60eSGJaZvWUBA7Y\n+lw3LUdJ4r1LaCjczRPtAR0UqalVucv+5micudokTrdd509ha+eURy/fSbjQ\no/ieHBchCUwjhIKJgFCTJwJKB4rvm6v4BK8khd2muHC5FSUyMltdIe68l+kd\nGRMSROiTDyT/4VA25NvghOlgmv3BVz5YQesno2Z+Z16QclL3yF74BjHj2iVx\nkZyCx6uj27ji+0NIjrtXi0J6ewzuQjrENTmb5WIguD2BlCuVt3eqRCF5sR00\nVW5lBFHftEcBfYQP7vxjHIOZ/BsJSwOyudSxPFyJmgVD117LxEfaAlhnVYTR\nA4a1\r\n=wGDA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"1d2451f3c3816811ca8a5ccfa2a2db5e7bc65ce7","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.2-0_1551845420326_0.8307527318209675","host":"s3://npm-registry-packages"}},"2.7.2-1":{"name":"shifty","version":"2.7.2-1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.2-1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"bf37baa07b1b70a6ed2f443b7eef5f77d51c3753","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.2-1.tgz","fileCount":63,"integrity":"sha512-DhC/4vS3AJMnY+BwEAM4+LfX6W5gq1H9DPhbaTl2ZzuVfYl0040uo/ND0rnw4/RNEYHp64wV/bXrNCVOsVetIA==","signatures":[{"sig":"MEQCIEuwMhPumqcEXSOrSlCgTZlQSjUo1j7LLNhWCi0u1pTDAiAaWJXzPPVFcKByZkvc+YSFJ9AvpaKEVqqgvibj/HaF6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1871858,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgUUlCRA9TVsSAnZWagAAMu4P/3nSu8MNkFrA3hbcsQ70\nZIm8PzFiAVJeYT0KXMNKe41y9Ql1qI3UjUnfRZkWCoz6IF55lvVCzWVj0YR2\ni/fiZ3F3gY+w0eT8OsuWb35Oz6XUEoYmaLnLzHsrt4RswkC1NqYjD6ggsVmU\nJZAbvvweKsIMVy6d6ILeWal7LYcMHCTGZayIsPNNb6VvwDrZhQg7176qcKTN\nAe6xD+0NHPfamxDiRzVZ52fpNMnSf89jdbkHcVo+YYZbew5SXCGT/yujw0ca\nH7SkK5HOFStCBDnpuYH6Gy5OWS75brTkJgUt6by59v63H2I7p+ni9jsOsM2C\nD5M753BDnKMj5tPnNj0PzZmaEXptZcK/FQILXvghHUFHFPWoGcOlyvujAWPD\nG6dT6gDn/582aaxV02VhZ6kZ00KyrVPSTgNhc2HwEb89lZKTiPtR/gwcJDsf\naPSx5yN5BbtKXrHn72mo18wZqwwfiWuFNdurmvYhfrO9kJJWjY9/p0sB3Req\nkZ3Y0xjkAdmPgqeAfMIw7rfhxjBq1ZYO/Q/XgtkonEDthqlMkrAkjNDFHuvr\nyYkssqNICWlE5KRYUinPsh04VUEDfWRlrWq602uEXdQhx7Rfl05D4NeP6xjF\nzaH7cZ/f9p4WxniJ2tPXSElEId3XTcuNL9pCbycABvjRP7BL3JGvR8qUr8k1\n11BZ\r\n=Zn/8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"3b585828fd4da63bae5ab3b2609495940268b226","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.5.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.11.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.2-1_1551975717115_0.006619311195342981","host":"s3://npm-registry-packages"}},"2.7.2":{"name":"shifty","version":"2.7.2","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.2","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"dfc0cf84547882c4994d2df816d680789116cc6e","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.2.tgz","fileCount":65,"integrity":"sha512-axovBzTy7LHG79oiR9ihtN/yShoN0fMB0DjMYWO5l5ryUdL2+QIJ1/bYaB2ADf77gBl/7CKUuIpWjsG95JhclA==","signatures":[{"sig":"MEYCIQDDDXQUOxpaoJLey1nTFsDwjrU0iMDpJoDZkQmBoZryuAIhAOxh0NIEC/7hH0L2uGwPCKYy24FUPkqdiQ0ojnTIHLnb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1899905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgzDACRA9TVsSAnZWagAAL6AP/izve7A4z5NkZXuyL8et\nuhfc8soOa3Mga1I65gZraOTW7QduL1J6CgPKpfAR5/GJT5v3MioVQZWNDP6l\nWrtIBA+8HJ07mEVzaHGCSfvnKQJhER9BW+XMCxGXXT8D3/tJ9J46hD1EO57X\nPT4Hnm7oGsxE+xDSwpU7VSPWSLKXYnmQiS1YX68ldX+5sx1yLyE6GYTtCU+9\ny15kPXi1lWbsuGuCKrgEkJhOhjxsnjJpestdC86jO6i6RepbO/8Taw7sy81L\n5aSXTIP2lqr5dWAnh6QV4mRM/UOm1ldqHze6LcDEj1P3RDYVXl/tmWnGztcJ\nzOLm1GGj1FpdZRhOqW4dQpO8FQeagc9uNN/pH4+GGTcSHLirtxNvHEzDZAjL\nLWLYuqX7sOthTiuKSlOzH9YKfkf/rcFf1SBgFOM/Rb0D0C7TOCi2cfBMVWUT\nQhfXEbcrIUzebRNDTjL/tEpiv4jNYoG7P/+qbl/6IvASsEpAlZDuG89TTSy4\n0jkUyEMv9uUxTzbSkp2C8CcC0VH/CI0WJmyutnJja1R/naIXC7wpQR+iZxiA\njYNyiONyr1J1ql/Fr746Yodb9XnvHX3D++/C6xjKeNvOMxrc3A/eiEGDBWdQ\nGUiGlf9JUOBhVh6iH0jgBsszkGlw+4weqy5sG7/51g1XHDTg2P59aQ+Ae7aL\nK8uH\r\n=9ib5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"d65280128c002d5871b8b8b1e8605241459247c9","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.2_1552101567029_0.7088856988253063","host":"s3://npm-registry-packages"}},"2.7.3":{"name":"shifty","version":"2.7.3","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.3","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"6e829ed08ad1cc46a75636bd6a4fc2018c4679ed","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.3.tgz","fileCount":65,"integrity":"sha512-paKOWHLD8hwQmXP6nC45JbEdjwMDWf5oZO2Y0lKJrXFWfF6yD0xy3wIV42Nqp/7Y8L2UzqxgZ83e9h5xMFHz2A==","signatures":[{"sig":"MEYCIQCRs8dwMrsoDZeirKTYuvPCAzCv90MefQzbERmphvIyLgIhAO7HKd+PtvZbS8O4Ncbhby1OpfoQhr/PbXMkleMy6Dj1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1905421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchDx7CRA9TVsSAnZWagAATWkP/3yUzcyg57UMvS46PuPS\n7o8dyL7GlZZKP5kBc5jdV062/VnGyVSrtI5q9uKd1u1PVT4oU1SfpxUWysya\ndEQAq8BHiTIgaPAZBlccTfNrTJR1JvH3bzT7k52XSEFahBqh/IiAgY3mt/hh\n0vVdh4HiAqf5X99YERVVmcUpUc+1Sq1D29Grh5dZxU/JNhAEbA5KTV9+Yopk\nMdSjNaj/5DWDqAHvezbzOxb6DpmBdvP5BjJRTFQrPAY80G6EdU/cY9aIP8g/\n/DNPDKW5of031Ke5IleK/jBEJ/oi0s2SS3tFNWQ22XzT98YMEdS0UCdz3hi1\nW08JP6tUVWHZIWlMqbo5VdMkr8v3x/Fx1aHWxB/qYhdP2V9vuQdET+8E4RJK\n9QWLnWATD1aDi4+VzUtL/xlsrxUE+QZuxrAzzz7l6pYS5In22bich5lqY16p\n8ZERotfln11diKmJcLoSGLHSsASgubik4hWMn2/GIzRpo0uXQSgJoZpWimMp\ne4M6rwFMfzq8otu27lkp6T0kSFCs1QacD0UeJZxRpJyeECeFrHVp1p0iZWrU\nIMF8B1OXNLsdIarNsGNov0uRuJevHPFQlpLn9ezddv71I6YD9HPFSqe7rb3v\n9ISaJ9tSM2oDbnveLKsZoI+hiTB6lcG/H0W+5TWNHsvZt8PhquM1XvMt0hDm\nrJ8D\r\n=BjnX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"b9c23a7afd9433549fa44dd9ffd40970f0bf64bc","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.3_1552170106845_0.2510997562837056","host":"s3://npm-registry-packages"}},"2.7.4-alpha.0":{"name":"shifty","version":"2.7.4-alpha.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.4-alpha.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"e0cdd6362ec514d276f40c92ae66eebc32897fcb","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.4-alpha.0.tgz","fileCount":67,"integrity":"sha512-CKObWOmn81rX53fHWhHHgzOMWHxunnhFMZZLRKjkKZb0kfUDx3e+NUmudqdP0K8sgZi5GiVonY8tF+2FQtLZPw==","signatures":[{"sig":"MEUCIQCXbHWDF8sw8AYo5TpSSfLtxrx8R6EWf5QBfZ8/F1zQvQIgMfyN5PnuBxLrXYjDyHsPPLasYGhqBF3VDVGeHOdPuWA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1938743,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchEG3CRA9TVsSAnZWagAA/FkP/1wAoFVbURIFgGK9f3mm\naREN3czhuGipPSjAkTJfrg6IKWO93IB8nXAyzUU104zYYLd7OiSf3zx0fypl\nespPkRZCfvqokHDQLbuStWjvedB44DLuKC6a8L/JNqDvUIpNJ3SeOU4RxNno\n++ok8cSs5ssNVPPvLIIy3G1A6WWQq5hTuGGzA2SIysFurQyGIguG5Sheahn6\nB84B0shFXqeoSm/rDTKwZg0EC7y8OgwtU3vARhWXQ+TVpTWUFOBu75f/Zs1P\nnWCkjyfO5twb+IahiTAIwRiOEghV/3JVb00/BiVeBX6kS1hq1egJLiTNxHm5\n7/kGe59fTbM2FsofQw5ylYFqc+V6lh8q1krxwJmTbwkLf1eQsvOKYivyQFGl\ns+ZIAST5lO5ev1p7vC1jh2mLicfdyY8GYZXLSNoP+NJxspnxsrefiLpYNS9d\nf2B/X+ewplO+x93DbQ0CMhA9c8wqG6lOp2osUm5eqJFU6YST4z9mmOjFdyre\nQKORVUyqzwfieA5hlD9+tJn5o7Y5numCylBoWHqj2gdH4Yqm9W73U0F4HCt9\nE7ZNqJA9AvkVtN2ad+7maJaCDSI/fRO0NKdn1nNSHGRFrgnvjZn6wZ1LInnF\nAUHo/1H0zE3FAd1jwoRPnP6IM+dAPG8d0zEJ2+kIZb9s3r/yH1FFc+qO4p+u\nmLfV\r\n=pzep\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"f3ad2bc775ab5a1e420d91112c422df1f4cd746c","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.4-alpha.0_1552171446902_0.040149142303367524","host":"s3://npm-registry-packages"}},"2.7.4-alpha.1":{"name":"shifty","version":"2.7.4-alpha.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.4-alpha.1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"8bfa8538dee2b2befcad0271ff9a0b193da3ecd7","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.4-alpha.1.tgz","fileCount":67,"integrity":"sha512-mbN370GQ6CzGkIjpP6o5A2pd2XIIYZOljHKRh4ZKLpiG3QLcr7JUfWlwi9pcwGwouQUSFNJG5KTvoObGOc5Vbg==","signatures":[{"sig":"MEYCIQCvQuWsvRsMtkuAbpRiHAL/ZviXyLjm4BJFvnTWhNOWKAIhAOA6SOjeblQvw/KlmYm5XCH38ah8991hWFxefW5rpd+U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1942847,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchE7DCRA9TVsSAnZWagAAODAP/2tq45mxB7ya2yeENqTj\namgZ7HQdRa8hhhNotlXD4cZ+kc6pODuwoQQiaukpmxwltJPywz+ubnbNC3Zt\nCXVfgbr6dd5XWbWx1i4Qxfmgt/1Tnj+7qun96u/zciZRY6+69dr5Um9fgpAH\nL/hj26Aa+EqWgPCiB9EUoqE3D7b5plxHHS5W6ZbvQOQYAF1eXYLSZd55t+Kj\nKym3lkGGzgBGKJo3yKxMyncUIlksUBKehW+uBbR6/oiVnV6UXR0vMfVdMpm8\nl3GuVI62ChE8JAm4knKXPRGeplT3O8xYK1tOrl1eOKB/DlKN13WcsgJmBCpc\nGca/iTFXjcRj3HAgCrvjy+jzNUQg6h36rF9H0itMMqwUWLotgb6bdGYhpfMk\n6MNFnsv/gbgITN0x7kutrHMmXqTRRx8HZvdCqXj3ihayU2iK6PEueqKaJilB\nTQ81vrPhLtXd+salda6XZg0kH8Z5mkR8tYtVhejbsuwQZOu3l7IHy7mYQlz1\nIcgM7BinH732BZrn8+giub4KCNyfWazO3a7wURRThWWtSE5lJ1ZA/ri92GzR\nNpS1ZpogdkxHzgfiifW4INHIC3uB+tFR7SbTvdo+tysua3jWshoGuW+MrUYp\nEwmH7FpRHteNyseQa8kF0Wg8a1oFbYnKDt7xWeyT+AEZGdTgE0JlrWbdzeCx\nHQxZ\r\n=12xV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"79d1a1097656dfdee9d7f18b9eaf8f44ccdf5451","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.4-alpha.1_1552174786459_0.3211663641010205","host":"s3://npm-registry-packages"}},"2.7.4-alpha.2":{"name":"shifty","version":"2.7.4-alpha.2","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.7.4-alpha.2","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"9fb794b57a928f60b2d6a7df3a75a2df09c5638b","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.7.4-alpha.2.tgz","fileCount":67,"integrity":"sha512-TfW8Oaz9H8qN3oY1Xph8BCr8gWyzg3sRGk1Sn4Jm3cVaNXYpE9JcI8cSBHiJ9zAREfMFaS//LTY2iWKWzfsOsQ==","signatures":[{"sig":"MEQCIGq4qxDzRzvnjNMi+m8ynsV0Cp3VniyjrTzAr/exabDhAiA0nZJPY1XzCsMQebjK1UUQqbwp6I1PgPkSETfxFLtPUw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1943519,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchVWcCRA9TVsSAnZWagAAHBwQAKK1bqXfXTxup1UYvLDo\n9PzVDhcY2C66UA7YyHFFRAjZVF0nRHMYwNQicU+IgpwIuLcpW4B7M/Ueeab/\ndP92DZsW8S7cqkvvqstaww/XVn87g211Srh97xKC297IY4pDakUGIZRpQNRT\nJoURW8fxizNzfCH81p7yGarI6CTiapXfVPCT8R7x2IPzFH4sGVW5CAwoDeL8\nKo0lXcblldOyZAaykPe2r+P0B5tBVn1GfhNVOj6uiAm53dO1dJ5AEQmv/wV0\nTEfkDQpM18S7nCsaBNOqASDjCWR0Wz3TDXgeW9u6xNAaOw9VnpA43+AU3lnU\ntPQrkFWEOJTImy1ptgHGkgXcAJM1KO7RiykgMj1uIGdEiHV8mJBmst7zw7O5\niYEVXX5hIy5usJtZNb/7MmC0/cM1t69D7GhTj9MbhT2Dq2/ArdDhgBCxkmZr\nj2Nhm8cj39yGJfbd83ylwEgCkRizZjrn6TzPPBIuiXgPpi/l3abTXBTBvkID\n2kyu+GFqUIqZfQV3+0LAS8OX91BcvJ36FzPuZzZyQiMHOHgZ4Vrth/I50Svm\nDEMfmxHzpDwnQLdx1EBTONbbNRnpWNKCAHCYsCO6YMHQ9jDYD5tLHhjyfz79\nA8DAoAR+i3BmNcjl1vsWN6VrLtIf3IWbLaDD2ms9RxJ7TUohcvciMJ4TN5LA\nYarU\r\n=7JfX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"c05eb9e5089a2faca276b139a3b6c3c97ecf3701","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.7.4-alpha.2_1552242076271_0.3629383204792527","host":"s3://npm-registry-packages"}},"2.8.0":{"name":"shifty","version":"2.8.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.8.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"1f6d8cad3e0adbc114f60dcb3802442026363da7","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.8.0.tgz","fileCount":67,"integrity":"sha512-UZf+ULguMgvfFSs3cA7e5EUjWSFSAgbJ3YTwhoPozrk9cNtrnDv5vMfafiJ2U3HiKFhhRB3Hm9bzbLpvoKb6IA==","signatures":[{"sig":"MEUCIQCxWqh33+BF9GwTKcNTPILh7vbKLglgyVGQQRGp5X73uAIgcsC+yoyh2nyWZK0yDBPtL1j1hRMMrUmEPrQb84Wm3so=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1964074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckE8ACRA9TVsSAnZWagAAkswP/2GB/O4ZGbB+uKUpNbgM\nwAmN0HO0Vi52KDz4OboAi010MYbvII/+Lw6Q1Pao8Im7viVhNqPamT+bky/s\nAc4LLrPWV2vNVGgLQy83BBB6ophKmrJ3F0+lmJ5+yCZDdwx81yJXgVf8kU5H\nTklssl8gH7n1HwP+EYLHcuWtYt81TSTCu3ufIg8zQzl13L19bz452npKkFD9\nHGvYiHHd5jy3PbLrNx5nD4oI5191wlINSqNPhlWIHvRZiJQcwOFHcaUVAIlI\nIPiqFcEYT6E84ALGgeyEqiapgtZZqGxtn8iwWwrtg3oWxmbLK+s+MraHTigZ\nao+pKNCH3Z1nHJ3HJ+GY0HWYTTL/4DkpuYWCcBHd7mlENTmhpAa4Vqa8IaLI\nx+o/CGiTOZewCW7LgLHc/wrptN8LYL/vBRUWNJ6ZFBLiZqt2uoACInFQnXWI\nWloqu7H7aIu1KTi4cfT9+QM6fzsc6JSHjmYGMsT+zQBNnOgxJvbAlnSmMZ2a\npBwn1cHCWkDRSgR8joMShXpG16XoPrQShYH7VAdwjg/5dzh7ihB+xdtAeXGF\nN3M66g74Brn3z4n40jvhtnbYSpk9iW3ptVfft4fUgP77wUyYzDHjxd5RYP9/\n6AlFR91cvhWpr/3mFgTw3gXYZHS2equ7HEbe5uhyzUXurIW2d0EueaAS5Lns\n8RsG\r\n=GVx9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"bbe851c085b01d7e971c5b64d7b402e98c4faee6","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.8.0","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"10.12.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.8.0_1552961279664_0.11528336343399004","host":"s3://npm-registry-packages"}},"2.8.3":{"name":"shifty","version":"2.8.3","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.8.3","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"6252b5cd0e873b2e23fb6eddf0540034d6cda980","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.8.3.tgz","fileCount":67,"integrity":"sha512-/5pEfjV279B7gUFFEItEeBEDyyUFD/H2GNXX130jqJKeWVItDgkKOh2SmKT63Oz8dDP16U8o5bbH9OViYwqI9A==","signatures":[{"sig":"MEYCIQD1QV6OZCApZytRgb2rErogG/wpBPM/zzI4a1759ugErgIhAP54Bdljc3K59HyO6uRR2bXcvcAINXI8vtrvTZ1l6w3B","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1960353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5dFqCRA9TVsSAnZWagAApkMQAIzqGXIkLoetq44jDA8/\n9R6lA3mmq5MTk7V0Se0v3LgYt3UPlSilcxSYYI3aeX1m8W1ovKO0EXyCJzew\nCwlB/b8FG44oO8n8EPDn3c1/NQmg2RlC+hnXEnUb945I2crtAKUt+Rc7rmcg\nI7bSccfGTTPSUabbelnfH6sF+JIONoH3AU5hdBeuHjmYs+/g/DjW+7md0qev\nXp+B2K01ISUCbaaPh/d5axut6Z6PQtPpLR1Z6uymcYqiC3b5AWIAhXNeNCBS\n6t/JHmVVW5j2p1u55a//vWVr6PIBkXnp7z+b67Ij5P5UTi+45hz9Sas7BdwW\nt9T4MIizrcSoN2thcwFhK3xah48Ava19/2aOjN8FMbnWmEejk8U7i6GF7Q04\n5XWyTwnzRmiPmZ6HbQia/gy2hSgf9G9kgshWmbe957xV/ioXxLcMrOqSP7sh\nOR9n14kX7wNnpcmuK7QQEpvz9X3gsoLbNvEOMnDpBtYVMv5BxfyMMpTs1NOi\nkMfCuDtpw10P+kj0kYpAtr5CCWIr250tPdl3qNVDfUZaU7GHASDoIEG8Ahyo\n102FLvNBiwiWI95PrumyqcPeimDIFQnwm8J4uGdonMmX7u1Ac3c12kOof0Ue\n6uQ7I8yv0KlBMOs/lYfHK8OJLqyz04IBRY9B29TxNBnkNj1Jxd0Oyh2z7aM5\n88Eu\r\n=I0rb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"28c59fc229ae5fd6cd94b1dae6f842d25e03ba76","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.11.3","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"12.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.8.3_1575342441697_0.2743387923884395","host":"s3://npm-registry-packages"}},"2.9.0":{"name":"shifty","version":"2.9.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.9.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"6488fb748e64e5865c8d1d9b8f1762be17e7cc86","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.9.0.tgz","fileCount":67,"integrity":"sha512-CMPneof4IWabiu7KVCffYh4T+o2BeTC4OjQzbGGezYSDDcuGk4MWZY77KHV2LXWS78T0NgCDUrUfsRNZNvhevg==","signatures":[{"sig":"MEUCIEwuyvu7bLqdPPAKiyqS+AME1UHV0JdthVIMYW5zD277AiEAoKtUapEqW6gKDsv0En2gxUlHRdqUbj3pIO6Y3pzd3Ik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1961838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu0zQCRA9TVsSAnZWagAAbA0P/jQXfeVfv4KA17IJpmog\nCtvV5cLPSOfhpWZ6in75sD5uxyUcDDHGwGmh9oiRP8uCgzBzmzz7EutnLtrv\n6+8EW4xZ/xlEf6yqzfJgXgLjBY1HaL3eit8nu16OYn28hWoC/2PqS7T0mt85\nnkxYtOFpHvsFAI22H9du3FPsl0F2O7riMROBEvYhmpPtfFfMjkzNqh4otjTg\niTgGki3GQEESXUoV0rs9nilbA3ct9C0uWCvy8vCiFoWb7+OriTebUDK7YrIy\nRCRlnq/OETZ2cH8uNn9zG98AzZ0UAcvU4Gv6lpxy1jFlNmJ2x2cRr2gP7PFK\nO0IA1T4KlJIi3mcM/AL7GrezBQwjZLyll7UkYnM3dnZ9aG0BMO7id6hIEKaD\nIYfk1NKX7AO3GMvHOQoycQjjvoVWQ6s2cxIpVM9MyB/iQoeeWCrKCvzLBqrD\nzzDTmCtDoairFY58s5Ar1Nu7fR2HBbT8ElJPnk4q3VebYQKqg/UOJV6otn+k\nB6Q87Z7u9cCRepphNptf03o0R1ecxokE+dHL/H/usFFC/7wkw45xJJusdyxK\nzRfX2WcwJoDlskdO8rEiprGlCexQiH0YqoHm/SPmLjsrcpxAKJepqNjkRZHs\nZj8hNT7QinHIphirI+1wBAm6Yf6hWxUuTuziuXd1ndW1w8gTCZM64Mk29TNk\n/yYC\r\n=l/mu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"1e7828b69c467797d47077385429dbe8b04a54d3","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.2","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"12.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.9.0_1589333200134_0.25602285633758237","host":"s3://npm-registry-packages"}},"2.9.1":{"name":"shifty","version":"2.9.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.9.1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"f37e5c3322803f8c02b328bc88c75421a609c456","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.9.1.tgz","fileCount":65,"integrity":"sha512-vo9ruo+r214O3QDyoCDzBjQ65lXm0L1fL8HMZG/SA80RdP68eSxj/4yaTj6XdLsMRjdB/H9igApx9w8Wr3jTjQ==","signatures":[{"sig":"MEUCIQCjXUsybu/mOlXzRVySXJZ9RKRRb5rjOEXD9hguhccgZwIgN5+7kXJP2UBs8scwHxnOWxmA7l89pI9DVeRI+sDum+Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2014359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8WpTCRA9TVsSAnZWagAAUjsP/1sw65QCRHAtGWvZNsAM\nNXCJ+S46y79jZEWOiy3X4PfPv0tPb7huza7ovSt+TdqW/LTGz8WFxlibTWpb\nl5bw8IBMgvOxc9fCGAQeWxaI9WXVPj9E5IhM+27tQQBHd6+MJX+EjKTLFuXY\nQ64FfHyJl4gNl+k307Bns4IRt7CnZDjyGEvhpUkEi6kgJRulF/w9hPfD4j50\nk26+dmqEjEWn3Sl7DbkHaJGqDoq1lC9Nnp5wRnlVM1QN4oRJqxRzHggJ+JWd\n7O66IpPq/u9nY4ARXp2p/MUlgFo6YJnZrQUwt9SiFeuTEaSqzKs+Halvl0u6\nrnQMsHfFipR0AlqCq3npTpwpwlKzhhfuOsrDvEicDXVdeDl5gebPA1NpmJwW\nWofpc6RiF9cnt5m2hldMPM4sjpoci0BlBo00r1IwkfMYq7+xr5y5pbim6I8U\nSmeWRLXppKZ0nT6yRrPoKZ5ahiRpuXIkcR6e3AgRHMEP8nJpf/FIG3vNAV4E\nCZcS/ALQwxFBb2uzNgvHrGB7O5uFCF7C+eGRLUuWfOVaejTY+d0Kg9Ak5kJH\nvEcCY0VjeKxJTFWwj+AeOtGN8Q5oUhDxLbO45bTvOZhskuyilFRALrKlkSTc\nlRCwnK8LS6iPMlRXfX32O95XAFWMDkBkQpCMTeUR6QP8eeC6U+4KXzwqxced\nGoBv\r\n=P9Si\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"b85b9913e4953ad0537d02615b80811d82086ef8","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.2","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"12.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.9.1_1592879698597_0.7267049079224057","host":"s3://npm-registry-packages"}},"2.9.2":{"name":"shifty","version":"2.9.2","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.9.2","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"bab09a5df5113f9e543082b8b128110275fcf34f","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.9.2.tgz","fileCount":65,"integrity":"sha512-F+CBJM5m84f33rSVZpk3uV+o9Ez7PciEjy7BBF94q3Vfm1LsXXWD5x38qaXBpEthTw7BnAjuJo/uPPflhkdVHA==","signatures":[{"sig":"MEUCIQDCVxCVISa+cS8HKAT9JNi65V/vvZ0Bi8VOkxrt6JjkygIgDA/La0+/zBGC4TS8illIKYXwjyZ2A49KQ7VBZFOrr4A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2016638,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLFF2CRA9TVsSAnZWagAA+0MP/3fve2aNJEk6S/dXBvxs\nnvuYK/P/JI671Xc3BN03XP75OOjlDypdQcWh5F/Q8ML6rA/8gd0GfVzPj41y\noBmuMZQbaLkRAgEcok4/K3d2t9/5V3I0jR9Ao5I5IAMW+BTdo42g7PtUDzcM\nhHtFCwQRC67Uh4KSoXXmvi6JHXUla2iGMlqvKoggif0agQ64wEqgffz5O/GS\nbCywOT3qcrW2e6Ze2xfWcipJ2jANtuQ7/n27oeQWMYQ3MgWgijU5LG1mAvl7\nDG60kaQKGMfIynk/9R0aeFW724G3jbYiN3V3Dv9SfmZ5iphiuak8Pow0TLeN\ni9MMYGNwtrA3nqcbPfuJKsFU1UpK8Q/KW+ksb+0N2fKJYe3EikbhFhs/DMkH\neqnV1ciVGufrm1ogHDX4zPDvtiwBrjobC87ZZhrcCvJyP3ptzjqsSQHI96/g\nSiJ1UcCVd4iQAuw9cOZz5MlYeLNwGse462Rt9Xcw5pYlbsUC+M4KJb+lOEEG\nJQkqeqAOagAf6P9IBhz9UiuNlfenhQWaZtW8VTSWEIl+XnhDGXj97jeLrTLi\n61eM73gj8Zr3VT9uo3+USB9NJjrjpMLchBVRpX3I/F1IEUfX5Q6gwmcDe0Gr\nlYu5pneUD2h7m8lQMR0r9GCQ92w305bU4dDGXOqij4zug8CWbs51lepkn1bn\nOp9I\r\n=eHed\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"6e0af944057e1f6f13dcb1a1368a46c6e7f7e6de","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.2","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"12.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.4.3","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.29.5","bluebird":"^3.5.3","gh-pages":"^2.0.1","prettier":"^1.16.4","@babel/core":"^7.3.4","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.2.3","babel-eslint":"^10.0.1","babel-loader":"^8.0.5","pretty-quick":"^1.10.0","@babel/preset-env":"^7.3.4","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.2.1","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.1","@babel/plugin-proposal-class-properties":"^7.3.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.9.2_1596739958237_0.22563126538735445","host":"s3://npm-registry-packages"}},"2.10.0":{"name":"shifty","version":"2.10.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.10.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"9481340474baceee5f885a8b9313d177b7a67981","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.10.0.tgz","fileCount":65,"integrity":"sha512-1NawO/6zM3jd+49eSru07RIMJaUEnLbra+fRmAsGojDbeRNpxb6tnsUkR/ndvfu9aaI+kx75uk/oUJK07kRksA==","signatures":[{"sig":"MEQCIAbu7vACmGWIDXWYifJlTUGmRW7ClJz49MJaxbxMaKL+AiBHHuGfvb8B0ibZZfCWGoi6dE+XkZkPNt7tg3lZZcRHCA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2015284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNt0PCRA9TVsSAnZWagAA/x8QAIUW/MQPfEjFjXX4qiAZ\nQVyUIeD8POPrfT/NAROWN1f5hy3houBRMsDp3WxXZNDiYmxJJutoRFSfwmwe\nkuDMTpMFiK4rRN6F9e0F+LZQOxAeZau9naZXzwlghjrxmZphB2AbbN6BezB2\ntlUa8CUaeU2nz5uWLfP20KA4eP5JBJZo5EjzTgPTF8ev6zvjsGwIK9Rz2efA\nOEf1Iqmp+DKIqzxSOUBy/BT5yVxicyqQn615dKqM425mPAOuMiU1Z+Ji+gkQ\nGCj27peJQ6wL2DtvVuNpaoU2fUCEEja3adW0vOdqGV/ew5yMqqYA9XmseqIG\nCY0Mo6f7+aRQ+cdBWAHlSyF5fKaBt0e+At9L5hZgDmQFRoAD2mq1IJ/5qTE/\nP+XyYL7lutVSERByEOBh81P83jTPYqATjaf4DPRYsEkYxR0heZP/q5mbYxNf\nZs3zYs3T+w11TNBiuME0hPDkBJ56HXy3/S3kQlBWVyW5d0aJhzGAQhQ1iQGm\nUJdNszEn/SpUlxIvE09BEcd+3uJ/bjvWtDBYSgxR7waQdLwgf1JvAJUHuAQl\ncY3M5XJ/4VhE39wlxwz6IFULJ/3MOgOWdoIzb/gpT8of9B8xWAubfIwRDO4u\nVFWDIH9E5jpm2ILJrZdm1T1tboDv3Ozb89s9PeKW3jYnPhtPi9uML8XxgEwd\n0RMh\r\n=fTuO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"ed1504ce9dd24da411b2e3eddfa5a69d45809486","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags && npm run build && npm run doc && npm publish"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.2","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"12.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.10.0_1597431054643_0.8915293894096221","host":"s3://npm-registry-packages"}},"2.10.1-0":{"name":"shifty","version":"2.10.1-0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.10.1-0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"2e7121a5397dd3c400d60d8f457e668648616d15","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.10.1-0.tgz","fileCount":65,"integrity":"sha512-evWL8delQiz8AGV7eOMKVoN4y6f3NVS5tGWQeQcd5EJl5nHJSdlOMcC/CSI9N1n8qdq/VTa9oO/HoUc+NH1qyA==","signatures":[{"sig":"MEUCIQC1ktEWKBV8k1Fq0tMjC7pGJ04K43RaFbaOC0S1Dhx6fgIgYntIB14UetWO2v9juSkcKdslLimobBO19/b81vbB5xo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2015313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOWh+CRA9TVsSAnZWagAAKtQP/RkIWVs5HFt++jtv6hG/\nQ6Hvfl4OWw1v0ZYWiv8wCftAloJoekmjSzA01fmcanMybL6OMWepuHUYza5+\ni+Cal+UZrG90vmtzBaeRGimjmGZHtYONI5Z/itkHTQLA2wygVzV9qr3mHzuM\nXgjXq3wa8k1Q/cUGSH+YaS8hzjNZh7qA59RcqVyezoI5eODj7OWruJIzXYRF\neDd060dJ/+rR0T4BVVqIq0MsosMEfjEI/1Is6g6/v1rMJSWGKbRaJtbk/gse\ndF/8CtSkv3q6tQVsN+FtDzTn55zdnf4ZqqJSj6PuKUEphuS9QXwKrtYXRkGa\nozmHREeIDa81yqgeEg+MRl8ZQeSk4J+xQoktoMqSGB0D/LupR5pPjPWNO8LY\n4ANnVghl/WgVHv9rEz/mBZdSsY2e9mfmCi2GZOGB8G1ZJPI81CnXFG0B0Fsl\nPoHGow6/94h4vOTYGhBpa5l5BSHaAd5CJ3w+RqkSmjZI1gHQkfCjgQzp/8dU\ndWETyNYO5wleWhnjckIjWgnlZnuEVpUwcTJC1vghgL4znU5+XfpBPso0twMZ\nLfW9Jf8k15hyfWEhgApLczH1Uy7wpZkXdm1JP68f5DVdZe0+yNnx0FrG1xID\nTVqAnGxIddPRZrurMpAzrBg9ISUZdYXffO9TSZ63uBgxu1mCeVHnXU+B16GB\nLFaC\r\n=HcpF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-push":"npm run ci","pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"2e428d57cac3cf6ba0b0368c9bb9246f6dd7a779","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","deploy":"npm run build && npm run doc && gh-pages -d dist","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.7","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.8.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.10.1-0_1597597821695_0.286859007453123","host":"s3://npm-registry-packages"}},"2.11.0":{"name":"shifty","version":"2.11.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.11.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"72e2790952b640b37d950e860771d406dc9654e8","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.11.0.tgz","fileCount":65,"integrity":"sha512-cRCql/dgZKQz5IHD4F/9muoYHt8jusEphwHksFWNR11MtVEzx/l+yy53U0bbmwXIgc/gotYXB5Xh8QLzrlEVSg==","signatures":[{"sig":"MEUCIFZABUNjYaiVALOuf7RbRINlistfUOD2bhwZGtOOUbqIAiEA6qdogi4LpHR+KD1rIbRxQhYwOnPLPBW8nNJrKkeSTY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2024428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfObkDCRA9TVsSAnZWagAAP1IP/266jmn3tsYZ8xVMKmaU\naAYbKm8baNShCHPw/0RRt5TW37oXHEMu13T10tPmdpjHqH+OS3dOyZMF9dz5\nONRwgqSorv1nfhCbHERUqZZDacQTI2ApfxXcfqiwHuTgQ76MZ2CRYX0ikVmu\nfbseyn37403EqL9V5vH908c7s/5r+pC6mkW8644uqp3KNXepgteTbQBs4SKp\nyil9+Nrsni5IK9bZr3atkayKHBoyn+JAo/MmxhJxauvSdFpee5R2WQN577Av\nEJF232xd7yVpSzpdEpF0bc2BGxn4dXZVOXhxiwMLVPQkMPlwEM7vjbCWEM6M\nABtqZquE6hYMgfitoQcH4bTvhAI2xHyScWvdpb6y9huCuPArx121sSkVqVpr\nL7vXYB19Hx1jpeFB9QwNVkJaXNKj4cpPkqvcjEEIh12RLHIy1BMq4wgzBkHp\nrYvCxbVOA43l7OT7gATV5mcgZ5VhJ44naP0q2rF2Rf+ivXDlsf7Dk1sQLaND\ny1zZBlUKmMCYxOuw70ayPunQ2L8OKBzetUDmZL+i7AQs1XtMfFhuwzT3spYg\nD1UpevoNTbcaaHpgSvVVgkDPIRvLvOrKomeLVMtnyhSwcJGSi+ATrjJ52SUH\nEXFSbKRJP3jWxUL/zglRXinx+GWU4hrKReaHDDPra9haNPQUIY7eKEZXI6a0\ngp3y\r\n=mCTq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"27643f307f3ea47fda0df0e8fc46f2ab00859037","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.7","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.8.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.11.0_1597618435278_0.39158727659034476","host":"s3://npm-registry-packages"}},"2.11.1":{"name":"shifty","version":"2.11.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.11.1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"298a3dd803bc5ce5cd32d5e5a21d7a3f9ee2001f","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.11.1.tgz","fileCount":65,"integrity":"sha512-OXobR7566ZyK5I7WhVhE21+CVRDOy81N7vk0tTTF/yVWqjMFc4gjgwG1YXiMx0kUfabopdakcF0dCmVijw9EbA==","signatures":[{"sig":"MEYCIQC8umW0N9RaCJwW6XJ2nO7if9NxDYoLlKSbkkso9l0CGwIhALvs5jc7PG2RCwL68eYvmGXWw7lhnkpKUxFBCnbFmDu7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2024677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOgBhCRA9TVsSAnZWagAAlSwP/jjN5PV2h9dDKIZsqyyo\nh0JTklCWwNa9syk6Pe9SnoItWPzlElY/Z7MWmJ1m8wStMEDx7PGKKtHubEX7\nwjVhzSPRIpAStp4aVYHwGmbZP3vHjMoaz0OPyuW9j66TEXMLaGx0k/euKXWD\nRWKG2zMxDAnZakO6UPmNgQSgTbATtWUFI2FKgdub5A5z2/X2o0afgCs1Fu7x\nH1TXdnwtYfnnwruUd/5BEzjpSd6UDIa1zacPgCVorIy8nMb16vbOVMYuMP33\nlUJhXVPM78OvrHvzmanFHPV9yrkFHJPIeXPFft4s86Nva/Ha0A1zWl7GXlm4\n4DZOJ6LrWTuR6Tw0pimYtw476NhduXjfCUb0kWZbBwaQHST2Ldk4xItoVRZZ\nywYfVW9810GiBpr890psLxLk8RDMI64YPpqMZY2f7rpYIHQkGAnlOqHTvcv5\nUzP9qUuPq5TOLHWqQ80bkYx5KbFNJNStWc2CaDenIrMRdmhkENVZVjKge6sO\npRqi9yUWWxYJIS3/3ohM3/k8M4HL4HMseIQTmEigt6iTUqh2+x365dMXQ6Cv\nVeZfCePKOnY6QmWaoPRlRRp3e4SXtQ2+pUOSS3QH6451l9UON3n9MABQvI7o\n4DPUIkUCJlRIN5gw/lgnKCYEGVZ8RQgqSxqOy8LBSf+ct+ls8M1ag109mRm0\ntbhD\r\n=vcGk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"afe09edfe184e426a22c1ee1f543c4df5bbebcb3","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.7","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.8.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.11.1_1597636704934_0.7024310076473141","host":"s3://npm-registry-packages"}},"2.12.0":{"name":"shifty","version":"2.12.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.12.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"8eb7a238aad6520d393578f9c3bc58066b90d360","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.12.0.tgz","fileCount":65,"integrity":"sha512-L51XWIdA4zlNDGir5X9dzDctfoAgb4sfOaOUwVGOMgWbdPJ6ish8anpSbwmBA4qY3hKN1B5GN2JasW84sNywhQ==","signatures":[{"sig":"MEUCIAoYd9qiLsbbnIOwETOEoo00pMG8bufjWhZm2HC/wFQ1AiEAlud8IBIsysNgmBE0zAuW4eQA7zXAWKbQz0oPiNi+Woc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2042431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPWd9CRA9TVsSAnZWagAA3twQAI07iyfKWv9yyNJ0BcF0\n/oe5LFJF37W0TpGlzvxKdU9mhL2co0g4Weai0WKnIqyVKt4h84LRK/DITc5b\nUBObu+WX5HqK2WL/ea/nirormCjG9i0rkT22y/rmKCssN4K3sEwO5Sh1hhbd\nVe47KIWeE8W5YlAm6bi/JbmIIRu/gP6Sg4RsnBPG1g2nt0Agt3XoWl7UPspx\n7rsWnFq4ceWN3pAU3aOuV47Pd7KhfWd/R6mI4vSRqUu2OUqM1Dn8l01saOvO\nGOVeHLbCZ6v/n0KEzGxUYSshATEK5gPDJnxlMPq3KUY2KE/GXJ9gSv7Gi22G\nsVC8gtfKeCewVc/8XPKu5LF+yhwzwo4giUmUI8VSkGtO0CUrhlQldlmSsktN\naEjMBcpyQ2JWCLdEYqdTZ3FzVtSDQ0AOvmUbHIAQM7NHVG/rtJyZMGM23hrD\n32A4w9WzYFl504nyTYlpjni5jcwnJWwhxlEMHKoI/ZMX+VbXgTGWiSrIz1j0\nhVvh512ncZJz2FIBuPsb3RcX9SEnYk89XWwynt7RaUQ6qNdY4ytIBmMaa2qB\njcdQvVUHQihjTx/cIcOlKI9TY9Z4kEAdmQpHt1Gf6Y5jKbkleLnxyjHfHXh8\nG+tZJJWnqY8pTnuGGJLGMnOtwpmhKVIaW+jOKj36C3+Lx+GnjV2GkX4YWYyR\nmV6U\r\n=/ACd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"f70cef75673783cf53194bf352b513b6586c6344","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.7","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.8.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.12.0_1597859708441_0.024297687315876004","host":"s3://npm-registry-packages"}},"2.13.0-beta.0":{"name":"shifty","version":"2.13.0-beta.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.13.0-beta.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"3ac806eae939a39e6205b6a4079fd07fb475ea2d","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.13.0-beta.0.tgz","fileCount":65,"integrity":"sha512-1rNxvBIF2uAcJqX/nxgpMm5vCYUk8/dq7D3NSNvXspvIKdJcT868BZLuj6lZbfFr2JYTTms2WPr10rKE1z/ftA==","signatures":[{"sig":"MEYCIQDlZ6cqS9/tloPVYxbepmWbKQfWPYhjKeHvAu2OcO0SqAIhAOhvmGvreUBY6eVvI02syrJd60x+Syv6yhV00bZpaZ0r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2055922,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfeP2rCRA9TVsSAnZWagAA02kP/iXp3ww4GXEsatRt/BoK\npbsJTgrexMt0lggSfbgBwJQtbdiXT4hSQiTCM0xzwijxn1JiRIYhOF05s28n\nWMLhXn7fV0aa2ox4jgnudk3T05oeGI4zwSpgooWMoRaBmeExgdAx37eMebij\neNgq44DRI+/kXiqe8daqK7wpKAxHT82qKVRkQ1PsGkqSWsgY+SmsSS9+yZBi\nH9M12l+rABuEK/EYpNhXRGtjs5/opf3ybC+qjjVoGS/q8GEDpHY2zH/mJfb/\nk1uZwIMVC8gFKXnAfNVK5VrJ1lyqMRwTF+UsiAB7ayg+jKLfkFR3PhVhVIHx\nzToXveipVd7uY1XOgmHSpgj3v+iPhssovb/Emdz8qzIMjx//sG2DfTRldT/7\np/7Hu8CxE2dnaNkYr9kF15UA0K4x8nh8CM023lEJqXHdHMZ6fM2brnKntbAa\ntAX8dUWWkrOEHWJ6/07h8rxOuJAWr/YS7zJ6vN6mgYrNakCwpxOI16ITbc+0\nf5iLXl+fwcEMPt0jUqHIeGcXafWyRE83Wc5acjJTm77JigxTD06sqoiiE38V\nFWo/jMW3mHvV9CLOA1tBe7dkOTjOYSKyWDnpG6/o12Pj9XaHuVjm4Sxym62I\n+0+z36z4tZkksEYU3CybWaSknJFKzT0KQPwYgLZGaAlWcudkhDBDsEjZvnJE\n1kEL\r\n=LZXT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"13becce8bdd2a989fff101fbbcd6bc976f22ca58","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.13.0","dependencies":{"object-assign":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.13.0-beta.0_1601764779240_0.34705527992358487","host":"s3://npm-registry-packages"}},"2.13.0":{"name":"shifty","version":"2.13.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.13.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"29163e817d29d4e8034ef5576f182ad3e07488d3","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.13.0.tgz","fileCount":65,"integrity":"sha512-d0rfJoKknn9SxLCxU1Gm4jfoe6m5Z/NBLL1DHXQOb5fWWw7YQWx+FZVhDdNfhKHGFZmWHYZqYr47WhO1CKvwsg==","signatures":[{"sig":"MEYCIQDptIxsuIQikiX98597s/ObFIimW8R/Ww5UWOF5qVavnAIhALCtyV6sUbCP993VKFah8iy8q1g+0BJdTVHJO57csM4P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2056045,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfeQfYCRA9TVsSAnZWagAA8YkP/As1IfXu2/khBdqp4dhg\nqLziZwkolNWw3K9ZzqlqaFz+7te44xm/npWCCJzILxoIstHpPj7XIeTa0rzW\nZwxrdK3DwQ2aeSqo4exH8CHUfNj2y5t0K5n99I8AI1vF75tXbCO1PJefm+MB\n5dvtwzLKk8giPwRp8nyPk0OA+/PRezafD/nHdmKuXELNMQSAopvUBYLzGl0w\n9m+7pzoiLGA/vEB+v58aS1usClaRBK6K1q74UbAiwKGdB7W1d+ApgZYtfyJo\nAfyq5GF2iyU6X4t2MhnvdxhBkdQ/lO9aqM1SVv2QgUnCAZKZ6cUxr8RtvOmI\nx/o0eNExQvEOYm+KKyNiVwcfdc0A4RfUu/HgixA0SckT0lGVhrjGestuS3ZS\n0LtU3tV3K4+g2CyaHcORuWPiKomRUCYM6yjmakLi5wiM9tpm8BtuBf+U5mYm\nR6CZe8cXmZKpYWugHVUujOxxz6opL1sh3Lfay9Q3pvl6UwvJGvWqjNyLatQt\n8ZXMnNAI3eJstSELYywrb0xVZNwrsgHKKkZ78obVmWnk6SLdNB5E7IU66Hrk\niQSkwS2Qm7Epu3UsGCaWSoF48ubfkoqQCEUGtytS1FN06V31Qna4rcgfcFC8\nGN1jP42V+izy0jdKW9YmWIZqyvFU3S06yY5aiKeq0MnFs4v5nelOEoejdD0v\nrzFp\r\n=/TMJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"e16714f2ca70fe1065bb8ef371ed43b5c814d2b6","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.13.0","dependencies":{"object-assign":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.13.0_1601767383202_0.036244087830904936","host":"s3://npm-registry-packages"}},"2.13.1":{"name":"shifty","version":"2.13.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.13.1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"959d6d5187e2e7762abe0d918ba0ae94540fd634","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.13.1.tgz","fileCount":65,"integrity":"sha512-l+Kv5WzJaGjogBXp/zXLJncQaXVaUriihIzt6+3pqch6350iDKihhfHWRHR9K93fAePhIrCuI7j37hjyA7/l7Q==","signatures":[{"sig":"MEUCIQC7xQFiP3rN96u2srL8kaVmdp9JNd8IG4nj4658fXjfRAIgbosb3EIstwT3PhR68YiZFoHXVxtFF5ADgCbyR1lQQqg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2058103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxbEaCRA9TVsSAnZWagAA8roP/jDIWxD4QQZeMAwHzQVX\nxsCHEkqZWLA77xjwkreZu6S4BV09lKY6m0dzeatyaYbBwuKEohFxW5AmIZJQ\ngJDCBVYpNg/Rm830gV+C8QBmecd0T+OoEQQYYaPBlPeMktP6vZgrCfzZRfnF\nVffOh9lurS3KXtDi2HN+u5BPP+Y5vukqvt6BRywAy0YFPs0uxBnaZnZuwZ7X\n11xvl1OnV33PUX7qv0VK/yreMnkONlFNOzYgRlfo9lVRuic+81+eI8FbtX8B\nB8odhIL1/lxl13fv3ymkn+Fx7OyU/L6LJuE2XgyfrLjoq3E2TEeJNb8QlhpD\norc8SwDySNvCldJJnrtQkZXMk3/b7mVmpo3M52Yo25TYak9Y/DeUpNAU3kCd\n08lPZwlI9Rpq7Dybpu2kOI7pMFX050caTn5MSQvQCZ4LRijJW98MsorvPH5y\nE0DwzuFZzlt8M0cb3u77pFeCvPCGYw46RLfisqF7vAMhaXQIlx+4zM5ZXACn\niMWBOffBkf2TFgGKHbGwdMym8EJC51jqQQc9dcuHDwNogHFgyGuCc0UJstWC\n+TfzfQ+io/LcYsBKy+2BzPapYmxxVccUGfAfE6GiPUHzVzVsSt9Yi023I33F\niF43sMwoG3RrCmceTTU0bK2ZU1DG5gSltIOPFH8kjxHOtVkVRRVELUIF5BA2\ntJ9x\r\n=TBOe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"44fbfbeed7b8b707ddf3563a26e21a9ce6a9c6b9","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.15.1","dependencies":{"object-assign":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.13.1_1606791449911_0.24174107266410738","host":"s3://npm-registry-packages"}},"2.13.2":{"name":"shifty","version":"2.13.2","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.13.2","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"9f236bcbcc2bc58bd04f7127bf4d5d20632233ae","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.13.2.tgz","fileCount":65,"integrity":"sha512-QEkyK54rdBTGVCfT5ry72L/kwEhPZUnci29qELLwlnGGCvBkJmTDrYy6kMMo+33HWUzZNeAZIIIqJ8mUxpUcUQ==","signatures":[{"sig":"MEUCIQDOr2rAvso2/B8LCbE6ibWpfqIHWZ0S+SdpqjREU/FZ4AIgclPlaBcBrQ/jyXil+15S+7hIZpbP6kzmqxlXAdL+BzA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2058057,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxlO+CRA9TVsSAnZWagAA0VUP/jVpNsDofP0ly9023SlD\nzYh7XQNN/guJ8VHrmSrgfGsIGvKoZ1rWxCSqNCEBZ4fsnQv0hRZLBp+6g/yy\n7wHCS0WcyUNStx6ICHKuTkV0zdMAgEhQFddRXheMVDnUgymKjX1Svh95+RHT\nAr5q1C68j3MZss963qYP4B5kwS5HXzBqhh0fd+UR5N7ChuvB5BD+muDsEh7G\nyfbMys/FCihCtvs8GZqmxkQ0a8mFZrmmzNt6JkDZmrl5WoyYR9bkezZeqrLQ\nhTBtIXMbhaHnzBMfSxUWcDbK+5sWoVpkMpENFlYCOm7y+FSY585xeE1AMBuB\nkAvyzCI+O4T2xEnXrlhPvw+TAJLt9uFXVMMrPvXq/LGxhBjavDSkXqY298L1\n0YG+WHM8bK8GTSxkIUt94C21RE+pPDonTGikHf9TyEbVNbkUnaNR/67v7iZH\nc399Bf27ChqgLlSOfzwOA8kIHFZhRwk6ebzsdFmiktkFkgCo+xzFsBLcNJo2\nRoaiGq4xBxJ2AfuxpVOJrYzoZZZz8fSCripuatUznQUg1iJvhLhpi758gp4S\nN77Dz37oZeRfWNOwVqNLdYPnbsMLoL7BysYxj8qkoFCrQz8+1TcRQ7kfzk+K\ng3EDBXBnAx0ogcNFjUPuTzcyasg5kEiGGVdWvu5sFjrkiBuY5v1mjl/+ct3W\nP5FV\r\n=vzbv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"8964589c578b00c5373843a6eec25368d5e79afd","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.15.1","dependencies":{"object-assign":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.13.2_1606833085561_0.20487231818847396","host":"s3://npm-registry-packages"}},"2.14.0-0":{"name":"shifty","version":"2.14.0-0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.14.0-0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"0b15ab17d38eb7f1514390fc68adff3afa7e5f93","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.14.0-0.tgz","fileCount":66,"integrity":"sha512-HCmeNm3uGcSEQX0DhqdhD3TRoJpr8ZQnr4O5L3Hxtuwn+9c35p5Lg/BVIeMC2ogmneKI601VZsrcm6iW5AluZg==","signatures":[{"sig":"MEUCIHLfz9sk9twsiQbeGgeklEl0KWnjOklGSEBmrivpHIBtAiEA0UbW+yzbWODdODB5R30gYJC/MPhnt/+YjFnIBTP2e4E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2074520,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzY57CRA9TVsSAnZWagAAovEQAIF8H0vHxzUIYNWBhX04\no4qNfPQ7nrLFt/90sDn7Di0wycsci1t/MdYUrmz/esYeIXuO6nYFZj3S/2HS\nfkOpLqsBbuYnx/8ZYRqvtETmZSFTHBoFiOJUY9QVJkbXwK4rt31nkYVYWTbL\nfJiEym3JzBsNoG/IuV15y/Dv6zYFhoT1N/dMmil4lwW8FmjSWm17BmZku/1m\nPbZd+8U/m/Z7yekjfYsIJroiVKYT57IMseAZ51hPOO7TIbgbmozpZGi7FaIP\nA4wmJVFWDHmlv2wsZeWEGEydt27PvNLm0JfvdyBMQblF7g0oRGqJjerbsdeU\ntIeXawUh61nt7wcuY+rz3dg7PnfnxZ+yMD+LDjpQmhxjqIlWG1XUj+oMrXPr\nmdDwaY81nUBjuzNsMTu06IqavxhivCZxKAANcy2BujgG8nZHAbBhJTwyNoII\n5FTVxMJsHKBMroOssssVFau6U+IC6jhtGoGTgmrQ5Zdyfv9ErXozHx/m4XMT\n62960BaTzs6xkNR/sxEQvcbZAFC8C9WszEoV57mGbsIEVEeCprlaLNOVBjxp\nbkm2L9XIdelFPUuB6qBvwu3tfr7R0wm4n0TVZNNk9v+j5Fo5dETEXZPuq3G+\nwBzRkr1ch2ggm0VMprTuClndqsoF8gNK+t+bCqeQGMRDd2gGOmVIqZ5ylkaD\nKvTn\r\n=Q5Qr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"847f6a33e1068a519c85e2054ac54bf1c3a71454","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.15.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.14.0-0_1607306874710_0.8653246543065389","host":"s3://npm-registry-packages"}},"2.14.0-1":{"name":"shifty","version":"2.14.0-1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.14.0-1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"efa95e3db0f5565435b7822b9f5911b4f66d2c8c","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.14.0-1.tgz","fileCount":66,"integrity":"sha512-mAMWlEKtjz5s7bz4yeJGTMa2cf5XdY/2uKG8SMUKUBM3yjVW0qHiwTDRJYJvbN56kx34m2Btb/y6oYiNseb9dw==","signatures":[{"sig":"MEUCIQDdVzAz48pOE9ORj+m3n55KEPEteHnZNIVK9fnadX7NZQIgc5RLToeV70onV5KkBXpwEyQiBFlDuX1A0nZpAxSMxvw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2081592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfz4maCRA9TVsSAnZWagAAtFwQAJq8WVo9xNUJZm/6r0Ws\ntb1BBABE+9h4QBIAM1wqRdBgjEady1PWkHrxeNHKMEhFpj23lfqY761YlNdT\nq3G1Mcl8Jpz0+/JTFJsMd9oo2C8+sFZ5f9dZIKxGT3MNb0V4NfNmo1KCxt8B\npIPEJoC276JWHPKfOsk4LIF9s15q+FwkrDDuBJDf05QlqTZnnY9Lg/NaVUia\nGePGM2nEy54VKemrm8nCElKrDO/ipWrTIXt+2zzHbz84GZVMaD9rlfA52iZi\nzNZOXmnXxI7jpngn/rWAbNut6ab5i+tLWx4EWqqVbhdCcUKYRL3QtfUQhQGZ\nj1Ci8sE+hPMBnBbFmSWubAHXLASwV7pv6rcuDP2CCx833Y/Wx9EJVwZESyTc\nk3ZDeJ7rIGmClxxOYBRnVNhdPgC2aGcJfQ7dEhEPrOp0dxHDb6e8hJN5Ysn3\nwnQGCL67Ek8+V1G6gqFeOa2bCxZp/qeCvXR+Tt6UyZZz+Oq5KHmC8GMVTTLU\nguq+kjflQJ2ZMaMigEAfJJXvnmtJoUBDB3G64kj0Pg2X7TdskNxahrPgZ7ie\nmGgFP51nviq7rSh/pMMqI55wgArdIzFEs/Tb9I/qqrBXB5xWmYBztJ3UY+Tk\nRMwKUdWLXsOjuEt4ZYAed1nVx9kOPHoy8dXUyksj8vb8+uamqyHHUibNwF5J\nNXFf\r\n=wdq/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"e19a87a594bf6ac29863719fb4692d6f05b75280","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.15.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.14.0-1_1607436693185_0.789579857106367","host":"s3://npm-registry-packages"}},"2.14.0":{"name":"shifty","version":"2.14.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.14.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"e8fb4b8efd826e8617af9daac2daddde57604ee5","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.14.0.tgz","fileCount":66,"integrity":"sha512-6zp4gVhW5UtsiTKECSuKmZ7n9hcewaJHS83g93WTvD8BaDQ16g+bnnJNtiu06qxLQYTNusVjSzmZB9H1EFugSQ==","signatures":[{"sig":"MEYCIQDavEGHanAS8GxcugM0PaBQzQWaA7EcsbOhknf10MAd4wIhAKv9tsy80L9Y45Bt235fwtebHVfN7FQzZo1ll5UUEpqk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2085545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0E+YCRA9TVsSAnZWagAAYWwQAJAqqcOntFMN+fwrgQYf\nEvZd00lagbqRYDEd6DuA6KJGtAPDnHkhkgSK+l/hPLgla6pS0otOlxEQZDvX\nucaCi9r+aDyonfc9NpPDHWUGR3I1gEcMJ3LNDbUQmuMgw8xBoeWUQVgTkKNT\n5eODiQcTTSAZ6Q9N76puv4hoa8V8tkzqBVBhXWoA1rOtutojkGKDVuzwNHyq\nvB9Qc/WAzfdS/ZwFilvZdfbVQ2yCkCzUp0RBudZ6Sk5TifFXjCeI9HxlHlTw\nBurLuaFxHj2CCYLtG8NvSgQIj6cSK9Of77RbkXOmf3rJpjJ0w9nYoacxvx3R\n/NV5m6NjB6AJ4xkFMf6Qq/8skJlel2+6V1GE0h2fR0nwpg/3G5ujknfH/Ras\ns156HJIz8tcpTxUdpaeRPKiD4vbxJCLGMpeINVNA+Ipgvzr5XGw9OA/btckF\nDzy8YFYRDQqQzUAtLNL3+SXKmNvLwK1dWcg0USMeH9/XZs9W093yt3OSXytl\nx8tRAgbK34UZx2LT5w1eOj8MW4KAXgIuyuF74unFDx70ELLBTGxYQPCz8qkA\nv/VgO0zQqe9wImLS2SjPcfryHuY+1eI5B0kUtu3QYma0FqGg+ucFqopjBLeZ\nQNErW232O/T8MogzGrMMsbOIL+VYJFwhd4Su9EZCyIqXWYd9qd8oG6Z1fNZk\noN8R\r\n=yF+P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"0345287f80935e490062b6a40257abf0cfdc6ffd","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.15.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.14.0_1607487383515_0.12532377485268165","host":"s3://npm-registry-packages"}},"2.14.1-2":{"name":"shifty","version":"2.14.1-2","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.14.1-2","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"267dfab217d1cbdd25459adbb7721b440639af71","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.14.1-2.tgz","fileCount":18,"integrity":"sha512-0w0cEzbY9hC2FN61P5+0oCxM1WWhkC/nOcqL5nxJZtg3CH2kWgsEDjsbai2Z6txMrRKJ0c5JGo1FzZpYCj7/hQ==","signatures":[{"sig":"MEQCIDL3RNA8AS3sxLGj8JxVzs4gM2FTYzlKO5auF+2uMg8wAiAU0QyExX2qNUiFzjGZZrIakdkbtBjA/8nIHsWC6RV0iQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":371101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0OK2CRA9TVsSAnZWagAAV9sP/Rw646CtsqID54fRP9G8\nVbPkz64WYSjaVvbOVWAiPJlR/BZdA2tEZ4fqFts20w/5T6hY0XxMO8RwXT0K\nMS0SeWqFWuX8HhRCmNkaCdzQWFMZIij5jMQqXkboK9FRjbx3+terqlRGu008\ntVXa2SYEl0Ug4nwog/Gvmsnwhtew/9Resai4EqqqEUpnr3UNIQa7ICuL7n0l\nZHbeUB2sExswUwHa1nqlJYLBZ1q16dqU0zG+GGW+WhUqh7w2bDWzv8CxkzCQ\n+EtOTcrdLHw5i/7sDI6ZD93jGZdDcpKxsY4n4xryhhQdENXYfxrQl/hyS0gC\n1/YVzxy/dCgmrxBISqhjD2/JVrX2yb/mr6styUQSKwkdGEmaXzp+1VEXn++Y\nBMT+e6h5uEUGPzmC6mVoqtfe7hfwAB6MRE6TnCm2xV8LIYPFD/A7EmxvTEog\nXjrFyqn+HRu4avWNJDtv9x3G+8ZHB+zsQO5lqm18pFPVjp062C8xRa9vj9g3\ne9+p+oR1DFj/4+BeTsueggMrXBQNXm3A36fVRdoFFEKpjfF1wVGlH2kUkanW\nTCKfmSx4qLsqEb5R/Q8/ScEr5tK3wU8gSlD6Ni2n62za/5Y3Usb82ZKKKE/o\nqz8iJnRttWeEU3G0UM8SEhbF+w3cBeJfysJ9Qsgv4siLbqVhVedLOF3JRo0D\n8qRM\r\n=SF+N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"db491b8225c5cb0e7dcc99f0f3ebc72567b82b5c","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.15.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.14.1-2_1607525046478_0.5215943372877556","host":"s3://npm-registry-packages"}},"2.14.1":{"name":"shifty","version":"2.14.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.14.1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"15024c070857421e5c30969b4f3e3e338e2af17e","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.14.1.tgz","fileCount":18,"integrity":"sha512-3FI6DNMpOtKAvndv3nhVnZ+4Lg9HKyc9D5tuqEqVNOsE4NYbll1tgj900OSF5ixsGho29sR9YXuxg4+GMOXWUQ==","signatures":[{"sig":"MEUCIQDKg1LNpTAHK13wJxRH4leSCJ1pt0Yt8ScXree8Kw9iGgIgL9cwkgsrKyau3WP1FE3ZYKdA6E+YjxjdkIGH2y9JI8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":373525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0u5RCRA9TVsSAnZWagAAaMoP/j7o4d4SwFq1JFnPpuCm\nvvI3i2aHjhQ0l3ZLmPy68V/rtgWeqJqK0hkFwGEYeYc2lophS088c8A3fmVc\nN1VyjdmQMOHrd7hPw9CfKENUvIWT14wU+XUsDUAeLBqBMJyze9+oNH4jYte6\noXSFjqnuENPUQI7ogXTC3SAp8hI2C2E1P8n3DMuhr6/X/wiItvMm6+DJm++f\nG8yhjVwKRhiMpQIQS9Z1icmLuWdMcUHWHiJFbaCzIqUfuhVl7Qjx/fo+Jq1o\nCrQKrGW0+wUkbrN14Z3DXK2DlXdTFRefTO0jXWGmrql0YJvuh+YOczTmCOx/\nWVSVD8e367M737Gu2swO6zeN3UYzYhVpS3HYIrK/ZNn6ZqBbb/F3FaMXskRJ\nCTgWTty1wk2J68nlJO3Iy9qqLaH7UxchXoWZJJZzDnRkuiYAjOwJpFNopiAJ\n/25OX3C//wiOT/fxlcecNVFjsxn5+HrELVLEURmRzysk3espQsA9q81Bw96Z\nFVtfatIIRpErxmEw+4SuAqE523qR661mwHHnolnpRfHB1TTBFPtGBAihdLcf\noi0fiIzrzznDTICJ0WR3cbKMzsUDjndQHG6yRcbJ6O7gt5hJHkj0gAwJBOYd\naumiucFIpGjnCQAk9Fv9hkmb/THD1SFgNup6LAilB66OB0MYOMVJSyuRPnIH\nhRMX\r\n=uDCq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"4ded21e919ee5bdc99635cc502caaa9fe723499b","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.15.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.14.1_1607659089209_0.6034766000445162","host":"s3://npm-registry-packages"}},"2.14.1-no-closured-variables":{"name":"shifty","version":"2.14.1-no-closured-variables","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.14.1-no-closured-variables","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"8f77f4b2551a5c1bbb24f92c980af9e25931efe1","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.14.1-no-closured-variables.tgz","fileCount":18,"integrity":"sha512-oEYsj5AZr6OruwaRX5nC2afpMcWYqX6GJA7feNuwrdLa0UW5joORka3YhFFVY8h1ES5upfMnHo2vwr6kOSukoQ==","signatures":[{"sig":"MEUCIQCYBEXNLf2AfDLRuLUnO7LyeRNRNcflucnrJNr82D3HCQIgUKuFE0bTMbpzbIYtesU3geEg8Avu6B1cfkSXfaKuUZc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":372344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2C6qCRA9TVsSAnZWagAAHwgP/j5gM5hwTSNxPqzaoan4\nQgY2NdxUVqn3lH3EvcIZg3jQjqcw7to+B0twerj8vnCEYyCdX+BH/aVGmu5k\nyRI5Bi8T/sJ5myIbGlVwRKW+Q+fKaUEVJK6CLcPCrYh4uP7MseGjcy3svmLk\nqj2dcB8nmszozMdLoW3aANEyBV6t5ySwVkz42her0NMQ5fRnibfKrnU5NZ59\nIzVO2w14uD1CIeWoLpzfE3x+k3jbzhLwlvlN/Gy3pOB+KwwNL5aCSuJaJbvA\nN1fTrOsgCdHz5kPC6olF1by1v7fNziRn4o/+T1Y50YiKJJXNeqPcKPT2tA0u\nzO43hKP8FfFhxPyBfwVN177/0HbU2Dp7WbF2T15UXgeOcwHBHhWbXHv8qYvd\ng+URPtLreHcrT7FtrEgHzF0GSHpr+seqUgaFcOkOSCghMJf72pQNgfPr1SvW\n6eWnrCx5eQmD14pbrTdgLpBEGHQgCoi9YiG8pZc+/peqPGJn94NlNJr0gfbM\nRPzgQzZ82L+5mcZUaxwoaIErVN4dP7tXSopwhvATVksNQfuyQ1J4ZQ/xGZMJ\n1CcfQiigQErySjkun2v1qMQkaKlWFdfMmVrYrfNdytvr59Ha0J3l1Y0y2tLR\nywjcRfOq7fu1gcKFM6zYDP/SHZikzO/DS+1Hu/bvYpkG2jh3/tvGYbpq3PqU\nprLI\r\n=UUa1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"8c106a61b5d0ee50fdcff6854248f5e69e7345e4","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.15.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.14.1-no-closured-variables_1608003241889_0.6159252684474419","host":"s3://npm-registry-packages"}},"2.14.2":{"name":"shifty","version":"2.14.2","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.14.2","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"1c89dd06885cd5f42980acf183dac293c09114f0","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.14.2.tgz","fileCount":18,"integrity":"sha512-JMEr2IsSCmK8T5uD+T6TaGNi161iWvbGYiQgH8MjWDw5eWkzo+i6jgJgUOrKDQmsMC4wCWeMRUlHJ7qkD5Mwdw==","signatures":[{"sig":"MEQCIDrr4n+JV9sY3hr2o9eF1lFbcribJa402Whsig4ceestAiBaN3TLgR+ogq7jO8IAAhA+k3lTmJFHzpmfaeJ3ERDt8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":372278,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2DUKCRA9TVsSAnZWagAA7sMP/jvI/t2eqtv963Fnf0CR\nV7QoTjLvrlDoGMUqdj5OfLzUZ2AXnhplyrCsyd8On7T9xQBENRNn7GdGdAIA\n6bRVWBL7XdrzeaQWKbeVEcMew8q/64dip8p+jFbys3Q09iHiov6k1ANbzML5\nKafGiu6HY22926cVphlcn1om9HsQjLSg60wWBqtnytgfuqsPV1FK9+PN6/jZ\n7GvQXybqT8hFPFoXIYiJYifKQ2+Cp6e2Cn/GVpvBsfmNz2q0dMqu44M3jZVb\nKttBM2OtJ0k5b1rEuA2b7xKYX7MnxhXjeOsVgkoz+K9cfS06sFC16OYt9+Gz\n23VCiEpJBIXEUZl7054PJMxrwMYgYyrc2e4uWzoTgZcjYdAXZgawLFfVW/Cw\nPslT/BgQTqSm24XZFGKl7WCaLJHpDXsRgy+KbikDXvkR/NTzjZg5BdN8mHhw\n8/eOja5f2bba0GzRpTYoxVU8eLs1PQcra2DhM+/TwV96u9z3o1cGPo3GOJdC\nPN3vUqxN+lPbGN960LnOQq+JSPq9KJB/mnC00U5HEnq8Xpru4BHLmoDl0wWk\nYKd9foKRmCClL7L/6dbh5PKP1x+CPOHnCgppioXfwbA6Tjd+/JEpu1fkCANE\no39T5nzGeW9nVgEk76ABPZ65zfje591yF3e23ITPaWIJuhqIIbJbr5W36JHk\n7Sx+\r\n=oBp3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"0ef477e7e100f1bd42f56aa89d9c6d724ac9955e","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.15.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^4.44.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^3.3.12","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","webpack-dev-server":"^3.11.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.14.2_1608004873499_0.34959204789381193","host":"s3://npm-registry-packages"}},"2.15.0":{"name":"shifty","version":"2.15.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.15.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"750ba5615c0d5f3b119bf87519d88cac6166f724","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.15.0.tgz","fileCount":23,"integrity":"sha512-6tESJdaVRYKQV3Nktb5RU7FjQ7gPGlppQkEF3lijiIbMabfngf5hxfNCZTxlBroZn1spr/jEoZi6wrDLWc+wjA==","signatures":[{"sig":"MEUCIQCuGy8RLqF3VozoeWgg+fv2dBEl9BIegIi236BmUm75ogIgY8OdE0w9Pw5zqlz0/heOnNmGWjn+p2hbx2LeyfWUbcw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":417009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf3CS3CRA9TVsSAnZWagAA9ekP/0H9tQIpj+lQrLaurg13\nd+Nc3DGu9UaWUKCeZf5n/+nPB/aiz6uHj1TtZfqNxbMEXGbxaOIpVkh1ATx7\nwYP3WVh8/Ss14THi8vNO3YGo5CNqhh7rjYaXaKSWNoQwEcb+ylrs70hpbLot\nE7IZvnqJ3ajuTS0aPbCPEEFPpTakMf4CcTeP/qUF7vhQVnzdrLP/Euc1FPwd\nVmUNySNQDZaTzGCuZro0o/ccz8ByDo1xKiYi/TM1sgVMC2Y7G3Qb1UYR50lP\nIRjoC4u4JwWBFKSiVDKkXvdvIZMOHjeE9zhk1ZfukQ0VVBTtXISjRv4alSjC\naw59Ig6HtZoEjhMF/l2S3LoT/QrHZT3CezP9qfGXbezEviUABcxXhonT3V7t\nAvbqwcRS4+NlBT6cyH2C0Qh4/ij4oJ2xZ+OEW80pMxtkrt7QgvwlxSo1vh7z\nCzZE/HNQtzUlXQ8x4VlfMVT73L284vkStvpZit6sSARvEC/uUfoNvJ+hOtQ5\nlky7qhVRsvoa+B9Sdqhh5llz5Nc7tdfzG1yYlbs84B4osQFfyaSrj+m/0VDP\n2w1rC5NHwwvc8EyeTVvkNvsRKOgOt5Svwvff+7DZNmxBdYdnX0/+q6ORgxi0\n40OtC5nzkcu12f9mMYr82XJAkK8jh4Jri7svutD2Dt0RtXURKNCNePJRqCDj\nEJht\r\n=YJyt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"3ac5ee445d65a8981bb6862abac0b9d261210d7d","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.15.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.11.1","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.11.0","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.10.4"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.15.0_1608262839044_0.31005132000386215","host":"s3://npm-registry-packages"}},"2.15.1":{"name":"shifty","version":"2.15.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.15.1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"a7ac636d3739c2fdc3e993c87de8723cf7a408e1","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.15.1.tgz","fileCount":23,"integrity":"sha512-qMwQA5V+TCiq6l0qZf7cKS08v6dUYIMtjzvkHVvz6HAErCAYIvI8y+JVz3eJgc7BfSYJwp4ynRnfRjoP1f0dyg==","signatures":[{"sig":"MEUCIQDn/6Fdt1l0v7gTcq3ncp01XlGaGSw1XJ6OeEBsJuvy0QIgMl1nnq40SWAOqFv699vWNTOzoCK7DdD0sDWSCZYT0Gk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":421026,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf5B2pCRA9TVsSAnZWagAAWfkP/0QAcnbnwftjpwWm1/id\nT6G0qu1qFWtG/DXjBFV1r3BVDm4IbB6FoMHG0sml9i+UxS2B8tJV3iePyWF1\nf5DGLrUu9jaXq+rcKgJ0msXg4Zf9sGyezItIgjUQZg9ako0B2/FC4nWmEvlw\nePlCJ+yGKaZGwE+8T6FLWbbuGsMCKSz2U1//FTxpwFBOvO8FVLKB2oSF8ovt\n5UGERrUNgiFqXMpAWnCj/L341DIizSChA74bWg4rg27Sb8g3WDi/wSsn15Ie\nV3NCNwuGFB74+quY7WR6/E2agNc/xRTE8WaA7SG0lliWsu/qr+eglzSika2M\nUmBiNCYDdZHMGzB4e0zQSnpVHP7ZT3u5hNlQ8xbMIDesYNWXDFeCb9qDrb+i\nWmWP+0h0W1bAX+a5T8M0Cef5UJ1qkfpfqila+iuinIaJ1+IOicfV+x3DZtvw\nEq6oF2QrAG+plRcoDNK8IZ/TF3CcDYV9r+K8xzttkwFe83fL+Bs4EZUaV/+U\nwMYPJa/NoSUDIL+ktLiWUtCUiNKVcR/E7Fgi+TF2NRRX7lvMONfVzpw8U0gM\ngi2KjM/snlXN/M+VG/fNX0OguNGkA+R4oW7MYBJZ35uK6T9o3X/cByeg2su0\nyftwC4TB60bij/MPFloqiquLvFaxJzWmYoOc/uuPpWxrJcky7fXNV1m4+Ojw\nAh3E\r\n=DxtB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"6d7be635459ca36c51df20708aecea548c2a7be6","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"A teeny tiny tweening engine in JavaScript.","directories":{},"_nodeVersion":"14.15.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.12.10","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.15.1_1608785320478_0.8839226428366973","host":"s3://npm-registry-packages"}},"2.15.2":{"name":"shifty","version":"2.15.2","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.15.2","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"be74f83b5494708ca5531c3725027a0b51d1dc3d","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.15.2.tgz","fileCount":23,"integrity":"sha512-uaDIdYXrOGncvPula4Pi2jl7kv46IwvZ10AYBSGsl/vrvclOXqzMWOAQCgDjNR7LVPgQki0CTtOMJOH9gnJgsg==","signatures":[{"sig":"MEYCIQDUiZGSShMgyNzVC5Cj6I5YDHs+A42+PPmv8/FfU6bILgIhAN9PVCy/vg4K8E5A8XawFWkikDlYAlGXWLWfzFJKqVRe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":421069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf5MkWCRA9TVsSAnZWagAAqMQP/R5yWpmbGH5dD/5t/Drg\nwR/4nkh/FFd/2LsYnW1VuuXqvc3NIKFxGYFkDxXAXLby5N22adSb8/rR0e8Z\nGVVf8hb40fwm2w/dsZa3mmmqs66PvJnqdk1PagGqx8ENgmM6Dy+mO6AYWHig\nP1Cxc8o2ZqiM5TcON1SOVRRL8ke6C0LEzPH0nbH19LkB9OLDXdZFdTdVXEml\nf9PolMH3IHRBUlZO0juePCte1HimhdtR4G/U0wO3VjpBEA3RAyiAjVf2U77l\nMgPTDc5hmrAZeSwyqXtzUEbiWlpZQgHb2qENpcsU/a38rRYzmL30IcGlkLzc\nLAyDGPETLDKM1w1X2P+YFqP3ohh/XZNliiLHZfeF6fCfLXA3ggBS5CAuBt4W\nXSYTPW8yr23900tpcczpQbtSdzll3KzMxfKN2gibsc8WC/rr02EY77lKuII8\n2iYzvNIUvPe5tqBaJch61U5EkJL5kA0YluahlUA2u1FtyDWpYMTk9+2EQ99B\nclMrqfcOzDUEwMOeLSXn/eqM2QLGESF7AUZ2RHMEdCop4Cr58U1dXI3yMkVa\n3R51wvFG2LOcqZzyLeuLipDU/8MVGSm5DpxnoBvXOxl7UmT1b7YTxTGhNimi\npIt2smH/YiSmmtBmI+l8if9W6dhGc4lfzh37eg3U5atUjvjwB3cQGGcfafS9\nzHBL\r\n=R4Vw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"0159399baa770d071628ae9d873aa10f1313e7a3","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"live-server dist/doc --port=9124","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.8","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"14.15.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","husky":"^1.3.1","jsdoc":"^3.6.5","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.12.10","live-server":"^1.2.1","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.15.2_1608829206397_0.4018406669628378","host":"s3://npm-registry-packages"}},"2.16.0-0":{"name":"shifty","version":"2.16.0-0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.16.0-0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"d8645e32bfb0fd6df1f14f68b67378f6e6113d5a","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.16.0-0.tgz","fileCount":23,"integrity":"sha512-/v8AKx/SfzFulngFc63EGd+Zb9BbSa/CTYAcX2HpCoeJR1rKKCkpG5cY6ZNb8xt5ESOG504gRpRvzPcN+wYOxg==","signatures":[{"sig":"MEQCIEYjbADyCytSPC0ldDvJQxH3paKsXW/c6O3WziVk6fnZAiB0XUuX0V1QBtgdhji3shQWK5906SB+awAOuGfhuyaczg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":419427},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"e4f320e6016aebbc7b06fa09441b95119dc114b9","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"serve -s dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.15","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"14.18.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^11.3.2","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.16.0-0_1634523052181_0.691415577082215","host":"s3://npm-registry-packages"}},"2.16.0":{"name":"shifty","version":"2.16.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.16.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"447f31d56d3a8299f8ca4991af57a8af472eafc0","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.16.0.tgz","fileCount":23,"integrity":"sha512-hmaxYxbunTNYGcoMS9OGvgjymPP29HWaWc0k+Dv16zo9PhjRGdTbPCT/uH75DDuRbwP4RW9D9e/HhxkyoTQm8Q==","signatures":[{"sig":"MEUCIENiuGKNhMubVk7LwmJim91IewZKbkVHwthVU1bmHfZQAiEAyQUZlYfyhJbFRnK4zJDzP9O0ON8kKvLLn2G3ktLLmV0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":419419},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"199774dc8e03b7de1a1971997193e692a5626fe1","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"serve -s dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.15","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"14.18.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^11.3.2","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.16.0_1634564534144_0.642767872268498","host":"s3://npm-registry-packages"}},"2.16.1":{"name":"shifty","version":"2.16.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.16.1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"31b5ca394ac0508a2080d11da3be4d1e352cdaa4","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.16.1.tgz","fileCount":23,"integrity":"sha512-HhAKDMTF6AsZYee9u6RMS9iD5OhkjYjtAP7yR5RTfInRng1XJrwCO5VKRhTaOQqcd5xWLfj828YSYHULhtWn3w==","signatures":[{"sig":"MEYCIQDoaOg6bWM6VLqRN48iRyVntsNITCTEhhwaPfCEqIPYaAIhAPYc/ZqMVfUorImLXH+muM2HSMxR+k7OtCvyAvtOAyYE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":421975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp4vyCRA9TVsSAnZWagAAOHsP/0E58y9qn7h8C/kz9ajC\nj5D9KEYZSvKuW7zyLxiqn4ZpwdXEh5wCttuY1cw8F+0AoYdtSJgIeZbHijCF\nfnyAJgXB5n7Vc/s75Is3SYn+t44hSa27p79XrHZ7MF/AxIz/lEGRseKvwlUS\n6cdCj6oxQY+lnZg659yrkyl0cYiYPte1OCISg6B3fet4X2nviApQVUOjzN5F\nXXQNQY80o4KnXYJf/qvU+SfprnlreqogJQwsHadCctkMwFqx0F+aDfRWuhQP\nIuzE40MUqcC3Vmpc/TfBRtw2mXv+ggVZHSt8nNAECXxYA9gRLdhh3awMCjzR\nwZPbEEM+JH+OWMhRNNRuRpgrbOhqDbFDLizOa05WVgCmjLhxOuO8ZKnWFqd9\n4PTHJWH5O6lNdYPlXM1RyQMBya7Hlq5By7Idv4zv459S0K/+Rh1GqKkIDK7v\n+Nm95ZIwsC1wNLZK4geeQk6YfQARbU8nfw1hqaS31vSYaNPdKRl96qdgxsMQ\nHq5pjEUMphuiT3jUKcY4MI8pTdM7lfQaFtJGSrFS0a/AUxfGEeKiH0335N4V\n/KpqZDCUje9883VdjY+KSTZy2Ju29nhJ0m1XlruBIDSjtxmU563q/YkadXw9\ngV/S1pcQU3KlM8tSiKTS6P9jg7XEj9O3MAQW7RhCk1JeiBIqpVvalskldiL3\n65EK\r\n=vBb0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"browser":"dist/shifty.js","gitHead":"f634dd6f6aac6b25a2fea3d2b2b2184d9ba949ed","scripts":{"ci":"npm run lint && jest","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","doc:live":"run-p doc:watch doc:view","doc:view":"serve -s dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.15","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"14.18.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^11.3.2","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.16.1_1638370290381_0.04640241156752101","host":"s3://npm-registry-packages"}},"2.17.0":{"name":"shifty","version":"2.17.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.17.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"d797da54f55c487a065e955823bc5b7e9bddc34a","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.17.0.tgz","fileCount":37,"integrity":"sha512-zYaDTYV9FNVDVftu7fyUkQSYRJ2Q32U9JLr6MtUwpDz0Fzi1BpUO5aHhZoaC/0l5it+hhB6fMwgKa+0md+ebyQ==","signatures":[{"sig":"MEUCIQDrsfdmtRsfItxSBdCZae3qC1/6uVGApnADTsxTV8+ddwIgMrgTN8AQdS47QuK/y99K6uXv3mM24Bc2eH4xzXvgyCY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":484738,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsYF3CRA9TVsSAnZWagAAm7AP/jmttPBJhgC1EqVgtI4Q\nnkao3zrAB8CxMvUsPQqp0EJ2zfHIJa4ecHFMDb7o4mSGYwbNXLxzXqgq64wU\nRiRBYRImn2jxVE5zvu63lsOn9U1yR+5EPSdR6dI5UMa5zRRZ868+APOAOFna\nHXm2oV7J87FzZjOYlyL70hBBg+TfzHU+wYjyMAUwqvlIaz8ueirdOKh2M89L\nVd27NlYU0l6eEY87KmwLC1Fnu5LMuq8lrOgte4Etrdmn+uAf5fHZHM6M2SHq\nlQ9U52eTFdQ8MJxmTQHGmbESRKgvZ9e9KCeJmFB80G6XVmqoIKGtyi8Kzu6Y\n3ld662Ddgri6AgxmYvjWj0M/EjsJqzhaeR3+7tcQM9C45vvwkFF2S0vh8zOH\nGGm3HYmhM8DwLG0mWzNhi4NZDMrKvKfaiVnFOZEYTVTbw6I0xJl69yobgadi\nPrH5E+PNVefAzwDabJjePHmPUSIuv3V7MCFMEEH4FRiP13rgTwLFUm+59QVT\nV5111T4n9gQLqPCAqT1jnf/m8J5Ku0CxU+uYL9VuMHrSQPbyON/LFwDUZrbx\no9NSPl1n9rjcm1kbq3GKWtwyo42+xiwlcl8gmU+Ejv9dPPJyIO2b46KbntK4\nGFOTmVVFfzGY7Bv8x5xaM3fPKMyCrYSBA1QKSy0slhvdaC2MoBMp1cnpUta1\ncS7s\r\n=oFaY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"55e4172a10ba3dd7ddd788c8c117756df34321c4","scripts":{"ci":"npm run lint && jest && tsc","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.15","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"14.18.1","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^11.3.2","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","typescript":"^4.4.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.17.0_1639022967703_0.28518968874228223","host":"s3://npm-registry-packages"}},"2.17.1":{"name":"shifty","version":"2.17.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.17.1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"b24f78efcec5030b830bcedf3fb474ea8570e996","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.17.1.tgz","fileCount":37,"integrity":"sha512-ime0aar6UX4OHG8WjC84ThqLU6PWf/6UdSLCMJFvWmeYx1PmuxvRNwiJom4py7GVLv10xRfDKt0MssotIxkYhQ==","signatures":[{"sig":"MEYCIQD7/MG25Fed1L3jt9tEU6rkfihKp5qMVg9QrLHY8SIi1QIhAJdZf3okn15mrl4b+bMoHxh4vQpfn/g9z/uYF6/Cnw6c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":484738,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsswOCRA9TVsSAnZWagAAvKgQAJoo1ySaxZZwS+/LFtf/\nUyjLflpx3eMhT7vKwqISeLC1cenI5aAvnKOOEshb2/d4m9zmEx/Yzn90eLOw\n+2ovHCkDqnaSgcPV414OD61bJokgfniZwMXzSgwEHbDQ1GyPzTBQIVqHUyuR\nEdDsSP7tqB/T9i7dfNjB4WjSpH5YPK9Hntnl6a1snG6jm9ZuxtJwx4Tha2NL\n3acgzC6jI/HzmYNPkuy+VW2BtU8INJ2Y+wwkbapNkc/8ggRxzgDJOQ2/uWis\nyXGzRdKvIRTXZBXfEcrsqVeMS0y5WQRzvkibm1oCd/q1JCH1iRPgo1UNy3zQ\nRrlh3hnE9eImIZBpi+d0HdUeYHeMeaYZv4MsE2scnX7HVpz/IdI1Gjhw79KW\nNO4NQDTnwoaO7f+GH8Nptkm27ZO9Wv9EnM1tpd/iqEkKzI+4N/+r5DeG1Yrm\n3n46kwLx8Mc+ZFnWhOETKgLL5rc5Pt9HrAgcslfc71Cn4K+XuD9eoenoWdah\nxqn2LvFM75XinifDDF0Zfvhl58gMOwJ3/REg2eNEhUemeVjG5f50cZ87cj3h\n3T5ECZtKTAYkd4FsRBM9Hg53WAa+KZRZuNt6uQeexQO8vo0kUWKdk1cSt0Lf\nNBtG7TWavirp28xrvRaBGWMji82k7yOkRITgDLI6OSufERwH+Ez1WkBBCoZl\nc14x\r\n=Hbw6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"8bfdceb45d61ab88bceab4a75c34a2758574eda5","scripts":{"ci":"npm run lint && jest && tsc","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.15","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"14.18.1","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^11.3.2","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","typescript":"^4.4.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.17.1_1639107598551_0.8983152945704482","host":"s3://npm-registry-packages"}},"2.18.0":{"name":"shifty","version":"2.18.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.18.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"5411f930a4eccb9a1673ee770f951962bc2c9fc0","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.18.0.tgz","fileCount":37,"integrity":"sha512-sYM2zW02g9UkB+5Ch7f1WhwAbBkZnesrhpQ5LVZ4x6RcnFTCb0MLJu82/detkTfdAURtU4HLlw4fH6m12lTGNw==","signatures":[{"sig":"MEUCIQDB0netAdpMn5OXpy3VRIViPOLliNl8zCTFklPKHbhcLAIgCAhXwHJsksiR/KxgZUxjSxk6AsQLnaDMI1nVVD2oTmI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":487304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJipnu1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4Sw//Wx2YMHUEoFjvHRFHe/5PBhsYOIrkw6J25fwh0p5FzqjTPZN6\r\nfJYgPZsNGus8XNfBUqqIn4ozF3v7LHmHmIJKF73ZWVSHkV051MgqhVm7PTIh\r\nahqp6vfCmxJFZQhBMbsRLMWFp5XxvOKBE48eK11ND5RbIYq1GxmcrhYp8aQO\r\nIR0oQZ13oC03pW8Uhy0ako7sKVZmztwL57MGdWxvBulF4+IYXFqixg73M+AF\r\nWj4cccpIlxVER5CDkliY6gP9O3RcpIpTNpX6ZNTI8cZ+XROqJ2FjagyUTdhW\r\nXICYtqNH8s36u5A+qkXcWkPfL7irQJpuZuk7MxiiafzDW4kYVTcUY4pWhfzp\r\nQmxkhai44ajC59Unc8okalddzheonX5a5C7ho31lKmntz3sZ8i23I9cpOLfg\r\nVoQe5y2yy4EcuiJw3GmuDsnOiB1JlZb09SLXwGQLBbTv9rFldbW7IFujxeRd\r\nwWSpFPfVyThlFdOka88lx0lV/2cZrOcoO5B1cQpX65foNZTMf2TrZwSTk2FT\r\nM9/ah+hrVIlUcywJzrpTH6wXJKDexWbJZ3MU55nXSEymtBUTdCGutNA2/Mh+\r\nFWtvhffTT+ySth24frSeKMtLYrpMGJjFOSqqD3uN0KBoM8ebE4zRjj+m+iEv\r\nNLvn07XE6zb9NdE6Rxiv8bFSdaYPecEK4q4=\r\n=S5q6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"3b5ba2e23a1971407d2bac79be59c615c3937a64","scripts":{"ci":"npm run lint && jest && tsc","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.17","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"14.19.3","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^11.3.2","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","typescript":"^4.4.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.18.0_1655077813742_0.8368471127446104","host":"s3://npm-registry-packages"}},"2.19.0-0":{"name":"shifty","version":"2.19.0-0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.19.0-0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"fd9ad5788684d75f0a8ceaea9159684083c10a0f","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.19.0-0.tgz","fileCount":38,"integrity":"sha512-Ma0yZPhExos8x4GPHh/reitIEEAygJCg/hzZHqbyjCUTGpuJVf3fBEEvY1UfsIHPh2OSChxduc3PTvYGSRFtkA==","signatures":[{"sig":"MEUCIQCFAidgCDRnGlI4YMpjklLyqX7B7oVUyFwC3sdZ+Ar8hAIgGSxd3m3Qd6KJRWAhHeLVGx3w60Jwr5ZaggY7b7nYoyA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":494097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7wI9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpdA/9Fz65ea7kXrR0jnuGZe1+SNMk22+QQ3kKBu0jMRBnstWKRpnr\r\nxMpVHF4+eprI+p/PUBv7Q6RAPjFEZ8/5k6HQN4AxMofdywNGOd4lwodLDhnA\r\nFJhwwbm2Uj2MAhJznGGdgnGO0KJZsIvN9CuOygI0w1AHVtNXnnHhy2Ot1F+L\r\nctHJ8LHN3ix7jyx+wZ0UL0E3HDOJvDcjDYmUMk2mIhk7SUY84OOj/XWA6rnu\r\nw+LqFptI82UEaZbvf1T8wI0iqOeiTmXEo7tuvnhHLp0RTLTMC35G5Mpeas/h\r\nroGDRfzeMrfZCjRS+fJPCVbaw5jlkrvTTDlUFrcWFAXoCjaXeprxa6W7f6GS\r\n/2LPg3f+c6J4N0/N/h7tEo1k70r3iLAyyZNgZBLfbmrDrurMzJFQ2LBIlB1y\r\n7krknIrLJny0rQW25R1o4K6suLvCUjuSkxmWVni5axyBoA4S8c3Z6fs3+/7G\r\nx57Bu/Ch1Swun8q+1qxtPQCKCKkPlo4/mkq7hhVJIecCoIRb+ApsH9mhgVn7\r\nzaOhY/NeGEo3hUY2wNARKfL7P3jlonnB90FaVgr7aR59zFiyA2WJvgkCGZRI\r\ntVb+6wtRjGeZfOUiUHuXPVproYmrI5pCS6wcJCGQLJj4H9QhSWUkuMGLi2kL\r\nm/XTr7KBdXMamscEKGVpaTC6F1FIs30TTgk=\r\n=NK7m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"1440952d1b0a7ad6f89c5f3284dbe01d2f53c70f","scripts":{"ci":"npm run lint && jest && tsc","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.17","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"14.20.0","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^11.3.2","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","typescript":"^4.4.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.19.0-0_1659830845642_0.12058176893897254","host":"s3://npm-registry-packages"}},"2.19.0":{"name":"shifty","version":"2.19.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.19.0","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"d339f87ddd926a63cd6a40b223f9a15d76168959","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.19.0.tgz","fileCount":38,"integrity":"sha512-DoEipurQ5CAbAdIIeK9oo7QOzrCRhXDvtxD2+u+mK6MGaBr/7Vp5wATr5cuMF3txOWucuBj6xEYAHbIaw12w6Q==","signatures":[{"sig":"MEUCIEAyVWbLbK4Ya+6kufkzOkcANqP1cTWho7nP8DmOEA+FAiEA+nJXDRM6oGaAbetY/pqK0zHQc1MpqQTGVMShLb7qNAk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":494625,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7y6EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpd5A/8Db45Spa0f3CLurv7Fzx+PxXQ+3b4yAysgCdfEChTpkODteZG\r\nvEP86sVYVKup95XjibAb8xb5+sKTqHzksha5zWE4GgGz65yTOmiWgjoTJMTQ\r\nceBaWnQEsez1A2gt1mvNKRgRPbhI+4kwmOUL4JX8q+JbuW+auf9+iVJxoEs2\r\nHLQTqNtgbsXSuEFXEgkA/1sTF5fzA61G57jr6zeNwvUJFnQ6jDosqwx5Ips3\r\n/dFwnNnfpR97U9PggF9R7sJSQ9WBlnlB1TPoguw9jpASERhv6FYGizk6zwlZ\r\n6aukqYyujduIsWBPuPmKYAuUC5KU/8TgGX0YWPqfbUYXIhCu/suX2cFqbeV9\r\nQMV5v4jqBC1/knUNajp1vWneO/SMsaWZlZYzm7A8zfxugw/M15ojiwI3Nvmk\r\nfepON0Qx4cZv6JSZJgViLL1vo0JlCqBmKx6IGZbfHGWzxio9VtE4HCTsLypy\r\nePHapDdebIeYzIj06PHxpx5JoumA3n/F5UFUt79YI2loD1e/q/+OrET19ORo\r\nvMJxTFXpgSJjpzxlFOD3QLZBUCdxgtIOIcRXtvoPq1uSX951GoC3WEHPR4Ib\r\n1mYIN50PXGNLLQK9ihOK6xBsFllwdHnlb32N9nczsZ0znpTg7mxwQerAO5iw\r\nCTqWmA/G1GLY+l71kNZOQXKfKQh340o9ck0=\r\n=a7KA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"59286b6b5082098fe087149a72538cc1e3434cfe","scripts":{"ci":"npm run lint && jest && tsc","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.17","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"14.20.0","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^11.3.2","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","typescript":"^4.4.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.19.0_1659842180379_0.418230167340925","host":"s3://npm-registry-packages"}},"2.19.1":{"name":"shifty","version":"2.19.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.19.1","maintainers":[{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"ae4f0bc9835d067a3986cdc0bf563c72a8b38f03","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.19.1.tgz","fileCount":38,"integrity":"sha512-7h420vwC2B0IW+v7UlofcEyXwVjslssNHJwPO8nHfI1UC7MSTEdssG21GcoQpULC6+ySo1akQGk5hxVmy16z5A==","signatures":[{"sig":"MEUCIQDpLmDFviDY7mCfvk8mLD1lYluE+vLdniaIGWBxE0pVFwIgRh4fy65lWjHZMLcf4gD8QsaxDNNdHhwQM16RhK9Avrw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":498572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPupSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoStQ//SRvBQeZyLWl08a1GZa6No39Ot7bXGuRhHit/yiDzLZKvXDkl\r\nf+6SUL+ljpwPn/A2p9nWjgxp6UqU92e5T7O53vH3FAqgQ97VmUbliPfhpFMD\r\ng2wc8/uqpYGCITsGMWzt3eaqk6A5zHNR3rFcieYn7vOiv+4gX5KgdDsUF3DA\r\nOdnXCTzz434r5WdMa6NTPSjU/HncDxgkVT1BFmuifT/mR7OkkqhWnHQik7H8\r\ntYpKiS/sh2EJO+eJZfw29B0GzuYXyaw7e6mDuYrLGFTswEMjwvRlp5/fh5pP\r\nZdJiWt3cDk/Z+aUOhbaW4gV/pF6mDMXRL4FuyaOJiegtxSCg3vSKd136JMpi\r\nItcAya4ox2EMoJj/fhP9GFS7mOq11MQTHPPjCOeyQQfrUuaLBjJDq+vm4+qM\r\nVxML2UxrFcbMkMwQchTkGXkBs24lJSI/rxiowE+PE94z9Pg1Y6W1bT5jPN89\r\nnMQkqYQOrGF6tamH7u0WSxO21f6Othx6Bsq1aATzPhDgmtXRwTtb2c6FPAka\r\n7uuPH2G0vwp+nAikKRmfJE/I7IvtCNTBZp6sWJroUwM42QXPQbMzQYpNcQw6\r\ntQnQFGhIp3Mj6D/UWRy0aZz72kSJGcvMenZKXI22Jdtnd1NlE+bugvvwmPq6\r\nh4eOyXbfaZh4Hhhq3KQZ/OgFGXH6edlXtBI=\r\n=BAfO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"b5af668fcf76f2795e14e3d668629464a79e127b","scripts":{"ci":"npm run lint && jest && tsc","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"jeremyckahn@gmail.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.17","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"14.20.1","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^11.3.2","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","typescript":"^4.4.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.19.1_1665067602000_0.6182620727024626","host":"s3://npm-registry-packages"}},"2.20.0":{"name":"shifty","version":"2.20.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.20.0","maintainers":[{"name":"jeremyckahn","email":"me@jeremyckahn.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"},{"name":"Arthur Pacaud","email":"arthur.pacaud@hotmail.fr"},{"email":"speajus@gmail.com"},{"name":"Hooman Askari","email":"askari.hooman@gmail.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"65dca412eea914e1a2c0d8268e49448035a311b5","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.20.0.tgz","fileCount":38,"integrity":"sha512-1XEGiYWC1Z/lVYWHvTmWXR6/x3VkN4Ocucqulmm2/rHx3zVJpD8SIhab5h7nd3bwysH+OBgE+nCE4ljVudfxtw==","signatures":[{"sig":"MEQCIDfVVfJBaldEsXlT0rT2DOaGHN1gZM5nHz919/ewtcXUAiAzygT94cy2OgaSgks8lVhepj5t74t2eJJmYj+l+tUxuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":516340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwuFdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4Jw/+PBQtGOt7xbH9AkwZOhg3M8/4jG1UOme8jEvUWLr9+7zI2t5e\r\n7K7JrjD0Y6EfNhfJQ14StUmUO+GKPExqZTgoWLcHZ4qefBAW2lfh1RD6QXUV\r\nZsHbPYBaDFBthMGQmuNmkIPYjVIeshuC88+IkTx+Z0+K4E947FBLbddNp010\r\nv3C1XdOXzn7xr1GeySRryCAngIytYHh0IWq7ggGsW57m+aWBDYDWyQVcODfV\r\n81EEGVWFXg51WRW32Q2WEVak1BhEBtu26joX/3UhFg3EAd020qPN29HrLNDN\r\nPEVJynT7ZWrn8D0KKFO4FytXQseFvRc9ANp7lQXMh1UyF6/K9iaYQ0cO4sXt\r\nj2g8VScOshJR2zqx2oHWLXzq20BDK2WZTat9gcz0jea7nH+iO3un2dzIYo8K\r\npLXiD9ktNOGGIZv/+pKd+3gAVgA2P+8MN6lBJSzBA1rWXnPcOZUmSUhY4eW7\r\naGZTs9JbiUOudU7+t2PJJ32CNiD86v1qlcncWMu1Fw7uwpcRshSOmz9WRCVm\r\nQQ5a1kbFiYUvr3/MA9cE0YsVUS64hZMAd0PN1A9qjUfcUwWsEBlrd765wSKg\r\nYNcKLynFuE8NI1X3pZcH6YUMPOqcMVsVACSOBi1ZWNhhvfbNhIBLY/5oV5Nm\r\nomUdq+LCTMwWz1Jch7bw8gVbEhfpy9GF4vo=\r\n=oTM6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"6fb321eb594c523cc12661161f4599c0e08944c9","scripts":{"ci":"npm run lint && jest && tsc","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"me@jeremyckahn.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"6.14.17","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"14.21.2","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^11.3.2","eslint":"^5.14.1","nodemon":"^1.18.10","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","typescript":"^4.4.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.20.0_1673716060870_0.7051833757069395","host":"s3://npm-registry-packages"}},"2.20.1":{"name":"shifty","version":"2.20.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.20.1","maintainers":[{"name":"jeremyckahn","email":"me@jeremyckahn.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"},{"name":"Arthur Pacaud","email":"arthur.pacaud@hotmail.fr"},{"email":"speajus@gmail.com"},{"name":"Hooman Askari","email":"askari.hooman@gmail.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"4e47cde358950cb013e3582ecf6f9ff1786c3462","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.20.1.tgz","fileCount":30,"integrity":"sha512-5C/UXkClVV5fl8eb+9TZKFJ65ZwxNjcYIqZ/MHShHXfPjb8HW94ZbUVEx/KdDd+Wi9Cq8mwh/14eZCdoJm8JTg==","signatures":[{"sig":"MEYCIQD6WeKqKyfgCxVZDIXSMjNq3KlpqvAe8hRjVPUHI6sfoQIhALebTuWDpPrExAJFIhCNIvuzoHCHMQXaxnnX/LSL2l6V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":140472,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFfJXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7HhAAleJIdpso9tJb2x4FFWvMpVOH4tQ/YoJcDSw1bxR6P1bRZRXY\r\nak26zConQ7WC7Ma5A8RvCbBEZrY9O7qbkjPa2CjasWabO5yaHwcas5GvPpEX\r\nRKvkDp/pXvfG2kwj0abSRyyhWIPT0oNT1/fkuZQxJ6VmHoXwtrunHqOEXPoJ\r\nhG7OUEWHJ1vcVrDA++yczR5nRyyBEnjnSxMGVBYhiInfU12gMuuDu24hlJJ8\r\n4PEpJ2Gw/MkE7YF7MFid1iPz/JHxQ8Sivb9WhwPHNjF2fTjgMFo771u0bbxi\r\nh7Bc/uQypGZEng5uCVj6hk8BI5PMjRi9n3ptQRtaTpAZyI5YBp/pCqIsQ4to\r\n1QwWPCpVELCNwSGUDAWTu5tGTnHzK9i8UvcFYW4MpBLp6repnaCpF5aE0ajP\r\necVCShtuNvo0boG8EHXM4hsmCiwB+VrJLN9tVTXtfAi+yaF6yUrM4EFUTSt5\r\n8uuyhad4hArCIqDKtBd4zU5vWO2l0tlVNkjmhF/07bvUcDHdTnLC4352rpul\r\nLMGnkU4fG+luYUGupM+69Bd45kRdPd1DkU2FcMQ/TxYUPKIhDA0Nvubgpc9z\r\nHLwjiD3AoE1gco6iUZWkNSyRDgYN0FBPdl/KKjoWjD48ObiVRCP8R1GX8F+R\r\nCTttc/zo9zKmU005QlmRQpPXAeVxxa4A0Ok=\r\n=mr8q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"1b6f431a5a8d4524c1583d397b234200e1ad5b6d","scripts":{"ci":"npm run lint && jest && tsc","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"me@jeremyckahn.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"9.5.0","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"18.15.0","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^14.1.2","eslint":"^5.14.1","nodemon":"^2.0.20","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","typescript":"^4.4.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.20.1_1679159895348_0.9783886098113204","host":"s3://npm-registry-packages"}},"2.20.3":{"name":"shifty","version":"2.20.3","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.20.3","maintainers":[{"name":"jeremyckahn","email":"me@jeremyckahn.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"},{"name":"Arthur Pacaud","email":"arthur.pacaud@hotmail.fr"},{"email":"speajus@gmail.com"},{"name":"Hooman Askari","email":"askari.hooman@gmail.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"f3cce591bee8ae279a4fc7a1ddeaf514ca58169a","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.20.3.tgz","fileCount":38,"integrity":"sha512-fugCzGyO0YysNYP0jCg37VLjF/tKV0EQEO0rusxGa/7FOF88uj49PiLKbAvHX92cQowHNK0goP/i455+O5oi1w==","signatures":[{"sig":"MEUCIQCaghxogP/HZEGM5tBnzkQ5Qc7oRZPJ7se6TCblYYA7zwIgP8d3JIFDuaIpzyFjlP4XIugID/sS8VAlrvSelQadU6s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":517669,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFfQnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpphhAAkY9WAT55E0UaJPYJe8AEj0+RxJRz2QH/X/CPFneQUS+aCiFT\r\n1LWu7H0h4rZVt21wkHyoKguTjTB/4LAEKpzwlKLBAAoMzT2J6vbxq8lBtxWL\r\nWQLKrMdmlCdtT3ex8iXyIMr+JjoyTUi63XxPDgQGwGFqBE1+OY2mvyEn/3OJ\r\npHzS2karpMjy1/c87Yj51pzN1ujKXO4KVyDHyOvN/GNCMy3CT31T5QCEg6iW\r\ngUnJY+5uzToF4IZURSJB5NlGAhZu1nHK2lHuBxnkK55RCYr+f8OBXrHtgRmK\r\nfjGGoOfEmcNHZy2wrnJrFV9ZP33J7lnc7Ol4L/J1bKAK2g2DwVVfRrk+2Wz7\r\nBbboL8q5U54covs0KJblo3gU7pDwZGhQpdzyxe2YB4Hj4F7QwOM8rGw7cFSq\r\nqH0Q2FbTukTePaU6Kf9fqc9N4XDcJWV09lI9JvID5JWLVOuvo9Qg98/Gve3Z\r\nsGs/WzYeh++1MuMxPQ1X+rP7oLC21xPRtb4LAXbgsXdseHdm8T6XgBdwI7+d\r\ntKbG7CmHkkVFa/DDt30L2VBT3mjD1YA0iCca3Je1cq+1KY17GGKORtruhIW6\r\nuxMnDLqba1aj7ckhGstKoDaUK/Nx60nz/JwBgXquw7AtT+v0ZBhEJn0Kjlu1\r\n38zVdPjoFqkb8qvWsVET949GKQP1oAfh170=\r\n=KpIC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"ba285da0b384dc5bc4e14c730c06f75fd87ffd6c","scripts":{"ci":"npm run lint && jest && tsc","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"me@jeremyckahn.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"8.19.3","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"16.19.1","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^14.1.2","eslint":"^5.14.1","nodemon":"^2.0.20","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","typescript":"^4.4.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.20.3_1679160359679_0.2633059833552127","host":"s3://npm-registry-packages"}},"2.20.4":{"name":"shifty","version":"2.20.4","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@2.20.4","maintainers":[{"name":"jeremyckahn","email":"me@jeremyckahn.com"}],"contributors":[{"name":"Miller Medeiros","email":"contact@millermedeiros.com"},{"name":"Carl Olsen","email":"carl@emoxie.com"},{"name":"Joe Lambert"},{"name":"Roman Kofman","email":"romank@groupon.com"},{"name":"Jonathan Raoult","email":"jesuisjonathan@gmx.fr"},{"name":"Adrian Voica","email":"adrian.voica@nanokyte.com"},{"name":"Arthur Pacaud","email":"arthur.pacaud@hotmail.fr"},{"email":"speajus@gmail.com"},{"name":"Hooman Askari","email":"askari.hooman@gmail.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"fb2ec81697b808b250024fa9548b5b93fadd78cf","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-2.20.4.tgz","fileCount":38,"integrity":"sha512-4Y0qRkg8ME5XN8yGNAwmFOmsIURGFKT9UQfNL6DDJQErYtN5HsjyoBuJn41ZQfTkuu2rIbRMn9qazjKsDpO2TA==","signatures":[{"sig":"MEQCIHy5YNjXhy4nrawaeyn/n7AgMeYlXGYL6OtZ9A9kC+d7AiAhZrhXWsxJWf2VSeQGDNtdY/dTeJ8o/6Y7zvHyYXIVKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":520150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGRK6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqqDQ//X/40uR87uLX+JG7rJJkI0Gp2nSsqGoN0ghSs6S2skn8nNcIC\r\nSoXWqELBY23ILMhAGVrA3e8iIZwIpcg21sWzE82Vr84T6W1WriTfXRFQjvrW\r\np0mKBgFiuD3ctnvF+VMcLcOB0lyS7jGSf70uyEenefHPqirXIIugh5HFC8KF\r\n5UrMDQmfqDWJLJgnJyB2btVkY6RoB1kj2wlK/Wm6NrCWeCd+rpUmKw4W+TCz\r\nPJwOCRpxH/nZd1Aebwc9zskHT9HQJg/TATwD1s30FYbsS1CmVDgMgNEZhTnu\r\nsdS4pWQSFs4N2FMrj5KmQDMz4b232fwyoc1gedflfb2Lt+BFA4SH75ohFMgL\r\n7rXdxr+z5gdmWBNDB4OZsq2lJ2pKH64vh3lPEwEwuCvc3q570s+Hsi5F7xpv\r\nAyI/k4Ta04iSNJqgZUUc0IHRxUrAG2lDW04u5xBw1PCovLhfO3euG/kM/arb\r\nNtMHP5fX25FAlOLhxRBX/gse9LlYep715fBIwx2knO1O/xjLO3LDdS3eXplu\r\nGeJUtqH88dobQ3Lk8ixmCshUrDRezCCCrDtA5pwMomsbJwGT0GBNvqwC0n0c\r\nkj1StW4G9ZiyvcVl7DfSlj2kS9Ui2F38M2SWKpVyo47125EOf8LALccMCBe/\r\n+HLfYfV4HxpZjQaPU8jccOMScpxl6/vFAJQ=\r\n=zB4U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"fee93af69c9b4fa9ad462095920adb558ff19ee3","scripts":{"ci":"npm run lint && jest && tsc","doc":"jsdoc -c .jsdoc src/*.js","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.js' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"me@jeremyckahn.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"8.19.3","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"16.19.1","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","husky":"^1.3.1","jsdoc":"^3.6.5","serve":"^14.1.2","eslint":"^5.14.1","nodemon":"^2.0.20","webpack":"^5.11.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","typescript":"^4.4.4","@babel/core":"^7.12.10","npm-run-all":"^4.1.5","webpack-cli":"^4.2.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.12.11","eslint-plugin-jest":"^22.3.0","@jeremyckahn/minami":"^1.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/plugin-proposal-class-properties":"^7.12.1"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_2.20.4_1679364793885_0.6686193352398111","host":"s3://npm-registry-packages"}},"3.0.0-0":{"name":"shifty","version":"3.0.0-0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@3.0.0-0","maintainers":[{"name":"jeremyckahn","email":"me@jeremyckahn.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"6e7f50ea1eae0a94c0c6423ce69d7605732f877d","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-3.0.0-0.tgz","fileCount":35,"integrity":"sha512-mHCJjH3anYdODBtydpI3WB0f0zu+F4TY8xVEvn0NipL6hzRVOhue2lV0HXS00GW0vIUDmW9gsKAwZ35VmWjekQ==","signatures":[{"sig":"MEQCIFO9JcOJmQlXblqM6W7mDh+G/ENOpxDgWJCFpgmj5UKTAiAjje3CUsdqWlb/QpHGUlAEKP9bCGuzyJH5NnUucBIVSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":357996},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"2edd717dced0d932eea7a040a8274781355d408f","scripts":{"ci":"npm run lint && jest && tsc","doc":"typedoc src/index.ts","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.ts' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext ts,js,json,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"me@jeremyckahn.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"9.6.7","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"20.3.0","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^29.5.0","husky":"^1.3.1","serve":"^14.1.2","eslint":"^8.43.0","nodemon":"^2.0.20","typedoc":"^0.23.28","webpack":"^5.80.0","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","ts-loader":"^9.4.2","typescript":"^4.9.5","@babel/core":"^7.21.4","@types/jest":"^29.5.1","webpack-cli":"^5.0.2","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@types/bluebird":"^3.5.38","@babel/preset-env":"^7.21.4","source-map-loader":"^4.0.1","eslint-plugin-jest":"^22.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/preset-typescript":"^7.21.4","typedoc-plugin-mdn-links":"^3.0.3","@typescript-eslint/parser":"^5.59.1","@knodes/typedoc-plugin-pages":"^0.23.4","@typescript-eslint/eslint-plugin":"^5.59.1","@babel/plugin-proposal-class-properties":"^7.18.6"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_3.0.0-0_1688320669122_0.7807728124780211","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"shifty","version":"3.0.0","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@3.0.0","maintainers":[{"name":"jeremyckahn","email":"me@jeremyckahn.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"3208fc5895f67c4d74fa980f1177419a11afa807","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-3.0.0.tgz","fileCount":48,"integrity":"sha512-9VtT8oG8QH5kBTDlMWj8OTNCSLJr/wHF7qIe57WrT3QLrorapfjz5quFdv6+yedyGOyp6L7Ijfn8scss5npEzg==","signatures":[{"sig":"MEUCIQCxUyGUmN9oCKpyyJZtjBUKtmj+LlBReB300q+HrtbaGgIgDhjqSr0J7MqRi99Klaki4yFk+EIjNCQSfUApiaTQgG0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":453972},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"fe1ce1ace69548047fa7a9a45e5ac426f539f950","scripts":{"ci":"npm run lint && jest && tsc","doc":"typedoc src/index.ts","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.ts' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext ts,js,json,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"me@jeremyckahn.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"9.5.1","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"18.16.1","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","husky":"^1.3.1","serve":"^14.1.2","eslint":"^8.43.0","nodemon":"^2.0.20","typedoc":"^0.23.28","webpack":"^5.88.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","ts-loader":"^9.4.2","typescript":"^4.9.5","@babel/core":"^7.21.4","@types/jest":"^29.5.1","webpack-cli":"^5.0.2","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@types/bluebird":"^3.5.38","@babel/preset-env":"^7.21.4","source-map-loader":"^4.0.1","eslint-plugin-jest":"^22.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/preset-typescript":"^7.21.4","typedoc-plugin-mdn-links":"^3.0.3","@typescript-eslint/parser":"^5.59.1","@knodes/typedoc-plugin-pages":"^0.23.4","@typescript-eslint/eslint-plugin":"^5.59.1","@babel/plugin-proposal-class-properties":"^7.18.6"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_3.0.0_1688339227430_0.7197981479744904","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"shifty","version":"3.0.1","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@3.0.1","maintainers":[{"name":"jeremyckahn","email":"me@jeremyckahn.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"b38da06c6a925c6c5f455ff65983e3c268d7fd23","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-3.0.1.tgz","fileCount":48,"integrity":"sha512-jGbnl1VR0dG2J+x5u9E0c1gt9QqDjeFrOtopRmKhMw2zmtzZAWG4voYZD5lSpW6THct6G2STxICAPvqfU6J1Pg==","signatures":[{"sig":"MEQCIGgy2ZQPmwdKaUcSO5bdQ+e1vQP014yHNyxb/g+EYm6IAiBQrXY6B/tJO4O2C4vIeO7PXQaGRLBNGq/rVlFysU1JeA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456093},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"d7861256f7abb657a2fe1a3ca96f59a7d970e94e","scripts":{"ci":"npm run lint && jest && tsc","doc":"typedoc src/index.ts","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.ts' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext ts,js,json,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"me@jeremyckahn.com"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"9.5.1","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"18.16.1","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","husky":"^1.3.1","serve":"^14.1.2","eslint":"^8.43.0","nodemon":"^2.0.20","typedoc":"^0.23.28","webpack":"^5.88.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","ts-loader":"^9.4.2","typescript":"^4.9.5","@babel/core":"^7.21.4","@types/jest":"^29.5.1","npm-run-all":"^4.1.5","webpack-cli":"^5.0.2","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@types/bluebird":"^3.5.38","@babel/preset-env":"^7.21.4","source-map-loader":"^4.0.1","eslint-plugin-jest":"^22.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/preset-typescript":"^7.21.4","typedoc-plugin-mdn-links":"^3.0.3","@typescript-eslint/parser":"^5.59.1","@knodes/typedoc-plugin-pages":"^0.23.4","@typescript-eslint/eslint-plugin":"^5.59.1","@babel/plugin-proposal-class-properties":"^7.18.6"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_3.0.1_1688397053921_0.3542415656093185","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"shifty","version":"3.0.2","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@3.0.2","maintainers":[{"name":"jeremyckahn","email":"me@jeremyckahn.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"0e3f66f90b6dbce50349f100e8260533753d0e60","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-3.0.2.tgz","fileCount":66,"integrity":"sha512-Iy9G0vs++fuGOgYu3xCMC7aKXkW189KgbWz+ItDagvbSJIlNWNmnRt96AOsAzxGX9Rxpyy96XNoEBo+/TPhNqw==","signatures":[{"sig":"MEUCIQDsNGeXGShVjXwU8joNtRtZwqJiUevFn3BzEPcfJYvZWQIgTy/VVWwROEK8uNbUP/1izWmqsl4219TlinDz/LWA+zo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":883836},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"85ef046e5be9777d630f84a549b87ab7083f4147","scripts":{"ci":"npm run lint && jest --reporters=default --reporters=jest-junit --coverage && tsc","doc":"typedoc src/index.ts","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.ts' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext ts,js,json,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","test:coverage":"jest --coverage","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"me@jeremyckahn.com"},"jest-junit":{"outputName":"jest-junit.xml","titleTemplate":"{title}","outputDirectory":"reports","uniqueOutputName":"false","ancestorSeparator":" › ","classNameTemplate":"{classname}","suiteNameTemplate":"{filepath}"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"9.6.7","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"18.17.1","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","husky":"^1.3.1","serve":"^14.1.2","eslint":"^8.43.0","nodemon":"^2.0.20","typedoc":"^0.23.28","webpack":"^5.88.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","ts-loader":"^9.4.2","jest-junit":"^16.0.0","typescript":"^4.9.5","@babel/core":"^7.21.4","@types/jest":"^29.5.1","npm-run-all":"^4.1.5","webpack-cli":"^5.0.2","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@types/bluebird":"^3.5.38","@babel/preset-env":"^7.21.4","source-map-loader":"^4.0.1","eslint-plugin-jest":"^22.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/preset-typescript":"^7.21.4","typedoc-plugin-mdn-links":"^3.0.3","@typescript-eslint/parser":"^5.59.1","@knodes/typedoc-plugin-pages":"^0.23.4","@typescript-eslint/eslint-plugin":"^5.59.1","@babel/plugin-proposal-class-properties":"^7.18.6"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_3.0.2_1695652596393_0.814752181479176","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"shifty","version":"3.0.3","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@3.0.3","maintainers":[{"name":"jeremyckahn","email":"me@jeremyckahn.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"fc7f79988d767bf3a0804ea30056e10d6032461a","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-3.0.3.tgz","fileCount":66,"integrity":"sha512-hNDhs8OsvWUB7GUGJ76/3JyKB3kMCJfbH54nf10ySde9U+Pr/su26CyKryso1DKeQ+le/LTGHSZldPkL3ZrUWw==","signatures":[{"sig":"MEUCIGEJ/fv55RslWkjPmjuo/o5VZU0irhHM6zjzTdanB1M+AiEAgMNRNJq+5SdrpQfQjH+fjbl7mjxk1gpTl1ilh9+uOIY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":883728},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"f4de15a30fd121e3730f1122e6f5acb2cbb60f56","scripts":{"ci":"npm run lint && jest --reporters=default --reporters=jest-junit --coverage && tsc","doc":"typedoc src/index.ts","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.ts' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext ts,js,json,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","test:coverage":"jest --coverage","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"me@jeremyckahn.com"},"jest-junit":{"outputName":"jest-junit.xml","titleTemplate":"{title}","outputDirectory":"reports","uniqueOutputName":"false","ancestorSeparator":" › ","classNameTemplate":"{classname}","suiteNameTemplate":"{filepath}"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"9.6.7","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"18.17.1","dependencies":{"fsevents":"^2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","husky":"^1.3.1","serve":"^14.1.2","eslint":"^8.43.0","nodemon":"^2.0.20","typedoc":"^0.23.28","webpack":"^5.88.1","bluebird":"^3.5.3","gh-pages":"^2.2.0","prettier":"^1.16.4","ts-loader":"^9.4.2","jest-junit":"^16.0.0","typescript":"^4.9.5","@babel/core":"^7.21.4","@types/jest":"^29.5.1","npm-run-all":"^4.1.5","webpack-cli":"^5.0.2","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@types/bluebird":"^3.5.38","@babel/preset-env":"^7.21.4","source-map-loader":"^4.0.1","eslint-plugin-jest":"^22.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/preset-typescript":"^7.21.4","typedoc-plugin-mdn-links":"^3.0.3","@typescript-eslint/parser":"^5.59.1","@knodes/typedoc-plugin-pages":"^0.23.4","@typescript-eslint/eslint-plugin":"^5.59.1","@babel/plugin-proposal-class-properties":"^7.18.6"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_3.0.3_1695653149144_0.2744344146394133","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"shifty","version":"3.0.4","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@3.0.4","maintainers":[{"name":"jeremyckahn","email":"me@jeremyckahn.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"c14c0862132eb5e02c1a368acd1a72b0ede964c2","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-3.0.4.tgz","fileCount":66,"integrity":"sha512-vZf0i3Pn29p1H0TE4Ffk+mHL1RX3aHCTbm3LUHNemR2OdmCSI1qcnbNYxd92Bo1gJX9X6ZyCIi9Qkapad9XE5w==","signatures":[{"sig":"MEUCIQCJD0SJGKstutdDGK7lH7UaJ+YYqD0LNqJmJdUsdR2D8gIgakQSnfk35ZdichefPD+ydUaljKgkeoeUXYpHBH9tGjI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":887043},"main":"dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"dist/shifty.js","gitHead":"98bf8ef3643a9e616d8ccacb0b2f739327d1c808","scripts":{"ci":"npm run lint && jest --reporters=default --reporters=jest-junit --coverage && tsc","doc":"typedoc src/index.ts","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.ts' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext ts,js,json,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","test:coverage":"jest --coverage","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"me@jeremyckahn.com"},"jest-junit":{"outputName":"jest-junit.xml","titleTemplate":"{title}","outputDirectory":"reports","uniqueOutputName":"false","ancestorSeparator":" › ","classNameTemplate":"{classname}","suiteNameTemplate":"{filepath}"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"10.8.2","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"18.20.7","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","husky":"^1.3.1","serve":"^14.1.2","eslint":"^8.43.0","nodemon":"^2.0.20","typedoc":"^0.23.28","webpack":"^5.88.1","bluebird":"^3.5.3","prettier":"^1.16.4","ts-loader":"^9.4.2","jest-junit":"^16.0.0","typescript":"^4.9.5","@babel/core":"^7.21.4","@types/jest":"^29.5.1","npm-run-all":"^4.1.5","webpack-cli":"^5.0.2","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@types/bluebird":"^3.5.38","@babel/preset-env":"^7.21.4","source-map-loader":"^4.0.1","eslint-plugin-jest":"^22.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/preset-typescript":"^7.21.4","typedoc-plugin-mdn-links":"^3.0.3","@typescript-eslint/parser":"^5.59.1","@knodes/typedoc-plugin-pages":"^0.23.4","@typescript-eslint/eslint-plugin":"^5.59.1","@babel/plugin-proposal-class-properties":"^7.18.6"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_3.0.4_1741187005841_0.3832559596818408","host":"s3://npm-registry-packages-npm-production"}},"3.0.5":{"name":"shifty","version":"3.0.5","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"license":"MIT","_id":"shifty@3.0.5","maintainers":[{"name":"jeremyckahn","email":"me@jeremyckahn.com"}],"homepage":"http://jeremyckahn.github.io/shifty/doc/","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"dist":{"shasum":"34f2a1626357d2b48dc496af725a21874722d7e7","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-3.0.5.tgz","fileCount":66,"integrity":"sha512-tgh7suHSjXdon9cFhlvYg7ILYd1Dg24TOH/oDpuIzmNvA4ECt9ncKiIK1vu8I7BtOu+sMjPrQCb0NQFuXjPO1A==","signatures":[{"sig":"MEUCIDMNfSyMjBcnRSQv3jg5YJtgR3kGdNnrTNJUBiHbsIRsAiEA+vd0l79UOOsVOIBzWnXBSqcLWAXIId1FuXiTxgSwLh0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":887099},"main":"./dist/shifty.node.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"types":"./dist/index.d.ts","browser":"./dist/shifty.js","exports":{"unpkg":"./dist/shifty.js"},"gitHead":"e098351c5c83689a659f466c6f256ce88544df12","scripts":{"ci":"npm run lint && jest --reporters=default --reporters=jest-junit --coverage && tsc","doc":"typedoc src/index.ts","lint":"eslint src webpack.*","test":"jest --watch","build":"webpack","typegen":"tsc","doc:live":"run-p doc:watch doc:view","doc:view":"serve dist/doc","prettier":"prettier 'src/**/*.ts' webpack.* --write","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext ts,js,json,md --ignore dist","preversion":"npm run ci","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","postversion":"git push && git push --tags","test:coverage":"jest --coverage","typegen:watch":"tsc --watch"},"_npmUser":{"name":"jeremyckahn","email":"me@jeremyckahn.com"},"jest-junit":{"outputName":"jest-junit.xml","titleTemplate":"{title}","outputDirectory":"reports","uniqueOutputName":"false","ancestorSeparator":" › ","classNameTemplate":"{classname}","suiteNameTemplate":"{filepath}"},"repository":{"url":"git+https://github.com/jeremyckahn/shifty.git","type":"git"},"_npmVersion":"10.8.2","description":"The fastest JavaScript animation engine on the web","directories":{},"_nodeVersion":"18.20.8","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","husky":"^1.3.1","serve":"^14.1.2","eslint":"^8.43.0","nodemon":"^2.0.20","typedoc":"^0.23.28","webpack":"^5.88.1","bluebird":"^3.5.3","prettier":"^1.16.4","ts-loader":"^9.4.2","jest-junit":"^16.0.0","typescript":"^4.9.5","@babel/core":"^7.21.4","@types/jest":"^29.5.1","npm-run-all":"^4.1.5","webpack-cli":"^5.0.2","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","pretty-quick":"^1.10.0","babel-polyfill":"^6.26.0","@types/bluebird":"^3.5.38","@babel/preset-env":"^7.21.4","source-map-loader":"^4.0.1","eslint-plugin-jest":"^22.3.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.1.4","@babel/preset-typescript":"^7.21.4","typedoc-plugin-mdn-links":"^3.0.3","@typescript-eslint/parser":"^5.59.1","@knodes/typedoc-plugin-pages":"^0.23.4","@typescript-eslint/eslint-plugin":"^5.59.1","@babel/plugin-proposal-class-properties":"^7.18.6"},"optionalDependencies":{"fsevents":"^2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/shifty_3.0.5_1745768639181_0.554123033368408","host":"s3://npm-registry-packages-npm-production"}},"3.0.6":{"name":"shifty","version":"3.0.6","homepage":"http://jeremyckahn.github.io/shifty/doc/","author":{"name":"Jeremy Kahn","email":"jeremyckahn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/jeremyckahn/shifty.git"},"description":"The fastest JavaScript animation engine on the web","browser":"./dist/shifty.js","main":"./dist/shifty.node.js","types":"./dist/index.d.ts","exports":{"default":"./dist/shifty.js","unpkg":"./dist/shifty.js"},"devDependencies":{"@babel/core":"^7.21.4","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/preset-env":"^7.21.4","@babel/preset-typescript":"^7.21.4","@knodes/typedoc-plugin-pages":"^0.23.4","@types/bluebird":"^3.5.38","@types/jest":"^29.5.1","@typescript-eslint/eslint-plugin":"^5.59.1","@typescript-eslint/parser":"^5.59.1","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","babel-polyfill":"^6.26.0","bluebird":"^3.5.3","eslint":"^8.43.0","eslint-config-prettier":"^4.0.0","eslint-plugin-jest":"^22.3.0","eslint-plugin-prettier":"^3.1.4","husky":"^1.3.1","jest":"^29.5.0","jest-junit":"^16.0.0","nodemon":"^2.0.20","npm-run-all":"^4.1.5","prettier":"^1.16.4","pretty-quick":"^1.10.0","serve":"^14.1.2","source-map-loader":"^4.0.1","ts-loader":"^9.4.2","typedoc":"^0.23.28","typedoc-plugin-mdn-links":"^3.0.3","typescript":"^4.9.5","webpack":"^5.88.1","webpack-cli":"^5.0.2"},"scripts":{"build":"webpack","typegen":"tsc","typegen:watch":"tsc --watch","test":"jest --watch","test:coverage":"jest --coverage","ci":"npm run lint && jest --reporters=default --reporters=jest-junit --coverage && tsc","doc":"typedoc src/index.ts","doc:view":"serve dist/doc","doc:watch":"nodemon --exec \"npm run doc\" --watch src --watch ./ --ext ts,js,json,md --ignore dist","doc:live":"run-p doc:watch doc:view","lint":"eslint src webpack.*","deploy-docs":"npm run build && npm run doc && gh-pages -d dist","preversion":"npm run ci","postversion":"git push && git push --tags","prettier":"prettier 'src/**/*.ts' webpack.* --write"},"husky":{"hooks":{"pre-commit":"pretty-quick --staged && npm run ci"}},"license":"MIT","optionalDependencies":{"fsevents":"^2.3.2"},"jest-junit":{"outputDirectory":"reports","outputName":"jest-junit.xml","ancestorSeparator":" › ","uniqueOutputName":"false","suiteNameTemplate":"{filepath}","classNameTemplate":"{classname}","titleTemplate":"{title}"},"_id":"shifty@3.0.6","gitHead":"35d1adc1774aa67403646fcbb9f9228cb74546f5","bugs":{"url":"https://github.com/jeremyckahn/shifty/issues"},"_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-rRt3IbKHsDsXY1cAcbp26gJQMK93N6wczvWeGIfljEsaM5JgcaqPAG2xNXQH9NsNJNgmAVXp+FVXdJIUk7x8DQ==","shasum":"87288e4ea9c322bd5153eff3dce4b2876e7602f4","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/shifty/-/shifty-3.0.6.tgz","fileCount":66,"unpackedSize":887134,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIE7Iozqzfu0PzPlSzlv++dNyw0+0RKhUo0Rmk5Ewhgj2AiEAj+OpGHHllIgn5s2KdatTaytTYDXbkke+ZAtgBVA4OdM="}]},"_npmUser":{"name":"jeremyckahn","email":"me@jeremyckahn.com"},"directories":{},"maintainers":[{"name":"jeremyckahn","email":"me@jeremyckahn.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/shifty_3.0.6_1746622044523_0.3759354370448911"},"_hasShrinkwrap":false}},"name":"shifty","time":{"created":"2014-02-16T04:32:47.661Z","modified":"2018-07-04T01:22:31.893Z","1.0.0":"2014-02-16T04:32:47.661Z","1.1.1":"2014-04-03T03:35:03.205Z","1.1.2":"2014-04-05T02:04:04.728Z","1.2.0":"2014-04-09T01:57:20.769Z","1.2.1":"2014-10-05T21:58:43.477Z","1.2.2":"2014-10-10T00:31:25.528Z","1.2.3":"2014-10-16T02:49:07.867Z","1.3.0":"2014-10-20T12:45:37.231Z","1.3.1":"2014-10-21T02:23:57.687Z","1.3.2":"2014-10-23T02:50:20.359Z","1.3.3":"2014-10-28T02:30:05.641Z","1.3.4":"2014-10-30T01:34:03.796Z","1.3.5":"2014-11-12T02:12:09.695Z","1.3.6":"2014-11-12T02:55:37.780Z","1.3.7":"2014-11-14T02:46:00.018Z","1.3.8":"2014-11-20T02:42:32.351Z","1.3.9":"2014-11-21T01:20:50.349Z","1.3.10":"2014-11-21T03:14:15.180Z","1.4.1":"2015-04-19T21:48:46.676Z","1.4.2":"2015-04-24T18:50:22.869Z","1.5.0":"2015-05-31T23:00:16.852Z","1.5.1":"2015-08-29T01:21:21.592Z","1.5.2":"2016-02-11T03:58:50.492Z","1.5.3":"2016-10-03T21:44:44.073Z","1.5.4":"2016-11-30T01:26:15.467Z","2.0.0":"2017-03-25T16:39:50.213Z","2.0.1":"2017-03-25T16:47:18.496Z","2.0.2":"2017-04-07T18:36:15.556Z","2.0.3":"2017-04-19T13:03:54.929Z","2.0.4":"2017-05-04T23:19:11.241Z","2.1.0":"2017-05-18T13:02:40.261Z","2.1.1":"2017-07-21T22:59:22.821Z","2.1.2":"2017-09-06T01:53:44.131Z","2.2.0":"2017-10-11T00:49:20.514Z","2.3.0":"2017-10-11T00:55:40.014Z","2.3.1":"2017-12-06T01:27:11.486Z","2.4.0":"2018-08-05T02:31:05.331Z","2.5.0":"2018-08-10T13:12:53.444Z","2.6.0":"2018-08-16T01:16:14.016Z","2.6.1-alpha.0":"2018-11-16T01:51:19.491Z","2.6.1":"2018-11-16T01:56:29.044Z","2.7.0":"2019-02-26T02:28:39.560Z","2.7.1":"2019-03-01T14:24:13.296Z","2.7.2-alpha.0":"2019-03-02T19:13:42.887Z","2.7.2-alpha.1":"2019-03-02T20:00:13.669Z","2.7.2-alpha.2":"2019-03-02T20:42:24.039Z","2.7.2-alpha.3":"2019-03-03T19:24:19.954Z","2.7.2-alpha.4":"2019-03-03T19:43:11.179Z","2.7.2-alpha.5":"2019-03-03T20:28:45.379Z","2.7.2-alpha.6":"2019-03-03T20:58:27.650Z","2.7.2-0":"2019-03-06T04:10:20.577Z","2.7.2-1":"2019-03-07T16:21:57.409Z","2.7.2":"2019-03-09T03:19:27.269Z","2.7.3":"2019-03-09T22:21:47.006Z","2.7.4-alpha.0":"2019-03-09T22:44:07.048Z","2.7.4-alpha.1":"2019-03-09T23:39:46.684Z","2.7.4-alpha.2":"2019-03-10T18:21:16.417Z","2.8.0":"2019-03-19T02:07:59.863Z","2.8.3":"2019-12-03T03:07:21.907Z","2.9.0":"2020-05-13T01:26:40.317Z","2.9.1":"2020-06-23T02:34:58.795Z","2.9.2":"2020-08-06T18:52:38.533Z","2.10.0":"2020-08-14T18:50:54.862Z","2.10.1-0":"2020-08-16T17:10:21.876Z","2.11.0":"2020-08-16T22:53:55.429Z","2.11.1":"2020-08-17T03:58:25.136Z","2.12.0":"2020-08-19T17:55:08.655Z","2.13.0-beta.0":"2020-10-03T22:39:39.415Z","2.13.0":"2020-10-03T23:23:03.526Z","2.13.1":"2020-12-01T02:57:30.080Z","2.13.2":"2020-12-01T14:31:25.760Z","2.14.0-0":"2020-12-07T02:07:54.945Z","2.14.0-1":"2020-12-08T14:11:33.483Z","2.14.0":"2020-12-09T04:16:23.741Z","2.14.1-2":"2020-12-09T14:44:06.638Z","2.14.1":"2020-12-11T03:58:09.369Z","2.14.1-no-closured-variables":"2020-12-15T03:34:02.046Z","2.14.2":"2020-12-15T04:01:13.668Z","2.15.0":"2020-12-18T03:40:39.354Z","2.15.1":"2020-12-24T04:48:40.839Z","2.15.2":"2020-12-24T17:00:06.587Z","2.16.0-0":"2021-10-18T02:10:52.390Z","2.16.0":"2021-10-18T13:42:14.345Z","2.16.1":"2021-12-01T14:51:30.627Z","2.17.0":"2021-12-09T04:09:27.858Z","2.17.1":"2021-12-10T03:39:58.703Z","2.18.0":"2022-06-12T23:50:13.899Z","2.19.0-0":"2022-08-07T00:07:25.877Z","2.19.0":"2022-08-07T03:16:20.661Z","2.19.1":"2022-10-06T14:46:42.239Z","2.20.0":"2023-01-14T17:07:41.058Z","2.20.1":"2023-03-18T17:18:15.547Z","2.20.3":"2023-03-18T17:25:59.858Z","2.20.4":"2023-03-21T02:13:14.101Z","3.0.0-0":"2023-07-02T17:57:49.262Z","3.0.0":"2023-07-02T23:07:07.596Z","3.0.1":"2023-07-03T15:10:54.229Z","3.0.2":"2023-09-25T14:36:36.773Z","3.0.3":"2023-09-25T14:45:49.457Z","3.0.4":"2025-03-05T15:03:26.101Z","3.0.5":"2025-04-27T15:43:59.401Z","3.0.6":"2025-05-07T12:47:24.776Z"},"readmeFilename":"README.md","homepage":"http://jeremyckahn.github.io/shifty/doc/"}