{"_id":"@data-structs/linked-list","_rev":"16-6ff6c04b02a4ac02cb6fabe34ea9e065","name":"@data-structs/linked-list","dist-tags":{"latest":"1.0.15"},"versions":{"1.0.0":{"name":"@data-structs/linked-list","version":"1.0.0","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"[description]","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.0","dist":{"shasum":"9678b032f0060fe2cb12bf96c53a39f0f77749fe","integrity":"sha512-OwZX/fWdr8rgxDNgemJAJLRlh43kP6UY4njtL1ZPawR1QXo5AITYujB6Ilh6Ll3ZnJgIeXgtShpbtSLW0TAsbQ==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.0.tgz","fileCount":11,"unpackedSize":14740,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcr6tHCRA9TVsSAnZWagAAuFYP/0pLTq/bWl3SkOMeEVW0\nSYyCZYuKT06HSPAZdL+n85K9a+HLfOwTNHPjPuKAVS9qlWljGRjzb96TUPUc\nNFPBHyKUwb/Rt0B/mQwn1sUkUCOiuJcS9FLeZeHPNq6FCItPY3A71oNtBDn5\nzlZbFvwSQ/Y3SMGVuNke6DJB5jOXWLVaoEvHvHzfoptqGRFAqmRMEH3Hx6Tm\nvDYShT+mtQl7BgmlOAYSuzbnFRznDYNly8tkxi9nm9h3bLHrVJTvUGxJ6kDi\nIUDEBKuiqKlu0L0Skg1+mA8fMepAwVeIdtNOkGxKCYpIhR4vJq1TWtY8MKrR\nHl+JcsOZJBVQvIGZp0sAItgzkZw8GvZxQ3LVbG91PeUnUcbD1dWxnMivDMNC\nXJ//y20fRP+/WvNyevKtsJeTLnj3V5h260B0A355LAwDeefrtNUYShTeNQqe\n4LIr2Tmvydf2O1T6LUllYp4lPp+QqihpYUOgGMTwCgSzMtRplQWZ+fv1pWBd\nG65PJPbsQi92Wm7/TjieBW3lO9wP2NvylyGDfLTAkiHcEQDagfal1tMMolrR\nDBlWbEB86le0oJvW/Zcr+iE5a2oSwrxQsKTlqgjnz6YLn1VjMVqmAkrpch5s\nEQJwbx7AalWCunYM779V6F+kPitmXy16JMQCtHk2H7XPSjmRl+xyfDoeqig1\nl6FI\r\n=YM4b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDO5lQMItYFqbR2Axf7fiiQD9y5At7AbGumvWBlkgk5FQIgJSclShjttZ+657dcXLnvmBcXe+pow0/1Mxp9JQFyhh8="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.0_1555016519095_0.15901767275784962"},"_hasShrinkwrap":false},"1.0.1":{"name":"@data-structs/linked-list","version":"1.0.1","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.1","dist":{"shasum":"6466513a1ca88989da3d94ef9f0891911b274a62","integrity":"sha512-GROahcNuVToOYBLJbA91r7dlNFvQ4giKwygOTVHfsS6ZOx+8otqYuDMkUlwLmcl39CT8lKJCHE98A5SIQ7ekQg==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.1.tgz","fileCount":11,"unpackedSize":14811,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsK61CRA9TVsSAnZWagAAr+cP/2RuJz2aYVEzYWFAQXuG\n68vzF5qUXnYyluqn9zofC9UooPFM72PQOPbqhsrYK6kbDYuIZAtYBVSWs3lZ\nSlfELnhp/I2dyudv45Zw8bG9PPDT76ZnW7PY//R6P5CZJb2935tU7/f+Jrw2\n0Bbz1KJDmVAgtyqPpmMTeYQaxYs9juPxitvKEmyp7EckdKkoiEuI7zaRANjv\njox+pmNpDAhXmNjpka9NK6MiowD9HJd33dF0THd5h2cLYBSVJ5uuOkk3uCtd\nmLLNVIyP5/28MiEkBRw9AvFAjrYqNMrlkiKR+ZnuCw+H7Zzib8QAS7PFl1JO\nuuQpJeYy/+p4I5MY2BLuGBxZY1zZSKlPkjmQuPGz++Yvg0PaiChPDXlRACOX\nI+JNNTEYEtpDb4hld+jcgvljpwpaTPZoyoxdpCWkBDpvaYgBgfoucD2g06Sm\nv2bhNyG4d/5YvEcQKcb+Panoeh5BTpzbid6CrIZO/aYMc+LbcpdB3e+JWHWw\nGQbnFROEdQPMd0sZQwgUufaDGxRow/X1mo0R4Sscp6NmM+q2QtjULIMK+JRQ\n/gIVVk2QI/b0ezNhq4XFKeoXeHT6x9c613+4C/T2Lcz5fBcsoRL0iKrAYUfU\nDANBBy1cjC2uf7t8b1sYBJUtqcSQFej71HT/Nqr8uVQPyO0iPF/He3fpnxeP\nlw2s\r\n=tAdb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGHU2dKDKGeaC9/sh3cQRroKNw1IB/WP+QZhBUHFoROEAiEA9rerFUpLg/JfDyh5wl4wyy9T91E3kAPaONf6yQB1kzo="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.1_1555082932610_0.68211661497159"},"_hasShrinkwrap":false},"1.0.2":{"name":"@data-structs/linked-list","version":"1.0.2","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.2","dist":{"shasum":"45e0a9f5f946181b5fc8793ca3363240965dcddc","integrity":"sha512-fjKZbZGxblq+njT0RPgKv6elALNaMTiFCL+Sr5d7MoCzwRgJBrSFSwxZHphVz0rKfj5sb7nQSUqKRzPAtSVo5w==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.2.tgz","fileCount":11,"unpackedSize":14835,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsLCWCRA9TVsSAnZWagAAI2MP/ijc6b/bcxYdNNKAVXjV\n93z/QSstPbCDpDsFXPt5SaxP3ZjMFBf5hSrFsd1kzLB9DZQIMHJWLDhIFsn9\nhC/HBuV/ezdlV+v0eae8bm+dyvXsHNK/k34bDWDuAhUlPFlmsO8wiBAh0DOh\n7mQvSqK74GeGjsw4NpECy6B2Z5XVrJk1RadFzIwC4feQLrU11KFJ0cWi57Rk\n3HkKT9RXvMcAHNeF1iLpCZ/MjjPM2Jd8kwYkPfn06giNFyMWtQ09HQGi9LVo\nBGapsYLokVKmT7CqCvBXZ3DWgKoGkL2IH+UC9XMG9WX7q87URDkozZ/Hb2aO\nzwSFeRwZ1haKxOzAYpZSibot7WWzIiMDUqG6euXhN3FeChmV1YyHw8g5cxfQ\nQBbDl0sJDfjGKjPNjgovQIjZ2oMWv6v78q1fMtx9fMB6WUrQOA3kyvaY1MuX\nR0KJZB9GhV1Fu6Y3geVM4lAERmLFs1jeWDp0uXuZYlNidgOZLBj03e5hzShs\njnWMxl6V3LOlUHAj/3+fxcX3SY1OmtRwzd/K44pssg0iSkwQtuEHKDBVsbTe\nUUkk/NE4TfjBZBPBbggKTeFNNuuzO02cQ/JcG5YRqpr74DmGfASEm4RQDWmC\n69Mncqg7k4NaVFGeQwFhQN7qJrFID7nmj1qSpdErnyD6q6GI5tFu5IGLihq6\nrMCg\r\n=u8qb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID6Wpcygl/eWOC0Ou0jwgb+WlNBJjUFvSYzJuZYCuX65AiBKQXEJ1uG8fJKx2ydATCkn9Yjt7wrrIxifh+t6cIKoxg=="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.2_1555083413451_0.8805771185518956"},"_hasShrinkwrap":false},"1.0.3":{"name":"@data-structs/linked-list","version":"1.0.3","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.3","dist":{"shasum":"622775376f70c96b61dd76fe16a125495de18d52","integrity":"sha512-AnIZMiT4h6QU1TF8nm3fdp8K3vZlTh/uQSSXc0gPKetWbeVIKHktpK9Xq2219gc4M9PRXwHVzCOMRYkFtZ/gvA==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.3.tgz","fileCount":11,"unpackedSize":14769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsLgaCRA9TVsSAnZWagAA1nkP/jwr+nSdP+MBEFqCw0t/\nEWj4Js9jEiaMGRkBZQ0NlV5ornBixo2RM5skFqSaN8gRyHuRW6dd+Y67zE1R\nLA8QbJnu7CItQ7pDmGv3sQJJGEH2ZC8eqSUEvYZxRlfYvGujoyKNsjiGP0Xn\nVhwkb6FoyGxytPqjlDHMBRym2eOu76bddrWyNLGFAyDD/b7fLXBeYOHEDIpb\nq5leiXzxG6Qa+0qj2zpAICWcW2ypJ6ep9smWKGfntGXut1MNos4BNHlGMa9d\nYkDg7pmCyZuAfB9IRqi7O1tRM/CCxipSI1CGZSbCxtIyS6LvHKYSJ4ZMV12C\namIHV3KurYIqlL94ZKGKFJSMlxQp99M6u2V5VOuGQ1zloYy4PEEiR9fkdfTH\nJ7q/V9oB05yx4752u77uLQn+eCisOtj++LkNPHsrizrdgMeB+NE5qDV6nAtb\nimsdCGUqtwixYxprahJJSajDu10GoiahThZDGPOayd20f6+0zX3efBD+B6zu\nZ79cHkppagFpc+2Y5v8i9Cb9sRp2Nbvn40hXWscgFM4azogOtmpeTVamrHBy\nmVla8ET8XNt/RH2WrZ9KGRzLKscze4Ukfmsisn+aVoXasfhSqwdTIJQqvwKn\nMWLMHfRxaIYdeZs8KMGuAYO6jnFv3misi3Dm80XkxQLeXEjhWxZLoduzfj6Z\n9wJR\r\n=vm7q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFPv7uS3iKjI2V1slK0JeLe0mhgGSDj0vSozHdjupxovAiEA/d27lO/UVq3zNPRYtnOH1xyzjv2Uz5hmo0w2F85Rvcw="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.3_1555085338295_0.6871505662771211"},"_hasShrinkwrap":false},"1.0.4":{"name":"@data-structs/linked-list","version":"1.0.4","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.4","dist":{"shasum":"f39c2522c3e26f36ddddbb696779fbf270921974","integrity":"sha512-8e4e+qfU/WF8HAaqqHPXLwP2IEVnpKrnw4jM7eHyk+2saLXBYnVwVs+oECmY6TgYfKmxdMmdgM06GKu4HsvGgw==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.4.tgz","fileCount":11,"unpackedSize":14823,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsLuCCRA9TVsSAnZWagAAPDIP/0ts7MWZpR+1FskK5oBH\n2nWLxSjefM7J1TMRLMX8ezPQWMoCK3DiaI/y0WIM2J1l+H7eU6brd3gCLO9g\n2d2/Fv1fkheWMFTtpS+1VUOTOpTQYcztc+m+FXQs6bC7Hmvr0VI+spLTgGbl\n7LMwKoDJkHRH/ooDjTSYKZeY2moCnwjVJUBtkhEy65zVjwoU1dlTm5iEpgw1\n7nU4WHy43fWb57sANCF6EtZ19/AYYbV9O6Zdzwsr1KwyZL5wi+2WWFko/p09\nMu1DsR4HXPdDSzJ8TbNmhIA7/8nYj7jZPIvWtG82L6QsLrzkejZNwbDxi8uw\nYfKM/FhELPZS8SxzecySShZk4Bzh2FjMCHtdvDSTpu2H2apXT6CB3NtMGj2g\nBciejwsdogQ/dNLw4ejJ6rm27NEHdrAIzuaj02aiKzrsCuOk73/ER1CU/zbn\n/6iasR9f06m3JWZTN0VQHqoQhiEUmh8CePWuBf+uAVBuKucc0OZfETXIbLfN\nvvZzqrqi4eQW4YCN3qCE7AcOv9f3QTt+Tw8bxwKJMNWAkuM0uTUReujHoQZ3\nxA+qrzrgRcJWdQC4gIOk/OvwOMlI5W4EX9NiE1jedz1pQCIqQsAc0egUnrTT\nZUtJHadSDKrrgbMS5zIAo7EdtOaAOknduEyUXn45mNyWsKDIe7jKf7RkWikr\nvxen\r\n=xDMu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHsTidKYCyneZ8dq40gEyBj1PsYrGPfBCAenohwCR06lAiEAqeiag+YNE/rmKfjCjOtL6ZYZjthOrjBsP4AqvuqQvNk="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.4_1555086209607_0.00572993916735598"},"_hasShrinkwrap":false},"1.0.5":{"name":"@data-structs/linked-list","version":"1.0.5","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.5","dist":{"shasum":"d92ca821c87312ac5012f1db636cb9d6d0eb4e0d","integrity":"sha512-XvqlPm3MR12dLzsaYD8juZ/U8QY4vcSCcMDsYKRQkCPGpv2i57ld+5ly/DTgrarriB+rrT9b5HHWQwPsqo5oew==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.5.tgz","fileCount":11,"unpackedSize":16173,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsWEzCRA9TVsSAnZWagAACeMP/1dfA/FxNnKjSRTXQL00\nmaPbkWaUtNyDwa/DBkE7WbgyNDBGk+akqrCUX6PCmuz6HU1E6NeBM9v+I591\nuCRVwjbtNsN4yuXqWUY+mMayrxP2lJAKeN/PNAcEeNrlPuBUT8uMi2S6LlmQ\nAYOZo/mDIvaW1vi2N0VPYG+5KNYstAmeOG066Qr6e/Fnx0QOWxNRK5/yRi8S\nEZFTpKhx0UccgKYwxbSHMqunvl3SGKruO305vs6xADqR5MGrcFZpoaLl1qN9\nQxACOP8LLQIyLbEPzbVLKseX+qmHJF2xbFmXm7VBhIgUapujPikZfy3A5UER\n2tCgwbOEC4foWz8YAI1rOnGcs59hLVRNRFecLSBiwp8xelt/Mr1A0Rkm4jmi\nuxTvHmJ+49DuuzGeeQpJqZjjWgwjHJTBw2kaOmhiePjeTnMyVNTHNfCeGdNM\n9OutnGnvfQDy7fCWe34myTcK7boURzusnjLcX1avV3h0i6XxGxi0q9k1cC9z\ncdbXSENpvO6jSY8OIVC+h7mzZVG0JrCdHiRNPenZSoWKqPeDbg02/1Y9Rf0j\njkXvUy03roX9MuVRU0tXZUtfsUUGMaceWeUCZ112NRiz5IIzBiuOJSq7mKoA\nzy3b9FKbldxpepiJTg8GOA8eyLf8Da+739BfKZfHYwUz3Eyrdm6ROKeaEGS/\nnEAJ\r\n=RnHB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDpeCniBJclZSPwPRHmsNekhSzkb5PSDGZ/WgS/11AIJAiEA8qtHcMV8YAl3fQPx656xmvgDjjHT6uUEl2B9GhKa7s8="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.5_1555128626878_0.862211992475993"},"_hasShrinkwrap":false},"1.0.6":{"name":"@data-structs/linked-list","version":"1.0.6","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.6","dist":{"shasum":"1b2c1897ff1f85527b942bc983816d878a8bb41c","integrity":"sha512-I/YLGZFWO9noNLVzNNTCyJXBNVut69l0GudWMTtRux530GFLCR4kt8iX8Mcaeb/YwoS6flONyiLijwPuZwbavA==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.6.tgz","fileCount":11,"unpackedSize":16238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsWHWCRA9TVsSAnZWagAA6PUP/iweVtvCE5lum5HSm002\nPEnyk/4GmWgnvVqmI8F1Y5m48I7yJ8M2rdgywVQRkifYdhd3obnR4r8r7wfA\n0HH9yc8bNXnBUbDQqeQSXGLTkMNrY4LbsDteH5AwjOfas/jKtPpaGcNV22PZ\nW9VAynXu6Dpj/jYGElVu9x0e9llV4mOuN6j0iHlebfLAy9TnY1pJoimDhmbl\nd7vqjAEDy7hCGe2Drsgs+usiUEX7aEsz6/9TAN5Nrt8iPFChKOacPHf29Nu+\nE98n3d936xODnpkMoZ5ZNjR5GuKeJsBgRjihINO99+dQ+4xtISaUbUyqd5Xv\nUad+gRBE6QU5WdNglw2pmZvbzl0TMwXyDV7/3EG9poLmt7lNtIdVmefsHEzE\n+26kHl3iQCO+PAQ2DYIylOt/I2U/kO/5y2jwR4gYwGoFuOcith9zQJwt3pbn\nvZuuIckMptpdhUQQAYYFENnpBQq7oFQ62dQIDJlH6nGTBLr4w/WJE7kcX6d1\ndiMYyHVE88I2foLFQI5021XiowM3oM8Hq/YhYUHjb5RqKaVSSeLRqomjsfI5\ndlknUMrS+3f3qktgwShAdOQlQNe/t+Mc2p20rd3NYjgt9P10U3fdhhzs2Qnp\n6dF8yJIXCXEagWh0de6b9DJNN2KIQTC+/JqSQeeDyI2ocp0j10cay6cI9Ug3\n14Vp\r\n=z6ok\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDALw09TpTVyguDDamNfiDki0mu5pJaqvtTRKV1KO5S5AiBHjvMdGi4JdD3fasSP5rRYliNWGeOMkrHiLrqLeYrQ+A=="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.6_1555128790059_0.4581437182820294"},"_hasShrinkwrap":false},"1.0.7":{"name":"@data-structs/linked-list","version":"1.0.7","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.7","dist":{"shasum":"0b6a6f9f443b50e116f249b9f493068c2ac95f13","integrity":"sha512-tVheXu0KEbWMCXhJRL0ivik9F4QUfGSjSXPlJxNTOXid6716ufvd5r0+izaay761noV8VOKprvO/QSf89PSsZQ==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.7.tgz","fileCount":11,"unpackedSize":16724,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsWXdCRA9TVsSAnZWagAAVTUP/2KxHIzLqTDwglr9ldJJ\nN+EFZGjSMXgO2PcoqX7hAbskAEaCmNJj48Bf0bRqDT/KzeUmV6JwY8qT50LZ\n7CEL+y74wM7xyjbeKiu/IKqxzoQKkMGjjyffLLL54hlgE46d/QEFs+MXnDJP\nne2KfUwe2qh/hHsod86EoUJYjq5/k+NLKvrrpBFcuQp45q3edJBdu2lR0sPh\nCbQEx9cARHVLH5ynvEsKS2nagiUugCwJIkEEqz8vBLVH8SIOHjZmctlXz3JB\nDAEdAIg0q0mx66C6WRVJ83yquwzJ1v8tQjzl/DMbuu1D3N0v2UsJDc0ERVSY\nXfFd2nYz5oaJdTf7HqD+t1+kG/1344+wMJ5VhZcoK6NpEDXeT81pMBCFQpGZ\n/qjo6BHtq/vZ6YftsoqwyF5oeci/keCteCjHJ4Ajz+bVGzARQfnrfI5RBrGk\nGFFY5GAHqIdI5V9jbqj95s+82Q+mNuE1G9J3LwW1broS3qZeOo9HDu1Z2CkP\noEaPHKUfHXhFZN+lhKa6kxoApU+ofwlg9vGJ41Y5b/Y6iEJfciHPCdv4UREv\nLMmhkURdD6dA4BWTMxQuQMK+WNas3VjMIpDlIh/NIhX6xfV2kO5ShmaZf6lD\nMo5YDOuGBlQtd5HnxzVE0tDgbBWgOIbuIMpNJ72k8A8GHo7tHyAm2L4bNnOA\nBAKE\r\n=STOH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE2SlaynVK/YCFyAng++eojIKK2JtfDetqXZqErrQQOhAiB0+/MGGLrn+2skf//7O3P6CmbYrCLswB6klY1vuH21eg=="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.7_1555129821301_0.43743916524842263"},"_hasShrinkwrap":false},"1.0.8":{"name":"@data-structs/linked-list","version":"1.0.8","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.8","dist":{"shasum":"f9558b579ab9af0cc8d6416c0f1d7d813ddd90b5","integrity":"sha512-N9tcpK1DJnO6Anowq9H34tIlkbtixgfFe8pEvnJowBxhQAUoiuQ5aokuFD/rqsHSG8pmWuI+LJXCVmNYKcSnOA==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.8.tgz","fileCount":11,"unpackedSize":16614,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsWw8CRA9TVsSAnZWagAANNkP/0FqT2jk+V7KrACyRCZ0\nyJzx7KbRaibBNxYMnnmYhupOn4Oh/cumO1UGoXwdbGda69rO+BigXRak6DHa\nJ6ENyLoL7Py4gTJQSiv7f0HtTv4f06882z5O9gjYliNxgg0FUqmSMrtPt7HL\nFVT60krtOMVFT4zUDIhiI2kD2rSaT/CpmRgoA6FSeOC2Q/0SjbR3qHmsTdNo\n5ucN3OjArSw+12DLg5MPZZIB00cOtwxgJ7ezDWuiwExA0MXzRxTOSVkvovnP\nvg5Y7LOj8U4PlkWRUB9kxCvTpUSIuvwWync9syJI+9mHkKwmCLF0afQrAnkG\nyav5Rg3M0gZJdt8yyWOmeh3hNUzsWspgqZqvYiRad8Ccfj7lVjE5QXqO1cav\ns732HOf33k1QfylAEUrxrfotme17+a9zfoznm9bIFcXQ4+mcrSUCnmAWM0je\nDW7s9gmW9WPLQAGyDcXCYwUsMfqgsTIOce2CwymAXBbyiOqIN5ACmgz4E63c\nTzYfD2h0Cb9iARu7Ze1javxLoUtQk7cxMf40vyaQxAOg4frCVgbh/1Fe1pyc\nFL3INxyRIiiHa682Xs+gIdPFH5uuGXDHPL+Le9z+7EhhB7l6imL0nwi5V1gg\nGKbZjjVTkaiLGcw56LIdIQtXFXuWKKVTXVUbM9+7RWPVqPZM/XI3fiZnqTAl\nEThC\r\n=/JeO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID9MmqkeeWojEkr/0/8IIatLauezJv9EbaaqAcppBwQMAiEAgh+tptsJIEJC/k9B2lvbvZUfUV2GAMAwxVVZBi5RBfQ="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.8_1555131451960_0.5696049730351385"},"_hasShrinkwrap":false},"1.0.9":{"name":"@data-structs/linked-list","version":"1.0.9","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.9","dist":{"shasum":"baf2a0187f9fb59cf0f9334bda0271a50979f200","integrity":"sha512-8r1ZZX6E2klPzp5v9Szyl2cYYj9boBlTeK85pofEzeXazkLNmnUY7CDp0H+05kECeXJJrjG03vdEvuEp9ovW1w==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.9.tgz","fileCount":11,"unpackedSize":19189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsXQyCRA9TVsSAnZWagAAr7YP/26Lf1qtWojS7N+aIdJR\nndKYxofHbGeI8AIB8ATC676dwQYmeNthZeBEPKLtXwbzDuiZRIzp0266vgGr\nAuKrkHcqiGGJfZUoilzVWyxOIjXjI+kajbqROZ+2EqqVX7Q/AhmybyIxBvLY\nQaHJnpdpsgpRZeupXBTbYKTnMOh0u7ePHVbLXk4xiZTLlyOuguomos5fc7SW\nOILJi95xRBGN+mYYE4N3Qt2Xu8f/hqxc+CmwQlYVmCx87eOxTpTYCOtvt4pd\n0T3YkB1jjwJzr8rzy9USScMG4G6HzYv1u0GULrOvs1lUPTpoCiTRGu0EeXBg\n4ZiVzNUtAqdPlNeVTt0GE0LnNtLH76fr7ktRhQRNDN8s13AYOrAgFYt4RmX1\n//azGfBfwE7oQYB3MM0ZMAat64WEZrjL5NiXvQkrqGOjxlxXBKD1L8m7pYdt\nzHrr5embuY/kVso7Ofng46PVxnDW5814jpizei34OP9003v+oAWRbgrENT58\nJXTFkyjf2lUsoABRMMnEovWE0K1r5++O9OtuhyeVH3cM/gj2LPbpjRE3jFuB\nol0IU7C8gp0QXwbA0tO36a78T/IJPa2ZGgTM2huEb+FW4XW9ZX0tbKMLdCVl\n1gANfs5ImVsx5+h2TG592aX99/Fu5taR//Uefk3Wy3rGLdbAK9WXXnneYBSP\niPt0\r\n=bsqE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE9D8g6WwhRZiyProjT3wLFp6mMQWEla7zFI7Owh7w9PAiBihanB0L0rg5nEWdD6MrlLj6LyqryyRUqFAE4vLG97mQ=="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.9_1555133489736_0.25905754685087934"},"_hasShrinkwrap":false},"1.0.10":{"name":"@data-structs/linked-list","version":"1.0.10","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.10","dist":{"shasum":"535fa418320a0976dc4bef55633fa02cd0ac7b43","integrity":"sha512-MAhHrvpXPHQvIOTeG1kyRARszLoMB7sWFQ7lZSdV+YuKXc6GOnoiqFd9EuVaDNVZg6eMG/grDDX2RX1pJ75DdA==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.10.tgz","fileCount":11,"unpackedSize":19324,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctKkgCRA9TVsSAnZWagAAkpUP/1DYyjCzMlbb6DwPp32x\nUkXExD15M7oaUrv5rHNsdYHdHT1LZU+X1vA4P9gV/fyb8wnCpgWG8imnTMGO\nhH5BtfTkNdC4dJSUU01X54COPXtW1fqf5paWoSO25f89dL3rUe6wMZShg+zL\nisaUgktmBTLBNlqTmRv4hVX2Q8vVu3ZEcXfiHDN7v92x/SuJ0E0KQeXZKsDj\nvBmEEDUhnvOfrBNCkd4ypJZo+EitXfc2EgjQ9P8iu37aTtg3IMGMZGOMoaDn\nAuFWu6Iz0KAsb27aURCC0pampk86geg5sG03r6NPq7VJWrEEpQYikeYXedIo\nATSfvXL0pdifcvXOiWzU//j2hLRwJaCXebe0HAOx6+JnSG/rW1kJeYP1DtqK\nuRUmXierHnGN2eo67w6F5Iy/Ab89S2wywKXFvLPwgq+TmIuNWA/1/57zlNqf\ndViRC190zbBrRj+cWSQ/p2pMWTENpU9NRYe0NcTd86MlebPGzz59tCVO5CMm\n//idzQXj6G9hRsTamPHLppQqPB8byhm8nmYsDoho4UiwvptXlQPOgmoiMqZD\nJHBZDgajSzZD9Omx4PPy72LXXI2xF2kGCic31xRmM81uSOC0JTP3740Q+kl6\n0DCk07nwKhYDcTurtVAs0BwiWXnCU0i3L369GZ0b+wJo7MuJSikGGu+B64ln\nGx2a\r\n=00fD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHXt66VVKRLrcKvBnd5ewa4oe4ESRmt66tjNLWR177V8AiAu/wCRi9Rhm7rcxDyH+Q3dxNc1wh2zKQobJFCcf4mQmQ=="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.10_1555343647340_0.7940304359712607"},"_hasShrinkwrap":false},"1.0.11":{"name":"@data-structs/linked-list","version":"1.0.11","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.11","dist":{"shasum":"66dcc5d754af26d0337dbdd51fe16bb5a2a526b9","integrity":"sha512-GKKqiKxjkInmxG4EWHkl80oFXPziMFNfEkPCgBnxKBunzH7QAUOKdQfoShlf7zzO7pqiB9TF8bgHHlmNE0jHqw==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.11.tgz","fileCount":11,"unpackedSize":19492,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctKltCRA9TVsSAnZWagAAtUwP/jvw+g4WjKUt5gS1YxBB\nYHW/A3pxgBtK7muRIKAXJSyKjv+FK6/Zi77b5/sfmqkOh4e8W/whkBHpYn8L\nWl74SBTHQ6M7mXJtugwnm6RdBwL3ptldrDlwLKjjTTLDKZJDoPmcTtXAhc5b\nIWuGfB6EsFGSyPqSDPuKXcB68ZEEKRRlD+FKj8pesuY6xuzb3qSomyWxbUPn\nf5LEaP+FVlQUY0cy05X3k/u+kr2FQjFxm42AnNSs/C2UuV+0aNsJqci6ubYH\ntKiAWINKzi9axLwSDLJ5o3B6EVuCJTn6DVlUuhXXLXRo2JoWVShe3uF39YFr\nDa/VFde1maeKLZD/Byfnx24DXqjHUCtT+0dps//eoIx44Bz/tVN6O/0OSTGV\nnkSrJqYE+HRv07LbWYwHDTRS8D19iNzqvORJfXtePP65SA7DOXmRkTXMKu/D\nQ/Ho7z2VJPiSjE9JgxoDHaalY4NlS7P9wvOExzitSU+3EClkojM8EaApRJLb\nbvqcLtDmJ6EmNqzCPJSXQ8LVKFDYFYyPkd3OHwIEGRDbb2XJFD6ihvJ2RRbm\nhvMciZ/NoLXrOG+BNyTEdPbtZ5FCKr9GAhzKhFnJfRU/NOepmpNyL79jc0oA\nc45AwM8moh1GXrd2s+W8bb3DJ1tFWezNSGYgScS9kk9GA2TnjCEz24kX0n08\n/V4/\r\n=e0QC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFhI70KCHD0iltjAd2j52fFjhWscyeo10EG2MbpMpTPQAiByERQTmGMOAVUCv/mFfSgGcdPFcbCXh4sfa7RTHNZ7+Q=="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.11_1555343724619_0.11975068112339216"},"_hasShrinkwrap":false},"1.0.12":{"name":"@data-structs/linked-list","version":"1.0.12","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","performance-now":"^2.1.0","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.12","dist":{"shasum":"9eee721a6db4c45b48b58be16ee0afcb057729c2","integrity":"sha512-u9qRIkJS9oPrUhLLjuOXf8FpvS3TzxQJ3KVuJD41GAEpihBgtxhH7mL58cTIEr29FGba9165rttNKFHaG0a2nA==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.12.tgz","fileCount":11,"unpackedSize":20186,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctSQGCRA9TVsSAnZWagAA2dYP/2IVMy3lnqIGe4njfsg+\n3syjk8dAiyFgjJKvd8au1FSYEJPVz60bAjCEZzI1l79QQLz+DjOsnUAau+PB\nWEv536ZJgd9sfWgaVLgzkVb8SsoydHF35NfNtunAVLTH9bdp47ZJFK7/lZQJ\nxfsk+wIpTOI/57ozj1ucnXwj1FjYr67RQRm8XKThlTGJsrbFSjoCnRCnUf2+\nHTdXUs+t/ONSsqpv/dDVAA/DhdvTF1jXBiW1DI8QF7ig2eqEiF9QqdlYzchH\nDvYJtZAG6ueOpODLDgyTx4RRSK+NesBgZobzP2aUZo7+wxIMqqfy83jikw2a\nOfflPZiw5KW15b0ZTm2g2mzB6+MxUbLNeQW/BRqBEotT79SETlhXiJhKXZIR\nhAjGVYxkR0vTSmEnq+fPQm/WWLsjVLomLTEgx3GEkXxcZsEE2FYv8KH5Iimb\nkEPVAUUsaj0rKg8D1HOxLvcaV4Rc/tqLGxioL0gRyVw4QmC99zk/eK0PtsJY\nWJcvZT2ESOihcpRKRGI1i1g2XTpnKVzo3dyZRdswAV8Nyym1MiwasfVEM+qC\nhPO/NcBHKlY1PRgBbwLAuEjLUt3jCQREVp32WszPlTEX8hhkt57xuTF5W5Wr\nbcoqFLMoCclzq8KNNf58cdzGei1Vs08PHNQXRpZsMbHGBtKbajK0eN7x+yoT\nzJbY\r\n=gHXy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqAQnzKIbwb6ViRFPX172/G+nI2LAlW69mt2J21Xh7aAIhAJhM0kYqG0HkiNZNA/KmUjDz+Ny5uQ2/ZuxWxnJTqqW2"}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.12_1555375109965_0.5546905098650237"},"_hasShrinkwrap":false},"1.0.13":{"name":"@data-structs/linked-list","version":"1.0.13","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","performance-now":"^2.1.0","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.13","dist":{"shasum":"2572ee28f5d9fbabf24354d2d78043f163ee67c0","integrity":"sha512-k2oMqJNGzITQeVFePMdIObjU4FufrZAzi5Fj3ycm5r4z3pZWsBrl+RMiMqrXNKWJQcnoU41Lqw+iFUW1AjWZCQ==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.13.tgz","fileCount":11,"unpackedSize":20699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctSlfCRA9TVsSAnZWagAAhIoP/0u6vosoXG6tn+NuZDxA\nYkecQfMiCpeUmk9i4F0M5sM+hMUmuKO3OhBh8Stna4i1WFmjq/FWx6pTwsju\nJmNhjNmI9o2xFnd71gPO0iCPhzgwrubaW5DSh0pawWswCOEaW/Y9veT9EtgP\n/BcZB6SThPZY8bA2JPzULrCeGmg0jydQjqC1Pe7s4mNP2az0zulAsXFB4bFE\nMTqhjjo2K4dUN8p6E1eQkCFHKG0MnMOxjCpOGwfUXialCCyyeOKPiFOdUQLE\n0dWWhep/Y61Xim5I268GLUuapSoOuOctABmXEmDUze4EDXGdGmLPRoCn/kfD\nRseLttNbAzu3QusxfvthAwmI4QuvPOj368l6DnUzjFOMaLJuCByjnj2ojRsI\nZOVf9VzEzbZAkW7XiTygeEMH0rdSbOPb9wu0znCTazNUmurGdqtW4Y8NCe4t\nH0hV4ribVfHuwfLKETlXlC92ElxmSETcwIVXlbkdtIno5uMVNftbWSgxBeaD\ngwWgbGyieFKxiK8EGohQ/5bJSQjajZO7LFVNcW33CmTXPUO3G7oCkOpXUTwx\nLbFgNGbgiaM/KjBvuoliy7Aag6XM11v93OqXfGYJsCKVmZxexWZwbGz2+9Fm\n/BOQol7LsZrD+RBn2i9QGHiz1X0QjJdCAIha6H6FNQaWgwyQtcBtckT4ftXb\n8JZJ\r\n=NsPL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDU1O2RcP+X1DyfUcsEVeCgj3hyaoY6WjaNqlWzdUsKUAIgYqHdqGIyBIFcJU7r6CMeoqFequD7ZQermVKo0PqzzbA="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.13_1555376479048_0.30952319690278896"},"_hasShrinkwrap":false},"1.0.14":{"name":"@data-structs/linked-list","version":"1.0.14","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","performance-now":"^2.1.0","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.14","dist":{"shasum":"9685da60fd2686c7a792843241c7e17ccece1460","integrity":"sha512-2NzCVPPA22HZL+xe83Lbp0iSNqiebVXJa4BrvuezN4f3s7/DAryNsabRMeGtv95/ARldeEWguXoQukxhTbX+lw==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.14.tgz","fileCount":11,"unpackedSize":20735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcthOBCRA9TVsSAnZWagAA1oYQAJz/ZuawWffV5gzWSLpB\nzOV/bGNdBEwMx4Yf0GQGT36my6+DiaY/DQH2WkJpxekz91DjIyyU4D+qTJGp\nrpt1QEB2Hzk/IZF4mDIgU85xs/955V8K6BrsloKH+zA12dU62uqHHk8slbnF\nEbAOoIOJSZxng8eRMHkqnscBqkDoYilELzhMqXNlw8E1slRBBe4+TEfVkYf9\n23d1pIDaPTixhERc1e1TmjHKYPkHcDiVpFI5adZFgie3gJkQ1mi5ZWYSUjD5\ndo3892Jv2azyVeO4DH2plwLXhZtmS11LwycFz1CwEcjEu5nF1mJRFj3SbERe\noX4o5ip65TV2vS98nthVBLyXh81sfJwMC5+vQNASmfoJ1pB/icP74DoTt/7F\nEA9naFATysuLkcdVBvWLZjdDO3W6hMr+InA0i3KDTZmUunLvFSh6t4DNNvOB\n1SLjDruvF7GzTWP+N7iGnZkob99IyRXTo7tnkk8ryxw7Ve8p+BeoUooSziZ1\nfwQZb9n7uSxMbMqdpEH+BVZJZhMvDj0k2tRxdfN7re8e5kffowYhRF/VQWLj\n1iswof97uFVuAizy70B10HPGOA7wP6kGi+FbmJm0wQbzWZ5ZMZcK6+jzvKOU\n0T+6Bzh9djfZoAuG1GzA0hzDIL4MVovOmJS8w3kiMAsBHECswEhkwPLEJBR8\nQdV2\r\n=5OW6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBDyxLi2Dmiy9Qbryi17dbqEBX40xub438viAM+H7Xp1AiEAwznODwnH1buL5dn9WW7N7fteSX7IitW36wBYE3CMX5c="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.14_1555436416276_0.8346125868663425"},"_hasShrinkwrap":false},"1.0.15":{"name":"@data-structs/linked-list","version":"1.0.15","main":"dist/cjs/index.js","module":"dist/es/index.js","author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","sideEffects":false,"repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"scripts":{"build":"yarn run build:es && yarn run build:cjs","build:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es --ignore **/*.test.js && npm run prettier:es","build:cjs":"rimraf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs --ignore **/*.test.js && npm run prettier:cjs","watch:es":"rimraf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src -w --out-dir dist/es --ignore **/*.test.js","prettier":"prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write","prettier:es":"yarn prettier \"dist/es/**/*.js\"","prettier:cjs":"yarn prettier \"dist/cjs/**/*.js\"","prepublishOnly":"yarn test && yarn build","test":"BABEL_ENV=cjs ava -v"},"devDependencies":{"@babel/register":"^7.4.0","@essentials/benchmark":"^1.0.4","@stellar-apps/babel-preset-es":"^1.0.4","ava":"^1.4.1","performance-now":"^2.1.0","prettier":"^1.16.4","rimraf":"^2.6.3"},"ava":{"files":["src/**/*.test.js"],"require":["@babel/register"]},"description":"A head-tail linked list, or deque, implementation in Javascript","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2019 Jared Lunde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@data-structs/linked-list@1.0.15","dist":{"shasum":"7e6ac2fa948c9332d9cf85df082bc4c5a9caa7a0","integrity":"sha512-ijbxSzD8Uobo8pDSM4uEekZKtE3sU65jxoHi8D162AD6D9UsOclB+/Be0JRC47pBKOctU0PEZKLnGxb5AkHmOg==","tarball":"https://registry.npmjs.org/@data-structs/linked-list/-/linked-list-1.0.15.tgz","fileCount":11,"unpackedSize":22160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctoaqCRA9TVsSAnZWagAAY3AQAKPscgqe8A68Gs7mSb9q\n7+3FB9huJL4R/kbOuU0VBiby6XDpJqL6HSjoAoJybxB3+2RyogcHK0joMDna\nQdhepGIDEHMC8WGb0QB0j7pQ4W5GTcl0WG/Xs4Ucqzjvld7/btSbLrOK1q0S\nBLQG7+6xgrvtgyMjcYWVb7bx/PNoTSkADtAAARiz0/yKKLqzP3/21jb52Kez\nMAJ+0xfaSt8WwDBiKq9DB7IX6/MqKqSxkYk4u+uHJIcEJsspMTc2BOs7sEjL\nlt30gsZDWbWThRGRdFcwi2HVa6wDXMkMrpm2YUeRGKMc+ddXXgUAnCsKvfqj\nnl7dj3jEF0gLg/89ZjhcWttuJEBy9Yaym2Hh2v7a3g3J01IkBM4xOL9qot0D\nEGPzt8dwkY3KjNbzEh8y5yM/oaQE4pKPnqMODPT3stHmH++qlxzJ4vot+FRi\nWp9gnyVk944HcE4OXvmNQxO4ZpXWztjBVbYNVW5m/i/hjI6pV/527L98kgM6\n7i6QmgpQQJ4vUclS3UVy2Zzt5IM1pC1PqZbecIFxv0xFvbAC9oAG0EAe9Qce\nI/MBUfvVi+b+48Cf1NgYRQpmn6yUu5vzeqhloFQzvOJCiVaYmXKZH2XXQGau\nnYOlEZR5qVYiCqIhXmri3aunjUzDP8OatNqIMgF1QCEl8MMg+65i6AlRSQjK\ny91N\r\n=a928\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEPyPoJJVitKcfvgGoUNqTUTbAouvJCFYcWL6APmqgAqAiEAhRKCcH9bTQvIrMZOTmh2vcUB/ubv158lcqPK82Qiw/A="}]},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"_npmUser":{"name":"jaredlunde","email":"jared@BeStellar.co"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/linked-list_1.0.15_1555465898022_0.46441973396204483"},"_hasShrinkwrap":false}},"time":{"created":"2019-04-11T21:01:58.905Z","1.0.0":"2019-04-11T21:01:59.217Z","modified":"2022-04-05T02:50:45.310Z","1.0.1":"2019-04-12T15:28:52.721Z","1.0.2":"2019-04-12T15:36:53.640Z","1.0.3":"2019-04-12T16:08:58.411Z","1.0.4":"2019-04-12T16:23:29.797Z","1.0.5":"2019-04-13T04:10:26.999Z","1.0.6":"2019-04-13T04:13:10.228Z","1.0.7":"2019-04-13T04:30:21.425Z","1.0.8":"2019-04-13T04:57:32.166Z","1.0.9":"2019-04-13T05:31:29.924Z","1.0.10":"2019-04-15T15:54:07.509Z","1.0.11":"2019-04-15T15:55:24.832Z","1.0.12":"2019-04-16T00:38:30.078Z","1.0.13":"2019-04-16T01:01:19.218Z","1.0.14":"2019-04-16T17:40:16.444Z","1.0.15":"2019-04-17T01:51:38.193Z"},"maintainers":[{"name":"jaredlunde","email":"jared@BeStellar.co"}],"description":"A head-tail linked list, or deque, implementation in Javascript","repository":{"type":"git","url":"https://github.com/jaredLunde/data-structs/tree/master/packages/linked-list"},"author":{"name":"Jared Lunde","email":"jared@BeStellar.co","url":"https://BeStellar.co"},"license":"MIT","readme":"# @data-structs/linked-list\nA head-tail linked list, or deque, implementation in Javascript\n\n## Installation\n`yarn add @data-structs/linked-list`\n\n## Usage\n```js\nimport list from '@data-structs/linked-list'\n```","readmeFilename":"README.md"}